Class WorkflowsGrpc (2.41.0)

public final class WorkflowsGrpc

Workflows is used to deploy and execute workflow programs. Workflows makes sure the program executes reliably, despite hardware and networking interruptions.

Inheritance

java.lang.Object > WorkflowsGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(WorkflowsGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(WorkflowsGrpc.AsyncService service)
Parameter
NameDescription
serviceWorkflowsGrpc.AsyncService
Returns
TypeDescription
io.grpc.ServerServiceDefinition

getCreateWorkflowMethod()

public static MethodDescriptor<CreateWorkflowRequest,Operation> getCreateWorkflowMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateWorkflowRequest,Operation>

getDeleteWorkflowMethod()

public static MethodDescriptor<DeleteWorkflowRequest,Operation> getDeleteWorkflowMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteWorkflowRequest,Operation>

getGetWorkflowMethod()

public static MethodDescriptor<GetWorkflowRequest,Workflow> getGetWorkflowMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetWorkflowRequest,Workflow>

getListWorkflowsMethod()

public static MethodDescriptor<ListWorkflowsRequest,ListWorkflowsResponse> getListWorkflowsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListWorkflowsRequest,ListWorkflowsResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

getUpdateWorkflowMethod()

public static MethodDescriptor<UpdateWorkflowRequest,Operation> getUpdateWorkflowMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateWorkflowRequest,Operation>

newBlockingStub(Channel channel)

public static WorkflowsGrpc.WorkflowsBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
WorkflowsGrpc.WorkflowsBlockingStub

newFutureStub(Channel channel)

public static WorkflowsGrpc.WorkflowsFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
WorkflowsGrpc.WorkflowsFutureStub

newStub(Channel channel)

public static WorkflowsGrpc.WorkflowsStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
WorkflowsGrpc.WorkflowsStub