akka.io
Class TcpPipelineHandler.Tell

java.lang.Object
  extended by akka.io.TcpPipelineHandler.Tell
All Implemented Interfaces:
NoSerializationVerificationNeeded, akka.io.SelectionHandler.HasFailureMessage, Tcp.Command, Tcp.Message, java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
TcpPipelineHandler<Ctx extends PipelineContext,Cmd,Evt>

public static class TcpPipelineHandler.Tell
extends java.lang.Object
implements Tcp.Command, scala.Product, scala.Serializable

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.

See Also:
Serialized Form

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

TcpPipelineHandler.Tell

public TcpPipelineHandler.Tell(ActorRef receiver,
                               java.lang.Object msg,
                               ActorRef sender)
Method Detail

receiver

public ActorRef receiver()

msg

public java.lang.Object msg()

sender

public ActorRef sender()