Interface EngineServices.ConfigurableService<C>
- All Known Implementing Classes:
AbstractEngineExecutionThreadService, AbstractEngineIdleService, AbstractEngineWorkQueueService, ActionService, ActionServiceTest.TestService, DatabaseService, EngineRuntimeTest.TestService, EngineServicesTest.AbstractTestService, FileService, FileServiceTest.TestService, GatewayMockService, GatewayService, HttpService, LoggingService, LuceneService, MetaService, UserService, WatchdogService
- Enclosing interface:
EngineServices
public static interface EngineServices.ConfigurableService<C>
-
Method Details
-
config
-
configReference
AtomicReference<C> configReference() -
handleConfigWatcherNotification
-
configClass
-
onConfigChanged
default void onConfigChanged()
-