Class MediationDataPublisherConstants
- java.lang.Object
-
- org.wso2.carbon.das.messageflow.data.publisher.util.MediationDataPublisherConstants
-
public class MediationDataPublisherConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONFIG_DATA
static String
CONFIG_ENTRY_NAME
static String
CONFIG_HASHCODE
static String
CONFIG_STREAM_NAME
static String
CONFIG_STREAM_VERSION
static String
DAS_MEDIATION_MESSAGE_FLOW_REG_PATH
static String
DAS_SERVER_LIST_REG_PATH
static String
FLOW_DATA
static String
MESSAGE_ID
static String
STREAM_NAME
static String
STREAM_VERSION
-
Constructor Summary
Constructors Constructor Description MediationDataPublisherConstants()
-
-
-
Field Detail
-
DAS_MEDIATION_MESSAGE_FLOW_REG_PATH
public static final String DAS_MEDIATION_MESSAGE_FLOW_REG_PATH
- See Also:
- Constant Field Values
-
DAS_SERVER_LIST_REG_PATH
public static final String DAS_SERVER_LIST_REG_PATH
- See Also:
- Constant Field Values
-
FLOW_DATA
public static final String FLOW_DATA
- See Also:
- Constant Field Values
-
MESSAGE_ID
public static final String MESSAGE_ID
- See Also:
- Constant Field Values
-
STREAM_NAME
public static final String STREAM_NAME
- See Also:
- Constant Field Values
-
STREAM_VERSION
public static final String STREAM_VERSION
- See Also:
- Constant Field Values
-
CONFIG_STREAM_NAME
public static final String CONFIG_STREAM_NAME
- See Also:
- Constant Field Values
-
CONFIG_STREAM_VERSION
public static final String CONFIG_STREAM_VERSION
- See Also:
- Constant Field Values
-
CONFIG_HASHCODE
public static final String CONFIG_HASHCODE
- See Also:
- Constant Field Values
-
CONFIG_ENTRY_NAME
public static final String CONFIG_ENTRY_NAME
- See Also:
- Constant Field Values
-
CONFIG_DATA
public static final String CONFIG_DATA
- See Also:
- Constant Field Values
-
-