Class ContextServiceGrpc.ContextServiceImplBase
java.lang.Object
tech.justen.concord.goodwill.grpc.ContextServiceGrpc.ContextServiceImplBase
- All Implemented Interfaces:
io.grpc.BindableService,ContextServiceGrpc.AsyncService
- Direct Known Subclasses:
GrpcContextService
- Enclosing class:
ContextServiceGrpc
public abstract static class ContextServiceGrpc.ContextServiceImplBase
extends Object
implements io.grpc.BindableService, ContextServiceGrpc.AsyncService
Base class for the server implementation of the service ContextService.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface tech.justen.concord.goodwill.grpc.ContextServiceGrpc.AsyncService
evaluate, getVariable, getVariableNames, getVariables, setTaskResult, setVariable, setVariables
-
Constructor Details
-
ContextServiceImplBase
public ContextServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-