GrpcClientInterceptor
extends
Interceptor
in
Interceptor intercepts client gRPC calls.
Table of Contents
Methods
- interceptCall() : object
- Intercepts a gRPC call.
Methods
interceptCall()
Intercepts a gRPC call.
public
interceptCall(non-empty-string $method, object $arg, ContextInterface $ctx, callable(non-empty-string, object, ContextInterface): object $next) : object
Parameters
- $method : non-empty-string
- $arg : object
- $ctx : ContextInterface
- $next : callable(non-empty-string, object, ContextInterface): object