Annotation Type and Description |
---|
org.springframework.cloud.client.circuitbreaker.EnableCircuitBreaker
as of the 3.0.1 release. Hystrix has been removed from Spring Cloud Netflix
and it was the only implementation using this annotation.
|
org.springframework.cloud.client.SpringCloudApplication
This annotation has been deprecated as of the 3.0.1 release.
@EnableDiscoveryClient is no longer needed, discovery client
implementations are enabled as long as an implementation is on the classpath.
@EnableCircuitBreaker is no longer used now that Hystrix has been removed
from Spring Cloud. |
Constructor and Description |
---|
org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration(ServiceRegistry<R>) |
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.