akka.zeromq
Class Send

java.lang.Object
  extended by akka.zeromq.Send
All Implemented Interfaces:
Request, java.io.Serializable, scala.Equals, scala.Product

public class Send
extends java.lang.Object
implements Request, scala.Product, scala.Serializable

Send a message over the zeromq socket

See Also:
Serialized Form

Constructor Summary
Send(scala.collection.Seq<Frame> frames)
           
 
Method Summary
 scala.collection.Seq<Frame> frames()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

Send

public Send(scala.collection.Seq<Frame> frames)
Method Detail

frames

public scala.collection.Seq<Frame> frames()