Class 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