Overview
-
module Async-
module Service-
class ConfigurationManages environments which describes how to host a specific set of services.
-
class ControllerControls multiple services and their lifecycle.
-
class EnvironmentRepresents a service configuration with lazy evaluation and module composition.
-
class BuilderA builder for constructing environments using a DSL.
-
class EvaluatorAn evaluator is lazy read-only view of an environment. It memoizes all method calls.
-
-
module Formatting- deprecated
Formatting utilities for service titles.
-
class GenericCaptures the stateful behaviour of a specific service.
-
class LoaderThe domain specific language for loading configuration files.
-
module ManagedManaged services provide robust lifecycle management including health checking, restart policies, and process title formatting.
-
module EnvironmentDefault configuration for managed services.
-
module HealthCheckerA health checker for managed services.
-
class ServiceA managed service with built-in health checking, restart policies, and process title formatting.
-
-
-