Interface EventLoopGroupRef

All Superinterfaces:
AutoCloseable

public interface EventLoopGroupRef extends AutoCloseable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    io.netty.channel.EventLoopGroup
     
  • Method Details

    • group

      io.netty.channel.EventLoopGroup group()
    • close

      void close()
      Specified by:
      close in interface AutoCloseable