@Configuration(proxyBeanMethods=false) @Import(value=LoadBalancerClientConfigurationRegistrar.class) @Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface LoadBalancerClient
@Configuration
and then inject a LoadBalancerClientFactory
to
access the client that is created.Modifier and Type | Optional Element and Description |
---|---|
Class<?>[] |
configuration
A custom
@Configuration for the load balancer client. |
String |
name
The name of the load balancer client, uniquely identifying a set of client
resources, including a load balancer.
|
String |
value
Synonym for name (the name of the client).
|
@AliasFor(value="value") public abstract String name
public abstract Class<?>[] configuration
@Configuration
for the load balancer client. Can contain
override @Bean
definition for the pieces that make up the client.for the defaults
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.