Class IoUringEventLoopGroupFactory

java.lang.Object
io.micronaut.http.netty.channel.IoUringEventLoopGroupFactory
All Implemented Interfaces:
EventLoopGroupFactory

@Singleton @Requires(classes=io.netty.incubator.channel.uring.IOUring.class, condition=IoUringAvailabilityCondition.class) @Internal @Named("native") @Order(200) public class IoUringEventLoopGroupFactory extends Object implements EventLoopGroupFactory
Factory for IOUringEventLoopGroup.
Since:
4.0.0
Author:
Jonas Konrad