Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Akka.typed.Failed Classes and Interfaces - 7 results found.
NameDescriptionTypePackageFramework
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