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

org.zodiac.actuate.bootstrap.rule.config.AppRuleAutoConfigurer Maven / Gradle / Ivy

There is a newer version: 1.6.8
Show newest version
package org.zodiac.actuate.bootstrap.rule.config;

import org.zodiac.actuate.bootstrap.rule.AppRuleEndpoint;
import org.zodiac.core.bootstrap.rule.AppRuleContextRefresher;

public abstract class AppRuleAutoConfigurer {

    public AppRuleAutoConfigurer() {
    }

    protected AppRuleContextRefresher ruleContextRefresher(){
        return new AppRuleContextRefresher();
    }

    protected AppRuleEndpoint ruleEndpoint(){
        return new AppRuleEndpoint();
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy