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