Class ExecutionsGrpc.ExecutionsImplBase
- java.lang.Object
-
- com.google.cloud.workflows.executions.v1beta.ExecutionsGrpc.ExecutionsImplBase
-
- All Implemented Interfaces:
ExecutionsGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- ExecutionsGrpc
public abstract static class ExecutionsGrpc.ExecutionsImplBase extends Object implements io.grpc.BindableService, ExecutionsGrpc.AsyncService
Base class for the server implementation of the service Executions.Executions is used to start and manage running instances of [Workflows][google.cloud.workflows.v1beta.Workflow] called executions.
-
-
Constructor Summary
Constructors Constructor Description ExecutionsImplBase()
-
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.executions.v1beta.ExecutionsGrpc.AsyncService
cancelExecution, createExecution, getExecution, listExecutions
-
-