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, terminationFuture
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public 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.EventExecutorGroup
shutdownGracefully
in class DelegatingEventLoopGroup
Copyright © 2019. All rights reserved.