Interface InternalInboundStatuses


public interface InternalInboundStatuses
Author:
Filip Hrisafov
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Internal inbound status indicating that content fetching is disabled and that it was not possible to fetch the media from the engage system
    static final String
    Internal inbound status indicating that sending the message failed (i.e.
    static final String
    Internal inbound status indicating that there was something invalid in the message.
    static final String
    Internal inbound status indicating that sending the message was successful.
    static final String
    Internal inbound status indicating that the message was not sent to the external system within the configured time
    static final String
    Internal inbound status indicating that media content for the message was not retrieved from the content system within the configured time
    static final String
    Internal inbound status indicating that the media was not uploaded to the external system within the configured time
  • Field Details

    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • INVALID

      static final String INVALID
      Internal inbound status indicating that there was something invalid in the message.
      See Also:
    • 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: