akka.zeromq
Class ReceiveHighWatermark

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

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

The ReceiveHighWatermark option shall set the high water mark for inbound messages on the specified socket. The high water mark is a hard limit on the maximum number of outstanding messages ØMQ shall queue in memory for any single peer that the specified socket is communicating with.

If this limit has been reached the socket shall enter an exceptional state and depending on the socket type, ØMQ shall take appropriate action such as blocking or dropping sent messages.

This is a ZeroMQ 3.0 option

See Also:
Serialized Form

Constructor Summary
ReceiveHighWatermark(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

ReceiveHighWatermark

public ReceiveHighWatermark(long value)
Method Detail

value

public long value()