public interface RecoveryListener
| Modifier and Type | Method and Description |
|---|---|
void |
handleRecovery(Recoverable recoverable)
Invoked when automatic connection recovery has completed.
|
void |
handleRecoveryStarted(Recoverable recoverable)
Invoked before automatic connection recovery starts.
|
void handleRecovery(Recoverable recoverable)
recoverable - a Recoverable connection.void handleRecoveryStarted(Recoverable recoverable)
recoverable - a Recoverable connection.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.