Uses of Interface
org.apache.qpid.protonj2.engine.Scheduler
Package
Description
-
Uses of Scheduler in org.apache.qpid.protonj2.client.impl
-
Uses of Scheduler in org.apache.qpid.protonj2.client.transport
-
Uses of Scheduler in org.apache.qpid.protonj2.client.transport.netty4
-
Uses of Scheduler in org.apache.qpid.protonj2.client.transport.netty5
-
Uses of Scheduler in org.apache.qpid.protonj2.engine
Modifier and TypeMethodDescriptionConvenience method which is the same as callingEngine.tickAuto(Scheduler)
.Allows the engine to manage idle timeout processing by providing it the single threaded executor context where all transport work is done which ensures singled threaded access while removing the need for the client library or server application to manage calls to theEngine.tick(long)
methods. -
Uses of Scheduler in org.apache.qpid.protonj2.engine.impl
Modifier and TypeMethodDescription