Interface GrpcLifecycleObserver.GrpcResponseObserver

All Superinterfaces:
HttpLifecycleObserver.HttpResponseObserver
Enclosing interface:
GrpcLifecycleObserver

public static interface GrpcLifecycleObserver.GrpcResponseObserver extends HttpLifecycleObserver.HttpResponseObserver
An observer interface that provides visibility into events associated with a single gRPC response.

The response is considered complete when one of the terminal events is invoked. It's guaranteed only one terminal event will be invoked per response.

  • Method Details