org.ikasan.ootb.scheduler.agent.module.AgentFlowProfiles Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scheduler-agent Show documentation
Show all versions of scheduler-agent Show documentation
Describe the purpose of this Integration Module
The newest version!
package org.ikasan.ootb.scheduler.agent.module;
public class AgentFlowProfiles {
public static final String FILE = "FILE";
public static final String SCHEDULER_JOB = "SCHEDULER_JOB";
public static final String QUARTZ = "QUARTZ";
public static final String LEGACY = "LEGACY";
public static final String OUTBOUND = "OUTBOUND";
public static final String HOUSEKEEP_LOG = "HOUSEKEEP_LOG";
}