Class ContextServiceGrpc.ContextServiceBlockingStub
java.lang.Object
io.grpc.stub.AbstractStub<ContextServiceGrpc.ContextServiceBlockingStub>
io.grpc.stub.AbstractBlockingStub<ContextServiceGrpc.ContextServiceBlockingStub>
tech.justen.concord.goodwill.grpc.ContextServiceGrpc.ContextServiceBlockingStub
- Enclosing class:
ContextServiceGrpc
public static final class ContextServiceGrpc.ContextServiceBlockingStub
extends io.grpc.stub.AbstractBlockingStub<ContextServiceGrpc.ContextServiceBlockingStub>
A stub to allow clients to do synchronous rpc calls to service ContextService.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>> -
Method Summary
Modifier and TypeMethodDescriptionbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) evaluate(ContextProto.EvaluateRequest request) getVariable(ContextProto.VariableName request) setTaskResult(ContextProto.Variables request) setVariable(ContextProto.Variable request) setVariables(ContextProto.Variables request) Methods inherited from class io.grpc.stub.AbstractBlockingStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
-
Method Details
-
build
protected ContextServiceGrpc.ContextServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<ContextServiceGrpc.ContextServiceBlockingStub>
-
getVariable
-
setVariable
-
setVariables
-
setTaskResult
-
getVariableNames
-
getVariables
-
evaluate
-