public class BeforeCheckpointEvent
extends java.util.EventObject
| Constructor and Description |
|---|
BeforeCheckpointEvent(OrderedResource resource,
long timeTakenNanos) |
| Modifier and Type | Method and Description |
|---|---|
java.time.Instant |
getNow() |
long |
getTimeTakenNanos() |
public BeforeCheckpointEvent(OrderedResource resource, long timeTakenNanos)
resource - The resource that triggered the event.timeTakenNanos - The time token for the action to be processed in nanoseconds.