Package io.micronaut.crac.events
Class AfterRestoreEvent
java.lang.Object
java.util.EventObject
io.micronaut.crac.events.AfterRestoreEvent
- All Implemented Interfaces:
- Serializable
An event fired after a CRaC checkpoint is restored.
- Since:
- 1.0.0
- Author:
- Tim Yates
- See Also:
- 
Field SummaryFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.util.EventObjectgetSource, toString
- 
Constructor Details- 
AfterRestoreEvent- Parameters:
- resource- The resource that triggered the event.
- timeTakenNanos- The time token for the action to be processed in nanoseconds.
 
 
- 
- 
Method Details- 
getNow- Returns:
- The Instantthe event was fired.
 
- 
getTimeTakenNanospublic long getTimeTakenNanos()- Returns:
- The time token for the action to be processed in nanoseconds.
 
 
-