| Interface | Description |
|---|---|
| MessageHandlingFunction<T,R> |
| Class | Description |
|---|---|
| Actor<MessageType extends Enum<MessageType>,Message> |
A simpler derivation of
BaseActor to be used in most common actor use cases. |
| ActorConfig |
Configuration for an actor
|
| BaseActor<Message> |
This is a managed wrapper for
UnmanagedBaseActor this is managed and therefore started by D/W. |
| UnmanagedBaseActor<Message> |
This actor can be derived to directly call start/stop.
|
| Enum | Description |
|---|---|
| DelayType |
Copyright © 2016–2019. All rights reserved.