public static interface Publisher.AsyncNotificationCallback
Modifier and Type | Method and Description |
---|---|
void |
onFailure(java.lang.Throwable thrown)
Called when a notification fails
|
void |
onSuccess()
Invoked with the asyncronous notification completes successfully.
|