Package org.jgroups.protocols
Interface AUTH.UpHandler
-
- Enclosing class:
- AUTH
public static interface AUTH.UpHandler
Interface to provide callbacks for handling up events
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
handleUpMessage(Message msg)
Called when a message has been received
-
-
-
Method Detail
-
handleUpMessage
boolean handleUpMessage(Message msg)
Called when a message has been received- Parameters:
msg
- the message- Returns:
- true if the message should be passed up, else false
-
-