Package gauge.messages
Class RunnerGrpc.RunnerImplBase
java.lang.Object
gauge.messages.RunnerGrpc.RunnerImplBase
- All Implemented Interfaces:
RunnerGrpc.AsyncService,io.grpc.BindableService
- Direct Known Subclasses:
RunnerServiceHandler
- Enclosing class:
- RunnerGrpc
public abstract static class RunnerGrpc.RunnerImplBase
extends Object
implements io.grpc.BindableService, RunnerGrpc.AsyncService
Base class for the server implementation of the service Runner.
-
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 gauge.messages.RunnerGrpc.AsyncService
cacheFile, executeStep, finishExecution, finishScenarioExecution, finishSpecExecution, finishStepExecution, getGlobPatterns, getImplementationFiles, getStepName, getStepNames, getStepPositions, implementStub, initializeScenarioDataStore, initializeSpecDataStore, initializeSuiteDataStore, kill, notifyConceptExecutionEnding, notifyConceptExecutionStarting, refactor, startExecution, startScenarioExecution, startSpecExecution, startStepExecution, validateStep
-
Constructor Details
-
RunnerImplBase
public RunnerImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-