|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectakka.io.TcpPipelineHandler.Tell
public static class TcpPipelineHandler.Tell
This is a new Tcp.Command which the pipeline can emit to effect the sending a message to another actor. Using this instead of doing the send directly has the advantage that other pipeline stages can also see and possibly transform the send.
| Constructor Summary | |
|---|---|
TcpPipelineHandler.Tell(ActorRef receiver,
java.lang.Object msg,
ActorRef sender)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
msg()
|
ActorRef |
receiver()
|
ActorRef |
sender()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface akka.io.Tcp.Command |
|---|
failureMessage |
| Methods inherited from interface scala.Product |
|---|
productArity, productElement, productIterator, productPrefix |
| Methods inherited from interface scala.Equals |
|---|
canEqual, equals |
| Constructor Detail |
|---|
public TcpPipelineHandler.Tell(ActorRef receiver,
java.lang.Object msg,
ActorRef sender)
| Method Detail |
|---|
public ActorRef receiver()
public java.lang.Object msg()
public ActorRef sender()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||