View source
class AcknowledgeMessage
package feathers.messaging.messages
extends AsyncMessage › AbstractMessage
implements ISmallMessage
extended by ErrorMessage
An AcknowledgeMessage acknowledges the receipt of a message that was sent previously. Every message sent within the messaging system must receive an acknowledgement.
Static variables
staticfinalread onlyERROR_HINT_HEADER:String = "DSErrorHint"
Header name for the error hint header. Used to indicate that the acknowledgement is for a message that generated an error.