Class EnableCircuitBreakerImportSelector
java.lang.Object
org.springframework.cloud.commons.util.SpringFactoryImportSelector<EnableCircuitBreaker>
org.springframework.cloud.client.circuitbreaker.EnableCircuitBreakerImportSelector
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanClassLoaderAware,org.springframework.context.annotation.DeferredImportSelector,org.springframework.context.annotation.ImportSelector,org.springframework.context.EnvironmentAware
@Order(2147483547)
public class EnableCircuitBreakerImportSelector
extends SpringFactoryImportSelector<EnableCircuitBreaker>
Imports a single circuit breaker implementation configuration.
- Author:
- Spencer Gibb
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.context.annotation.DeferredImportSelector
org.springframework.context.annotation.DeferredImportSelector.Group -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.cloud.commons.util.SpringFactoryImportSelector
getAnnotationClass, getEnvironment, getSimpleName, hasDefaultFactory, selectImports, setBeanClassLoader, setEnvironmentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.annotation.DeferredImportSelector
getImportGroupMethods inherited from interface org.springframework.context.annotation.ImportSelector
getExclusionFilter
-
Constructor Details
-
EnableCircuitBreakerImportSelector
public EnableCircuitBreakerImportSelector()
-
-
Method Details
-
isEnabled
protected boolean isEnabled()- Specified by:
isEnabledin classSpringFactoryImportSelector<EnableCircuitBreaker>
-