GRPC.ClientInterceptor behaviour (grpc v0.6.3-git-c634) View Source
Interceptor on client side. See GRPC.Stub.connect/2
.
Link to this section Summary
Link to this section Types
Specs
next() :: (GRPC.Client.Stream.t(), req() -> GRPC.Stub.rpc_return())
Specs
options() :: any()
Specs
req() :: struct() | nil
Link to this section Callbacks
Specs
call(stream :: GRPC.Client.Stream.t(), req(), next(), options()) :: GRPC.Stub.rpc_return()