akka.zeromq
Class Rate

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

public class Rate
extends java.lang.Object
implements SocketOption, scala.Product, scala.Serializable

Sets the maximum send or receive data rate for multicast transports such as pgm using the specified socket.

See Also:
Serialized Form

Constructor Summary
Rate(long value)
           
 
Method Summary
 long value()
           
 
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

Rate

public Rate(long value)
Method Detail

value

public long value()