@NoImplement @MinMuleVersion(value="4.5.0") public interface ReconnectionCallback
| Modifier and Type | Method and Description |
|---|---|
void |
failed(org.mule.runtime.api.connection.ConnectionException exception)
Notifies the runtime that the reconnection attempt failed because of the given
exception |
void |
success()
Notifies the runtime that the connection was successfully reestablished
|
void success()
void failed(org.mule.runtime.api.connection.ConnectionException exception)
exceptionexception - the ConnectionException for which the reconnection failedCopyright © 2023. All rights reserved.