Interface | Description |
---|---|
ServerIntrospector |
Class | Description |
---|---|
DefaultServerIntrospector | |
PropertiesFactory | |
RibbonApplicationContextInitializer |
Responsible for eagerly creating the child application context holding the Ribbon
related configuration.
|
RibbonAutoConfiguration |
Auto configuration for Ribbon (client side load balancing).
|
RibbonAutoConfiguration.RibbonClientHttpRequestFactoryConfiguration | |
RibbonClientConfiguration | |
RibbonClientConfigurationRegistrar | |
RibbonClientHttpRequestFactory | |
RibbonClientSpecification | |
RibbonEagerLoadProperties |
Configuration Properties to indicate which Ribbon configurations should be eagerly
loaded up.
|
RibbonHttpRequest | |
RibbonHttpResponse | |
RibbonLoadBalancedRetryFactory | |
RibbonLoadBalancedRetryPolicy |
LoadBalancedRetryPolicy for Ribbon clients. |
RibbonLoadBalancerClient | |
RibbonLoadBalancerClient.RibbonServer |
Ribbon-server-specific
ServiceInstance implementation. |
RibbonLoadBalancerContext | |
RibbonProperties |
Stores and allows the access to Ribbon
IClientConfig . |
RibbonStatsRecorder | |
RibbonUtils | |
ServerIntrospectorProperties | |
SpringClientFactory |
A factory that creates client, load balancer and client configuration instances.
|
StaticServerList<T extends com.netflix.loadbalancer.Server> |
Represents list of servers used by Ribbon.
|
ZonePreferenceServerListFilter |
A filter that actively prefers the local zone (as defined by the deployment context, or
the Eureka instance metadata).
|
Annotation Type | Description |
---|---|
RibbonClient |
Declarative configuration for a ribbon client.
|
RibbonClientName |
Annotation at the field or method/constructor parameter level that injects the Ribbon
Client Name that got allocated at runtime.
|
RibbonClients |
Convenience annotation that allows user to combine multiple
@RibbonClient
annotations on a single class (including in Java 7). |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.