Class OnChannelCloseReaper
java.lang.Object
org.infinispan.server.core.transport.OnChannelCloseReaper
- All Implemented Interfaces:
io.netty.util.concurrent.GenericFutureListener<io.netty.util.concurrent.Future<? super Void>>
,EventListener
-
Constructor Summary
ConstructorsConstructorDescriptionOnChannelCloseReaper
(Consumer<io.netty.util.concurrent.Future<? super Void>> consumer) -
Method Summary
Modifier and TypeMethodDescriptionvoid
dispose()
void
operationComplete
(io.netty.util.concurrent.Future<? super Void> future) void
registerChannel
(io.netty.channel.Channel channel)
-
Constructor Details
-
OnChannelCloseReaper
-
-
Method Details
-
operationComplete
-
registerChannel
public void registerChannel(io.netty.channel.Channel channel) -
dispose
public void dispose()
-