AbstractExtensionSetup<T extends Extension> |
Scala 2.11 API: Each extension typically provide a concrete ExtensionSetup that can be used in
ActorSystemSetup when starting the ActorSystem to replace the default
implementation of the extension.
|
ActorRef.ActorRefOps<T> |
|
ActorRef.ActorRefOps$ |
|
ActorRef$ |
Send a message to the Actor referenced by this ActorRef using *at-most-once*
messaging semantics.
|
ActorRefResolver |
Generate full String representation including the uid for the actor cell
instance as URI fragment, replacing the Address in the RootActor Path
with the local one unless this path’s address includes host and port
information.
|
ActorRefResolver$ |
|
ActorRefResolverImpl |
INTERNAL API
|
ActorRefResolverSetup |
|
ActorRefResolverSetup$ |
|
ActorSystem<T> |
The name of this actor system, used to distinguish multiple ones within
the same JVM & class loader.
|
ActorSystem$ |
Scala API: Create an ActorSystem
|
ActorTags |
Scala API: one or more tags defined for the actor
|
ActorTags$ |
Java API: create a tag props with one or more tags
|
BackoffSupervisorStrategy |
Scala API: The back-off algorithm is reset if the actor does not crash within the
specified resetBackoffAfter .
|
Behavior<T> |
Narrow the type of this Behavior, which is always a safe operation.
|
Behavior.BehaviorDecorators<Inner> |
|
Behavior.BehaviorDecorators$ |
|
Behavior$ |
Transform the incoming messages by placing a funnel in front of the wrapped Behavior : the supplied
PartialFunction decides which message to pull in (those that it is defined
at) and may transform the incoming message to place them into the wrapped
Behavior’s type hierarchy.
|
BehaviorInterceptor<Outer,Inner> |
Scala API: The ClassTag for Outer ensures that only messages of this class or a subclass
thereof will be intercepted.
|
BehaviorInterceptor$ |
|
BehaviorSignalInterceptor<Inner> |
Only signals and not messages are intercepted by BehaviorSignalInterceptor .
|
ChildFailed |
Java API
|
ChildFailed$ |
Java API: The actor that was watched and got terminated
|
DeathPactException$ |
|
Dispatchers |
An ActorSystem looks up all its thread pools via a Dispatchers instance.
|
Dispatchers$ |
The id of the default dispatcher, also the full key of the
configuration of the default dispatcher.
|
DispatcherSelector |
Not for user extension.
|
DispatcherSelector$ |
Scala API:
Run the actor on the default ActorSystem executor.
|
ExtensibleBehavior<T> |
Process an incoming message and return the next behavior.
|
ExtensionId<T extends Extension> |
Create the extension, will be invoked at most one time per actor system where the extension is registered.
|
ExtensionSetup<T extends Extension> |
Each extension typically provide a concrete ExtensionSetup that can be used in
ActorSystemSetup when starting the ActorSystem to replace the default
implementation of the extension.
|
LogOptions |
User control whether messages are logged or not.
|
LogOptions.LogOptionsImpl |
|
LogOptions.LogOptionsImpl$ |
|
LogOptions$ |
INTERNAL API
|
MailboxSelector |
Not for user extension.
|
MailboxSelector$ |
Scala API: The default mailbox is SingleConsumerOnlyUnboundedMailbox
|
PostStop |
Lifecycle signal that is fired after this actor and all its child actors
(transitively) have terminated.
|
PostStop$ |
Lifecycle signal that is fired after this actor and all its child actors
(transitively) have terminated.
|
PreRestart |
Lifecycle signal that is fired upon restart of the Actor before replacing
the behavior with the fresh one (i.e.
|
PreRestart$ |
|
Props |
Reference to the tail of this Props list.
|
Props$ |
Empty props instance, should seldom be needed in user code but can be useful as a default props where
custom configuration of an actor is possible.
|
RecipientRef.RecipientRefOps<T> |
|
RecipientRef.RecipientRefOps$ |
|
RecipientRef$ |
Send a message to the destination referenced by this RecipientRef using *at-most-once*
messaging semantics.
|
RestartSupervisorStrategy |
Scala API: Restart with a limit of number of restart retries.
|
SerializedActorRef<T> |
|
SerializedActorRef$ |
INTERNAL API
|
Settings |
Returns the String representation of the Config that this Settings is backed by
|
SpawnProtocol |
Not for user extension
|
SpawnProtocol.Spawn<T> |
|
SpawnProtocol.Spawn$ |
|
SpawnProtocol$ |
Not for user extension
|
SupervisorStrategy |
INTERNAL API
|
SupervisorStrategy.Backoff |
|
SupervisorStrategy.Backoff$ |
|
SupervisorStrategy.Restart |
|
SupervisorStrategy.Restart$ |
|
SupervisorStrategy.Resume |
INTERNAL API
|
SupervisorStrategy.Resume$ |
|
SupervisorStrategy.Stop |
|
SupervisorStrategy.Stop$ |
|
SupervisorStrategy$ |
Resume means keeping the same state as before the exception was
thrown and is thus less safe than restart .
|
Terminated |
Java API: The actor that was watched and got terminated
|
Terminated$ |
|