SMILA 1.0 API documentation

Package org.eclipse.smila.http.client.impl.failover

Implementation of RestClient supporting communication with a cluster of nodes and failover.

See:
          Description

Class Summary
FailoverHttpRequestExecutor request executor for the FailoverRestClient.
FailoverRestClient Alternative RestClient implementation that supports talking to a cluster of SMILA services and can do failover to another node if the current node is not reachable anymore.
 

Package org.eclipse.smila.http.client.impl.failover Description

Implementation of RestClient supporting communication with a cluster of nodes and failover. Just create an instance of FailoverRestClient with a list of host-port strings (e.g. "host1:8080", "host2:8080") instead of the standard DefaultRestClient. See also How to access the REST API with the RestClient for more information.

Since:
1.1.0

SMILA 1.0 API documentation