Interface EventLoop
- All Superinterfaces:
EventExecutor, EventExecutorGroup, EventLoopGroup, Executor, ExecutorService, Iterable<EventExecutor>, OrderedEventExecutor, ScheduledExecutorService, ThreadAwareExecutor
- All Known Subinterfaces:
IoEventLoop
- All Known Implementing Classes:
AbstractEventLoop, DefaultEventLoop, EpollEventLoop, ManualIoEventLoop, NioEventLoop, SingleThreadEventLoop, SingleThreadIoEventLoop, ThreadPerChannelEventLoop
-
Method Summary
Modifier and TypeMethodDescriptionparent()Return theEventExecutorGroupwhich is the parent of thisEventExecutor,Methods inherited from interface EventExecutor
inEventLoop, inEventLoop, isExecutorThread, isSuspended, newFailedFuture, newProgressivePromise, newPromise, newSucceededFuture, trySuspendMethods inherited from interface EventExecutorGroup
isShuttingDown, iterator, schedule, schedule, scheduleAtFixedRate, scheduleWithFixedDelay, shutdown, shutdownGracefully, shutdownGracefully, shutdownNow, submit, submit, submit, terminationFuture, tickerMethods inherited from interface EventLoopGroup
next, register, register, registerMethods inherited from interface ExecutorService
awaitTermination, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminatedMethods inherited from interface Iterable
forEach, spliterator
-
Method Details
-
parent
EventLoopGroup parent()Description copied from interface:EventExecutorReturn theEventExecutorGroupwhich is the parent of thisEventExecutor,- Specified by:
parentin interfaceEventExecutor
-