Uses of Interface
io.netty.util.concurrent.Ticker
-
Packages that use Ticker Package Description io.netty.util.concurrent Utility classes for concurrent / async tasks. -
-
Uses of Ticker in io.netty.util.concurrent
Subinterfaces of Ticker in io.netty.util.concurrent Modifier and Type Interface Description interface
MockTicker
A fakeTicker
that allows the caller control the flow of time.Methods in io.netty.util.concurrent that return Ticker Modifier and Type Method Description static Ticker
Ticker. systemTicker()
Returns the singletonTicker
that returns the values from the real system clock source.Ticker
AbstractScheduledEventExecutor. ticker()
default Ticker
EventExecutorGroup. ticker()
The ticker for this executor.
-