Package dev.restate.generated
Class AwakeablesGrpc.AwakeablesStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<AwakeablesGrpc.AwakeablesStub>
-
- dev.restate.generated.AwakeablesGrpc.AwakeablesStub
-
- Enclosing class:
- AwakeablesGrpc
public static final class AwakeablesGrpc.AwakeablesStub extends io.grpc.stub.AbstractAsyncStub<AwakeablesGrpc.AwakeablesStub>
A stub to allow clients to do asynchronous rpc calls to service Awakeables.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AwakeablesGrpc.AwakeablesStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)voidreject(RejectAwakeableRequest request, io.grpc.stub.StreamObserver<Empty> responseObserver)Reject an Awakeable with a reason.voidresolve(ResolveAwakeableRequest request, io.grpc.stub.StreamObserver<Empty> responseObserver)Resolve an Awakeable with a result value.
-
-
-
Method Detail
-
build
protected AwakeablesGrpc.AwakeablesStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<AwakeablesGrpc.AwakeablesStub>
-
resolve
public void resolve(ResolveAwakeableRequest request, io.grpc.stub.StreamObserver<Empty> responseObserver)
Resolve an Awakeable with a result value.
-
reject
public void reject(RejectAwakeableRequest request, io.grpc.stub.StreamObserver<Empty> responseObserver)
Reject an Awakeable with a reason.
-
-