public interface AckHandler
Modifier and Type | Method and Description |
---|---|
void |
onAck(String nuid,
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(String nuid, Exception ex)
NUID
), along with any error that was encounterednuid
- the message NUIDex
- any exception that was encounteredCopyright © 2016-2017 Apcera, Inc.. All Rights Reserved.