Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Akka.actor.Actor Classes and Interfaces - 41 results found.
NameDescriptionTypePackageFramework
ActorActor base trait that should be extended by or mixed to create an Actor with the semantics of the 'Actor Model': http://en.Interfaceakka.actorAkka
Actor$Classakka.actorAkka
Actor .emptyBehavior$emptyBehavior is a Receive-expression that matches no messages at all, ever.Classakka.actor.ActorAkka
Actor .ignoringBehavior$ignoringBehavior is a Receive-expression that consumes and ignores all messages.Classakka.actor.ActorAkka
ActorCellEverything in here is completely Akka PRIVATE.Classakka.actorAkka
ActorCell$Everything in here is completely Akka PRIVATE.Classakka.actorAkka
ActorContextThe actor context - the view of the actor cell from the actor.Interfaceakka.actorAkka
ActorDSLThis object contains elements which make writing actors and related code more concise, e.Classakka.actorAkka
ActorDSL$This object contains elements which make writing actors and related code more concise, e.Classakka.actorAkka
ActorDSL .ExtensionClassakka.actor.ActorDSLAkka
ActorDSL .Extension$Classakka.actor.ActorDSLAkka
ActorIdentityReply to Identify.Classakka.actorAkka
ActorIdentity$Classakka.actorAkka
ActorInitializationExceptionAn ActorInitializationException is thrown when the initialization logic for an Actor fails.Classakka.actorAkka
ActorInitializationException$Classakka.actorAkka
ActorInterruptedExceptionWhen an InterruptedException is thrown inside an Actor, it is wrapped as an ActorInterruptedException as to avoid cascading interrupts to other threads than the originally interrupted one.Classakka.actorAkka
ActorKilledExceptionActorKilledException is thrown when an Actor receives the Kill messageSee Also:Serialized FormClassakka.actorAkka
ActorKilledException$Classakka.actorAkka
ActorLoggingScala API: Mix in ActorLogging into your Actor to easily obtain a reference to a logger, which is available under the name "log".Interfaceakka.actorAkka
ActorNotFoundWhen ActorSelection.Classakka.actorAkka
ActorNotFound$Classakka.actorAkka
ActorPathActor path is a unique path to an actor that shows the creation path up through the actor tree to the root actor.Interfaceakka.actorAkka
ActorPath$Classakka.actorAkka
ActorPathExtractorClassakka.actorAkka
ActorPathExtractor$Classakka.actorAkka
ActorPathsClassakka.actorAkka
ActorPaths$Classakka.actorAkka
ActorRefImmutable and serializable handle to an actor, which may or may not reside on the local host or inside the same ActorSystem.Classakka.actorAkka
ActorRef$Classakka.actorAkka
ActorRefFactoryInterface implemented by ActorSystem and ActorContext, the only two places from which you can get fresh actors.Interfaceakka.actorAkka
ActorRefProviderInterface for all ActorRef providers to implement.Interfaceakka.actorAkka
ActorRefScopeAll ActorRefs have a scope which describes where they live.Interfaceakka.actorAkka
ActorRefWithCellCommon trait of all actor refs which actually have a Cell, most notably LocalActorRef and RepointableActorRef.Classakka.actorAkka
ActorSelectionAn ActorSelection is a logical view of a section of an ActorSystem's tree of Actors, allowing for broadcasting of messages to that section.Classakka.actorAkka
ActorSelection$An ActorSelection is a logical view of a section of an ActorSystem's tree of Actors, allowing for broadcasting of messages to that section.Classakka.actorAkka
ActorSelectionMessage ActorRefFactory.Classakka.actorAkka
ActorSelectionMessage$Classakka.actorAkka
ActorSystemAn actor system is a hierarchical group of actors which share common configuration, e.Classakka.actorAkka
ActorSystem$Classakka.actorAkka
ActorSystem .SettingsSettings are the overall ActorSystem Settings which also provides a convenient access to the Config object.Classakka.actor.ActorSystemAkka
ActorSystemImplClassakka.actorAkka