GRPC::RPCKind
Inherits Enum < Comparable < Value < Object
RPCKind enumerates the four gRPC streaming variants. Available via CallInfo#kind so interceptors can branch on call type.
Constants
Unary = 0
ServerStreaming = 1
ClientStreaming = 2
Bidi = 3
Inherits Enum < Comparable < Value < Object
RPCKind enumerates the four gRPC streaming variants. Available via CallInfo#kind so interceptors can branch on call type.