Class WorkflowGrpc.WorkflowFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<WorkflowGrpc.WorkflowFutureStub>
-
- dev.restate.sdk.workflow.template.generated.WorkflowGrpc.WorkflowFutureStub
-
- Enclosing class:
- WorkflowGrpc
public static final class WorkflowGrpc.WorkflowFutureStub extends io.grpc.stub.AbstractFutureStub<WorkflowGrpc.WorkflowFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service Workflow.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected WorkflowGrpc.WorkflowFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<Empty>internalStart(InvokeRequest request)com.google.common.util.concurrent.ListenableFuture<Value>invokeTemplate(InvokeRequest request)com.google.common.util.concurrent.ListenableFuture<SubmitResponse>submit(InvokeRequest request)
-
-
-
Method Detail
-
build
protected WorkflowGrpc.WorkflowFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<WorkflowGrpc.WorkflowFutureStub>
-
submit
public com.google.common.util.concurrent.ListenableFuture<SubmitResponse> submit(InvokeRequest request)
-
internalStart
public com.google.common.util.concurrent.ListenableFuture<Empty> internalStart(InvokeRequest request)
-
invokeTemplate
public com.google.common.util.concurrent.ListenableFuture<Value> invokeTemplate(InvokeRequest request)
-
-