io.featurehub.client.edge.EdgeRetryService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-client-core Show documentation
Show all versions of java-client-core Show documentation
Shared core of featurehub client.
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 - 2025 Weber Informatics LLC | Privacy Policy