Attributes | Name and Description |
---|---|
|
caplin.services.messaging.PublishListener()
|
Attributes | Name and Description |
---|---|
|
void
onError(String sSubject, caplin.services.messaging.PublishError sErrorType)
Called when there is an error with the publish command. |
|
void
onSuccess(String sSubject)
Called to signify that the publish was successful. |
►
caplin.services.messaging.PublishListener()
►
void
onError(String sSubject, caplin.services.messaging.PublishError sErrorType)
Called when there is an error with the publish command.
String | sSubject | The subject of the record that there was an error publishing to. |
caplin.services.messaging.PublishError | sErrorType | The type of error. |
►
void
onSuccess(String sSubject)
Called to signify that the publish was successful.
String | sSubject | The subject of the record that was successfuly published to. |