Interface ReactorNettyHandlerContext


public interface ReactorNettyHandlerContext
Abstraction over all Reactor Netty contexts.
Since:
1.1.0
Author:
Marcin Grzejszczak
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable Timer
    Obtain the timer associated to this reactor netty context.
  • Method Details

    • getTimer

      @Nullable Timer getTimer()
      Obtain the timer associated to this reactor netty context.
      Returns:
      the current reactor netty handler context timer