Interface ExistingCircuitBreakerNames

All Known Implementing Classes:
DefaultExistingCircuitBreakerNames

public interface ExistingCircuitBreakerNames
An integrator is allowed to provide a custom implementation of ExistingCircuitBreakerNames. The bean should be Singleton, must be marked as alternative and selected globally for an application.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
  • Method Details

    • contains

      boolean contains(String name)