Class EpollEventLoopGroupFactory

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

@Singleton @Requires(classes=io.netty.channel.epoll.Epoll.class, condition=EpollAvailabilityCondition.class) @Internal @Named("native") @Order(100) public class EpollEventLoopGroupFactory extends Object implements EventLoopGroupFactory
Factory for EpollEventLoopGroup.
Author:
croudet