Class ServiceGrpc.ServiceFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<ServiceGrpc.ServiceFutureStub>
-
- dev.restate.sdk.dynrpc.template.generated.ServiceGrpc.ServiceFutureStub
-
- Enclosing class:
- ServiceGrpc
public static final class ServiceGrpc.ServiceFutureStub extends io.grpc.stub.AbstractFutureStub<ServiceGrpc.ServiceFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service Service.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ServiceGrpc.ServiceFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<RpcResponse>template(RpcRequest request)
-
-
-
Method Detail
-
build
protected ServiceGrpc.ServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<ServiceGrpc.ServiceFutureStub>
-
template
public com.google.common.util.concurrent.ListenableFuture<RpcResponse> template(RpcRequest request)
-
-