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

org.wildfly.swarm.netflix.hystrix.runtime.HystrixArchaiusLinkage Maven / Gradle / Ivy

package org.wildfly.swarm.netflix.hystrix.runtime;

import javax.enterprise.context.ApplicationScoped;

import org.wildfly.swarm.netflix.archaius.runtime.ArchaiusLinkage;

/**
 * @author Bob McWhirter
 */
@ApplicationScoped
public class HystrixArchaiusLinkage extends ArchaiusLinkage {

    public HystrixArchaiusLinkage() {
        super("hystrix");
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy