Package dev.restate.generated
Class AwakeablesGrpc.AwakeablesFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<AwakeablesGrpc.AwakeablesFutureStub>
-
- dev.restate.generated.AwakeablesGrpc.AwakeablesFutureStub
-
- Enclosing class:
- AwakeablesGrpc
public static final class AwakeablesGrpc.AwakeablesFutureStub extends io.grpc.stub.AbstractFutureStub<AwakeablesGrpc.AwakeablesFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service Awakeables.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AwakeablesGrpc.AwakeablesFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<Empty>reject(RejectAwakeableRequest request)Reject an Awakeable with a reason.com.google.common.util.concurrent.ListenableFuture<Empty>resolve(ResolveAwakeableRequest request)Resolve an Awakeable with a result value.
-
-
-
Method Detail
-
build
protected AwakeablesGrpc.AwakeablesFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<AwakeablesGrpc.AwakeablesFutureStub>
-
resolve
public com.google.common.util.concurrent.ListenableFuture<Empty> resolve(ResolveAwakeableRequest request)
Resolve an Awakeable with a result value.
-
reject
public com.google.common.util.concurrent.ListenableFuture<Empty> reject(RejectAwakeableRequest request)
Reject an Awakeable with a reason.
-
-