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