akka.zeromq
Class SendHighWatermark

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

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

The SendHighWatermark option shall set the high water mark for outbound 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

param: value

See Also:
Serialized Form

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

SendHighWatermark

public SendHighWatermark(long value)
Method Detail

value

public long value()