All Methods Static Methods Concrete Methods
| Modifier and Type |
Method |
Description |
static io.grpc.ServerServiceDefinition |
bindService(TaskHubSidecarServiceGrpc.AsyncService service) |
|
static io.grpc.MethodDescriptor<OrchestratorService.ActivityResponse,OrchestratorService.CompleteTaskResponse> |
getCompleteActivityTaskMethod() |
|
static io.grpc.MethodDescriptor<OrchestratorService.OrchestratorResponse,OrchestratorService.CompleteTaskResponse> |
getCompleteOrchestratorTaskMethod() |
|
static io.grpc.MethodDescriptor<OrchestratorService.CreateTaskHubRequest,OrchestratorService.CreateTaskHubResponse> |
getCreateTaskHubMethod() |
|
static io.grpc.MethodDescriptor<OrchestratorService.DeleteTaskHubRequest,OrchestratorService.DeleteTaskHubResponse> |
getDeleteTaskHubMethod() |
|
static io.grpc.MethodDescriptor<OrchestratorService.GetInstanceRequest,OrchestratorService.GetInstanceResponse> |
getGetInstanceMethod() |
|
static io.grpc.MethodDescriptor<OrchestratorService.GetWorkItemsRequest,OrchestratorService.WorkItem> |
getGetWorkItemsMethod() |
|
static io.grpc.MethodDescriptor<com.google.protobuf.Empty,com.google.protobuf.Empty> |
getHelloMethod() |
|
static io.grpc.MethodDescriptor<OrchestratorService.PurgeInstancesRequest,OrchestratorService.PurgeInstancesResponse> |
getPurgeInstancesMethod() |
|
static io.grpc.MethodDescriptor<OrchestratorService.QueryInstancesRequest,OrchestratorService.QueryInstancesResponse> |
getQueryInstancesMethod() |
|
static io.grpc.MethodDescriptor<OrchestratorService.RaiseEventRequest,OrchestratorService.RaiseEventResponse> |
getRaiseEventMethod() |
|
static io.grpc.MethodDescriptor<OrchestratorService.ResumeRequest,OrchestratorService.ResumeResponse> |
getResumeInstanceMethod() |
|
static io.grpc.MethodDescriptor<OrchestratorService.RewindInstanceRequest,OrchestratorService.RewindInstanceResponse> |
getRewindInstanceMethod() |
|
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
|
static io.grpc.MethodDescriptor<OrchestratorService.CreateInstanceRequest,OrchestratorService.CreateInstanceResponse> |
getStartInstanceMethod() |
|
static io.grpc.MethodDescriptor<OrchestratorService.SuspendRequest,OrchestratorService.SuspendResponse> |
getSuspendInstanceMethod() |
|
static io.grpc.MethodDescriptor<OrchestratorService.TerminateRequest,OrchestratorService.TerminateResponse> |
getTerminateInstanceMethod() |
|
static io.grpc.MethodDescriptor<OrchestratorService.GetInstanceRequest,OrchestratorService.GetInstanceResponse> |
getWaitForInstanceCompletionMethod() |
|
static io.grpc.MethodDescriptor<OrchestratorService.GetInstanceRequest,OrchestratorService.GetInstanceResponse> |
getWaitForInstanceStartMethod() |
|
static TaskHubSidecarServiceGrpc.TaskHubSidecarServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel) |
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static TaskHubSidecarServiceGrpc.TaskHubSidecarServiceFutureStub |
newFutureStub(io.grpc.Channel channel) |
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static TaskHubSidecarServiceGrpc.TaskHubSidecarServiceStub |
newStub(io.grpc.Channel channel) |
Creates a new async stub that supports all call types for the service
|