Class LoomCarrierGroup
java.lang.Object
io.netty.util.concurrent.AbstractEventExecutorGroup
io.netty.util.concurrent.MultithreadEventExecutorGroup
io.netty.channel.MultithreadEventLoopGroup
io.netty.channel.MultiThreadIoEventLoopGroup
io.micronaut.http.netty.channel.loom.LoomCarrierGroup
- All Implemented Interfaces:
io.netty.channel.EventLoopGroup, io.netty.channel.IoEventLoopGroup, io.netty.util.concurrent.EventExecutorGroup, AutoCloseable, Iterable<io.netty.util.concurrent.EventExecutor>, Executor, ExecutorService, ScheduledExecutorService
@NullUnmarked
@Internal
public final class LoomCarrierGroup
extends io.netty.channel.MultiThreadIoEventLoopGroup
Netty
EventLoopGroup that can also carry virtual threads.- Since:
- 4.9.0
- Author:
- Jonas Konrad
-
Nested Class Summary
Nested Classes -
Method Summary
Methods inherited from class io.netty.channel.MultiThreadIoEventLoopGroup
newChild, nextMethods inherited from class io.netty.channel.MultithreadEventLoopGroup
newDefaultThreadFactory, register, register, registerMethods inherited from class io.netty.util.concurrent.MultithreadEventExecutorGroup
activeExecutorCount, awaitTermination, executorCount, executorUtilizations, isShutdown, isShuttingDown, isTerminated, iterator, shutdown, shutdownGracefully, terminationFutureMethods inherited from class io.netty.util.concurrent.AbstractEventExecutorGroup
execute, invokeAll, invokeAll, invokeAny, invokeAny, schedule, schedule, scheduleAtFixedRate, scheduleWithFixedDelay, shutdownGracefully, shutdownNow, submit, submit, submitMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.netty.util.concurrent.EventExecutorGroup
isShuttingDown, iterator, schedule, schedule, scheduleAtFixedRate, scheduleWithFixedDelay, shutdown, shutdownGracefully, shutdownGracefully, shutdownNow, submit, submit, submit, terminationFuture, tickerMethods inherited from interface io.netty.channel.EventLoopGroup
registerMethods inherited from interface ExecutorService
awaitTermination, close, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminatedMethods inherited from interface io.netty.channel.IoEventLoopGroup
isCompatible, isIoType, register, register, registerMethods inherited from interface Iterable
forEach, spliterator
-
Method Details
-
newChild
-