Interface EventLoopGroupRef
-
- All Superinterfaces:
AutoCloseable
public interface EventLoopGroupRef extends AutoCloseable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()io.netty.channel.EventLoopGroupgroup()
-
-
-
Method Detail
-
group
io.netty.channel.EventLoopGroup group()
-
close
void close()
- Specified by:
closein interfaceAutoCloseable
-
-