akka.zeromq
Class SendHighWatermark$

java.lang.Object
  extended by akka.zeromq.SendHighWatermark$
All Implemented Interfaces:
Request, SocketOptionQuery, java.io.Serializable

public class SendHighWatermark$
extends java.lang.Object
implements SocketOptionQuery, scala.Serializable

Gets the SendHWM

See Also:
SendHighWatermark, Serialized Form

Field Summary
static SendHighWatermark$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
SendHighWatermark$()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

public static final SendHighWatermark$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

SendHighWatermark$

public SendHighWatermark$()