Package org.jgroups

Interface UpHandler


  • public interface UpHandler
    Provides a hook to hijack all events received by a certain channel which has installed this UpHandler.

    Client usually never need to implement this interface and it is mostly used by JGroups building blocks.

    Since:
    2.0
    Author:
    Bela Ban
    • Method Detail

      • up

        java.lang.Object up​(Event evt)
        Invoked for all channel events except connection management and state transfer.
      • up

        java.lang.Object up​(Message msg)