public static interface StompConnection.Listener
Modifier and Type | Method and 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) |
Copyright © 1998-2020 Red Hat. All Rights Reserved.