public interface PublishDoneCallback
AppLib.publish()
has succeeded.Modifier and Type | Method and Description |
---|---|
void |
publishDone(AppLib applib,
SCAMPIMessage message)
The API server has successfully received the published message.
|
void publishDone(AppLib applib, SCAMPIMessage message)
applib
- The AppLib
instance used for publishing the message.message
- The message that was successfully published.