Class InternalGrpc.InternalBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<InternalGrpc.InternalBlockingStub>
-
- responsive.controller.internal.v1.internal.proto.InternalGrpc.InternalBlockingStub
-
- Enclosing class:
- InternalGrpc
public static final class InternalGrpc.InternalBlockingStub extends io.grpc.stub.AbstractBlockingStub<InternalGrpc.InternalBlockingStub>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected InternalGrpc.InternalBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)InternalOuterClass.EmptyResponsedumpState(InternalOuterClass.DumpStateRequest request)InternalOuterClass.GetPolicyResponsegetPolicy(InternalOuterClass.GetPolicyRequest request)
-
-
-
Method Detail
-
build
protected InternalGrpc.InternalBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<InternalGrpc.InternalBlockingStub>
-
dumpState
public InternalOuterClass.EmptyResponse dumpState(InternalOuterClass.DumpStateRequest request)
-
getPolicy
public InternalOuterClass.GetPolicyResponse getPolicy(InternalOuterClass.GetPolicyRequest request)
-
-