Package reactor.netty.observability
Interface ReactorNettyHandlerContext
public interface ReactorNettyHandlerContext
Abstraction over all Reactor Netty contexts.
- Since:
- 1.1.0
- Author:
- Marcin Grzejszczak
-
Method Summary
Modifier and TypeMethodDescription@Nullable io.micrometer.core.instrument.Timer
getTimer()
Obtain the timer associated to this reactor netty context.
-
Method Details
-
getTimer
@Nullable io.micrometer.core.instrument.Timer getTimer()Obtain the timer associated to this reactor netty context.- Returns:
- the current reactor netty handler context timer
-