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

ru.yandex.qatools.camelot.api.Constants Maven / Gradle / Ivy

There is a newer version: 2.5.4
Show newest version
package ru.yandex.qatools.camelot.api;

/**
 * @author Ilya Sadykov (mailto: [email protected])
 */
public final class Constants {

    Constants() {
    }

    public static final class Keys {

        public static final String ALL = "all";

        Keys() {
        }
    }

    public static final class Headers {

        public static final String CORRELATION_KEY = "correlationKey";
        public static final String LABEL = "label";
        public static final String UUID = "uuid";
        public static final String PLUGIN_ID = "pluginId";
        public static final String TOPIC = "topic";
        public static final String FINISHED_EXCHANGE = "finishedExchange";
        public static final String BODY_CLASS = "bodyClass";

        Headers() {
        }
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy