| __InternalOnlyAccessor |
|
| Actor |
The abstract base class of all concrete Actor types.
|
| ActorFactory |
|
| ActorInstantiatorRegistry |
|
| ActorLoggerAdapter |
|
| ActorProxy |
|
| ActorProxyBase<T> |
|
| Addressable__Proxy |
|
| ArgumentLock |
based on the solution found on https://stackoverflow.com/a/28347825
|
| Backoff |
|
| BasicAddress |
|
| BroadcastRouter<P> |
BroadcastRouter
|
| Cancellable__Proxy |
|
| Characters<T> |
|
| CommonSupervisor |
|
| CompletesEventually__Proxy |
|
| CompletesEventuallyActor |
|
| CompletionSupplier<R> |
Supports providing a latent Completes<T> outcome by way of CompletesEventually.
|
| CompletionTranslator<O,R> |
Supports providing a latent Completes<T> outcome by way of CompletesEventually.
|
| Configuration |
|
| ContentBasedRouter<P> |
ContentBasedRouter is a kind of Router that considers the
content of messages in computing a Routing
|
| DeadLetter |
|
| DeadLetters__Proxy |
|
| DeadLettersActor |
|
| DeadLettersListener__Proxy |
|
| DefaultSupervisor |
|
| Definition |
|
| Definition.SerializationProxy |
|
| DirectoryEvictionConfiguration |
|
| DirectoryEvictor |
|
| DirectoryScanner__Proxy |
|
| DirectoryScannerActor |
|
| Environment |
|
| FailureMark |
|
| InvalidProtocolException.Failure |
|
| LocalMessage<T> |
|
| Logger__Proxy |
|
| NoProtocol__Proxy |
|
| PooledCompletes |
|
| PrivateRootActor |
|
| Properties |
|
| Protocols |
|
| Protocols.Five<A,B,C,D,E> |
|
| Protocols.Four<A,B,C,D> |
|
| Protocols.Three<A,B,C> |
|
| Protocols.Two<A,B> |
|
| ProxyGenerator |
|
| ProxyGenerator.GenericParser |
|
| ProxyGenerator.Result |
|
| PublicRootActor |
|
| RandomRouter<P> |
RandomRouter
|
| ResumingMailbox |
|
| Returns<T> |
|
| RoundRobinRouter<P> |
RoundRobinRouter
|
| Routee<P> |
Routee represents a potential target for for a routed message.
|
| Router<P> |
Router is a kind of Actor that forwards a message
to one or more other actors according to a
computed Routing.
|
| RouterSpecification<P> |
RouterSpecification specifies the definition and protocol of
the actors to which a Router will route,
as well as other details such as pool size.
|
| Routing<P> |
Routing is an ordered sequence of routees that
was computed by way of some routing strategy and whose elements
will be the target of a message forwarded by a Router.
|
| SmallestMailboxRouter<P> |
SmallestMailboxRouter
|
| Stage |
|
| Stage.ActorProtocolActor<T> |
Internal type used to manage Actor proxy creation.
|
| StageSupervisedActor |
|
| Startable__Proxy |
|
| Stoppable__Proxy |
|
| Stowage |
|
| StowedLocalMessage<T> |
|
| Supervisor__Proxy |
|
| UUIDAddress |
|
| UUIDAddressFactory |
|
| World |
The World of the actor runtime through which all Stage and Actor instances are created and run.
|