Class Netty4IOContext.NettyIOScheduler
java.lang.Object
org.apache.qpid.protonj2.client.transport.netty4.Netty4IOContext.NettyIOScheduler
- All Implemented Interfaces:
Executor,org.apache.qpid.protonj2.engine.Scheduler
- Enclosing class:
Netty4IOContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanFuture<?> <V> Future<V> Future<?> scheduleAtFixedRate(Runnable command, long initialDelay, long period, TimeUnit unit) Future<?> scheduleWithFixedDelay(Runnable command, long initialDelay, long delay, TimeUnit unit)
-
Constructor Details
-
NettyIOScheduler
public NettyIOScheduler()
-
-
Method Details
-
execute
-
schedule
- Specified by:
schedulein interfaceorg.apache.qpid.protonj2.engine.Scheduler
-
schedule
- Specified by:
schedulein interfaceorg.apache.qpid.protonj2.engine.Scheduler
-
scheduleAtFixedRate
public Future<?> scheduleAtFixedRate(Runnable command, long initialDelay, long period, TimeUnit unit) - Specified by:
scheduleAtFixedRatein interfaceorg.apache.qpid.protonj2.engine.Scheduler
-
scheduleWithFixedDelay
public Future<?> scheduleWithFixedDelay(Runnable command, long initialDelay, long delay, TimeUnit unit) - Specified by:
scheduleWithFixedDelayin interfaceorg.apache.qpid.protonj2.engine.Scheduler
-
isShutdown
public boolean isShutdown()- Specified by:
isShutdownin interfaceorg.apache.qpid.protonj2.engine.Scheduler
-