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 © 2025. All rights reserved.