Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Akka.typed Classes and Interfaces - 119 results found.
NameDescriptionTypePackageFramework
ActorAdapterINTERNAL API.Classakka.typedAkka
ActorContextAn Actor is given by the combination of a Behavior and a context in which this behavior is executed.Interfaceakka.typedAkka
ActorContextAdapterINTERNAL API.Classakka.typedAkka
ActorRefAn ActorRef is the identity or address of an Actor instance.Classakka.typedAkka
ActorRef$Classakka.typedAkka
ActorSystemAn ActorSystem is home to a hierarchy of Actors.Classakka.typedAkka
ActorSystem$Classakka.typedAkka
AskPatternClassakka.typedAkka
AskPattern$Classakka.typedAkka
AskPattern .AskableClassakka.typed.AskPatternAkka
AskPattern .Askable$Classakka.typed.AskPatternAkka
BehaviorThe behavior of an actor defines how it reacts to the messages that it receives.Classakka.typedAkka
Behavior$Classakka.typedAkka
Behavior .emptyBehavior$Classakka.typed.BehaviorAkka
Behavior .ignoreBehavior$Classakka.typed.BehaviorAkka
Behavior .sameBehavior$Classakka.typed.BehaviorAkka
Behavior .stoppedBehavior$Classakka.typed.BehaviorAkka
Behavior .unhandledBehavior$Classakka.typed.BehaviorAkka
EffectAll tracked effects must extend implement this type.Classakka.typedAkka
Effect$Classakka.typedAkka
Effect .EmptyEffect$Classakka.typed.EffectAkka
Effect .MessagedClassakka.typed.EffectAkka
Effect .Messaged$Classakka.typed.EffectAkka
Effect .ReceiveTimeoutSetClassakka.typed.EffectAkka
Effect .ReceiveTimeoutSet$Classakka.typed.EffectAkka
Effect .ScheduledClassakka.typed.EffectAkka
Effect .Scheduled$Classakka.typed.EffectAkka
Effect .SpawnedClassakka.typed.EffectAkka
Effect .Spawned$Classakka.typed.EffectAkka
Effect .StoppedClassakka.typed.EffectAkka
Effect .Stopped$Classakka.typed.EffectAkka
Effect .UnwatchedClassakka.typed.EffectAkka
Effect .Unwatched$Classakka.typed.EffectAkka
Effect .WatchedClassakka.typed.EffectAkka
Effect .Watched$Classakka.typed.EffectAkka
EffectfulActorContextAn ActorContext for testing purposes that records the effects performed on it and otherwise stubs them out like a StubbedActorContext.Classakka.typedAkka
FailedLifecycle signal that is fired when a direct child actor fails.Classakka.typedAkka
Failed$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 withinClassakka.typedAkka
Failed .Escalate$The default response to a failure in a child actor is to escalate the failure, entailing that the parent actor fails as well.Classakka.typed.FailedAkka
Failed .NoFailureResponse$Classakka.typed.FailedAkka
Failed .Restart$Restarting the child actor means resetting its behavior to the initial one that was provided during its creation (i.Classakka.typed.FailedAkka
Failed .Resume$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 toClassakka.typed.FailedAkka
Failed .Stop$Stopping the child actor will free its resources and eventually (asynchronously) unregister its name from the parent.Classakka.typed.FailedAkka
InboxClassakka.typedAkka
Inbox$Classakka.typedAkka
Inbox .SyncInboxClassakka.typed.InboxAkka
MessageWrapperINTERNAL API.Classakka.typedAkka
OpsImport the contents of this object to retrofit the typed APIs onto the untyped ActorSystem, ActorContext andClassakka.typedAkka
Ops$Import the contents of this object to retrofit the typed APIs onto the untyped ActorSystem, ActorContext andClassakka.typedAkka
Ops .ActorContextOpsClassakka.typed.OpsAkka
Ops .ActorContextOps$Classakka.typed.OpsAkka
Ops .ActorSystemOpsClassakka.typed.OpsAkka
Ops .ActorSystemOps$Classakka.typed.OpsAkka
PostRestartLifecycle signal that is fired upon restart of the Actor after replacing the behavior with the fresh one (i.Classakka.typedAkka
PostRestart$Classakka.typedAkka
PostStopLifecycle signal that is fired after this actor and all its child actors (transitively) have terminated.Classakka.typedAkka
PostStop$Lifecycle signal that is fired after this actor and all its child actors (transitively) have terminated.Classakka.typedAkka
PreRestartLifecycle signal that is fired upon restart of the Actor before replacing the behavior with the fresh one (i.Classakka.typedAkka
PreRestart$Classakka.typedAkka
PreStartLifecycle signal that is fired upon creation of the Actor.Classakka.typedAkka
PreStart$Lifecycle signal that is fired upon creation of the Actor.Classakka.typedAkka
PropsProps describe how to dress up a Behavior so that it can become an Actor.Classakka.typedAkka
Props$Props describe how to dress up a Behavior so that it can become an Actor.Classakka.typedAkka
ReceiverClassakka.typed.patternsAkka
Receiver$Classakka.typed.patternsAkka
Receiver .ExternalAddressRetrieve the external address of this Receiver (i.Classakka.typed.patterns.ReceiverAkka
Receiver .ExternalAddress$Classakka.typed.patterns.ReceiverAkka
Receiver .GetAllRetrieve all messages from the Receiver that it has queued after the given duration has elapsed.Classakka.typed.patterns.ReceiverAkka
Receiver .GetAll$Classakka.typed.patterns.ReceiverAkka
Receiver .GetAllResultClassakka.typed.patterns.ReceiverAkka
Receiver .GetAllResult$Classakka.typed.patterns.ReceiverAkka
Receiver .GetOneRetrieve one message from the Receiver, waiting at most for the given duration.Classakka.typed.patterns.ReceiverAkka
Receiver .GetOne$Classakka.typed.patterns.ReceiverAkka
Receiver .GetOneResultClassakka.typed.patterns.ReceiverAkka
Receiver .GetOneResult$Classakka.typed.patterns.ReceiverAkka
ReceiveTimeoutThe 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 isClassakka.typedAkka
ReceiveTimeout$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 isClassakka.typedAkka
ReceptionistClassakka.typed.patternsAkka
Receptionist$A Receptionist is an entry point into an Actor hierarchy where select Actors publish their identity together with the protocols that they implement.Classakka.typed.patternsAkka
Receptionist .FindQuery the Receptionist for a list of all Actors implementing the givenSee Also:Serialized FormClassakka.typed.patterns.ReceptionistAkka
Receptionist .Find$Classakka.typed.patterns.ReceptionistAkka
Receptionist .ListingCurrent listing of all Actors that implement the protocol given by the Receptionist.Classakka.typed.patterns.ReceptionistAkka
Receptionist .Listing$Classakka.typed.patterns.ReceptionistAkka
Receptionist .RegisterAssociate the given ActorRef with the given Receptionist.Classakka.typed.patterns.ReceptionistAkka
Receptionist .Register$Classakka.typed.patterns.ReceptionistAkka
Receptionist .RegisteredConfirmation that the given ActorRef has been associated with the Receptionist.Classakka.typed.patterns.ReceptionistAkka
Receptionist .Registered$Classakka.typed.patterns.ReceptionistAkka
Receptionist .ServiceKeyA 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 theInterfaceakka.typed.patterns.ReceptionistAkka
ScalaDSLThis object holds several behavior factories and combinators that can be used to construct Behavior instances.Classakka.typedAkka
ScalaDSL$This object holds several behavior factories and combinators that can be used to construct Behavior instances.Classakka.typedAkka
ScalaDSL .AndA behavior combinator that feeds incoming messages and signals both into the left and right sub-behavior and allows them to evolve independently ofClassakka.typed.ScalaDSLAkka
ScalaDSL .And$Classakka.typed.ScalaDSLAkka
ScalaDSL .BehaviorDecoratorsClassakka.typed.ScalaDSLAkka
ScalaDSL .BehaviorDecorators$Classakka.typed.ScalaDSLAkka
ScalaDSL .FullThis type of behavior allows to handle all incoming messages within the same user-provided partial function, be that a user message or a systemClassakka.typed.ScalaDSLAkka
ScalaDSL .Full$Classakka.typed.ScalaDSLAkka
ScalaDSL .FullTotalThis type of behavior expects a total function that describes the actor’s reaction to all system signals or user messages, without providing aClassakka.typed.ScalaDSLAkka
ScalaDSL .FullTotal$Classakka.typed.ScalaDSLAkka
ScalaDSL .MsgA message bundled together with the current ActorContext.Classakka.typed.ScalaDSLAkka
ScalaDSL .Msg$Classakka.typed.ScalaDSLAkka
ScalaDSL .OrA behavior combinator that feeds incoming messages and signals either into the left or right sub-behavior and allows them to evolve independently ofClassakka.typed.ScalaDSLAkka
ScalaDSL .Or$Classakka.typed.ScalaDSLAkka
ScalaDSL .PartialThis type of Behavior is created from a partial function from the declared message type to the next behavior, flagging all unmatched messages asClassakka.typed.ScalaDSLAkka
ScalaDSL .Partial$Classakka.typed.ScalaDSLAkka
ScalaDSL .SigA signal bundled together with the current ActorContext.Classakka.typed.ScalaDSLAkka
ScalaDSL .Sig$Classakka.typed.ScalaDSLAkka
ScalaDSL .StaticThis type of behavior is a variant of ScalaDSL.Classakka.typed.ScalaDSLAkka
ScalaDSL .Static$Classakka.typed.ScalaDSLAkka
ScalaDSL .SynchronousSelfThis behavior allows sending messages to itself without going through the Actor’s mailbox.Classakka.typed.ScalaDSLAkka
ScalaDSL .SynchronousSelf$Classakka.typed.ScalaDSLAkka
ScalaDSL .TapThis type of Behavior wraps another Behavior while allowing you to perform some action upon each received message or signal.Classakka.typed.ScalaDSLAkka
ScalaDSL .Tap$Classakka.typed.ScalaDSLAkka
ScalaDSL .TotalThis type of behavior is created from a total function from the declared message type to the next behavior, which means that all possible incomingClassakka.typed.ScalaDSLAkka
ScalaDSL .Total$Classakka.typed.ScalaDSLAkka
ScalaDSL .WidenedWiden the wrapped Behavior by placing a funnel in front of it: the supplied PartialFunction decides which message to pull in (those that it is definedClassakka.typed.ScalaDSLAkka
ScalaDSL .Widened$Classakka.typed.ScalaDSLAkka
StubbedActorContextAn ActorContext for synchronous execution of a Behavior that provides only stubs for the effects an Actor can perform and replacesClassakka.typedAkka
TerminatedLifecycle signal that is fired when an Actor that was watched has terminated.Classakka.typedAkka
Terminated$Classakka.typedAkka