Class TaskHubSidecarServiceGrpc.TaskHubSidecarServiceImplBase
- java.lang.Object
-
- com.microsoft.durabletask.implementation.protobuf.TaskHubSidecarServiceGrpc.TaskHubSidecarServiceImplBase
-
- All Implemented Interfaces:
TaskHubSidecarServiceGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
- TaskHubSidecarServiceGrpc
public abstract static class TaskHubSidecarServiceGrpc.TaskHubSidecarServiceImplBase extends java.lang.Object implements io.grpc.BindableService, TaskHubSidecarServiceGrpc.AsyncService
Base class for the server implementation of the service TaskHubSidecarService.
-
-
Constructor Summary
Constructors Constructor Description TaskHubSidecarServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.microsoft.durabletask.implementation.protobuf.TaskHubSidecarServiceGrpc.AsyncService
completeActivityTask, completeOrchestratorTask, createTaskHub, deleteTaskHub, getInstance, getWorkItems, hello, purgeInstances, queryInstances, raiseEvent, resumeInstance, rewindInstance, startInstance, suspendInstance, terminateInstance, waitForInstanceCompletion, waitForInstanceStart
-
-