All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pl.allegro.tech.hermes.common.di.factories.ZookeeperParameters Maven / Gradle / Ivy

The newest version!
package pl.allegro.tech.hermes.common.di.factories;

import java.time.Duration;

public interface ZookeeperParameters {

  String getConnectionString();

  Duration getBaseSleepTime();

  Duration getMaxSleepTime();

  int getMaxRetries();

  Duration getConnectionTimeout();

  Duration getSessionTimeout();

  String getRoot();

  int getProcessingThreadPoolSize();

  boolean isAuthorizationEnabled();

  String getScheme();

  String getUser();

  String getPassword();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy