Interface InternalInboundStatuses
-
public interface InternalInboundStatuses
- Author:
- Filip Hrisafov
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONTENT_DISABLED
Internal inbound status indicating that content fetching is disabled and that it was not possible to fetch the media from the engage systemstatic String
FAILED
Internal inbound status indicating that sending the message failed (i.e.static String
INVALID
Internal inbound status indicating that there was something invalid in the message.static String
SENT
Internal inbound status indicating that sending the message was successful.static String
TIMEOUT
Internal inbound status indicating that the message was not sent to the external system within the configured timestatic String
TIMEOUT_CONTENT
Internal inbound status indicating that media content for the message was not retrieved from the content system within the configured timestatic String
TIMEOUT_UPLOAD
Internal inbound status indicating that the media was not uploaded to the external system within the configured time
-
-
-
Field Detail
-
TIMEOUT
static final String TIMEOUT
Internal inbound status indicating that the message was not sent to the external system within the configured time- See Also:
- Constant Field Values
-
TIMEOUT_CONTENT
static final String TIMEOUT_CONTENT
Internal inbound status indicating that media content for the message was not retrieved from the content system within the configured time- See Also:
- Constant Field Values
-
TIMEOUT_UPLOAD
static final String TIMEOUT_UPLOAD
Internal inbound status indicating that the media was not uploaded to the external system within the configured time- See Also:
- Constant Field Values
-
CONTENT_DISABLED
static final String CONTENT_DISABLED
Internal inbound status indicating that content fetching is disabled and that it was not possible to fetch the media from the engage system- See Also:
- Constant Field Values
-
FAILED
static final String FAILED
Internal inbound status indicating that sending the message failed (i.e. the external system didn't respond with)- See Also:
- Constant Field Values
-
INVALID
static final String INVALID
Internal inbound status indicating that there was something invalid in the message.- See Also:
- Constant Field Values
-
SENT
static final String SENT
Internal inbound status indicating that sending the message was successful. The inbound status can contain the message id within the external system.- See Also:
- Constant Field Values
-
-