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

public class OnChannelCloseReaper extends Object implements io.netty.util.concurrent.GenericFutureListener<io.netty.util.concurrent.Future<? super Void>>
Since:
10.0
Author:
Tristan Tarrant <tristan@infinispan.org>
  • Constructor Details

    • OnChannelCloseReaper

      public OnChannelCloseReaper(Consumer<io.netty.util.concurrent.Future<? super Void>> consumer)
  • Method Details

    • operationComplete

      public void operationComplete(io.netty.util.concurrent.Future<? super Void> future)
      Specified by:
      operationComplete in interface io.netty.util.concurrent.GenericFutureListener<io.netty.util.concurrent.Future<? super Void>>
    • registerChannel

      public void registerChannel(io.netty.channel.Channel channel)
    • dispose

      public void dispose()