module documentation

Underlying gRPC services.

Class ConnectConfig Config for connecting to the server.
Class KeepAliveConfig Keep-alive configuration for client connections.
Class OperatorService Client to the Temporal server's operator service.
Class RetryConfig Retry configuration for server calls.
Class RPCStatusCode Status code for RPCError.
Class ServiceCall Callable RPC method for services.
Class ServiceClient Direct client to Temporal services.
Class TestService Client to the Temporal test server's test service.
Class TLSConfig TLS configuration for connecting to Temporal server.
Class WorkflowService Client to the Temporal server's workflow service.
Exception RPCError Error during RPC call.
Constant LOG_PROTOS Undocumented
Type Variable ServiceRequest Undocumented
Type Variable ServiceResponse Undocumented
Variable __version__ Undocumented
Variable logger Undocumented
Class _BridgeServiceClient No class docstring; 1/1 property, 0/3 instance variable, 2/5 methods, 0/1 static method documented
LOG_PROTOS: bool = (source)

Undocumented

Value
False
ServiceRequest = (source)

Undocumented

Value
TypeVar('ServiceRequest',
        bound=google.protobuf.message.Message)
ServiceResponse = (source)

Undocumented

Value
TypeVar('ServiceResponse',
        bound=google.protobuf.message.Message)
__version__: str = (source)

Undocumented

Undocumented