Interface SingleThreadEventLoopGroupSupplier

All Superinterfaces:
io.netty.util.concurrent.EventExecutorGroup, io.netty.channel.EventLoopGroup, Executor, ExecutorService, Iterable<io.netty.util.concurrent.EventExecutor>, ScheduledExecutorService
All Known Implementing Classes:
LocalThreadEventLoopGroup

public interface SingleThreadEventLoopGroupSupplier extends io.netty.channel.EventLoopGroup
Created by acurtis on 3/30/17.
  • Method Summary

    Modifier and Type
    Method
    Description
    io.netty.util.concurrent.Future<io.netty.channel.EventLoopGroup>
     
    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

    Methods inherited from interface io.netty.channel.EventLoopGroup

    next, register, register, register

    Methods inherited from interface java.util.concurrent.Executor

    execute

    Methods inherited from interface java.util.concurrent.ExecutorService

    awaitTermination, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminated

    Methods inherited from interface java.lang.Iterable

    forEach, spliterator
  • Method Details

    • singleThreadGroup

      @Nonnull io.netty.util.concurrent.Future<io.netty.channel.EventLoopGroup> singleThreadGroup()
    • singleThreadGroup

      @Nonnull io.netty.util.concurrent.Future<io.netty.channel.EventLoopGroup> singleThreadGroup(@Nonnull io.netty.channel.EventLoop eventLoop)