public static interface HandlerInstrumenter.Instrumenter
Modifier and Type | Method and Description |
---|---|
RunnableHandler |
instrumentHandler(RunnableHandler handler)
Instrument a
RunnableHandler or return the same given RunnableHandler . |
RunnableHandler instrumentHandler(RunnableHandler handler)
RunnableHandler
or return the same given RunnableHandler
. If the
RunnableHandler
given as input is null, the return value will be null too.