public static interface Publisher.AsyncNotificationCallback
Modifier and Type | Method and Description |
---|---|
void |
onFailure(Throwable thrown)
Called when a notification fails
|
void |
onSuccess()
Invoked with the asyncronous notification completes successfully.
|
void onFailure(Throwable thrown)
thrown
- Whatever was thrown during the failurevoid onSuccess()
Copyright © 2024. All rights reserved.