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 StringCONFIG_DATAstatic StringCONFIG_ENTRY_NAMEstatic StringCONFIG_HASHCODEstatic StringCONFIG_STREAM_NAMEstatic StringCONFIG_STREAM_VERSIONstatic StringDAS_MEDIATION_MESSAGE_FLOW_REG_PATHstatic StringDAS_SERVER_LIST_REG_PATHstatic StringFLOW_DATAstatic StringMESSAGE_IDstatic StringSTREAM_NAMEstatic StringSTREAM_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
-
-