akka.zeromq
Class ReconnectIVLMax$

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

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

Gets the max reconnect IVL

See Also:
ReconnectIVLMax, Serialized Form

Field Summary
static ReconnectIVLMax$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
ReconnectIVLMax$()
           
 
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 ReconnectIVLMax$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

ReconnectIVLMax$

public ReconnectIVLMax$()