Package ch.rswk.meta.engine.test
Class ActionServiceTest.TestService
java.lang.Object
com.google.common.util.concurrent.AbstractIdleService
ch.rswk.meta.engine.AbstractEngineIdleService<Fixture.EmptyServiceConfig>
ch.rswk.meta.engine.test.ActionServiceTest.TestService
- All Implemented Interfaces:
EngineServices.ConfigurableService<Fixture.EmptyServiceConfig>
,EngineServices.InfoProvidingService
,com.google.common.util.concurrent.Service
- Enclosing class:
ActionServiceTest
@Singleton
public static class ActionServiceTest.TestService
extends AbstractEngineIdleService<Fixture.EmptyServiceConfig>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final record
static final record
Nested classes/interfaces inherited from interface com.google.common.util.concurrent.Service
com.google.common.util.concurrent.Service.Listener, com.google.common.util.concurrent.Service.State
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ActionService
private static final org.slf4j.Logger
com.fasterxml.jackson.databind.JsonNode
Fields inherited from class ch.rswk.meta.engine.AbstractEngineIdleService
runtime
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ch.rswk.meta.engine.AbstractEngineIdleService
configClass, configReference, serviceName
Methods inherited from class com.google.common.util.concurrent.AbstractIdleService
addListener, awaitRunning, awaitRunning, awaitRunning, awaitTerminated, awaitTerminated, awaitTerminated, executor, failureCause, isRunning, startAsync, state, stopAsync, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface ch.rswk.meta.engine.EngineServices.ConfigurableService
config, onConfigChanged
Methods inherited from interface ch.rswk.meta.engine.EngineServices.InfoProvidingService
getServiceInfo
-
Field Details
-
LOG
private static final org.slf4j.Logger LOG -
actionService
-
executeException
-
requestLatch
-
requests
-
result
public com.fasterxml.jackson.databind.JsonNode result
-
-
Constructor Details
-
TestService
-
-
Method Details
-
startUp
- Overrides:
startUp
in classAbstractEngineIdleService<Fixture.EmptyServiceConfig>
- Throws:
Exception
-
shutDown
- Overrides:
shutDown
in classAbstractEngineIdleService<Fixture.EmptyServiceConfig>
- Throws:
Exception
-