Groovy Documentation

griffon.plugins.perf4j
[Java] Interface Perf4jContributionHandler


public interface Perf4jContributionHandler

Authors:
Andres Almiray


Method Summary
Perf4jProvider getPerf4jProvider()

void setPerf4jProvider(Perf4jProvider provider)

R withStopwatch(Closure closure)

R withStopwatch(Callable callable)

R withStopwatch(Map params, Closure closure)

R withStopwatch(Map params, Callable callable)

 

Method Detail

getPerf4jProvider

public Perf4jProvider getPerf4jProvider()


setPerf4jProvider

public void setPerf4jProvider(Perf4jProvider provider)


withStopwatch

public R withStopwatch(Closure closure)


withStopwatch

public R withStopwatch(Callable callable)


withStopwatch

public R withStopwatch(Map params, Closure closure)


withStopwatch

public R withStopwatch(Map params, Callable callable)


 

Groovy Documentation