Class LeaderElectionFailOverProperties

java.lang.Object
com.solace.connector.core.properties.LeaderElectionFailOverProperties

public class LeaderElectionFailOverProperties extends Object
Leader election fail-over configuration properties.
  • Constructor Details

    • LeaderElectionFailOverProperties

      public LeaderElectionFailOverProperties()
  • Method Details

    • getMaxAttempts

      public int getMaxAttempts()
    • setMaxAttempts

      public void setMaxAttempts(int maxAttempts)
    • getBackOffInitialInterval

      public long getBackOffInitialInterval()
    • setBackOffInitialInterval

      public void setBackOffInitialInterval(long backOffInitialInterval)
    • getBackOffMaxInterval

      public long getBackOffMaxInterval()
    • setBackOffMaxInterval

      public void setBackOffMaxInterval(long backOffMaxInterval)
    • getBackOffMultiplier

      public double getBackOffMultiplier()
    • setBackOffMultiplier

      public void setBackOffMultiplier(double backOffMultiplier)