Interface NettyCommonModule


public interface NettyCommonModule
  • Method Details

    • nettyEventLoopGroupLifecycle

      default ru.tinkoff.kora.application.graph.LifecycleWrapper<io.netty.channel.EventLoopGroup> nettyEventLoopGroupLifecycle(@Nullable ThreadFactory threadFactory, @Nullable Integer size)
    • nettyEventBossLoopGroupLifecycle

      default ru.tinkoff.kora.application.graph.LifecycleWrapper<io.netty.channel.EventLoopGroup> nettyEventBossLoopGroupLifecycle(@Nullable ThreadFactory threadFactory)
    • channelType

      static Class<? extends io.netty.channel.Channel> channelType()
    • serverChannelType

      static Class<? extends io.netty.channel.ServerChannel> serverChannelType()