Search Java Classes and Packages
Search Java Frameworks and Libraries
#Akka.typed.ScalaDSL Classes and Interfaces - 28 results found.
| Name | Description | Type | Package | Framework |
| ScalaDSL | This object holds several behavior factories and combinators that can be used to construct Behavior instances. | Class | akka.typed | Akka |
|
| ScalaDSL$ | This object holds several behavior factories and combinators that can be used to construct Behavior instances. | Class | akka.typed | Akka |
|
| ScalaDSL .And | A behavior combinator that feeds incoming messages and signals both into the left and right sub-behavior and allows them to evolve independently of | Class | akka.typed.ScalaDSL | Akka |
|
| ScalaDSL .And$ | | Class | akka.typed.ScalaDSL | Akka |
|
| ScalaDSL .BehaviorDecorators | | Class | akka.typed.ScalaDSL | Akka |
|
| ScalaDSL .BehaviorDecorators$ | | Class | akka.typed.ScalaDSL | Akka |
|
| ScalaDSL .Full | 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 | Class | akka.typed.ScalaDSL | Akka |
|
| ScalaDSL .Full$ | | Class | akka.typed.ScalaDSL | Akka |
|
| ScalaDSL .FullTotal | This type of behavior expects a total function that describes the actor’s reaction to all system signals or user messages, without providing a | Class | akka.typed.ScalaDSL | Akka |
|
| ScalaDSL .FullTotal$ | | Class | akka.typed.ScalaDSL | Akka |
|
| ScalaDSL .Msg | A message bundled together with the current ActorContext. | Class | akka.typed.ScalaDSL | Akka |
|
| ScalaDSL .Msg$ | | Class | akka.typed.ScalaDSL | Akka |
|
| ScalaDSL .Or | A behavior combinator that feeds incoming messages and signals either into the left or right sub-behavior and allows them to evolve independently of | Class | akka.typed.ScalaDSL | Akka |
|
| ScalaDSL .Or$ | | Class | akka.typed.ScalaDSL | Akka |
|
| ScalaDSL .Partial | This type of Behavior is created from a partial function from the declared message type to the next behavior, flagging all unmatched messages as | Class | akka.typed.ScalaDSL | Akka |
|
| ScalaDSL .Partial$ | | Class | akka.typed.ScalaDSL | Akka |
|
| ScalaDSL .Sig | A signal bundled together with the current ActorContext. | Class | akka.typed.ScalaDSL | Akka |
|
| ScalaDSL .Sig$ | | Class | akka.typed.ScalaDSL | Akka |
|
| ScalaDSL .Static | This type of behavior is a variant of ScalaDSL. | Class | akka.typed.ScalaDSL | Akka |
|
| ScalaDSL .Static$ | | Class | akka.typed.ScalaDSL | Akka |
|
| ScalaDSL .SynchronousSelf | This behavior allows sending messages to itself without going through the Actor’s mailbox. | Class | akka.typed.ScalaDSL | Akka |
|
| ScalaDSL .SynchronousSelf$ | | Class | akka.typed.ScalaDSL | Akka |
|
| ScalaDSL .Tap | This type of Behavior wraps another Behavior while allowing you to perform some action upon each received message or signal. | Class | akka.typed.ScalaDSL | Akka |
|
| ScalaDSL .Tap$ | | Class | akka.typed.ScalaDSL | Akka |
|
| ScalaDSL .Total | 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 | Class | akka.typed.ScalaDSL | Akka |
|
| ScalaDSL .Total$ | | Class | akka.typed.ScalaDSL | Akka |
|
| ScalaDSL .Widened | 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 | Class | akka.typed.ScalaDSL | Akka |
|
| ScalaDSL .Widened$ | | Class | akka.typed.ScalaDSL | Akka |