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