|
Interface Summary |
| Actor |
A BAM Actor sends and receives messages as the core class in a
service-oriented architecture. |
| ActorClientFactory |
ActorClientFactory creates new ActorClients to be used as
a connection. |
| ActorHolder |
A BAM Actor sends and receives messages as the core class in a
service-oriented architecture. |
| ActorProxy |
ActorProxy is a convenience API for sending messages to a specific Actors,
which always using the actor's address as the "from" parameter. |
| ActorSender |
ActorSender is a convenience API for sending messages to other Actors,
which always using the actor's address as the "from" parameter and manages
query ids. |
| Agent |
A BAM Actor sends and receives messages as the core class in a
service-oriented architecture. |
| ManagedActor |
A BAM Actor sends and receives messages as the core class in a
service-oriented architecture. |
| RemoteActorSender |
|
|
Class Summary |
| AbstractActor |
Abstract implementation of a BAM actor. |
| AbstractActorHolder |
Abstract implementation of a BAM actor. |
| AbstractActorSender |
ActorSender is a convenience API for sending messages to other Actors,
which always using the actor's address as the "from" parameter and manages
query ids. |
| AbstractAgent |
A BAM Actor sends and receives messages as the core class in a
service-oriented architecture. |
| BamSkeleton<S> |
The Skeleton introspects and dispatches messages for a
SimpleActor
or SkeletonActorFilter. |
| LocalActorSender |
ActorClient is a convenience API for sending messages to other Actors,
which always using the actor's address as the "from" parameter. |
| SimpleActor |
Base class for implementing an Agent. |
| SimpleActorSender |
ActorClient is a convenience API for sending messages to other Actors,
which always using the actor's address as the "from" parameter. |
| SkeletonActorFilter<T> |
Base ActorStream implementation using introspection and
@Message annotations to simplify
Actor development. |