类 TaskflowStreamServiceGrpc
- java.lang.Object
-
- cn.feiliu.taskflow.grpc.TaskflowStreamServiceGrpc
-
@Generated(value="by gRPC proto compiler (version 1.49.0)", comments="Source: service/taskflow_stream_service.proto") public final class TaskflowStreamServiceGrpc extends Object
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classTaskflowStreamServiceGrpc.TaskflowStreamServiceBlockingStubstatic classTaskflowStreamServiceGrpc.TaskflowStreamServiceFutureStubstatic classTaskflowStreamServiceGrpc.TaskflowStreamServiceImplBasestatic classTaskflowStreamServiceGrpc.TaskflowStreamServiceStub
-
字段概要
字段 修饰符和类型 字段 说明 static StringSERVICE_NAME
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static io.grpc.MethodDescriptor<TaskModelPb.BatchPollRequest,TaskModelPb.Task>getBatchPollMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<FlowModelPb.StartWorkflowRequest,FlowModelPb.StartWorkflowResponse>getStartWorkflowMethod()static TaskflowStreamServiceGrpc.TaskflowStreamServiceBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic TaskflowStreamServiceGrpc.TaskflowStreamServiceFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic TaskflowStreamServiceGrpc.TaskflowStreamServiceStubnewStub(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()
-
getBatchPollMethod
public static io.grpc.MethodDescriptor<TaskModelPb.BatchPollRequest,TaskModelPb.Task> getBatchPollMethod()
-
newStub
public static TaskflowStreamServiceGrpc.TaskflowStreamServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static TaskflowStreamServiceGrpc.TaskflowStreamServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static TaskflowStreamServiceGrpc.TaskflowStreamServiceFutureStub 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()
-
-