Interface EndTimeExtractor<RESPONSE>
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface EndTimeExtractor<RESPONSE>
Extractor of the end time of response processing. AnEndTimeExtractorshould always use the same timestamp source as the correspondingStartTimeExtractor- extracted timestamps must be comparable.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Instantextract(RESPONSE response)Returns the timestamp marking the end of the response processing.
-