grpc.framework.common package

Submodules

grpc.framework.common.cardinality module

Defines an enum for classifying RPC methods by streaming semantics.

class grpc.framework.common.cardinality.Cardinality[source]

Bases: enum.Enum

Describes the streaming semantics of an RPC method.

grpc.framework.common.style module

Defines an enum for classifying RPC methods by control flow semantics.

class grpc.framework.common.style.Service[source]

Bases: enum.Enum

Describes the control flow style of RPC method implementation.

Module contents