Class ContextServiceGrpc
java.lang.Object
tech.justen.concord.goodwill.grpc.ContextServiceGrpc
@Generated(value="by gRPC proto compiler (version 1.64.0)",
comments="Source: context.proto")
public final class ContextServiceGrpc
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic final classA stub to allow clients to do synchronous rpc calls to service ContextService.static final classA stub to allow clients to do ListenableFuture-style rpc calls to service ContextService.static classBase class for the server implementation of the service ContextService.static final classA stub to allow clients to do asynchronous rpc calls to service ContextService. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinitionstatic io.grpc.MethodDescriptor<ContextProto.EvaluateRequest, ContextProto.Value> static io.grpc.MethodDescriptor<ContextProto.VariableName, ContextProto.Value> static io.grpc.MethodDescriptor<ContextProto.GetVariableNameParams, ContextProto.VariableNameList> static io.grpc.MethodDescriptor<ContextProto.GetVariablesRequest, ContextProto.MapValue> static io.grpc.ServiceDescriptorstatic io.grpc.MethodDescriptor<ContextProto.Variables, ContextProto.SetVariableResult> static io.grpc.MethodDescriptor<ContextProto.Variable, ContextProto.SetVariableResult> static io.grpc.MethodDescriptor<ContextProto.Variables, ContextProto.SetVariableResult> newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicenewStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
getGetVariableMethod
public static io.grpc.MethodDescriptor<ContextProto.VariableName,ContextProto.Value> getGetVariableMethod() -
getSetVariableMethod
public static io.grpc.MethodDescriptor<ContextProto.Variable,ContextProto.SetVariableResult> getSetVariableMethod() -
getSetVariablesMethod
public static io.grpc.MethodDescriptor<ContextProto.Variables,ContextProto.SetVariableResult> getSetVariablesMethod() -
getSetTaskResultMethod
public static io.grpc.MethodDescriptor<ContextProto.Variables,ContextProto.SetVariableResult> getSetTaskResultMethod() -
getGetVariableNamesMethod
public static io.grpc.MethodDescriptor<ContextProto.GetVariableNameParams,ContextProto.VariableNameList> getGetVariableNamesMethod() -
getGetVariablesMethod
public static io.grpc.MethodDescriptor<ContextProto.GetVariablesRequest,ContextProto.MapValue> getGetVariablesMethod() -
getEvaluateMethod
public static io.grpc.MethodDescriptor<ContextProto.EvaluateRequest,ContextProto.Value> getEvaluateMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
public static ContextServiceGrpc.ContextServiceBlockingStub newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
Creates a new ListenableFuture-style stub that supports unary calls on the service -
bindService
public static final io.grpc.ServerServiceDefinition bindService(ContextServiceGrpc.AsyncService service) -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-