Package com.linkedin.alpini.netty4.misc
Interface SingleThreadEventLoopGroupSupplier
-
- All Superinterfaces:
io.netty.util.concurrent.EventExecutorGroup
,io.netty.channel.EventLoopGroup
,java.util.concurrent.Executor
,java.util.concurrent.ExecutorService
,java.lang.Iterable<io.netty.util.concurrent.EventExecutor>
,java.util.concurrent.ScheduledExecutorService
- All Known Implementing Classes:
LocalThreadEventLoopGroup
public interface SingleThreadEventLoopGroupSupplier extends io.netty.channel.EventLoopGroup
Created by acurtis on 3/30/17.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.netty.util.concurrent.Future<io.netty.channel.EventLoopGroup>
singleThreadGroup()
io.netty.util.concurrent.Future<io.netty.channel.EventLoopGroup>
singleThreadGroup(io.netty.channel.EventLoop eventLoop)
-
Methods inherited from interface io.netty.util.concurrent.EventExecutorGroup
isShuttingDown, iterator, schedule, schedule, scheduleAtFixedRate, scheduleWithFixedDelay, shutdown, shutdownGracefully, shutdownGracefully, shutdownNow, submit, submit, submit, terminationFuture
-
-