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 interfaceMockTickerA fakeTickerthat allows the caller control the flow of time.Methods in io.netty.util.concurrent that return Ticker Modifier and Type Method Description static TickerTicker. systemTicker()Returns the singletonTickerthat returns the values from the real system clock source.TickerAbstractScheduledEventExecutor. ticker()default TickerEventExecutorGroup. ticker()The ticker for this executor.
-