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

com.ef.cim.objectmodel.ChannelMode Maven / Gradle / Ivy

There is a newer version: 1.21.5
Show newest version
package com.ef.cim.objectmodel;

/**
 * A {@code ChannelMode} enum represents all the possible modes a channel can have. A channel can
 * have one of the three modes: BOT, AGENT, HYBRID
 */
public enum ChannelMode {
    BOT,
    AGENT,
    HYBRID
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy