All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.smallrye.faulttolerance.ExistingCircuitBreakerNames Maven / Gradle / Ivy

There is a newer version: 6.4.0
Show newest version
package io.smallrye.faulttolerance;

import jakarta.inject.Singleton;

/**
 * An integrator is allowed to provide a custom implementation of {@link ExistingCircuitBreakerNames}. The bean
 * should be {@link Singleton}, must be marked as alternative and selected globally for an application.
 */
public interface ExistingCircuitBreakerNames {
    boolean contains(String name);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy