public final class NonManagedEventLoopGroup extends DelegatingEventLoopGroup
EventLoopGroup that prevents it from being shutdown. Used when the customer passes in a
custom EventLoopGroup that may be shared and thus is not managed by the SDK.| Constructor and Description |
|---|
NonManagedEventLoopGroup(io.netty.channel.EventLoopGroup delegate) |
| Modifier and Type | Method and Description |
|---|---|
io.netty.util.concurrent.Future<?> |
shutdownGracefully(long quietPeriod,
long timeout,
TimeUnit unit) |
awaitTermination, execute, getDelegate, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isShuttingDown, isTerminated, iterator, next, register, register, register, schedule, schedule, scheduleAtFixedRate, scheduleWithFixedDelay, shutdown, shutdownGracefully, shutdownNow, submit, submit, submit, terminationFutureclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic NonManagedEventLoopGroup(io.netty.channel.EventLoopGroup delegate)
public io.netty.util.concurrent.Future<?> shutdownGracefully(long quietPeriod,
long timeout,
TimeUnit unit)
shutdownGracefully in interface io.netty.util.concurrent.EventExecutorGroupshutdownGracefully in class DelegatingEventLoopGroupCopyright © 2019. All rights reserved.