@ProviderType
public interface ErrorMonitoring
| Modifier and Type | Method and Description |
|---|---|
void |
addServiceInterruptionListener(MessagingService.ServiceInterruptionListener l)
Adds a callback to listen for non-recoverable service interruption events.
|
boolean |
removeServiceInterruptionListener(MessagingService.ServiceInterruptionListener l)
Removes the callback that listens for non-recoverable service interruption events.
|
void addServiceInterruptionListener(MessagingService.ServiceInterruptionListener l)
l - the service listenerboolean removeServiceInterruptionListener(MessagingService.ServiceInterruptionListener l)
l - the listenertrue if removal was successful, otherwise falseCopyright 2019-2025 Solace Corporation. All rights reserved.