public static interface MatsStageInterceptor.StageInterceptContext
| Modifier and Type | Method and Description |
|---|---|
MatsStage<?,?,?> |
getStage() |
java.time.Instant |
getStartedInstant() |
long |
getStartedNanoTime() |
java.time.Instant getStartedInstant()
Instant.now(), as early as possible right after the message
system returns it (before decoding it etc).long getStartedNanoTime()
System.nanoTime(), as early as possible right after the
message system returns it (before decoding it etc).