akka.zeromq
Class ReconnectIVLMax

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

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

The ReconnectIVLMax option shall set the maximum reconnection interval for the specified socket. This is the maximum period ØMQ shall wait between attempts to reconnect. On each reconnect attempt, the previous interval shall be doubled untill ReconnectIVLMax is reached. This allows for exponential backoff strategy. Default value means no exponential backoff is performed and reconnect interval calculations are only based on ReconnectIVL.

See Also:

This is a ZeroMQ 3.0 option

, Serialized Form


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

ReconnectIVLMax

public ReconnectIVLMax(long value)
Method Detail

value

public long value()