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

io.featurehub.client.edge.EdgeRetryService Maven / Gradle / Ivy

package io.featurehub.client.edge;

public interface EdgeRetryService {
  void edgeResult(EdgeConnectionState state, EdgeReconnector reconnector);

  void close();

  int getServerConnectTimeoutMs();

  int getServerDisconnectRetryMs();

  int getServerByeReconnectMs();

  int getMaximumBackoffTimeMs();

  int getCurrentBackoffMultiplier();

  int getBackoffMultiplier();

  boolean isNotFoundState();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy