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