Package io.micronaut.crac.test
Interface CheckpointSimulator
- All Known Implementing Classes:
DefaultCheckpointSimulator
Provides a mechanism to simulate a checkpoint/restore for testing.
- Since:
- 1.0.0
- Author:
- Tim Yates
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Simulates a restore.void
Simulates a checkpoint.
-
Method Details
-
runBeforeCheckpoint
void runBeforeCheckpoint()Simulates a checkpoint. -
runAfterRestore
void runAfterRestore()Simulates a restore.
-