Skip navigation links
A B C D E F G H I K L M N O P R S T U W _ 

A

ActorAdapter<T> - Class in akka.typed
INTERNAL API.
ActorAdapter(Function0<Behavior<T>>) - Constructor for class akka.typed.ActorAdapter
 
ActorContext<T> - Interface in akka.typed
An Actor is given by the combination of a Behavior and a context in which this behavior is executed.
ActorContextAdapter<T> - Class in akka.typed
INTERNAL API.
ActorContextAdapter(ActorContext) - Constructor for class akka.typed.ActorContextAdapter
 
ActorContextOps(ActorContext) - Constructor for class akka.typed.Ops.ActorContextOps
 
ActorContextOps$() - Constructor for class akka.typed.Ops.ActorContextOps$
 
actorOf(Props) - Method in interface akka.typed.ActorContext
Create an untyped child Actor from the given Props under a randomly chosen name.
actorOf(Props, String) - Method in interface akka.typed.ActorContext
Create an untyped child Actor from the given Props and with the given name.
actorOf(Props) - Method in class akka.typed.ActorContextAdapter
 
actorOf(Props, String) - Method in class akka.typed.ActorContextAdapter
 
actorOf(Props) - Method in class akka.typed.EffectfulActorContext
 
actorOf(Props, String) - Method in class akka.typed.EffectfulActorContext
 
actorOf(Props) - Method in class akka.typed.StubbedActorContext
 
actorOf(Props, String) - Method in class akka.typed.StubbedActorContext
 
ActorRef<T> - Class in akka.typed
An ActorRef is the identity or address of an Actor instance.
ActorRef() - Constructor for class akka.typed.ActorRef
 
ActorRef$ - Class in akka.typed
 
ActorRef$() - Constructor for class akka.typed.ActorRef$
 
actorRefAdapter(ActorRef) - Method in class akka.typed.Ops$
 
actorRefAdapter(ActorRef) - Static method in class akka.typed.Ops
 
ActorSystem<T> - Class in akka.typed
An ActorSystem is home to a hierarchy of Actors.
ActorSystem(String) - Constructor for class akka.typed.ActorSystem
 
ActorSystem$ - Class in akka.typed
 
ActorSystem$() - Constructor for class akka.typed.ActorSystem$
 
ActorSystemOps(ActorSystem) - Constructor for class akka.typed.Ops.ActorSystemOps
 
ActorSystemOps$() - Constructor for class akka.typed.Ops.ActorSystemOps$
 
address() - Method in class akka.typed.patterns.Receptionist.Register
 
address() - Method in class akka.typed.patterns.Receptionist.Registered
 
addresses() - Method in class akka.typed.patterns.Receptionist.Listing
 
akka.typed - package akka.typed
 
akka.typed.patterns - package akka.typed.patterns
 
And(Behavior<T>, Behavior<T>) - Constructor for class akka.typed.ScalaDSL.And
 
And$() - Constructor for class akka.typed.ScalaDSL.And$
 
apply(ActorRef) - Method in class akka.typed.ActorRef$
Construct a typed ActorRef from an untyped one and a protocol definition (i.e.
apply(ActorRef) - Static method in class akka.typed.ActorRef
Construct a typed ActorRef from an untyped one and a protocol definition (i.e.
apply(String, Props<T>, Option<Config>, Option<ClassLoader>, Option<ExecutionContext>) - Method in class akka.typed.ActorSystem$
 
apply(ActorSystem) - Method in class akka.typed.ActorSystem$
 
apply(String, Props<T>, Option<Config>, Option<ClassLoader>, Option<ExecutionContext>) - Static method in class akka.typed.ActorSystem
 
apply(ActorSystem) - Static method in class akka.typed.ActorSystem
 
apply(Function0<Behavior<T>>) - Method in class akka.typed.Props$
Create a Props instance from a block of code that creates a Behavior.
apply(Props) - Method in class akka.typed.Props$
INTERNAL API.
apply(Function0<Behavior<T>>) - Static method in class akka.typed.Props
Create a Props instance from a block of code that creates a Behavior.
apply(Props) - Static method in class akka.typed.Props
INTERNAL API.
ask(ActorRef<T>, Timeout, Function1<ActorRef<U>, T>) - Method in class akka.typed.AskPattern$
 
ask(ActorRef<T>, Timeout, Function1<ActorRef<U>, T>) - Static method in class akka.typed.AskPattern
 
Askable(ActorRef<T>) - Constructor for class akka.typed.AskPattern.Askable
 
Askable$() - Constructor for class akka.typed.AskPattern.Askable$
 
AskPattern - Class in akka.typed
The ask-pattern implements the initiator side of a request–reply protocol.
AskPattern() - Constructor for class akka.typed.AskPattern
 
AskPattern$ - Class in akka.typed
The ask-pattern implements the initiator side of a request–reply protocol.
AskPattern$() - Constructor for class akka.typed.AskPattern$
 
AskPattern.Askable<T> - Class in akka.typed
 
AskPattern.Askable$ - Class in akka.typed
 

B

behavior() - Method in class akka.typed.ActorAdapter
 
Behavior<T> - Class in akka.typed
The behavior of an actor defines how it reacts to the messages that it receives.
Behavior() - Constructor for class akka.typed.Behavior
 
behavior() - Method in class akka.typed.patterns.Receiver$
 
behavior() - Static method in class akka.typed.patterns.Receiver
 
behavior() - Method in class akka.typed.patterns.Receptionist$
Initial behavior of a receptionist, used to create a new receptionist like in the following:
behavior() - Static method in class akka.typed.patterns.Receptionist
Initial behavior of a receptionist, used to create a new receptionist like in the following:
behavior() - Method in class akka.typed.ScalaDSL.BehaviorDecorators
 
behavior() - Method in class akka.typed.ScalaDSL.Full
 
behavior() - Method in class akka.typed.ScalaDSL.FullTotal
 
behavior() - Method in class akka.typed.ScalaDSL.Partial
 
behavior() - Method in class akka.typed.ScalaDSL.Static
 
behavior() - Method in class akka.typed.ScalaDSL.Tap
 
behavior() - Method in class akka.typed.ScalaDSL.Total
 
behavior() - Method in class akka.typed.ScalaDSL.Widened
 
Behavior$ - Class in akka.typed
 
Behavior$() - Constructor for class akka.typed.Behavior$
 
Behavior.emptyBehavior$ - Class in akka.typed
INTERNAL API.
Behavior.ignoreBehavior$ - Class in akka.typed
INTERNAL API.
Behavior.sameBehavior$ - Class in akka.typed
INTERNAL API.
Behavior.stoppedBehavior$ - Class in akka.typed
INTERNAL API.
Behavior.unhandledBehavior$ - Class in akka.typed
INTERNAL API.
BehaviorDecorators(Behavior<T>) - Constructor for class akka.typed.ScalaDSL.BehaviorDecorators
 
BehaviorDecorators$() - Constructor for class akka.typed.ScalaDSL.BehaviorDecorators$
 

C

canonicalize(ActorContext<T>, Behavior<T>, Behavior<T>) - Method in class akka.typed.Behavior$
Given a possibly special behavior (same or unhandled) and a &ldquo;current&rdquo; behavior (which defines the meaning of encountering a Same behavior) this method unwraps the behavior such that the innermost behavior is returned, i.e.
canonicalize(ActorContext<T>, Behavior<T>, Behavior<T>) - Static method in class akka.typed.Behavior
Given a possibly special behavior (same or unhandled) and a &ldquo;current&rdquo; behavior (which defines the meaning of encountering a Same behavior) this method unwraps the behavior such that the innermost behavior is returned, i.e.
cause() - Method in class akka.typed.Failed
 
child(String) - Method in interface akka.typed.ActorContext
The named child Actor if it is alive.
child(String) - Method in class akka.typed.ActorContextAdapter
 
child() - Method in class akka.typed.Failed
 
child(String) - Method in class akka.typed.StubbedActorContext
 
childName() - Method in class akka.typed.Effect.Spawned
 
childName() - Method in class akka.typed.Effect.Stopped
 
children() - Method in interface akka.typed.ActorContext
The list of child Actors created by this Actor during its lifetime that are still alive, in no particular order.
children() - Method in class akka.typed.ActorContextAdapter
 
children() - Method in class akka.typed.StubbedActorContext
 
compareTo(ActorRef<Object>) - Method in class akka.typed.ActorRef
 
ContextAware(Function1<ActorContext<T>, Behavior<T>>) - Method in class akka.typed.ScalaDSL$
A behavior decorator that extracts the ActorContext while receiving the the first signal or message and uses that to construct the real behavior (which will then also receive that signal or message).
ContextAware(Function1<ActorContext<T>, Behavior<T>>) - Static method in class akka.typed.ScalaDSL
A behavior decorator that extracts the ActorContext while receiving the the first signal or message and uses that to construct the real behavior (which will then also receive that signal or message).
creator() - Method in class akka.typed.Props
 
ctx() - Method in class akka.typed.ActorAdapter
 
ctx() - Method in class akka.typed.Ops.ActorContextOps
 
ctx() - Method in class akka.typed.ScalaDSL.Msg
 
ctx() - Method in class akka.typed.ScalaDSL.Sig
 
currentBehavior() - Method in class akka.typed.EffectfulActorContext
 

D

d() - Method in class akka.typed.Effect.ReceiveTimeoutSet
 
deadLetters() - Method in class akka.typed.ActorSystem
The deadLetter address is a destination that will accept (and discard) every message sent to it.
decide(Failed.Decision) - Method in class akka.typed.Failed
 
delay() - Method in class akka.typed.Effect.Scheduled
 
deploy() - Method in class akka.typed.Props
 
dispatchers() - Method in class akka.typed.ActorSystem
Helper object for looking up configured dispatchers.
dynamicAccess() - Method in class akka.typed.ActorSystem
ClassLoader wrapper which is used for reflective accesses internally.

E

Effect - Class in akka.typed
All tracked effects must extend implement this type.
Effect() - Constructor for class akka.typed.Effect
 
Effect$ - Class in akka.typed
 
Effect$() - Constructor for class akka.typed.Effect$
 
Effect.EmptyEffect$ - Class in akka.typed
 
Effect.Messaged<U> - Class in akka.typed
 
Effect.Messaged$ - Class in akka.typed
 
Effect.ReceiveTimeoutSet - Class in akka.typed
 
Effect.ReceiveTimeoutSet$ - Class in akka.typed
 
Effect.Scheduled<U> - Class in akka.typed
 
Effect.Scheduled$ - Class in akka.typed
 
Effect.Spawned - Class in akka.typed
 
Effect.Spawned$ - Class in akka.typed
 
Effect.Stopped - Class in akka.typed
 
Effect.Stopped$ - Class in akka.typed
 
Effect.Unwatched<T> - Class in akka.typed
 
Effect.Unwatched$ - Class in akka.typed
 
Effect.Watched<T> - Class in akka.typed
 
Effect.Watched$ - Class in akka.typed
 
EffectfulActorContext<T> - Class in akka.typed
An ActorContext for testing purposes that records the effects performed on it and otherwise stubs them out like a StubbedActorContext.
EffectfulActorContext(String, Props<T>, ActorSystem<Nothing$>) - Constructor for class akka.typed.EffectfulActorContext
 
empty() - Method in class akka.typed.Props$
Props for a Behavior that just ignores all messages.
empty() - Static method in class akka.typed.Props
Props for a Behavior that just ignores all messages.
Empty() - Method in class akka.typed.ScalaDSL$
This behavior does not handle any inputs, it is completely inert.
Empty() - Static method in class akka.typed.ScalaDSL
This behavior does not handle any inputs, it is completely inert.
emptyBehavior$() - Constructor for class akka.typed.Behavior.emptyBehavior$
 
EmptyEffect$() - Constructor for class akka.typed.Effect.EmptyEffect$
 
equals(Object) - Method in class akka.typed.ActorRef
 
Escalate$() - Constructor for class akka.typed.Failed.Escalate$
 
eventStream() - Method in class akka.typed.ActorSystem
Main event bus of this actor system, used for example for logging.
executionContext() - Method in interface akka.typed.ActorContext
This Actor&rsquo;s execution context.
executionContext() - Method in class akka.typed.ActorContextAdapter
 
executionContext() - Method in class akka.typed.ActorSystem
The default thread pool of this ActorSystem, configured with settings in akka.actor.default-dispatcher.
executionContext() - Method in class akka.typed.StubbedActorContext
 
ExternalAddress(ActorRef<ActorRef<T>>) - Constructor for class akka.typed.patterns.Receiver.ExternalAddress
 
ExternalAddress$() - Constructor for class akka.typed.patterns.Receiver.ExternalAddress$
 

F

f() - Method in class akka.typed.ScalaDSL.SynchronousSelf
 
f() - Method in class akka.typed.ScalaDSL.Tap
 
Failed - Class in akka.typed
Lifecycle signal that is fired when a direct child actor fails.
Failed(Throwable, ActorRef<Nothing$>) - Constructor for class akka.typed.Failed
 
Failed$ - Class in akka.typed
The parent of an actor decides upon the fate of a failed child actor by encapsulating its next behavior in one of the four wrappers defined within this class.
Failed$() - Constructor for class akka.typed.Failed$
 
Failed.Decision - Interface in akka.typed
 
Failed.Escalate$ - Class in akka.typed
The default response to a failure in a child actor is to escalate the failure, entailing that the parent actor fails as well.
Failed.NoFailureResponse$ - Class in akka.typed
 
Failed.Restart$ - Class in akka.typed
Restarting the child actor means resetting its behavior to the initial one that was provided during its creation (i.e.
Failed.Resume$ - Class in akka.typed
Resuming the child actor means that the result of processing the message on which it failed is just ignored, the previous state will be used to process the next message.
Failed.Stop$ - Class in akka.typed
Stopping the child actor will free its resources and eventually (asynchronously) unregister its name from the parent.
failure() - Method in class akka.typed.PostRestart
 
failure() - Method in class akka.typed.PreRestart
 
Find(Receptionist.ServiceKey<T>, ActorRef<Receptionist.Listing<T>>) - Constructor for class akka.typed.patterns.Receptionist.Find
 
Find$() - Constructor for class akka.typed.patterns.Receptionist.Find$
 
Full(PartialFunction<ScalaDSL.MessageOrSignal<T>, Behavior<T>>) - Constructor for class akka.typed.ScalaDSL.Full
 
Full$() - Constructor for class akka.typed.ScalaDSL.Full$
 
FullTotal(Function1<ScalaDSL.MessageOrSignal<T>, Behavior<T>>) - Constructor for class akka.typed.ScalaDSL.FullTotal
 
FullTotal$() - Constructor for class akka.typed.ScalaDSL.FullTotal$
 

G

GetAll(FiniteDuration, ActorRef<Receiver.GetAllResult<T>>) - Constructor for class akka.typed.patterns.Receiver.GetAll
 
GetAll$() - Constructor for class akka.typed.patterns.Receiver.GetAll$
 
getAllEffects() - Method in class akka.typed.EffectfulActorContext
 
GetAllResult(ActorRef<Receiver.Command<T>>, Seq<T>) - Constructor for class akka.typed.patterns.Receiver.GetAllResult
 
GetAllResult$() - Constructor for class akka.typed.patterns.Receiver.GetAllResult$
 
getDecision() - Method in class akka.typed.Failed
 
getEffect() - Method in class akka.typed.EffectfulActorContext
 
getInbox(String) - Method in class akka.typed.StubbedActorContext
 
GetOne(FiniteDuration, ActorRef<Receiver.GetOneResult<T>>) - Constructor for class akka.typed.patterns.Receiver.GetOne
 
GetOne$() - Constructor for class akka.typed.patterns.Receiver.GetOne$
 
GetOneResult(ActorRef<Receiver.Command<T>>, Option<T>) - Constructor for class akka.typed.patterns.Receiver.GetOneResult
 
GetOneResult$() - Constructor for class akka.typed.patterns.Receiver.GetOneResult$
 

H

hasEffects() - Method in class akka.typed.EffectfulActorContext
 
hashCode() - Method in class akka.typed.ActorRef
 
hasMessages() - Method in class akka.typed.Inbox.SyncInbox
 

I

Ignore() - Method in class akka.typed.ScalaDSL$
This behavior does not handle any inputs, it is completely inert.
Ignore() - Static method in class akka.typed.ScalaDSL
This behavior does not handle any inputs, it is completely inert.
ignoreBehavior$() - Constructor for class akka.typed.Behavior.ignoreBehavior$
 
Inbox - Class in akka.typed
 
Inbox() - Constructor for class akka.typed.Inbox
 
inbox() - Method in class akka.typed.StubbedActorContext
 
Inbox$ - Class in akka.typed
 
Inbox$() - Constructor for class akka.typed.Inbox$
 
Inbox.SyncInbox<T> - Class in akka.typed
 
isAlive(Behavior<T>) - Method in class akka.typed.Behavior$
 
isAlive(Behavior<T>) - Static method in class akka.typed.Behavior
 
isUnhandled(Behavior<T>) - Method in class akka.typed.Behavior$
 
isUnhandled(Behavior<T>) - Static method in class akka.typed.Behavior
 

K

key() - Method in class akka.typed.patterns.Receptionist.Find
 
key() - Method in class akka.typed.patterns.Receptionist.Listing
 
key() - Method in class akka.typed.patterns.Receptionist.Register
 
key() - Method in class akka.typed.patterns.Receptionist.Registered
 

L

left() - Method in class akka.typed.ScalaDSL.And
 
left() - Method in class akka.typed.ScalaDSL.Or
 
Listing(Receptionist.ServiceKey<T>, Set<ActorRef<T>>) - Constructor for class akka.typed.patterns.Receptionist.Listing
 
Listing$() - Constructor for class akka.typed.patterns.Receptionist.Listing$
 
logConfiguration() - Method in class akka.typed.ActorSystem
Log the configuration.

M

management(ActorContext<Object>, Signal) - Method in class akka.typed.Behavior.emptyBehavior$
 
management(ActorContext<Object>, Signal) - Method in class akka.typed.Behavior.ignoreBehavior$
 
management(ActorContext<T>, Signal) - Method in class akka.typed.Behavior
Process an incoming Signal and return the next behavior.
management(ActorContext<Nothing$>, Signal) - Method in class akka.typed.Behavior.sameBehavior$
 
management(ActorContext<Nothing$>, Signal) - Method in class akka.typed.Behavior.stoppedBehavior$
 
management(ActorContext<Nothing$>, Signal) - Method in class akka.typed.Behavior.unhandledBehavior$
 
management(ActorContext<T>, Signal) - Method in class akka.typed.ScalaDSL.And
 
management(ActorContext<T>, Signal) - Method in class akka.typed.ScalaDSL.Full
 
management(ActorContext<T>, Signal) - Method in class akka.typed.ScalaDSL.FullTotal
 
management(ActorContext<T>, Signal) - Method in class akka.typed.ScalaDSL.Or
 
management(ActorContext<T>, Signal) - Method in class akka.typed.ScalaDSL.Partial
 
management(ActorContext<T>, Signal) - Method in class akka.typed.ScalaDSL.Static
 
management(ActorContext<T>, Signal) - Method in class akka.typed.ScalaDSL.SynchronousSelf
 
management(ActorContext<T>, Signal) - Method in class akka.typed.ScalaDSL.Tap
 
management(ActorContext<T>, Signal) - Method in class akka.typed.ScalaDSL.Total
 
management(ActorContext<U>, Signal) - Method in class akka.typed.ScalaDSL.Widened
 
matcher() - Method in class akka.typed.ScalaDSL.Widened
 
message(ActorContext<Object>, Object) - Method in class akka.typed.Behavior.emptyBehavior$
 
message(ActorContext<Object>, Object) - Method in class akka.typed.Behavior.ignoreBehavior$
 
message(ActorContext<T>, T) - Method in class akka.typed.Behavior
Process an incoming message and return the next behavior.
message(ActorContext<Nothing$>, Nothing$) - Method in class akka.typed.Behavior.sameBehavior$
 
message(ActorContext<Nothing$>, Nothing$) - Method in class akka.typed.Behavior.stoppedBehavior$
 
message(ActorContext<Nothing$>, Nothing$) - Method in class akka.typed.Behavior.unhandledBehavior$
 
message(ActorContext<T>, T) - Method in class akka.typed.ScalaDSL.And
 
message(ActorContext<T>, T) - Method in class akka.typed.ScalaDSL.Full
 
message(ActorContext<T>, T) - Method in class akka.typed.ScalaDSL.FullTotal
 
message(ActorContext<T>, T) - Method in class akka.typed.ScalaDSL.Or
 
message(ActorContext<T>, T) - Method in class akka.typed.ScalaDSL.Partial
 
message(ActorContext<T>, T) - Method in class akka.typed.ScalaDSL.Static
 
message(ActorContext<T>, T) - Method in class akka.typed.ScalaDSL.SynchronousSelf
 
message(ActorContext<T>, T) - Method in class akka.typed.ScalaDSL.Tap
 
message(ActorContext<T>, T) - Method in class akka.typed.ScalaDSL.Total
 
message(ActorContext<U>, U) - Method in class akka.typed.ScalaDSL.Widened
 
Messaged(ActorRef<U>, U) - Constructor for class akka.typed.Effect.Messaged
 
Messaged$() - Constructor for class akka.typed.Effect.Messaged$
 
MessageWrapper - Class in akka.typed
INTERNAL API.
MessageWrapper(Function1<Object, Object>) - Constructor for class akka.typed.MessageWrapper
 
MODULE$ - Static variable in class akka.typed.ActorRef$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class akka.typed.ActorSystem$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class akka.typed.AskPattern$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class akka.typed.AskPattern.Askable$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class akka.typed.Behavior$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class akka.typed.Behavior.emptyBehavior$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class akka.typed.Behavior.ignoreBehavior$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class akka.typed.Behavior.sameBehavior$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class akka.typed.Behavior.stoppedBehavior$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class akka.typed.Behavior.unhandledBehavior$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class akka.typed.Effect$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class akka.typed.Effect.EmptyEffect$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class akka.typed.Effect.Messaged$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class akka.typed.Effect.ReceiveTimeoutSet$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class akka.typed.Effect.Scheduled$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class akka.typed.Effect.Spawned$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class akka.typed.Effect.Stopped$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class akka.typed.Effect.Unwatched$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class akka.typed.Effect.Watched$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class akka.typed.Failed$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class akka.typed.Failed.Escalate$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class akka.typed.Failed.NoFailureResponse$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class akka.typed.Failed.Restart$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class akka.typed.Failed.Resume$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class akka.typed.Failed.Stop$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class akka.typed.Inbox$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class akka.typed.Ops$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class akka.typed.Ops.ActorContextOps$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class akka.typed.Ops.ActorSystemOps$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class akka.typed.patterns.Receiver$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class akka.typed.patterns.Receiver.ExternalAddress$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class akka.typed.patterns.Receiver.GetAll$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class akka.typed.patterns.Receiver.GetAllResult$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class akka.typed.patterns.Receiver.GetOne$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class akka.typed.patterns.Receiver.GetOneResult$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class akka.typed.patterns.Receptionist$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class akka.typed.patterns.Receptionist.Find$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class akka.typed.patterns.Receptionist.Listing$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class akka.typed.patterns.Receptionist.Register$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class akka.typed.patterns.Receptionist.Registered$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class akka.typed.PostRestart$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class akka.typed.PostStop$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class akka.typed.PreRestart$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class akka.typed.PreStart$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class akka.typed.Props$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class akka.typed.ReceiveTimeout$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class akka.typed.ScalaDSL$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class akka.typed.ScalaDSL.And$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class akka.typed.ScalaDSL.BehaviorDecorators$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class akka.typed.ScalaDSL.Full$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class akka.typed.ScalaDSL.FullTotal$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class akka.typed.ScalaDSL.Msg$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class akka.typed.ScalaDSL.Or$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class akka.typed.ScalaDSL.Partial$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class akka.typed.ScalaDSL.Sig$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class akka.typed.ScalaDSL.Static$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class akka.typed.ScalaDSL.SynchronousSelf$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class akka.typed.ScalaDSL.Tap$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class akka.typed.ScalaDSL.Total$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class akka.typed.ScalaDSL.Widened$
Static reference to the singleton instance of this Scala object.
MODULE$ - Static variable in class akka.typed.Terminated$
Static reference to the singleton instance of this Scala object.
monitor(ActorRef<T>, Behavior<T>) - Method in class akka.typed.ScalaDSL.Tap$
 
msg() - Method in class akka.typed.Effect.Messaged
 
msg() - Method in class akka.typed.Effect.Scheduled
 
msg() - Method in class akka.typed.patterns.Receiver.GetOneResult
 
Msg(ActorContext<T>, T) - Constructor for class akka.typed.ScalaDSL.Msg
 
msg() - Method in class akka.typed.ScalaDSL.Msg
 
Msg$() - Constructor for class akka.typed.ScalaDSL.Msg$
 
msgs() - Method in class akka.typed.patterns.Receiver.GetAllResult
 

N

name() - Method in class akka.typed.ActorSystem
The name of this actor system, used to distinguish multiple ones within the same JVM & class loader.
name() - Method in class akka.typed.StubbedActorContext
 
narrow() - Method in class akka.typed.Behavior
Narrow the type of this Behavior, which is always a safe operation.
NoFailureResponse$() - Constructor for class akka.typed.Failed.NoFailureResponse$
 

O

Ops - Class in akka.typed
Import the contents of this object to retrofit the typed APIs onto the untyped ActorSystem, ActorContext and ActorRef.
Ops() - Constructor for class akka.typed.Ops
 
Ops$ - Class in akka.typed
Import the contents of this object to retrofit the typed APIs onto the untyped ActorSystem, ActorContext and ActorRef.
Ops$() - Constructor for class akka.typed.Ops$
 
Ops.ActorContextOps - Class in akka.typed
 
Ops.ActorContextOps$ - Class in akka.typed
 
Ops.ActorSystemOps - Class in akka.typed
 
Ops.ActorSystemOps$ - Class in akka.typed
 
Or(Behavior<T>, Behavior<T>) - Constructor for class akka.typed.ScalaDSL.Or
 
Or$() - Constructor for class akka.typed.ScalaDSL.Or$
 
other() - Method in class akka.typed.Effect.Messaged
 
other() - Method in class akka.typed.Effect.Unwatched
 
other() - Method in class akka.typed.Effect.Watched
 

P

Partial(PartialFunction<T, Behavior<T>>) - Constructor for class akka.typed.ScalaDSL.Partial
 
Partial$() - Constructor for class akka.typed.ScalaDSL.Partial$
 
path() - Method in class akka.typed.ActorRef
The hierarchical path name of the referenced Actor.
postRestart(Throwable) - Method in class akka.typed.ActorAdapter
 
PostRestart - Class in akka.typed
Lifecycle signal that is fired upon restart of the Actor after replacing the behavior with the fresh one (i.e.
PostRestart(Throwable) - Constructor for class akka.typed.PostRestart
 
PostRestart$ - Class in akka.typed
 
PostRestart$() - Constructor for class akka.typed.PostRestart$
 
postStop() - Method in class akka.typed.ActorAdapter
 
PostStop - Class in akka.typed
Lifecycle signal that is fired after this actor and all its child actors (transitively) have terminated.
PostStop() - Constructor for class akka.typed.PostStop
 
PostStop$ - Class in akka.typed
Lifecycle signal that is fired after this actor and all its child actors (transitively) have terminated.
PostStop$() - Constructor for class akka.typed.PostStop$
 
preRestart(Throwable, Option<Object>) - Method in class akka.typed.ActorAdapter
 
PreRestart - Class in akka.typed
Lifecycle signal that is fired upon restart of the Actor before replacing the behavior with the fresh one (i.e.
PreRestart(Throwable) - Constructor for class akka.typed.PreRestart
 
PreRestart$ - Class in akka.typed
 
PreRestart$() - Constructor for class akka.typed.PreRestart$
 
preStart() - Method in class akka.typed.ActorAdapter
 
PreStart - Class in akka.typed
Lifecycle signal that is fired upon creation of the Actor.
PreStart() - Constructor for class akka.typed.PreStart
 
PreStart$ - Class in akka.typed
Lifecycle signal that is fired upon creation of the Actor.
PreStart$() - Constructor for class akka.typed.PreStart$
 
props() - Method in interface akka.typed.ActorContext
The Props from which this Actor was created.
props() - Method in class akka.typed.ActorContextAdapter
 
Props<T> - Class in akka.typed
Props describe how to dress up a Behavior so that it can become an Actor.
Props(Function0<Behavior<T>>, Deploy) - Constructor for class akka.typed.Props
 
props() - Method in class akka.typed.StubbedActorContext
 
Props$ - Class in akka.typed
Props describe how to dress up a Behavior so that it can become an Actor.
Props$() - Constructor for class akka.typed.Props$
 
provider() - Method in class akka.typed.ActorSystem
The ActorRefProvider is the only entity which creates all actor references within this actor system.

R

receive() - Method in class akka.typed.ActorAdapter
 
receive() - Method in class akka.typed.MessageWrapper
 
receiveAll() - Method in class akka.typed.Inbox.SyncInbox
 
receiveMsg() - Method in class akka.typed.Inbox.SyncInbox
 
Receiver - Class in akka.typed.patterns
 
Receiver() - Constructor for class akka.typed.patterns.Receiver
 
receiver() - Method in class akka.typed.patterns.Receiver.GetAllResult
 
receiver() - Method in class akka.typed.patterns.Receiver.GetOneResult
 
Receiver$ - Class in akka.typed.patterns
 
Receiver$() - Constructor for class akka.typed.patterns.Receiver$
 
Receiver.Command<T> - Interface in akka.typed.patterns
 
Receiver.ExternalAddress<T> - Class in akka.typed.patterns
Retrieve the external address of this Receiver (i.e.
Receiver.ExternalAddress$ - Class in akka.typed.patterns
 
Receiver.GetAll<T> - Class in akka.typed.patterns
Retrieve all messages from the Receiver that it has queued after the given duration has elapsed.
Receiver.GetAll$ - Class in akka.typed.patterns
 
Receiver.GetAllResult<T> - Class in akka.typed.patterns
 
Receiver.GetAllResult$ - Class in akka.typed.patterns
 
Receiver.GetOne<T> - Class in akka.typed.patterns
Retrieve one message from the Receiver, waiting at most for the given duration.
Receiver.GetOne$ - Class in akka.typed.patterns
 
Receiver.GetOneResult<T> - Class in akka.typed.patterns
 
Receiver.GetOneResult$ - Class in akka.typed.patterns
 
Receiver.Replies<T> - Interface in akka.typed.patterns
 
ReceiveTimeout - Class in akka.typed
The actor can register for a notification in case no message is received within a given time window, and the signal that is raised in this case is this one.
ReceiveTimeout() - Constructor for class akka.typed.ReceiveTimeout
 
ReceiveTimeout$ - Class in akka.typed
The actor can register for a notification in case no message is received within a given time window, and the signal that is raised in this case is this one.
ReceiveTimeout$() - Constructor for class akka.typed.ReceiveTimeout$
 
ReceiveTimeoutSet(Duration) - Constructor for class akka.typed.Effect.ReceiveTimeoutSet
 
ReceiveTimeoutSet$() - Constructor for class akka.typed.Effect.ReceiveTimeoutSet$
 
Receptionist - Class in akka.typed.patterns
 
Receptionist() - Constructor for class akka.typed.patterns.Receptionist
 
Receptionist$ - Class in akka.typed.patterns
A Receptionist is an entry point into an Actor hierarchy where select Actors publish their identity together with the protocols that they implement.
Receptionist$() - Constructor for class akka.typed.patterns.Receptionist$
 
Receptionist.AbstractServiceKey - Interface in akka.typed.patterns
Internal representation of Receptionist.ServiceKey which is needed in order to use a TypedMultiMap (using keys with a type parameter does not work in Scala 2.x).
Receptionist.Command - Interface in akka.typed.patterns
The set of commands accepted by a Receptionist.
Receptionist.Find<T> - Class in akka.typed.patterns
Query the Receptionist for a list of all Actors implementing the given protocol.
Receptionist.Find$ - Class in akka.typed.patterns
 
Receptionist.Listing<T> - Class in akka.typed.patterns
Current listing of all Actors that implement the protocol given by the Receptionist.ServiceKey.
Receptionist.Listing$ - Class in akka.typed.patterns
 
Receptionist.Register<T> - Class in akka.typed.patterns
Associate the given ActorRef with the given Receptionist.ServiceKey.
Receptionist.Register$ - Class in akka.typed.patterns
 
Receptionist.Registered<T> - Class in akka.typed.patterns
Confirmation that the given ActorRef has been associated with the Receptionist.ServiceKey.
Receptionist.Registered$ - Class in akka.typed.patterns
 
Receptionist.ServiceKey<T> - Interface in akka.typed.patterns
A service key is an object that implements this trait for a given protocol T, meaning that it signifies that the type T is the entry point into the protocol spoken by that service (think of it as the set of first messages that a client could send).
ref() - Method in class akka.typed.AskPattern.Askable
 
ref() - Method in class akka.typed.Inbox.SyncInbox
 
ref() - Method in class akka.typed.Terminated
 
Register(Receptionist.ServiceKey<T>, ActorRef<T>, ActorRef<Receptionist.Registered<T>>) - Constructor for class akka.typed.patterns.Receptionist.Register
 
Register$() - Constructor for class akka.typed.patterns.Receptionist.Register$
 
Registered(Receptionist.ServiceKey<T>, ActorRef<T>) - Constructor for class akka.typed.patterns.Receptionist.Registered
 
Registered$() - Constructor for class akka.typed.patterns.Receptionist.Registered$
 
removeInbox(String) - Method in class akka.typed.StubbedActorContext
 
replyTo() - Method in class akka.typed.patterns.Receiver.ExternalAddress
 
replyTo() - Method in class akka.typed.patterns.Receiver.GetAll
 
replyTo() - Method in class akka.typed.patterns.Receiver.GetOne
 
replyTo() - Method in class akka.typed.patterns.Receptionist.Find
 
replyTo() - Method in class akka.typed.patterns.Receptionist.Register
 
Restart$() - Constructor for class akka.typed.Failed.Restart$
 
Resume$() - Constructor for class akka.typed.Failed.Resume$
 
right() - Method in class akka.typed.ScalaDSL.And
 
right() - Method in class akka.typed.ScalaDSL.Or
 
run(T) - Method in class akka.typed.EffectfulActorContext
 

S

Same() - Method in class akka.typed.ScalaDSL$
Return this behavior from message processing in order to advise the system to reuse the previous behavior.
Same() - Static method in class akka.typed.ScalaDSL
Return this behavior from message processing in order to advise the system to reuse the previous behavior.
sameBehavior$() - Constructor for class akka.typed.Behavior.sameBehavior$
 
ScalaActorRef<T> - Interface in akka.typed
This trait is used to hide the ! method from Java code.
ScalaDSL - Class in akka.typed
This object holds several behavior factories and combinators that can be used to construct Behavior instances.
ScalaDSL() - Constructor for class akka.typed.ScalaDSL
 
ScalaDSL$ - Class in akka.typed
This object holds several behavior factories and combinators that can be used to construct Behavior instances.
ScalaDSL$() - Constructor for class akka.typed.ScalaDSL$
 
ScalaDSL.And<T> - Class in akka.typed
A behavior combinator that feeds incoming messages and signals both into the left and right sub-behavior and allows them to evolve independently of each other.
ScalaDSL.And$ - Class in akka.typed
 
ScalaDSL.BehaviorDecorators<T> - Class in akka.typed
 
ScalaDSL.BehaviorDecorators$ - Class in akka.typed
 
ScalaDSL.Full<T> - Class in akka.typed
This type of behavior allows to handle all incoming messages within the same user-provided partial function, be that a user message or a system signal.
ScalaDSL.Full$ - Class in akka.typed
 
ScalaDSL.FullTotal<T> - Class in akka.typed
This type of behavior expects a total function that describes the actor&rsquo;s reaction to all system signals or user messages, without providing a fallback mechanism for either.
ScalaDSL.FullTotal$ - Class in akka.typed
 
ScalaDSL.MessageOrSignal<T> - Interface in akka.typed
Algebraic Data Type modeling either a message or a signal, including the ActorContext.
ScalaDSL.Msg<T> - Class in akka.typed
A message bundled together with the current ActorContext.
ScalaDSL.Msg$ - Class in akka.typed
 
ScalaDSL.Or<T> - Class in akka.typed
A behavior combinator that feeds incoming messages and signals either into the left or right sub-behavior and allows them to evolve independently of each other.
ScalaDSL.Or$ - Class in akka.typed
 
ScalaDSL.Partial<T> - Class in akka.typed
This type of Behavior is created from a partial function from the declared message type to the next behavior, flagging all unmatched messages as Unhandled.
ScalaDSL.Partial$ - Class in akka.typed
 
ScalaDSL.Sig<T> - Class in akka.typed
A signal bundled together with the current ActorContext.
ScalaDSL.Sig$ - Class in akka.typed
 
ScalaDSL.Static<T> - Class in akka.typed
This type of behavior is a variant of ScalaDSL.Total that does not allow the actor to change behavior.
ScalaDSL.Static$ - Class in akka.typed
 
ScalaDSL.SynchronousSelf<T> - Class in akka.typed
This behavior allows sending messages to itself without going through the Actor&rsquo;s mailbox.
ScalaDSL.SynchronousSelf$ - Class in akka.typed
 
ScalaDSL.Tap<T> - Class in akka.typed
This type of Behavior wraps another Behavior while allowing you to perform some action upon each received message or signal.
ScalaDSL.Tap$ - Class in akka.typed
 
ScalaDSL.Total<T> - Class in akka.typed
This type of behavior is created from a total function from the declared message type to the next behavior, which means that all possible incoming messages for the given type must be handled.
ScalaDSL.Total$ - Class in akka.typed
 
ScalaDSL.Widened<T,U> - Class in akka.typed
Widen the wrapped Behavior by placing a funnel in front of it: 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&rsquo;s type hierarchy.
ScalaDSL.Widened$ - Class in akka.typed
 
schedule(FiniteDuration, ActorRef<U>, U) - Method in interface akka.typed.ActorContext
Schedule the sending of the given message to the given target Actor after the given time period has elapsed.
schedule(FiniteDuration, ActorRef<U>, U) - Method in class akka.typed.ActorContextAdapter
 
schedule(FiniteDuration, ActorRef<U>, U) - Method in class akka.typed.EffectfulActorContext
 
schedule(FiniteDuration, ActorRef<U>, U) - Method in class akka.typed.StubbedActorContext
 
Scheduled(FiniteDuration, ActorRef<U>, U) - Constructor for class akka.typed.Effect.Scheduled
 
Scheduled$() - Constructor for class akka.typed.Effect.Scheduled$
 
self() - Method in interface akka.typed.ActorContext
The identity of this Actor, bound to the lifecycle of this Actor instance.
self() - Method in class akka.typed.ActorContextAdapter
 
self() - Method in class akka.typed.StubbedActorContext
 
SelfAware(Function1<ActorRef<T>, Behavior<T>>) - Method in class akka.typed.ScalaDSL$
A behavior decorator that extracts the self ActorRef while receiving the the first signal or message and uses that to construct the real behavior (which will then also receive that signal or message).
SelfAware(Function1<ActorRef<T>, Behavior<T>>) - Static method in class akka.typed.ScalaDSL
A behavior decorator that extracts the self ActorRef while receiving the the first signal or message and uses that to construct the real behavior (which will then also receive that signal or message).
setReceiveTimeout(Duration) - Method in interface akka.typed.ActorContext
Schedule the sending of a ReceiveTimeout notification in case no other message is received during the given period of time.
setReceiveTimeout(Duration) - Method in class akka.typed.ActorContextAdapter
 
setReceiveTimeout(Duration) - Method in class akka.typed.EffectfulActorContext
 
setReceiveTimeout(Duration) - Method in class akka.typed.StubbedActorContext
 
settings() - Method in class akka.typed.ActorSystem
The core settings extracted from the supplied configuration.
Sig(ActorContext<T>, Signal) - Constructor for class akka.typed.ScalaDSL.Sig
 
Sig$() - Constructor for class akka.typed.ScalaDSL.Sig$
 
signal(Signal) - Method in class akka.typed.EffectfulActorContext
 
signal() - Method in class akka.typed.ScalaDSL.Sig
 
Signal - Interface in akka.typed
System signals are notifications that are generated by the system and delivered to the Actor behavior in a reliable fashion (i.e.
spawn(Props<U>, String) - Method in interface akka.typed.ActorContext
Create a child Actor from the given Props and with the given name.
spawn(Props<U>, String) - Method in class akka.typed.ActorContextAdapter
 
spawn(Props<U>, String) - Method in class akka.typed.EffectfulActorContext
 
spawn(Props<T>) - Method in class akka.typed.Ops.ActorContextOps
 
spawn(Props<T>, String) - Method in class akka.typed.Ops.ActorContextOps
 
spawn(Props<T>) - Method in class akka.typed.Ops.ActorSystemOps
 
spawn(Props<T>, String) - Method in class akka.typed.Ops.ActorSystemOps
 
spawn(Props<U>, String) - Method in class akka.typed.StubbedActorContext
 
spawnAdapter(Function1<U, T>) - Method in interface akka.typed.ActorContext
Create a child actor that will wrap messages such that other Actor&rsquo;s protocols can be ingested by this Actor.
spawnAdapter(Function1<U, T>) - Method in class akka.typed.ActorContextAdapter
 
spawnAdapter(Function1<U, T>) - Method in class akka.typed.StubbedActorContext
 
spawnAnonymous(Props<U>) - Method in interface akka.typed.ActorContext
Create a child Actor from the given Props under a randomly chosen name.
spawnAnonymous(Props<U>) - Method in class akka.typed.ActorContextAdapter
 
spawnAnonymous(Props<U>) - Method in class akka.typed.EffectfulActorContext
 
spawnAnonymous(Props<U>) - Method in class akka.typed.StubbedActorContext
 
Spawned(String) - Constructor for class akka.typed.Effect.Spawned
 
Spawned$() - Constructor for class akka.typed.Effect.Spawned$
 
startTime() - Method in class akka.typed.ActorSystem
Start-up time in milliseconds since the epoch.
Static(Function1<T, BoxedUnit>) - Constructor for class akka.typed.ScalaDSL.Static
 
Static$() - Constructor for class akka.typed.ScalaDSL.Static$
 
stop(ActorRef<Nothing$>) - Method in interface akka.typed.ActorContext
Force the child Actor under the given name to terminate after it finishes processing its current message.
stop(ActorRef<Nothing$>) - Method in class akka.typed.ActorContextAdapter
 
stop(ActorRef<Nothing$>) - Method in class akka.typed.EffectfulActorContext
 
stop(ActorRef<Nothing$>) - Method in class akka.typed.StubbedActorContext
 
Stop$() - Constructor for class akka.typed.Failed.Stop$
 
Stopped(String) - Constructor for class akka.typed.Effect.Stopped
 
Stopped() - Method in class akka.typed.ScalaDSL$
Return this behavior from message processing to signal that this actor shall terminate voluntarily.
Stopped() - Static method in class akka.typed.ScalaDSL
Return this behavior from message processing to signal that this actor shall terminate voluntarily.
Stopped$() - Constructor for class akka.typed.Effect.Stopped$
 
stoppedBehavior$() - Constructor for class akka.typed.Behavior.stoppedBehavior$
 
StubbedActorContext<T> - Class in akka.typed
An ActorContext for synchronous execution of a Behavior that provides only stubs for the effects an Actor can perform and replaces created child Actors by a synchronous Inbox (see Inbox.sync).
StubbedActorContext(String, Props<T>, ActorSystem<Nothing$>) - Constructor for class akka.typed.StubbedActorContext
 
supervisorStrategy() - Method in class akka.typed.ActorAdapter
 
sync(String) - Method in class akka.typed.Inbox$
 
sync(String) - Static method in class akka.typed.Inbox
 
SynchronousSelf(Function1<ActorRef<T>, Behavior<T>>) - Constructor for class akka.typed.ScalaDSL.SynchronousSelf
 
SynchronousSelf$() - Constructor for class akka.typed.ScalaDSL.SynchronousSelf$
 
SyncInbox(String) - Constructor for class akka.typed.Inbox.SyncInbox
 
sys() - Method in class akka.typed.Ops.ActorSystemOps
 
system() - Method in interface akka.typed.ActorContext
The ActorSystem to which this Actor belongs.
system() - Method in class akka.typed.ActorContextAdapter
 
system() - Method in class akka.typed.StubbedActorContext
 

T

Tap(PartialFunction<ScalaDSL.MessageOrSignal<T>, BoxedUnit>, Behavior<T>) - Constructor for class akka.typed.ScalaDSL.Tap
 
Tap$() - Constructor for class akka.typed.ScalaDSL.Tap$
 
target() - Method in class akka.typed.Effect.Scheduled
 
tell(T) - Method in class akka.typed.ActorRef
Send a message to the Actor referenced by this ActorRef using *at-most-once* messaging semantics.
terminate() - Method in class akka.typed.ActorSystem
Terminates this actor system.
Terminated - Class in akka.typed
Lifecycle signal that is fired when an Actor that was watched has terminated.
Terminated(ActorRef<Nothing$>) - Constructor for class akka.typed.Terminated
 
Terminated$ - Class in akka.typed
 
Terminated$() - Constructor for class akka.typed.Terminated$
 
threadFactory() - Method in class akka.typed.ActorSystem
A ThreadFactory that can be used if the transport needs to create any Threads
timeout() - Method in class akka.typed.patterns.Receiver.GetAll
 
timeout() - Method in class akka.typed.patterns.Receiver.GetOne
 
toScalaActorRef(ActorRef<T>) - Method in class akka.typed.ActorRef$
 
toScalaActorRef(ActorRef<T>) - Static method in class akka.typed.ActorRef
 
toString() - Method in class akka.typed.ActorRef
 
toString() - Method in class akka.typed.Behavior.emptyBehavior$
 
toString() - Method in class akka.typed.Behavior.ignoreBehavior$
 
toString() - Method in class akka.typed.Behavior.sameBehavior$
 
toString() - Method in class akka.typed.Behavior.stoppedBehavior$
 
toString() - Method in class akka.typed.Behavior.unhandledBehavior$
 
toString() - Method in class akka.typed.ScalaDSL.Full
 
toString() - Method in class akka.typed.ScalaDSL.FullTotal
 
toString() - Method in class akka.typed.ScalaDSL.Partial
 
toString() - Method in class akka.typed.ScalaDSL.Static
 
toString() - Method in class akka.typed.ScalaDSL.SynchronousSelf
 
toString() - Method in class akka.typed.ScalaDSL.Tap
 
toString() - Method in class akka.typed.ScalaDSL.Total
 
toString() - Method in class akka.typed.ScalaDSL.Widened
 
Total(Function1<T, Behavior<T>>) - Constructor for class akka.typed.ScalaDSL.Total
 
Total$() - Constructor for class akka.typed.ScalaDSL.Total$
 

U

Unhandled() - Method in class akka.typed.ScalaDSL$
Return this behavior from message processing in order to advise the system to reuse the previous behavior, including the hint that the message has not been handled.
Unhandled() - Static method in class akka.typed.ScalaDSL
Return this behavior from message processing in order to advise the system to reuse the previous behavior, including the hint that the message has not been handled.
unhandledBehavior$() - Constructor for class akka.typed.Behavior.unhandledBehavior$
 
unhandledFunction() - Method in class akka.typed.ScalaDSL$
INTERNAL API.
unhandledFunction() - Static method in class akka.typed.ScalaDSL
INTERNAL API.
unitFunction() - Method in class akka.typed.ScalaDSL$
INTERNAL API.
unitFunction() - Static method in class akka.typed.ScalaDSL
INTERNAL API.
untyped() - Method in class akka.typed.ActorSystem
INTERNAL API.
untyped(Props<T>) - Method in class akka.typed.Props$
INTERNAL API.
untyped(Props<T>) - Static method in class akka.typed.Props
INTERNAL API.
untypedRef() - Method in class akka.typed.ActorRef
INTERNAL API.
untypedRef() - Method in class akka.typed.ActorSystem
The user guardian&rsquo;s untyped ActorRef.
unwatch(ActorRef<U>) - Method in interface akka.typed.ActorContext
Revoke the registration established by watch.
unwatch(ActorRef) - Method in interface akka.typed.ActorContext
Revoke the registration established by watch.
unwatch(ActorRef<U>) - Method in class akka.typed.ActorContextAdapter
 
unwatch(ActorRef) - Method in class akka.typed.ActorContextAdapter
 
unwatch(ActorRef<U>) - Method in class akka.typed.EffectfulActorContext
 
unwatch(ActorRef) - Method in class akka.typed.EffectfulActorContext
 
unwatch(ActorRef<U>) - Method in class akka.typed.StubbedActorContext
 
unwatch(ActorRef) - Method in class akka.typed.StubbedActorContext
 
Unwatched(ActorRef<T>) - Constructor for class akka.typed.Effect.Unwatched
 
Unwatched$() - Constructor for class akka.typed.Effect.Unwatched$
 
upcast() - Method in class akka.typed.ActorRef
Unsafe utility method for widening the type accepted by this ActorRef; provided to avoid having to use asInstanceOf on the full reference type, which would unfortunately also work on non-ActorRefs.
uptime() - Method in class akka.typed.ActorSystem
Up-time of this actor system in seconds.

W

watch(ActorRef<U>) - Method in interface akka.typed.ActorContext
Register for Terminated notification once the Actor identified by the given ActorRef terminates.
watch(ActorRef) - Method in interface akka.typed.ActorContext
Register for Terminated notification once the Actor identified by the given ActorRef terminates.
watch(ActorRef<U>) - Method in class akka.typed.ActorContextAdapter
 
watch(ActorRef) - Method in class akka.typed.ActorContextAdapter
 
watch(ActorRef<U>) - Method in class akka.typed.EffectfulActorContext
 
watch(ActorRef) - Method in class akka.typed.EffectfulActorContext
 
watch(ActorRef<U>) - Method in class akka.typed.StubbedActorContext
 
watch(ActorRef) - Method in class akka.typed.StubbedActorContext
 
Watched(ActorRef<T>) - Constructor for class akka.typed.Effect.Watched
 
Watched$() - Constructor for class akka.typed.Effect.Watched$
 
whenTerminated() - Method in class akka.typed.ActorSystem
Returns a Future which will be completed after the ActorSystem has been terminated and termination hooks have been executed.
widen(PartialFunction<U, T>) - Method in class akka.typed.ScalaDSL.BehaviorDecorators
Widen the type of this Behavior by providing a filter function that permits only a subtype of the widened set of messages.
Widened(Behavior<T>, PartialFunction<U, T>) - Constructor for class akka.typed.ScalaDSL.Widened
 
Widened$() - Constructor for class akka.typed.ScalaDSL.Widened$
 
withDeploy(Deploy) - Method in class akka.typed.Props
 
withDispatcher(String) - Method in class akka.typed.Props
 
withMailbox(String) - Method in class akka.typed.Props
 
withRouter(RouterConfig) - Method in class akka.typed.Props
 

_

_unhandledFunction() - Method in class akka.typed.ScalaDSL$
INTERNAL API.
_unhandledFunction() - Static method in class akka.typed.ScalaDSL
INTERNAL API.
_unitFunction() - Method in class akka.typed.ScalaDSL$
INTERNAL API.
_unitFunction() - Static method in class akka.typed.ScalaDSL
INTERNAL API.
A B C D E F G H I K L M N O P R S T U W _ 
Skip navigation links