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

com.github.ltsopensource.spring.quartz.QuartzProxyContext Maven / Gradle / Ivy

package com.github.ltsopensource.spring.quartz;

/**
 * @author Robert HG ([email protected]) on 3/16/16.
 */
class QuartzProxyContext {

    private QuartzLTSConfig quartzLTSConfig;
    private QuartzLTSProxyAgent agent;

    public QuartzProxyContext(QuartzLTSConfig quartzLTSConfig, QuartzLTSProxyAgent agent) {
        this.quartzLTSConfig = quartzLTSConfig;
        this.agent = agent;
    }

    public QuartzLTSConfig getQuartzLTSConfig() {
        return quartzLTSConfig;
    }

    public QuartzLTSProxyAgent getAgent() {
        return agent;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy