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

io.smallrye.faulttolerance.standalone.EagerDependencies Maven / Gradle / Ivy

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

import io.smallrye.faulttolerance.core.apiimpl.BasicCircuitBreakerMaintenanceImpl;
import io.smallrye.faulttolerance.core.apiimpl.BuilderEagerDependencies;

final class EagerDependencies implements BuilderEagerDependencies {
    final BasicCircuitBreakerMaintenanceImpl cbMaintenance = new BasicCircuitBreakerMaintenanceImpl();

    @Override
    public BasicCircuitBreakerMaintenanceImpl cbMaintenance() {
        return cbMaintenance;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy