| Package | Description |
|---|---|
| org.wso2.msf4j.client |
| Modifier and Type | Method and Description |
|---|---|
MSF4JClient.Builder<T> |
MSF4JClient.Builder.addErrorResponseMapper(RestErrorResponseMapper... responseMappers) |
MSF4JClient.Builder<T> |
MSF4JClient.Builder.analyticsEndpoint(String analyticsEndpoint) |
MSF4JClient.Builder<T> |
MSF4JClient.Builder.apiClass(Class<T> apiClass) |
MSF4JClient.Builder<T> |
MSF4JClient.Builder.decode404(boolean decode404) |
MSF4JClient.Builder<T> |
MSF4JClient.Builder.decoder(feign.codec.Decoder decoder) |
MSF4JClient.Builder<T> |
MSF4JClient.Builder.enableCircuitBreaker() |
MSF4JClient.Builder<T> |
MSF4JClient.Builder.enableTracing() |
MSF4JClient.Builder<T> |
MSF4JClient.Builder.encoder(feign.codec.Encoder encoder) |
MSF4JClient.Builder<T> |
MSF4JClient.Builder.errorDecoder(feign.codec.ErrorDecoder errorDecoder) |
MSF4JClient.Builder<T> |
MSF4JClient.Builder.fallbackFactory(feign.hystrix.FallbackFactory<? extends T> fallbackFactory)
Sets the fallback factory for HystrixFeign client which supports circuit breaker
|
MSF4JClient.Builder<T> |
MSF4JClient.Builder.instanceName(String instanceName) |
MSF4JClient.Builder<T> |
MSF4JClient.Builder.requestInterceptor(feign.RequestInterceptor requestInterceptor)
Adds a single request interceptor to the builder.
|
MSF4JClient.Builder<T> |
MSF4JClient.Builder.requestInterceptors(Iterable<feign.RequestInterceptor> requestInterceptors)
Sets the full set of request interceptors for the builder, overwriting any previous
interceptors.
|
MSF4JClient.Builder<T> |
MSF4JClient.Builder.serviceEndpoint(String serviceEndpoint) |
MSF4JClient.Builder<T> |
MSF4JClient.Builder.tracingType(org.wso2.msf4j.analytics.common.tracing.TracingConstants.TracingType tracingType) |
Copyright © 2022 WSO2. All rights reserved.