类 TaskflowServiceGrpc
- java.lang.Object
-
- cn.feiliu.taskflow.grpc.TaskflowServiceGrpc
-
@Generated(value="by gRPC proto compiler (version 1.49.0)", comments="Source: service/taskflow_service.proto") public final class TaskflowServiceGrpc extends Object
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classTaskflowServiceGrpc.TaskflowServiceBlockingStubstatic classTaskflowServiceGrpc.TaskflowServiceFutureStubstatic classTaskflowServiceGrpc.TaskflowServiceImplBasestatic classTaskflowServiceGrpc.TaskflowServiceStub
-
字段概要
字段 修饰符和类型 字段 说明 static StringSERVICE_NAME
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static io.grpc.MethodDescriptor<TaskModelPb.AddLogRequest,TaskModelPb.AddLogResponse>getAddLogMethod()static io.grpc.MethodDescriptor<TaskModelPb.GetTaskRequest,TaskModelPb.GetTaskResponse>getGetTaskMethod()static io.grpc.MethodDescriptor<TaskModelPb.PollRequest,TaskModelPb.PollResponse>getPollMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<FlowModelPb.StartWorkflowRequest,FlowModelPb.StartWorkflowResponse>getStartWorkflowMethod()static io.grpc.MethodDescriptor<TaskModelPb.UpdateTaskRequest,TaskModelPb.UpdateTaskResponse>getUpdateTaskMethod()static TaskflowServiceGrpc.TaskflowServiceBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic TaskflowServiceGrpc.TaskflowServiceFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic TaskflowServiceGrpc.TaskflowServiceStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
方法详细资料
-
getStartWorkflowMethod
public static io.grpc.MethodDescriptor<FlowModelPb.StartWorkflowRequest,FlowModelPb.StartWorkflowResponse> getStartWorkflowMethod()
-
getPollMethod
public static io.grpc.MethodDescriptor<TaskModelPb.PollRequest,TaskModelPb.PollResponse> getPollMethod()
-
getUpdateTaskMethod
public static io.grpc.MethodDescriptor<TaskModelPb.UpdateTaskRequest,TaskModelPb.UpdateTaskResponse> getUpdateTaskMethod()
-
getAddLogMethod
public static io.grpc.MethodDescriptor<TaskModelPb.AddLogRequest,TaskModelPb.AddLogResponse> getAddLogMethod()
-
getGetTaskMethod
public static io.grpc.MethodDescriptor<TaskModelPb.GetTaskRequest,TaskModelPb.GetTaskResponse> getGetTaskMethod()
-
newStub
public static TaskflowServiceGrpc.TaskflowServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static TaskflowServiceGrpc.TaskflowServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static TaskflowServiceGrpc.TaskflowServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-