Class OperatorServiceGrpc.OperatorServiceBlockingStub

  • Enclosing class:
    OperatorServiceGrpc

    public static final class OperatorServiceGrpc.OperatorServiceBlockingStub
    extends io.grpc.stub.AbstractBlockingStub<OperatorServiceGrpc.OperatorServiceBlockingStub>
     OperatorService API defines how Temporal SDKs and other clients interact with the Temporal server
     to perform administrative functions like registering a search attribute or a namespace.
     APIs in this file could be not compatible with Temporal Cloud, hence it's usage in SDKs should be limited by
     designated APIs that clearly state that they shouldn't be used by the main Application (Workflows & Activities) framework.