object ReceivePipeline
Ordering
- Alphabetic
- By Inheritance
Inherited
- ReceivePipeline
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
sealed
trait
Delegation
extends AnyRef
Result returned by an interceptor PF to determine what/whether to delegate to the next inner interceptor
- case class Inner (transformedMsg: Any) extends Delegation with Product with Serializable
- type Interceptor = PartialFunction[Any, Delegation]
Value Members
-
object
HandledCompletely
extends Delegation with Product with Serializable
Interceptor return value that indicates that the message has been handled completely.
Interceptor return value that indicates that the message has been handled completely. The message will not be passed to inner interceptors (or to the decorated actor's receive).