AbstractActor |
Returns this AbstractActor's ActorContext
The ActorContext is not thread safe so do not expose it outside of the
AbstractActor.
|
AbstractActor.Receive |
|
AbstractActor$ |
Defines which messages the Actor can handle, along with the implementation of
how the messages should be processed.
|
AbstractActorWithStash |
Java API: compatible with lambda expressions
|
AbstractActorWithTimers |
Start and cancel timers via the enclosed TimerScheduler .
|
AbstractActorWithUnboundedStash |
Java API: compatible with lambda expressions
|
AbstractActorWithUnrestrictedStash |
Java API: compatible with lambda expressions
|
AbstractExtensionId<T extends Extension> |
Java API for ExtensionId
|
AbstractFSM<S,D> |
Returns this AbstractActor's ActorContext
The ActorContext is not thread safe so do not expose it outside of the
AbstractActor.
|
AbstractFSM$ |
A partial function value which does not match anything and can be used to
“reset” whenUnhandled and onTermination handlers.
|
AbstractFSMWithStash<S,D> |
Java API: compatible with lambda expressions
|
AbstractLoggingActor |
Java API: compatible with lambda expressions
|
AbstractLoggingFSM<S,D> |
Java API: compatible with lambda expressions
|
AbstractScheduler |
An Akka scheduler service.
|
AbstractSchedulerBase |
The maximum supported task frequency of this scheduler, i.e.
|
Actor.emptyBehavior$ |
emptyBehavior is a Receive-expression that matches no messages at all, ever.
|
Actor.ignoringBehavior$ |
|
Actor$ |
Type alias representing a Receive-expression for Akka Actors.
|
ActorCell |
Everything in here is completely Akka PRIVATE.
|
ActorCell$ |
Everything in here is completely Akka PRIVATE.
|
ActorDSL |
Deprecated.
|
ActorDSL.Extension |
|
ActorDSL.Extension$ |
|
ActorDSL$ |
Deprecated.
|
ActorIdentity |
Java API: ActorRef of the actor replying to the request or
null if no actor matched the request.
|
ActorIdentity$ |
|
ActorInitializationException$ |
|
ActorKilledException$ |
|
ActorNotFound$ |
|
ActorPath$ |
Parse string as actor path; throws java.net.MalformedURLException if unable to do so.
|
ActorPathExtractor |
Given an ActorPath it returns the Address and the path elements if the path is well-formed
|
ActorPathExtractor$ |
Given an ActorPath it returns the Address and the path elements if the path is well-formed
|
ActorPaths |
Parse string as actor path; throws java.net.MalformedURLException if unable to do so.
|
ActorPaths$ |
Parse string as actor path; throws java.net.MalformedURLException if unable to do so.
|
ActorRef |
Returns the path for this actor (from this actor up to the root actor).
|
ActorRef$ |
|
ActorRefWithCell |
Common trait of all actor refs which actually have a Cell, most notably
LocalActorRef and RepointableActorRef.
|
ActorSelection |
Sends the specified message to this ActorSelection, i.e.
|
ActorSelection$ |
Construct an ActorSelection from the given string representing a path
relative to the given target.
|
ActorSelectionMessage |
INTERNAL API
ActorRefFactory.actorSelection returns a ActorSelection which sends these
nested path descriptions whenever using ! on them, the idea being that the
message is delivered by traversing the various actor paths involved.
|
ActorSelectionMessage$ |
|
ActorSystem |
The name of this actor system, used to distinguish multiple ones within
the same JVM & class loader.
|
ActorSystem.Settings |
The backing Config of this ActorSystem's Settings
|
ActorSystem$ |
Creates a new ActorSystem with the name "default",
obtains the current ClassLoader by first inspecting the current threads' getContextClassLoader,
then tries to walk the stack to find the callers class loader, then falls back to the ClassLoader
associated with the ActorSystem class.
|
ActorSystemImpl |
This is an extension point: by overriding this method, subclasses can
control all reflection activities of an actor system.
|
Address |
Returns true if this Address is only defined locally.
|
Address$ |
Constructs a new Address with the specified protocol and system name
|
AddressFromURIString |
Try to construct an Address from the given String or throw a java.net.MalformedURLException.
|
AddressFromURIString$ |
Try to construct an Address from the given String or throw a java.net.MalformedURLException.
|
AddressTerminated |
INTERNAL API
|
AddressTerminated$ |
|
AllForOneStrategy |
Java API
|
AllForOneStrategy$ |
|
ArgsReflectConstructor |
INTERNAL API
|
BootstrapSetup |
|
BootstrapSetup$ |
Scala API: Construct a bootstrap settings with default values.
|
Cancellable$ |
Returns true if and only if this Cancellable has been successfully cancelled
|
ChildActorPath |
INTERNAL API
|
ChildNameReserved |
INTERNAL API
|
ChildNameReserved$ |
INTERNAL API
|
ChildRestartStats |
ChildRestartStats is the statistics kept by every parent Actor for every child Actor
and is used for SupervisorStrategies to know how to deal with problems that occur for the children.
|
ChildRestartStats$ |
|
ContextualTypedActorFactory |
ContextualTypedActorFactory allows TypedActors to create children, effectively forming the same Actor Supervision Hierarchies
as normal Actors can.
|
ContextualTypedActorFactory$ |
|
CoordinatedShutdown |
INTERNAL API
|
CoordinatedShutdown.ClusterDowningReason$ |
Scala API: The shutdown was initiated by Cluster downing.
|
CoordinatedShutdown.ClusterJoinUnsuccessfulReason$ |
Scala API: The shutdown was initiated by a failure to join a seed node.
|
CoordinatedShutdown.ClusterLeavingReason$ |
Scala API: The shutdown was initiated by Cluster leaving.
|
CoordinatedShutdown.IncompatibleConfigurationDetectedReason$ |
Scala API: The shutdown was initiated by a configuration clash within the existing cluster and the joining node
|
CoordinatedShutdown.JvmExitReason$ |
Scala API: The shutdown was initiated by a JVM shutdown hook, e.g.
|
CoordinatedShutdown.Phase |
INTERNAL API
|
CoordinatedShutdown.Phase$ |
|
CoordinatedShutdown.UnknownReason$ |
|
CoordinatedShutdown$ |
The first pre-defined phase that applications can add tasks to.
|
CreatorConsumer |
INTERNAL API
|
CreatorFunctionConsumer |
INTERNAL API
|
DeadLetter |
When a message is sent to an Actor that is terminated before receiving the message, it will be sent as a DeadLetter
to the ActorSystem's EventStream.
|
DeadLetter$ |
|
DeadLetterActorRef |
Internal implementation of the dead letter destination: will publish any
received message to the eventStream, wrapped as DeadLetter .
|
DeadLetterActorRef.SerializedDeadLetterActorRef |
|
DeadLetterActorRef$ |
|
DeathPactException$ |
|
DefaultSupervisorStrategy |
|
Deploy |
|
Deploy$ |
|
Deployer |
Factory method for creating RouterConfig
param: routerType the configured name of the router, or FQCN
param: key the full configuration key of the deployment section
param: config the user defined config of the deployment, without defaults
param: deployment the deployment config, with defaults
|
DynamicAccess |
Convenience method which given a Class[_] object and a constructor description
will create a new instance of that class.
|
EmptyLocalActorRef |
This special dead letter reference has a name: it is that which is returned
by a local look-up which is unsuccessful.
|
ExtendedActorSystem |
The ActorRefProvider is the only entity which creates all actor references within this actor system.
|
ExtensionKey<T extends Extension> |
Deprecated.
|
FSM.$minus$greater$ |
|
FSM.CurrentState<S> |
|
FSM.CurrentState$ |
|
FSM.Event<D> |
|
FSM.Event$ |
|
FSM.Failure |
|
FSM.Failure$ |
|
FSM.LogEntry<S,D> |
Log Entry of the LoggingFSM , can be obtained by calling getLog .
|
FSM.LogEntry$ |
|
FSM.Normal$ |
|
FSM.NullFunction$ |
|
FSM.Shutdown$ |
|
FSM.SilentState<S,D> |
INTERNAL API
|
FSM.State<S,D> |
|
FSM.State$ |
|
FSM.StateTimeout$ |
|
FSM.StopEvent<S,D> |
|
FSM.StopEvent$ |
|
FSM.SubscribeTransitionCallBack |
|
FSM.SubscribeTransitionCallBack$ |
|
FSM.Timer |
|
FSM.Timer$ |
|
FSM.TransformHelper |
|
FSM.Transition<S> |
|
FSM.Transition$ |
|
FSM.UnsubscribeTransitionCallBack |
|
FSM.UnsubscribeTransitionCallBack$ |
|
FSM$ |
A partial function value which does not match anything and can be used to
“reset” whenUnhandled and onTermination handlers.
|
FunctionRef |
Have this FunctionRef watch the given Actor.
|
Identify |
A message all Actors will understand, that when processed will reply with
ActorIdentity containing the ActorRef .
|
Identify$ |
|
IllegalActorStateException$ |
|
Inbox |
Receive the next message from this Inbox.
|
Inbox$ |
Create a new Inbox within the given system.
|
IndirectActorProducer$ |
This method is used by Props to determine the type of actor which will
be created.
|
InternalActorRef |
Get a reference to the actor ref provider which created this ref.
|
InvalidActorNameException$ |
|
InvalidMessageException$ |
|
Kill |
Java API: get the singleton instance
|
Kill$ |
Java API: get the singleton instance
|
LightArrayRevolverScheduler |
Clock implementation is replaceable (for testing); the implementation must
return a monotonically increasing series of Long nanoseconds.
|
LightArrayRevolverScheduler.TaskHolder |
|
LightArrayRevolverScheduler$ |
INTERNAL API
|
LocalActorRef |
INTERNAL API: Is the actor terminated?
If this method returns true, it will never return false again, but if it
returns false, you cannot be sure if it's alive still (race condition)
|
LocalActorRefProvider |
Top-level anchor for the supervision hierarchy of this actor system.
|
LocalActorRefProvider$ |
System guardian
|
LocalScope |
When merging Deploy instances using
withFallback()
on
the left one, this is propagated to “merging” scopes in the same way.
|
LocalScope$ |
Java API: get the singleton instance
|
NoArgsReflectConstructor |
INTERNAL API
|
Nobody |
This is an internal look-up failure token, not useful for anything else.
|
Nobody$ |
This is an internal look-up failure token, not useful for anything else.
|
NoScopeGiven |
This is the default value and as such allows overrides.
|
NoScopeGiven$ |
Java API: get the singleton instance
|
OneForOneStrategy |
Java API
|
OneForOneStrategy$ |
|
OriginalRestartException |
This is an extractor for retrieving the original cause (i.e.
|
OriginalRestartException$ |
This is an extractor for retrieving the original cause (i.e.
|
PoisonPill |
|
PoisonPill$ |
Java API: get the singleton instance
|
PostRestartException$ |
|
PreRestartException$ |
|
Props |
|
Props.EmptyActor |
INTERNAL API
|
Props$ |
The defaultCreator, simply throws an UnsupportedOperationException when applied, which is used when creating a Props
|
ProviderSelection |
|
ProviderSelection.Cluster$ |
|
ProviderSelection.Local$ |
|
ProviderSelection.Remote$ |
|
ProviderSelection$ |
|
ReceiveTimeout |
|
ReceiveTimeout$ |
Java API: get the singleton instance
|
ReflectiveDynamicAccess |
|
RelativeActorPath |
Extractor for so-called “relative actor paths” as in “relative URI”, not in
“relative to some actor”.
|
RelativeActorPath$ |
Extractor for so-called “relative actor paths” as in “relative URI”, not in
“relative to some actor”.
|
RepointableActorRef |
Initialize: make a dummy cell which holds just a mailbox, then tell our
supervisor that we exist so that he can create the real Cell in
handleSupervise().
|
RootActorPath |
INTERNAL API
|
RootActorPath$ |
|
SchedulerException$ |
|
SelectChildName |
INTERNAL API
|
SelectChildName$ |
|
SelectChildPattern |
INTERNAL API
|
SelectChildPattern$ |
|
SelectParent |
INTERNAL API
|
SelectParent$ |
INTERNAL API
|
SerializedActorRef |
Memento pattern for serializing ActorRefs transparently
INTERNAL API
|
SerializedActorRef$ |
INTERNAL API
|
SerializedNobody |
INTERNAL API
|
StashOverflowException$ |
|
Status |
This class/message type is preferably used to indicate success of some operation performed.
|
Status.Failure |
|
Status.Failure$ |
|
Status.Success |
|
Status.Success$ |
|
Status$ |
This class/message type is preferably used to indicate success of some operation performed.
|
StopChild |
Internal Akka use only, used in implementation of system.stop(child).
|
StopChild$ |
|
StoppingSupervisorStrategy |
|
SupervisorStrategy |
Returns the Decider that is associated with this SupervisorStrategy.
|
SupervisorStrategy.Escalate$ |
|
SupervisorStrategy.Restart$ |
|
SupervisorStrategy.Resume$ |
|
SupervisorStrategy.Stop$ |
|
SupervisorStrategy$ |
Resumes message processing for the failed Actor
|
SuppressedDeadLetter |
Similar to DeadLetter with the slight twist of NOT being logged by the default dead letters listener.
|
SuppressedDeadLetter$ |
|
SystemGuardian |
For the purpose of orderly shutdown it's possible
to register interest in the termination of systemGuardian
and receive a notification TerminationHook
before systemGuardian is stopped.
|
SystemGuardian.RegisterTerminationHook$ |
|
SystemGuardian.TerminationHook$ |
|
SystemGuardian.TerminationHookDone$ |
|
SystemGuardian$ |
For the purpose of orderly shutdown it's possible
to register interest in the termination of systemGuardian
and receive a notification TerminationHook
before systemGuardian is stopped.
|
Terminated |
When Death Watch is used, the watcher will receive a Terminated(watched)
message when watched is terminated.
|
Terminated$ |
|
TimerScheduler |
Start a periodic timer that will send msg to the self actor at
a fixed interval .
|
TimerSchedulerImpl |
INTERNAL API
|
TimerSchedulerImpl.InfluenceReceiveTimeoutTimerMsg |
|
TimerSchedulerImpl.InfluenceReceiveTimeoutTimerMsg$ |
|
TimerSchedulerImpl.NotInfluenceReceiveTimeoutTimerMsg |
|
TimerSchedulerImpl.NotInfluenceReceiveTimeoutTimerMsg$ |
|
TimerSchedulerImpl.Timer |
|
TimerSchedulerImpl.Timer$ |
|
TimerSchedulerImpl$ |
INTERNAL API
|
TypedActor |
Returns a contextual TypedActorFactory of this extension, this means that any TypedActors created by this TypedActorExtension
will be children to the specified context, this allows for creating hierarchies of TypedActors.
|
TypedActor.MethodCall |
Invokes the Method on the supplied instance
|
TypedActor.MethodCall$ |
|
TypedActor.SerializedMethodCall |
|
TypedActor.SerializedMethodCall$ |
|
TypedActor.SerializedTypedActorInvocationHandler |
|
TypedActor.SerializedTypedActorInvocationHandler$ |
|
TypedActor.TypedActorInvocationHandler |
|
TypedActor$ |
Returns a contextual TypedActorFactory of this extension, this means that any TypedActors created by this TypedActorExtension
will be children to the specified context, this allows for creating hierarchies of TypedActors.
|
TypedActorExtension |
Default timeout for typed actor methods with non-void return type
|
TypedCreatorFunctionConsumer |
INTERNAL API
|
TypedProps<T> |
|
TypedProps$ |
|
UnhandledMessage |
This message is published to the EventStream whenever an Actor receives a message it doesn't understand
|
UnhandledMessage$ |
|
UnstartedCell |
Method for looking up a single child beneath this actor.
|
UntypedAbstractActor |
To be implemented by concrete UntypedAbstractActor, this defines the behavior of the
actor.
|
UntypedActor |
Deprecated.
|
UntypedActorWithStash |
Deprecated.
|
UntypedActorWithUnboundedStash |
Deprecated.
|
UntypedActorWithUnrestrictedStash |
Deprecated.
|
VirtualPathContainer |
|