Class WorkflowsGrpc (2.42.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
Type Description
String

Static Methods

bindService(WorkflowsGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(WorkflowsGrpc.AsyncService service)
Parameter
Name Description
service WorkflowsGrpc.AsyncService
Returns
Type Description
io.grpc.ServerServiceDefinition

getCreateWorkflowMethod()

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

getDeleteWorkflowMethod()

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

getGetWorkflowMethod()

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

getListWorkflowsMethod()

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

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
Type Description
io.grpc.ServiceDescriptor

getUpdateWorkflowMethod()

public static MethodDescriptor<UpdateWorkflowRequest,Operation> getUpdateWorkflowMethod()
Returns
Type Description
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
Name Description
channel io.grpc.Channel
Returns
Type Description
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
Name Description
channel io.grpc.Channel
Returns
Type Description
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
Name Description
channel io.grpc.Channel
Returns
Type Description
WorkflowsGrpc.WorkflowsStub