onCall property
Called after every RPC call finishes (success or failure).
Use this to feed Prometheus counters, OpenTelemetry spans, etc. The framework automatically wires a timing interceptor.
Implementation
final RpcCallObserver? onCall;
Called after every RPC call finishes (success or failure).
Use this to feed Prometheus counters, OpenTelemetry spans, etc. The framework automatically wires a timing interceptor.
final RpcCallObserver? onCall;