package componently
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait AkkaHelper extends AnyRef
Helper for implementing Component, gives implicit access to Akka Components
- trait AkkaRuntime extends AnyRef
Encapsulates access to various used Akka Components.
Encapsulates access to various used Akka Components. and underlying stuff.
- trait Component extends AnyRef
Base trait for component like objects.
Base trait for component like objects. This are things which need akka access, have a life time.
- abstract class ComponentBase extends Component with AkkaHelper
Base class for Components.
- trait Lifecycle extends AnyRef
Helper for services to maintain a coordinated shutdown.
Helper for services to maintain a coordinated shutdown. Services with resources can add their shutdown hook here.
The cleanup is done in reverse order of adding shutdown hooks.
The Idea is stolen from Play Framework.
Value Members
- object AkkaHelper
Similar to AkkaHelper trait, but can be imported where you do not want to change trait hierarchy.
- object AkkaRuntime
- object Lifecycle