Package org.jgroups.client
Interface StompConnection.Listener
-
- Enclosing class:
- StompConnection
public static interface StompConnection.Listener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onInfo(java.util.Map<java.lang.String,java.lang.String> information)
void
onMessage(java.util.Map<java.lang.String,java.lang.String> headers, byte[] buf, int offset, int length)
-