| Class | Description |
|---|---|
| DependenciesBasedLoadBalancer |
LoadBalancer that delegates to other rules depending on the provided load balancing strategy
in the
ZookeeperDependency.getLoadBalancerType() |
| DependenciesNotPassedCondition |
Inverse of the
ConditionalOnDependenciesPassed condition. |
| DependenciesPassedCondition |
Condition that verifies if the Dependencies have been passed in an appropriate
place in the application properties.
|
| DependencyEnvironmentPostProcessor |
EnvironmentPostProcessor that sets spring.application.name.
|
| DependencyFeignClientAutoConfiguration |
Configuration for ensuring that headers are set for a given dependency when
Feign is used.
|
| DependencyRestTemplateAutoConfiguration |
Customizes RestTemplate to support passing of params from dependency.
|
| DependencyRibbonAutoConfiguration |
Provides LoadBalancerClient that at runtime can pick proper load balancing strategy
basing on the Zookeeper dependencies from properties
|
| StickyRule |
Load balancing rule that returns always the same instance.
|
| StubsConfiguration |
Representation of a stubs location.
|
| ZookeeperDependencies |
Representation of this service's dependencies in Zookeeper
|
| ZookeeperDependenciesAutoConfiguration |
Provides AutoConfiguration for Zookeeper dependency set up in properties.
|
| ZookeeperDependency |
Represents a particular dependency of Zookeeper instance.
|
| Enum | Description |
|---|---|
| LoadBalancerType |
| Annotation Type | Description |
|---|---|
| ConditionalOnDependenciesNotPassed |
Annotation to turn off a feature if Zookeeper dependencies have NOT been passed
|
| ConditionalOnDependenciesPassed |
Annotation to turn on a feature if Zookeeper dependencies have been passed.
|
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.