public final class InstanceExchangeFilterFunctions extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTRIBUTE_ENDPOINT |
| Modifier and Type | Method and Description |
|---|---|
static InstanceExchangeFilterFunction |
addHeaders(HttpHeadersProvider httpHeadersProvider) |
static InstanceExchangeFilterFunction |
convertLegacyEndpoints(List<LegacyEndpointConverter> converters) |
static InstanceExchangeFilterFunction |
logfileAcceptWorkaround() |
static InstanceExchangeFilterFunction |
retry(int defaultRetries,
Map<String,Integer> retriesPerEndpoint) |
static InstanceExchangeFilterFunction |
rewriteEndpointUrl() |
static InstanceExchangeFilterFunction |
setDefaultAcceptHeader() |
static InstanceExchangeFilterFunction |
timeout(Duration defaultTimeout,
Map<String,Duration> timeoutPerEndpoint) |
public static final String ATTRIBUTE_ENDPOINT
public static InstanceExchangeFilterFunction addHeaders(HttpHeadersProvider httpHeadersProvider)
public static InstanceExchangeFilterFunction rewriteEndpointUrl()
public static InstanceExchangeFilterFunction convertLegacyEndpoints(List<LegacyEndpointConverter> converters)
public static InstanceExchangeFilterFunction setDefaultAcceptHeader()
public static InstanceExchangeFilterFunction retry(int defaultRetries, Map<String,Integer> retriesPerEndpoint)
public static InstanceExchangeFilterFunction timeout(Duration defaultTimeout, Map<String,Duration> timeoutPerEndpoint)
public static InstanceExchangeFilterFunction logfileAcceptWorkaround()
Copyright © 2019 codecentric AG. All rights reserved.