Uses of Interface
org.apache.qpid.protonj2.engine.Scheduler
Packages that use Scheduler
Package
Description
-
Uses of Scheduler in org.apache.qpid.protonj2.client.impl
Fields in org.apache.qpid.protonj2.client.impl declared as Scheduler -
Uses of Scheduler in org.apache.qpid.protonj2.client.transport
Methods in org.apache.qpid.protonj2.client.transport that return Scheduler -
Uses of Scheduler in org.apache.qpid.protonj2.client.transport.netty4
Classes in org.apache.qpid.protonj2.client.transport.netty4 that implement SchedulerMethods in org.apache.qpid.protonj2.client.transport.netty4 that return Scheduler -
Uses of Scheduler in org.apache.qpid.protonj2.client.transport.netty5
Classes in org.apache.qpid.protonj2.client.transport.netty5 that implement SchedulerMethods in org.apache.qpid.protonj2.client.transport.netty5 that return Scheduler -
Uses of Scheduler in org.apache.qpid.protonj2.engine
Methods in org.apache.qpid.protonj2.engine with parameters of type SchedulerModifier 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
Methods in org.apache.qpid.protonj2.engine.impl with parameters of type SchedulerModifier and TypeMethodDescription