@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 false
Copyright 2019-2024 Solace Corporation. All rights reserved.