@FunctionalInterface public static interface MessagingService.ReconnectionListener
When this listener is notified, an active re-established connection to a broker is expected.
Modifier and Type | Method and Description |
---|---|
void |
onReconnected(MessagingService.ServiceEvent e)
The callback executed in situation when the connection is successfully restored.
|
void onReconnected(MessagingService.ServiceEvent e)
e
- the reconnection event describing the nature of the notificationCopyright 2019-2024 Solace Corporation. All rights reserved.