public static class ReceivePipeline.Inner extends java.lang.Object implements ReceivePipeline.Delegation, scala.Product, scala.Serializable
| Constructor and Description |
|---|
Inner(java.lang.Object transformedMsg) |
| Modifier and Type | Method and Description |
|---|---|
ReceivePipeline.Delegation |
andAfter(scala.Function0<scala.runtime.BoxedUnit> after)
Add a block of code to be executed after the message (which may be further transformed and processed by
inner interceptors) is handled by the actor's receive.
|
java.lang.Object |
transformedMsg() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic java.lang.Object transformedMsg()
public ReceivePipeline.Delegation andAfter(scala.Function0<scala.runtime.BoxedUnit> after)
The block of code will be executed before similar blocks in outer interceptors.
after - (undocumented)