Class KeyedServiceGrpc.KeyedServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<KeyedServiceGrpc.KeyedServiceStub>
-
- dev.restate.sdk.dynrpc.template.generated.KeyedServiceGrpc.KeyedServiceStub
-
- Enclosing class:
- KeyedServiceGrpc
public static final class KeyedServiceGrpc.KeyedServiceStub extends io.grpc.stub.AbstractAsyncStub<KeyedServiceGrpc.KeyedServiceStub>
A stub to allow clients to do asynchronous rpc calls to service KeyedService.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected KeyedServiceGrpc.KeyedServiceStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)voidtemplate(KeyedRpcRequest request, io.grpc.stub.StreamObserver<RpcResponse> responseObserver)
-
-
-
Method Detail
-
build
protected KeyedServiceGrpc.KeyedServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<KeyedServiceGrpc.KeyedServiceStub>
-
template
public void template(KeyedRpcRequest request, io.grpc.stub.StreamObserver<RpcResponse> responseObserver)
-
-