Class WorkflowsGrpc.WorkflowsImplBase
- java.lang.Object
-
- com.google.cloud.workflows.v1beta.WorkflowsGrpc.WorkflowsImplBase
-
- All Implemented Interfaces:
WorkflowsGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- WorkflowsGrpc
public abstract static class WorkflowsGrpc.WorkflowsImplBase extends Object implements io.grpc.BindableService, WorkflowsGrpc.AsyncService
Base class for the server implementation of the service Workflows.Workflows is used to deploy and execute workflow programs. Workflows makes sure the program executes reliably, despite hardware and networking interruptions.
-
-
Constructor Summary
Constructors Constructor Description WorkflowsImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.workflows.v1beta.WorkflowsGrpc.AsyncService
createWorkflow, deleteWorkflow, getWorkflow, listWorkflows, updateWorkflow
-
-