Class SmnProperties
- java.lang.Object
-
- org.apache.camel.component.huaweicloud.smn.constants.SmnProperties
-
public final class SmnProperties extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringNOTIFICATION_SUBJECTstatic StringNOTIFICATION_TOPIC_NAMEstatic StringNOTIFICATION_TTLstatic StringSERVICE_MESSAGE_IDstatic StringSERVICE_REQUEST_IDstatic StringSMN_OPERATIONstatic StringTEMPLATE_NAMEstatic StringTEMPLATE_TAGS
-
-
-
Field Detail
-
TEMPLATE_NAME
public static final String TEMPLATE_NAME
- See Also:
- Constant Field Values
-
TEMPLATE_TAGS
public static final String TEMPLATE_TAGS
- See Also:
- Constant Field Values
-
SMN_OPERATION
public static final String SMN_OPERATION
- See Also:
- Constant Field Values
-
NOTIFICATION_TOPIC_NAME
public static final String NOTIFICATION_TOPIC_NAME
- See Also:
- Constant Field Values
-
NOTIFICATION_SUBJECT
public static final String NOTIFICATION_SUBJECT
- See Also:
- Constant Field Values
-
NOTIFICATION_TTL
public static final String NOTIFICATION_TTL
- See Also:
- Constant Field Values
-
SERVICE_MESSAGE_ID
public static final String SERVICE_MESSAGE_ID
- See Also:
- Constant Field Values
-
SERVICE_REQUEST_ID
public static final String SERVICE_REQUEST_ID
- See Also:
- Constant Field Values
-
-