interface UnaryInterceptorInterface (View source)

deprecated Deprecated in favor of implementations extending {@see \Grpc\Interceptor}.

Temporary class to support an interceptor-like interface until gRPC interceptor support is available.

Methods

mixed
interceptUnaryUnary($method, $argument, $deserialize, array $metadata, array $options, callable $continuation)

No description

Details

mixed interceptUnaryUnary($method, $argument, $deserialize, array $metadata, array $options, callable $continuation)

Parameters

$method
$argument
$deserialize
array $metadata
array $options
callable $continuation

Return Value

mixed