Package net.sodacan.core.actor
Interface HostBound
- All Superinterfaces:
AutoCloseable
,Closeable
- All Known Implementing Classes:
ActorGroupStats
,TimeActor
A host bound Actor is locked to a specific host rather than moving with its actor group. This is a very different lifecycle from a normal Actor. A host-bound actor can allocate resources and has a predictable start event and a close method that must be implemented when the host is shut down. An Actor implementing this interface will be considered Host Bound by sodacan. This means that the Actor should react to a START verb when it is started and must implement the close method.
-
Method Summary