public interface InternalInboundStatuses
- Author:
- Filip Hrisafov
-
Field Summary
Fields
Modifier and Type |
Field |
Description |
static java.lang.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
|
static java.lang.String |
FAILED |
Internal inbound status indicating that sending the message
failed (i.e.
|
static java.lang.String |
SENT |
Internal inbound status indicating that sending the message
was successful.
|
static java.lang.String |
TIMEOUT |
Internal inbound status indicating that the message was
not sent to the external system within the configured time
|
static java.lang.String |
TIMEOUT_CONTENT |
Internal inbound status indicating that media content for
the message was not retrieved from the content system within
the configured time
|
static java.lang.String |
TIMEOUT_UPLOAD |
Internal inbound status indicating that the media was
not uploaded to the external system within the configured time
|
-
Field Details
-
static final java.lang.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
-
static final java.lang.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
-
static final java.lang.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
-
static final java.lang.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
-
static final java.lang.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
-
static final java.lang.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