Uses of Interface
ch.rswk.meta.engine.EngineServices.ConfigurableService
Packages that use EngineServices.ConfigurableService
Package
Description
meta-engine is the backend of every application based on meta.
-
Uses of EngineServices.ConfigurableService in ch.rswk.meta.engine
Classes in ch.rswk.meta.engine that implement EngineServices.ConfigurableServiceModifier and TypeClassDescriptionclass
class
class
class
ActionService receives and dispatchesMetaAction
to services that are registered to handle them.class
class
FileService to upload, download, search and delete files.class
GatewayService for sending SMS, email and invoking webhooks.class
class
LoggingService for storing and searching for logs and metrics.class
LuceneService handles writing and searching a single Lucene index via a work queue.class
MetaService provides CRUD functionality for all meta model entities.class
UserService provides CRUD functionality for all user entities.class
WatchdogService can report engine health to another engine (usually a central, dedicated watchdog), check if other runtimes are healthy (as the dedicated watchdog) and schedule/process automated updates.Fields in ch.rswk.meta.engine declared as EngineServices.ConfigurableServiceModifier and TypeFieldDescriptionprivate final EngineServices.ConfigurableService
<C> EngineServices.ConfigWatcherNotificationConsumer.service
Constructors in ch.rswk.meta.engine with parameters of type EngineServices.ConfigurableServiceModifierConstructorDescription -
Uses of EngineServices.ConfigurableService in ch.rswk.meta.engine.test
Classes in ch.rswk.meta.engine.test that implement EngineServices.ConfigurableServiceModifier and TypeClassDescriptionstatic class
static class
(package private) static class
static class
class