akka.zeromq
Class ReconnectIVL$

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

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

Gets the recover interval @see akka.zeromq.ReconnectIVL

See Also:
Serialized Form

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

Constructor Detail

ReconnectIVL$

public ReconnectIVL$()