@FunctionalInterface public static interface LifecycleControl.TerminationNotificationListener
Modifier and Type | Method and Description |
---|---|
void |
onTermination(LifecycleControl.TerminationEvent e)
Callback executed in situations when a receiver or a publisher goes down and can not be
successfully restored.
|
void onTermination(LifecycleControl.TerminationEvent e)
No further action is required to close or terminate this entity after this notification occurs.
e
- the service termination event that describes the nature of the failureCopyright 2019-2024 Solace Corporation. All rights reserved.