Class EngineRuntime

java.lang.Object
ch.rswk.meta.engine.EngineRuntime
All Implemented Interfaces:
Executor

@Singleton public class EngineRuntime extends Object implements Executor
EngineRuntime provides executor services, ServiceManager for service lifecycle, centralized access to Metric, Health-Check and AlertRegistry.

Implements Executor to provide convenience to submit and handle async tasks. See ListenableFuture.