| Package | Description |
|---|---|
| io.appform.ranger.http.common | |
| io.appform.ranger.http.servicefinder | |
| io.appform.ranger.http.servicefinderhub | |
| io.appform.ranger.http.serviceprovider |
| Modifier and Type | Field and Description |
|---|---|
protected HttpClientConfig |
HttpNodeDataStoreConnector.config |
| Constructor and Description |
|---|
HttpNodeDataStoreConnector(HttpClientConfig config,
com.fasterxml.jackson.databind.ObjectMapper mapper) |
| Modifier and Type | Method and Description |
|---|---|
HttpUnshardedServiceFinderBuilider<T> |
HttpUnshardedServiceFinderBuilider.withClientConfig(HttpClientConfig clientConfig) |
HttpShardedServiceFinderBuilder<T> |
HttpShardedServiceFinderBuilder.withClientConfig(HttpClientConfig clientConfig) |
| Constructor and Description |
|---|
HttpNodeDataSource(Service service,
HttpClientConfig config,
com.fasterxml.jackson.databind.ObjectMapper mapper) |
| Constructor and Description |
|---|
HttpServiceDataSource(HttpClientConfig config,
com.fasterxml.jackson.databind.ObjectMapper mapper) |
HttpShardedServiceFinderFactory(HttpClientConfig httpClientConfig,
com.fasterxml.jackson.databind.ObjectMapper mapper,
HTTPResponseDataDeserializer<T> deserializer,
ShardSelector<T,MapBasedServiceRegistry<T>> shardSelector,
ServiceNodeSelector<T> nodeSelector,
int nodeRefreshIntervalMs) |
HttpUnshardedServiceFinderFactory(HttpClientConfig httpClientConfig,
com.fasterxml.jackson.databind.ObjectMapper mapper,
HTTPResponseDataDeserializer<T> deserializer,
ShardSelector<T,ListBasedServiceRegistry<T>> shardSelector,
ServiceNodeSelector<T> nodeSelector,
int nodeRefreshIntervalMs) |
| Modifier and Type | Method and Description |
|---|---|
HttpShardedServiceProviderBuilder<T> |
HttpShardedServiceProviderBuilder.withClientConfiguration(HttpClientConfig clientConfig) |
| Constructor and Description |
|---|
HttpNodeDataSink(Service service,
HttpClientConfig config,
com.fasterxml.jackson.databind.ObjectMapper mapper) |
Copyright © 2015–2023. All rights reserved.