public static interface StompConnection.Listener
Modifier and Type | Method and Description |
---|---|
void |
onInfo(Map<String,String> information) |
void |
onMessage(Map<String,String> headers,
byte[] buf,
int offset,
int length) |
Copyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.