Interface HttpTransportObserver.StreamObservation
- Enclosing interface:
HttpTransportObserver
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Observation of one application request and response exchange.
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose(HttpTransportObserver.StreamOutcome outcome) Completes this stream observation.noop()Returns a no-op stream observation.
-
Method Details
-
noop
Returns a no-op stream observation.- Returns:
- no-op observation
-
close
Completes this stream observation.This method is idempotent.
- Parameters:
outcome- stream outcome
-