@FunctionalInterface public static interface MessagingService.ReconnectionAttemptListener
When this listener is notified, no active established connection to a broker is expected.
Modifier and Type | Method and Description |
---|---|
void |
onReconnecting(MessagingService.ServiceEvent e)
The callback executed in situation after connection goes down and reconnection is attempted.
|
void onReconnecting(MessagingService.ServiceEvent e)
e
- the reconnection event for each reconnection attemptCopyright 2019-2024 Solace Corporation. All rights reserved.