Skip navigation links
A B C D E F G H I L M N O P R S T U V 

A

AbstractDiscoveryLifecycle - Class in org.springframework.cloud.client.discovery
Lifecycle methods that may be useful and common to various DiscoveryClient implementations.
AbstractDiscoveryLifecycle() - Constructor for class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
 
abstractFeatures(Class<?>...) - Static method in class org.springframework.cloud.client.actuator.HasFeatures
 
ActuatorConfiguration() - Constructor for class org.springframework.cloud.client.CommonsClientAutoConfiguration.ActuatorConfiguration
 
afterPropertiesSet() - Method in class org.springframework.cloud.client.hypermedia.RemoteResourceRefresher
 
apply(ServiceInstance) - Method in interface org.springframework.cloud.client.loadbalancer.LoadBalancerRequest
 

B

buildTraversal(Traverson) - Method in interface org.springframework.cloud.client.hypermedia.TraversalDefinition
 

C

canRetry(RetryContext) - Method in class org.springframework.cloud.client.loadbalancer.InterceptorRetryPolicy
 
canRetryNextServer(LoadBalancedRetryContext) - Method in interface org.springframework.cloud.client.loadbalancer.LoadBalancedRetryPolicy
Return true to retry the failed request on the next server from the load balancer.
canRetrySameServer(LoadBalancedRetryContext) - Method in interface org.springframework.cloud.client.loadbalancer.LoadBalancedRetryPolicy
Return true to retry the failed request on the same server.
choose(String) - Method in interface org.springframework.cloud.client.loadbalancer.ServiceInstanceChooser
Choose a ServiceInstance from the LoadBalancer for the specified service
close(RetryContext) - Method in class org.springframework.cloud.client.loadbalancer.InterceptorRetryPolicy
 
close(LoadBalancedRetryContext) - Method in interface org.springframework.cloud.client.loadbalancer.LoadBalancedRetryPolicy
Called when the retry operation has ended.
close() - Method in class org.springframework.cloud.commons.util.InetUtils
 
CloudHypermediaAutoConfiguration - Class in org.springframework.cloud.client.hypermedia
Registers a default RemoteResourceRefresher if at least one RemoteResource is declared in the system and applies verification timings defined in the application properties.
CloudHypermediaAutoConfiguration() - Constructor for class org.springframework.cloud.client.hypermedia.CloudHypermediaAutoConfiguration
 
CloudHypermediaAutoConfiguration.CloudHypermediaProperties - Class in org.springframework.cloud.client.hypermedia
 
CloudHypermediaAutoConfiguration.CloudHypermediaProperties.Refresh - Class in org.springframework.cloud.client.hypermedia
 
CloudHypermediaProperties() - Constructor for class org.springframework.cloud.client.hypermedia.CloudHypermediaAutoConfiguration.CloudHypermediaProperties
 
combineParts(String, String, String) - Static method in class org.springframework.cloud.commons.util.IdUtils
 
CommonsClientAutoConfiguration - Class in org.springframework.cloud.client
Auto-configuration for Spring Cloud Commons Client.
CommonsClientAutoConfiguration() - Constructor for class org.springframework.cloud.client.CommonsClientAutoConfiguration
 
CommonsClientAutoConfiguration.ActuatorConfiguration - Class in org.springframework.cloud.client
 
commonsFeatures() - Method in class org.springframework.cloud.client.CommonsClientAutoConfiguration
 
convert(InetAddress) - Static method in class org.springframework.cloud.commons.util.InetUtils
Deprecated.
use the non-static convertAddress() instead
convertAddress(InetAddress) - Method in class org.springframework.cloud.commons.util.InetUtils
 
create(String, ServiceInstanceChooser) - Method in interface org.springframework.cloud.client.loadbalancer.LoadBalancedRetryPolicyFactory
create(String, ServiceInstanceChooser) - Method in class org.springframework.cloud.client.loadbalancer.LoadBalancedRetryPolicyFactory.NeverRetryFactory
 
createRequest(HttpRequest, byte[], ClientHttpRequestExecution) - Method in class org.springframework.cloud.client.loadbalancer.LoadBalancerRequestFactory
 
customize(RestTemplate) - Method in interface org.springframework.cloud.client.loadbalancer.RestTemplateCustomizer
 

D

DEFAULT_ORDER - Static variable in interface org.springframework.cloud.client.loadbalancer.LoadBalancerRequestTransformer
 
DefaultServiceInstance - Class in org.springframework.cloud.client
Default implementation of ServiceInstance.
DefaultServiceInstance(String, String, int, boolean) - Constructor for class org.springframework.cloud.client.DefaultServiceInstance
 
deregister() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
De-register the local service with the DiscoveryClient
deregisterManagement() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
De-register the local management service with the DiscoveryClient
description() - Method in interface org.springframework.cloud.client.discovery.DiscoveryClient
A human readable description of the implementation, used in HealthIndicator
description() - Method in class org.springframework.cloud.client.discovery.noop.NoopDiscoveryClient
 
destroy() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
 
DiscoveredResource - Class in org.springframework.cloud.client.hypermedia
A REST resource that is defined by a service reference and a traversal operation within that service.
DiscoveredResource() - Constructor for class org.springframework.cloud.client.hypermedia.DiscoveredResource
 
discoveredResourceRefresher() - Method in class org.springframework.cloud.client.hypermedia.CloudHypermediaAutoConfiguration
 
DiscoveryClient - Interface in org.springframework.cloud.client.discovery
DiscoveryClient represents operations commonly available to Discovery service such as Netflix Eureka or consul.io
discoveryClient() - Method in class org.springframework.cloud.client.discovery.noop.NoopDiscoveryClientAutoConfiguration
 
discoveryClientHealthIndicator(DiscoveryClient) - Method in class org.springframework.cloud.client.CommonsClientAutoConfiguration
 
DiscoveryClientHealthIndicator - Class in org.springframework.cloud.client.discovery.health
 
DiscoveryClientHealthIndicator(DiscoveryClient) - Constructor for class org.springframework.cloud.client.discovery.health.DiscoveryClientHealthIndicator
 
discoveryCompositeHealthIndicator(HealthAggregator, List<DiscoveryHealthIndicator>) - Method in class org.springframework.cloud.client.CommonsClientAutoConfiguration
 
DiscoveryCompositeHealthIndicator - Class in org.springframework.cloud.client.discovery.health
Gathers all DiscoveryHealthIndicator's from a DiscoveryClient implementation and aggregates the statuses.
DiscoveryCompositeHealthIndicator(HealthAggregator, List<DiscoveryHealthIndicator>) - Constructor for class org.springframework.cloud.client.discovery.health.DiscoveryCompositeHealthIndicator
 
DiscoveryCompositeHealthIndicator.Holder - Class in org.springframework.cloud.client.discovery.health
 
DiscoveryHealthIndicator - Interface in org.springframework.cloud.client.discovery.health
A health indicator interface specific for a DiscoveryClient implementation
DiscoveryLifecycle - Interface in org.springframework.cloud.client.discovery
 
DynamicServiceInstanceProvider - Class in org.springframework.cloud.client.hypermedia
ServiceInstanceProvider to work with a DiscoveryClient to lookup a service by name.
DynamicServiceInstanceProvider() - Constructor for class org.springframework.cloud.client.hypermedia.DynamicServiceInstanceProvider
 

E

EnableCircuitBreaker - Annotation Type in org.springframework.cloud.client.circuitbreaker
Annotation to enable a CircuitBreaker implementation.
EnableCircuitBreakerImportSelector - Class in org.springframework.cloud.client.circuitbreaker
Import a single circuit breaker implementation Configuration
EnableCircuitBreakerImportSelector() - Constructor for class org.springframework.cloud.client.circuitbreaker.EnableCircuitBreakerImportSelector
 
EnableDiscoveryClient - Annotation Type in org.springframework.cloud.client.discovery
Annotation to enable a DiscoveryClient implementation.
EnableDiscoveryClientImportSelector - Class in org.springframework.cloud.client.discovery
 
EnableDiscoveryClientImportSelector() - Constructor for class org.springframework.cloud.client.discovery.EnableDiscoveryClientImportSelector
 
equals(Object) - Method in class org.springframework.cloud.client.loadbalancer.InterceptorRetryPolicy
 
execute(String, LoadBalancerRequest<T>) - Method in interface org.springframework.cloud.client.loadbalancer.LoadBalancerClient
execute request using a ServiceInstance from the LoadBalancer for the specified service
execute(String, ServiceInstance, LoadBalancerRequest<T>) - Method in interface org.springframework.cloud.client.loadbalancer.LoadBalancerClient
execute request using a ServiceInstance from the LoadBalancer for the specified service

F

FeaturesEndpoint - Class in org.springframework.cloud.client.actuator
 
FeaturesEndpoint(List<HasFeatures>) - Constructor for class org.springframework.cloud.client.actuator.FeaturesEndpoint
 
featuresEndpoint() - Method in class org.springframework.cloud.client.CommonsClientAutoConfiguration.ActuatorConfiguration
 
findFirstNonLoopbackAddress() - Method in class org.springframework.cloud.commons.util.InetUtils
 
findFirstNonLoopbackHostInfo() - Method in class org.springframework.cloud.commons.util.InetUtils
 

G

get(BeanFactory) - Static method in class org.springframework.cloud.client.discovery.ManagementServerPortUtils
 
get(BeanFactory) - Static method in enum org.springframework.cloud.client.discovery.ManagementServerPortUtils.ManagementServerPort
 
getAbstractFeatures() - Method in class org.springframework.cloud.client.actuator.HasFeatures
 
getAnnotationClass() - Method in class org.springframework.cloud.commons.util.SpringFactoryImportSelector
 
getAppName() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
 
getConfig() - Method in class org.springframework.cloud.client.discovery.event.InstanceRegisteredEvent
 
getConfiguration() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
 
getConfiguredPort() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
 
getContext() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
 
getDefaultInstanceId(PropertyResolver) - Static method in class org.springframework.cloud.commons.util.IdUtils
 
getDelegate() - Method in class org.springframework.cloud.client.discovery.health.DiscoveryCompositeHealthIndicator.Holder
 
getEnvironment() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
 
getEnvironment() - Method in class org.springframework.cloud.commons.util.SpringFactoryImportSelector
 
getFirstNonLoopbackHostInfo() - Static method in class org.springframework.cloud.commons.util.InetUtils
Deprecated.
use the non-static findFirstNonLoopbackHostInfo() instead
getHealthIndicators() - Method in class org.springframework.cloud.client.discovery.health.DiscoveryCompositeHealthIndicator
 
getHost() - Method in interface org.springframework.cloud.client.ServiceInstance
 
getInstances(String) - Method in interface org.springframework.cloud.client.discovery.DiscoveryClient
Get all ServiceInstances associated with a particular serviceId
getInstances(String) - Method in class org.springframework.cloud.client.discovery.noop.NoopDiscoveryClient
 
getIpAddressAsInt(String) - Static method in class org.springframework.cloud.commons.util.InetUtils
 
getIpAddressAsInt() - Method in class org.springframework.cloud.commons.util.InetUtils.HostInfo
 
getLink() - Method in interface org.springframework.cloud.client.hypermedia.RemoteResource
Returns the Link to the resource in case it is available or null in case it's gone, i.e.
getLocalServiceInstance() - Method in interface org.springframework.cloud.client.discovery.DiscoveryClient
 
getLocalServiceInstance() - Method in class org.springframework.cloud.client.discovery.noop.NoopDiscoveryClient
 
getManagementPort() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
 
getManagementServiceId() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
 
getManagementServiceName() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
 
getMetadata() - Method in class org.springframework.cloud.client.DefaultServiceInstance
 
getMetadata() - Method in interface org.springframework.cloud.client.ServiceInstance
 
getName() - Method in class org.springframework.cloud.client.discovery.health.DiscoveryClientHealthIndicator
 
getName() - Method in interface org.springframework.cloud.client.discovery.health.DiscoveryHealthIndicator
 
getNamedFeatures() - Method in class org.springframework.cloud.client.actuator.HasFeatures
 
getOrder() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
 
getOrder() - Method in class org.springframework.cloud.client.discovery.health.DiscoveryClientHealthIndicator
 
getOrder() - Method in class org.springframework.cloud.client.HostInfoEnvironmentPostProcessor
 
getPhase() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
 
getPort() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
 
getPort(BeanFactory) - Static method in class org.springframework.cloud.client.discovery.ManagementServerPortUtils
 
getPort() - Method in interface org.springframework.cloud.client.ServiceInstance
 
getRequest() - Method in class org.springframework.cloud.client.loadbalancer.LoadBalancedRetryContext
Gets the request that is being load balanced.
getServiceId() - Method in interface org.springframework.cloud.client.ServiceInstance
 
getServiceInstance() - Method in class org.springframework.cloud.client.hypermedia.DynamicServiceInstanceProvider
 
getServiceInstance() - Method in interface org.springframework.cloud.client.hypermedia.ServiceInstanceProvider
Returns the service instance or null in case the service is currently unavailable.
getServiceInstance() - Method in class org.springframework.cloud.client.hypermedia.StaticServiceInstanceProvider
 
getServiceInstance() - Method in class org.springframework.cloud.client.loadbalancer.LoadBalancedRetryContext
Gets the service instance used during the retry.
getServices() - Method in interface org.springframework.cloud.client.discovery.DiscoveryClient
 
getServices() - Method in class org.springframework.cloud.client.discovery.noop.NoopDiscoveryClient
 
getSimpleName() - Method in class org.springframework.cloud.commons.util.SpringFactoryImportSelector
 
getUri() - Method in class org.springframework.cloud.client.DefaultServiceInstance
 
getUri(ServiceInstance) - Static method in class org.springframework.cloud.client.DefaultServiceInstance
Create a uri from the given ServiceInstance's host:port
getURI() - Method in class org.springframework.cloud.client.loadbalancer.ServiceRequestWrapper
 
getUri() - Method in interface org.springframework.cloud.client.ServiceInstance
 
getValue() - Method in class org.springframework.cloud.client.discovery.event.HeartbeatEvent
A value representing the state of the service catalog.
getValue() - Method in class org.springframework.cloud.client.discovery.event.ParentHeartbeatEvent
 

H

hasDefaultFactory() - Method in class org.springframework.cloud.client.discovery.EnableDiscoveryClientImportSelector
 
hasDefaultFactory() - Method in class org.springframework.cloud.commons.util.SpringFactoryImportSelector
 
HasFeatures - Class in org.springframework.cloud.client.actuator
 
HasFeatures(List<Class<?>>, List<NamedFeature>) - Constructor for class org.springframework.cloud.client.actuator.HasFeatures
 
hashCode() - Method in class org.springframework.cloud.client.loadbalancer.InterceptorRetryPolicy
 
health() - Method in class org.springframework.cloud.client.discovery.health.DiscoveryClientHealthIndicator
 
health() - Method in class org.springframework.cloud.client.discovery.health.DiscoveryCompositeHealthIndicator.Holder
 
health() - Method in interface org.springframework.cloud.client.discovery.health.DiscoveryHealthIndicator
 
HeartbeatEvent - Class in org.springframework.cloud.client.discovery.event
Event DiscoveryClient implementation can broadcast if they support heartbeat's from the discovery server.
HeartbeatEvent(Object, Object) - Constructor for class org.springframework.cloud.client.discovery.event.HeartbeatEvent
Create a new event with a source (for example a discovery client) and a value.
HeartbeatMonitor - Class in org.springframework.cloud.client.discovery.event
Helper class for listeners to the HeartbeatEvent providing a convenient way to determine if there has been a change in state.
HeartbeatMonitor() - Constructor for class org.springframework.cloud.client.discovery.event.HeartbeatMonitor
 
Holder(DiscoveryHealthIndicator) - Constructor for class org.springframework.cloud.client.discovery.health.DiscoveryCompositeHealthIndicator.Holder
 
HostInfoEnvironmentPostProcessor - Class in org.springframework.cloud.client
 
HostInfoEnvironmentPostProcessor() - Constructor for class org.springframework.cloud.client.HostInfoEnvironmentPostProcessor
 

I

IdUtils - Class in org.springframework.cloud.commons.util
 
IdUtils() - Constructor for class org.springframework.cloud.commons.util.IdUtils
 
InetUtils - Class in org.springframework.cloud.commons.util
 
InetUtils(InetUtilsProperties) - Constructor for class org.springframework.cloud.commons.util.InetUtils
 
inetUtils(InetUtilsProperties) - Method in class org.springframework.cloud.commons.util.UtilAutoConfiguration
 
InetUtils.HostInfo - Class in org.springframework.cloud.commons.util
 
InetUtilsProperties - Class in org.springframework.cloud.commons.util
 
InetUtilsProperties() - Constructor for class org.springframework.cloud.commons.util.InetUtilsProperties
 
inetUtilsProperties() - Method in class org.springframework.cloud.commons.util.UtilAutoConfiguration
 
init() - Method in class org.springframework.cloud.client.discovery.noop.NoopDiscoveryClientAutoConfiguration
 
InstanceRegisteredEvent<T> - Class in org.springframework.cloud.client.discovery.event
Event to be published after the local service instance registers itself with a discovery service.
InstanceRegisteredEvent(Object, T) - Constructor for class org.springframework.cloud.client.discovery.event.InstanceRegisteredEvent
Create a new InstanceRegisteredEvent instance.
intercept(HttpRequest, byte[], ClientHttpRequestExecution) - Method in class org.springframework.cloud.client.loadbalancer.LoadBalancerInterceptor
 
intercept(HttpRequest, byte[], ClientHttpRequestExecution) - Method in class org.springframework.cloud.client.loadbalancer.RetryLoadBalancerInterceptor
 
InterceptorRetryPolicy - Class in org.springframework.cloud.client.loadbalancer
RetryPolicy used by the LoadBalancerClient when retrying failed requests.
InterceptorRetryPolicy(HttpRequest, LoadBalancedRetryPolicy, ServiceInstanceChooser, String) - Constructor for class org.springframework.cloud.client.loadbalancer.InterceptorRetryPolicy
Creates a new retry policy.
invoke() - Method in class org.springframework.cloud.client.actuator.FeaturesEndpoint
 
isAutoStartup() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
 
isDifferent(BeanFactory) - Static method in class org.springframework.cloud.client.discovery.ManagementServerPortUtils
 
isDisabled(BeanFactory) - Static method in class org.springframework.cloud.client.discovery.ManagementServerPortUtils
 
isEnabled() - Method in class org.springframework.cloud.client.circuitbreaker.EnableCircuitBreakerImportSelector
 
isEnabled() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
 
isEnabled() - Method in class org.springframework.cloud.client.discovery.EnableDiscoveryClientImportSelector
 
isEnabled() - Method in class org.springframework.cloud.client.loadbalancer.LoadBalancerRetryProperties
Returns true if the load balancer should retry failed requests.
isEnabled() - Method in class org.springframework.cloud.commons.util.SpringFactoryImportSelector
 
isRunning() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
 
isSame(BeanFactory) - Static method in class org.springframework.cloud.client.discovery.ManagementServerPortUtils
 
isSecure() - Method in interface org.springframework.cloud.client.ServiceInstance
 

L

LoadBalanced - Annotation Type in org.springframework.cloud.client.loadbalancer
Annotation to mark a RestTemplate bean to be configured to use a LoadBalancerClient
loadBalancedRestTemplateInitializer(List<RestTemplateCustomizer>) - Method in class org.springframework.cloud.client.loadbalancer.LoadBalancerAutoConfiguration
 
LoadBalancedRetryContext - Class in org.springframework.cloud.client.loadbalancer
RetryContext for load balanced retries.
LoadBalancedRetryContext(RetryContext, HttpRequest) - Constructor for class org.springframework.cloud.client.loadbalancer.LoadBalancedRetryContext
Creates a new load balanced context.
LoadBalancedRetryPolicy - Interface in org.springframework.cloud.client.loadbalancer
Retry logic to use for the LoadBalancerClient.
LoadBalancedRetryPolicyFactory - Interface in org.springframework.cloud.client.loadbalancer
Responsible for creating the LoadBalancedRetryPolicy.
LoadBalancedRetryPolicyFactory.NeverRetryFactory - Class in org.springframework.cloud.client.loadbalancer
 
LoadBalancerAutoConfiguration - Class in org.springframework.cloud.client.loadbalancer
Auto configuration for Ribbon (client side load balancing).
LoadBalancerAutoConfiguration() - Constructor for class org.springframework.cloud.client.loadbalancer.LoadBalancerAutoConfiguration
 
LoadBalancerClient - Interface in org.springframework.cloud.client.loadbalancer
Represents a client side load balancer
LoadBalancerInterceptor - Class in org.springframework.cloud.client.loadbalancer
 
LoadBalancerInterceptor(LoadBalancerClient, LoadBalancerRequestFactory) - Constructor for class org.springframework.cloud.client.loadbalancer.LoadBalancerInterceptor
 
LoadBalancerInterceptor(LoadBalancerClient) - Constructor for class org.springframework.cloud.client.loadbalancer.LoadBalancerInterceptor
 
LoadBalancerRequest<T> - Interface in org.springframework.cloud.client.loadbalancer
Simple interface used by LoadBalancerClient to apply metrics or pre and post actions around load balancer requests.
loadBalancerRequestFactory(LoadBalancerClient) - Method in class org.springframework.cloud.client.loadbalancer.LoadBalancerAutoConfiguration
 
LoadBalancerRequestFactory - Class in org.springframework.cloud.client.loadbalancer
LoadBalancerRequestFactory(LoadBalancerClient, List<LoadBalancerRequestTransformer>) - Constructor for class org.springframework.cloud.client.loadbalancer.LoadBalancerRequestFactory
 
LoadBalancerRequestFactory(LoadBalancerClient) - Constructor for class org.springframework.cloud.client.loadbalancer.LoadBalancerRequestFactory
 
LoadBalancerRequestTransformer - Interface in org.springframework.cloud.client.loadbalancer
Allows applications to transform the load balanced HttpRequest given the chosen ServiceInstance
LoadBalancerRetryProperties - Class in org.springframework.cloud.client.loadbalancer
Configuration properties for the LoadBalancerClient.
LoadBalancerRetryProperties() - Constructor for class org.springframework.cloud.client.loadbalancer.LoadBalancerRetryProperties
 

M

ManagementServerPortUtils - Class in org.springframework.cloud.client.discovery
 
ManagementServerPortUtils() - Constructor for class org.springframework.cloud.client.discovery.ManagementServerPortUtils
 
ManagementServerPortUtils.ManagementServerPort - Enum in org.springframework.cloud.client.discovery
 

N

namedFeature(String, Class<?>) - Static method in class org.springframework.cloud.client.actuator.HasFeatures
 
NamedFeature - Class in org.springframework.cloud.client.actuator
 
NamedFeature() - Constructor for class org.springframework.cloud.client.actuator.NamedFeature
 
namedFeatures(NamedFeature...) - Static method in class org.springframework.cloud.client.actuator.HasFeatures
 
namedFeatures(String, Class<?>, String, Class<?>) - Static method in class org.springframework.cloud.client.actuator.HasFeatures
 
NeverRetryFactory() - Constructor for class org.springframework.cloud.client.loadbalancer.LoadBalancedRetryPolicyFactory.NeverRetryFactory
 
NoopDiscoveryClient - Class in org.springframework.cloud.client.discovery.noop
DiscoveryClient used when no implementations are found on the classpath
NoopDiscoveryClient(ServiceInstance) - Constructor for class org.springframework.cloud.client.discovery.noop.NoopDiscoveryClient
 
NoopDiscoveryClientAutoConfiguration - Class in org.springframework.cloud.client.discovery.noop
 
NoopDiscoveryClientAutoConfiguration() - Constructor for class org.springframework.cloud.client.discovery.noop.NoopDiscoveryClientAutoConfiguration
 

O

onApplicationEvent(EmbeddedServletContainerInitializedEvent) - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
 
onApplicationEvent(InstanceRegisteredEvent<?>) - Method in class org.springframework.cloud.client.discovery.health.DiscoveryClientHealthIndicator
 
onApplicationEvent(ContextRefreshedEvent) - Method in class org.springframework.cloud.client.discovery.noop.NoopDiscoveryClientAutoConfiguration
 
open(RetryContext) - Method in class org.springframework.cloud.client.loadbalancer.InterceptorRetryPolicy
 
org.springframework.cloud.client - package org.springframework.cloud.client
 
org.springframework.cloud.client.actuator - package org.springframework.cloud.client.actuator
 
org.springframework.cloud.client.circuitbreaker - package org.springframework.cloud.client.circuitbreaker
 
org.springframework.cloud.client.discovery - package org.springframework.cloud.client.discovery
 
org.springframework.cloud.client.discovery.event - package org.springframework.cloud.client.discovery.event
 
org.springframework.cloud.client.discovery.health - package org.springframework.cloud.client.discovery.health
 
org.springframework.cloud.client.discovery.noop - package org.springframework.cloud.client.discovery.noop
 
org.springframework.cloud.client.hypermedia - package org.springframework.cloud.client.hypermedia
 
org.springframework.cloud.client.loadbalancer - package org.springframework.cloud.client.loadbalancer
 
org.springframework.cloud.commons.util - package org.springframework.cloud.commons.util
 
override - Variable in class org.springframework.cloud.commons.util.InetUtils.HostInfo
 

P

ParentHeartbeatEvent - Class in org.springframework.cloud.client.discovery.event
Heartbeat Event that a Parent ApplicationContext can send to a child Context.
ParentHeartbeatEvent(Object, Object) - Constructor for class org.springframework.cloud.client.discovery.event.ParentHeartbeatEvent
 
postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.cloud.client.HostInfoEnvironmentPostProcessor
 
PREFIX - Static variable in class org.springframework.cloud.commons.util.InetUtilsProperties
 

R

reconstructURI(ServiceInstance, URI) - Method in interface org.springframework.cloud.client.loadbalancer.LoadBalancerClient
Create a proper URI with a real host and port for systems to utilize.
Refresh() - Constructor for class org.springframework.cloud.client.hypermedia.CloudHypermediaAutoConfiguration.CloudHypermediaProperties.Refresh
 
register() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
Register the local service with the DiscoveryClient
registerManagement() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
Register the local management service with the DiscoveryClient
registerThrowable(RetryContext, Throwable) - Method in class org.springframework.cloud.client.loadbalancer.InterceptorRetryPolicy
 
registerThrowable(LoadBalancedRetryContext, Throwable) - Method in interface org.springframework.cloud.client.loadbalancer.LoadBalancedRetryPolicy
Called when the execution fails.
RemoteResource - Interface in org.springframework.cloud.client.hypermedia
A REST resource that can be discovered and can be either gone or available.
RemoteResourceRefresher - Class in org.springframework.cloud.client.hypermedia
A ScheduledTaskRegistrar that verifies all DiscoveredResource instances in the system based on the given timing configuration.
RemoteResourceRefresher() - Constructor for class org.springframework.cloud.client.hypermedia.RemoteResourceRefresher
 
RestTemplateCustomizer - Interface in org.springframework.cloud.client.loadbalancer
 
RetryLoadBalancerInterceptor - Class in org.springframework.cloud.client.loadbalancer
 
RetryLoadBalancerInterceptor(LoadBalancerClient, RetryTemplate, LoadBalancerRetryProperties, LoadBalancedRetryPolicyFactory, LoadBalancerRequestFactory) - Constructor for class org.springframework.cloud.client.loadbalancer.RetryLoadBalancerInterceptor
 
RetryLoadBalancerInterceptor(LoadBalancerClient, RetryTemplate, LoadBalancerRetryProperties, LoadBalancedRetryPolicyFactory) - Constructor for class org.springframework.cloud.client.loadbalancer.RetryLoadBalancerInterceptor
 

S

selectImports(AnnotationMetadata) - Method in class org.springframework.cloud.commons.util.SpringFactoryImportSelector
 
ServiceInstance - Interface in org.springframework.cloud.client
Represents an instance of a Service in a Discovery System
ServiceInstanceChooser - Interface in org.springframework.cloud.client.loadbalancer
Implemented by classes which use a load balancer to choose a server to send a request to.
ServiceInstanceProvider - Interface in org.springframework.cloud.client.hypermedia
A component that will provide a ServiceInstance or can express the absence of one by returning null.
ServiceRequestWrapper - Class in org.springframework.cloud.client.loadbalancer
 
ServiceRequestWrapper(HttpRequest, ServiceInstance, LoadBalancerClient) - Constructor for class org.springframework.cloud.client.loadbalancer.ServiceRequestWrapper
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.cloud.client.actuator.FeaturesEndpoint
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.cloud.commons.util.SpringFactoryImportSelector
 
setConfiguredPort(int) - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
 
setEnabled(boolean) - Method in class org.springframework.cloud.client.loadbalancer.LoadBalancerRetryProperties
Sets whether the load balancer should retry failed request.
setEnvironment(Environment) - Method in class org.springframework.cloud.commons.util.SpringFactoryImportSelector
 
setOrder(int) - Method in class org.springframework.cloud.client.discovery.health.DiscoveryClientHealthIndicator
 
setRequest(HttpRequest) - Method in class org.springframework.cloud.client.loadbalancer.LoadBalancedRetryContext
Sets the request that is being load baalnced.
setRestOperations(RestOperations) - Method in class org.springframework.cloud.client.hypermedia.DiscoveredResource
Configures the RestOperations to use to execute the traversal and verifying HEAD calls.
setServiceInstance(ServiceInstance) - Method in class org.springframework.cloud.client.loadbalancer.LoadBalancedRetryContext
Sets the service instance to use during the retry.
shouldRegisterManagement() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
 
SpringCloudApplication - Annotation Type in org.springframework.cloud.client
 
SpringFactoryImportSelector<T> - Class in org.springframework.cloud.commons.util
Selects configurations to load defined by the generic type T.
SpringFactoryImportSelector() - Constructor for class org.springframework.cloud.commons.util.SpringFactoryImportSelector
 
start() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
 
StaticServiceInstanceProvider - Class in org.springframework.cloud.client.hypermedia
A ServiceInstanceProvider that will always return the configured ServiceInstance.
StaticServiceInstanceProvider() - Constructor for class org.springframework.cloud.client.hypermedia.StaticServiceInstanceProvider
 
stop(Runnable) - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
 
stop() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
 

T

transformRequest(HttpRequest, ServiceInstance) - Method in interface org.springframework.cloud.client.loadbalancer.LoadBalancerRequestTransformer
 
TraversalDefinition - Interface in org.springframework.cloud.client.hypermedia
Callback to define the traversal to a resource.

U

update(Object) - Method in class org.springframework.cloud.client.discovery.event.HeartbeatMonitor
 
UtilAutoConfiguration - Class in org.springframework.cloud.commons.util
 
UtilAutoConfiguration() - Constructor for class org.springframework.cloud.commons.util.UtilAutoConfiguration
 

V

valueOf(String) - Static method in enum org.springframework.cloud.client.discovery.ManagementServerPortUtils.ManagementServerPort
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.cloud.client.discovery.ManagementServerPortUtils.ManagementServerPort
Returns an array containing the constants of this enum type, in the order they are declared.
verifyOrDiscover() - Method in class org.springframework.cloud.client.hypermedia.DiscoveredResource
Verifies the link to the current
verifyOrDiscover() - Method in interface org.springframework.cloud.client.hypermedia.RemoteResource
Discovers the the resource in case it hasn't been yet or became unavailable.
A B C D E F G H I L M N O P R S T U V 
Skip navigation links

Copyright © 2017 Pivotal Software, Inc.. All rights reserved.