Package org.zalando.logbook
Interface Correlation
-
- All Superinterfaces:
Precorrelation
@API(status=STABLE) public interface Correlation extends Precorrelation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Correlationcorrelate()DurationgetDuration()InstantgetEnd()-
Methods inherited from interface org.zalando.logbook.Precorrelation
getId, getStart
-
-
-
-
Method Detail
-
getEnd
Instant getEnd()
-
getDuration
Duration getDuration()
-
correlate
default Correlation correlate()
- Specified by:
correlatein interfacePrecorrelation
-
-