Class WorkflowManagerGrpc
- java.lang.Object
-
- dev.restate.sdk.workflow.template.generated.WorkflowManagerGrpc
-
public final class WorkflowManagerGrpc extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceWorkflowManagerGrpc.AsyncServicestatic classWorkflowManagerGrpc.WorkflowManagerBlockingStubA stub to allow clients to do synchronous rpc calls to service WorkflowManager.static classWorkflowManagerGrpc.WorkflowManagerFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service WorkflowManager.static classWorkflowManagerGrpc.WorkflowManagerImplBaseBase class for the server implementation of the service WorkflowManager.static classWorkflowManagerGrpc.WorkflowManagerStubA stub to allow clients to do asynchronous rpc calls to service WorkflowManager.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(WorkflowManagerGrpc.AsyncService service)static io.grpc.MethodDescriptor<WorkflowManagerRequest,Empty>getCleanupMethod()static io.grpc.MethodDescriptor<StateRequest,Empty>getClearStateMethod()static io.grpc.MethodDescriptor<CompleteDurablePromiseRequest,Empty>getCompleteDurablePromiseMethod()static io.grpc.MethodDescriptor<GetDurablePromiseCompletionRequest,MaybeDurablePromiseCompletion>getGetDurablePromiseCompletionMethod()static io.grpc.MethodDescriptor<OutputRequest,GetOutputResponse>getGetOutputMethod()static io.grpc.MethodDescriptor<StateRequest,GetStateResponse>getGetStateMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<SetOutputRequest,Empty>getSetOutputMethod()static io.grpc.MethodDescriptor<SetStateRequest,Empty>getSetStateMethod()static io.grpc.MethodDescriptor<StartRequest,StartResponse>getTryStartMethod()static io.grpc.MethodDescriptor<WaitDurablePromiseCompletionRequest,Empty>getWaitDurablePromiseCompletionMethod()static WorkflowManagerGrpc.WorkflowManagerBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic WorkflowManagerGrpc.WorkflowManagerFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic WorkflowManagerGrpc.WorkflowManagerStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getGetStateMethod
public static io.grpc.MethodDescriptor<StateRequest,GetStateResponse> getGetStateMethod()
-
getSetStateMethod
public static io.grpc.MethodDescriptor<SetStateRequest,Empty> getSetStateMethod()
-
getClearStateMethod
public static io.grpc.MethodDescriptor<StateRequest,Empty> getClearStateMethod()
-
getTryStartMethod
public static io.grpc.MethodDescriptor<StartRequest,StartResponse> getTryStartMethod()
-
getGetOutputMethod
public static io.grpc.MethodDescriptor<OutputRequest,GetOutputResponse> getGetOutputMethod()
-
getSetOutputMethod
public static io.grpc.MethodDescriptor<SetOutputRequest,Empty> getSetOutputMethod()
-
getWaitDurablePromiseCompletionMethod
public static io.grpc.MethodDescriptor<WaitDurablePromiseCompletionRequest,Empty> getWaitDurablePromiseCompletionMethod()
-
getGetDurablePromiseCompletionMethod
public static io.grpc.MethodDescriptor<GetDurablePromiseCompletionRequest,MaybeDurablePromiseCompletion> getGetDurablePromiseCompletionMethod()
-
getCompleteDurablePromiseMethod
public static io.grpc.MethodDescriptor<CompleteDurablePromiseRequest,Empty> getCompleteDurablePromiseMethod()
-
getCleanupMethod
public static io.grpc.MethodDescriptor<WorkflowManagerRequest,Empty> getCleanupMethod()
-
newStub
public static WorkflowManagerGrpc.WorkflowManagerStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static WorkflowManagerGrpc.WorkflowManagerBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static WorkflowManagerGrpc.WorkflowManagerFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(WorkflowManagerGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-