View Source GRPC.ClientInterceptor behaviour (grpc v0.8.1)

This behaviour is deprecated. Use `GRPC.Client.Interceptor` instead.

Interceptor on client side. See GRPC.Stub.connect/2.

Summary

Types

Callbacks

Link to this callback

call(stream, req, next, options)

View Source
@callback call(stream :: GRPC.Client.Stream.t(), req(), next(), options()) ::
  GRPC.Stub.rpc_return()
@callback init(options()) :: options()