public interface ReplayAware
| Modifier and Type | Method and Description |
|---|---|
void |
afterReplay()
Invoked when a replay has finished.
|
void |
beforeReplay()
Invoked when a replay is started.
|
void |
onReplayFailed(Throwable cause)
Invoked when a replay has failed due to an exception.
|
void beforeReplay()
void afterReplay()
void onReplayFailed(Throwable cause)
cause - The exception that stopped the replay;Copyright © 2010-2014. All Rights Reserved.