Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



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