public interface AckHandler
Modifier and Type | Method and Description |
---|---|
void |
onAck(java.lang.String nuid,
java.lang.Exception ex)
This method is called when a message has been acknowledged by the STAN
server, or if an error has occurred during the publish operations.
|
void onAck(java.lang.String nuid, java.lang.Exception ex)
NUID
), along with any error that was
encounterednuid
- the message NUIDex
- any exception that was encountered