Modified

Undocumented in source.

Members

Functions

getDeliveryFailed
Boolean getDeliveryFailed()
Undocumented in source. Be warned that the author may not have intended to support it.
getMessageAnnotations
Map!(Symbol, Object) getMessageAnnotations()
Undocumented in source. Be warned that the author may not have intended to support it.
getType
DeliveryStateType getType()
Undocumented in source. Be warned that the author may not have intended to support it.
getUndeliverableHere
Boolean getUndeliverableHere()
Undocumented in source. Be warned that the author may not have intended to support it.
setDeliveryFailed
void setDeliveryFailed(Boolean deliveryFailed)
Undocumented in source. Be warned that the author may not have intended to support it.
setMessageAnnotations
void setMessageAnnotations(Map!(Symbol, Object) messageAnnotations)
Undocumented in source. Be warned that the author may not have intended to support it.
setUndeliverableHere
void setUndeliverableHere(Boolean undeliverableHere)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

DESCRIPTOR_SYMBOL
Symbol DESCRIPTOR_SYMBOL()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From DeliveryState

getType
DeliveryStateType getType()

@return the {@link DeliveryStateType} that this instance represents.

Meta