Delivery options are used to configure message delivery.
Delivery options allow to configure delivery timeout and message codec name, and to provide any headers that you wish to send with the message.
AnythingDeliveryOptionsBaseDataObjectBasicIdentifiableObjectAnythingno subtypes hierarchy
| Initializer |
DeliveryOptions(String? codecName = null, Map<String,String>? headers = null, Integer? sendTimeout = null)Parameters:
|
| Attributes | |
codecName | shared String? codecNameSet the codec name. |
headers | shared Map<String,String>? headersAdd a message header. Message headers can be sent with any message and will be accessible with headers at the recipient. |
sendTimeout | shared Integer? sendTimeoutSet the send timeout. |
| Inherited Attributes |
Attributes inherited from: Objecthash, string |