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.
Anything
DeliveryOptions
BaseDataObject
Basic
Identifiable
Object
Anything
no subtypes hierarchy
Initializer |
DeliveryOptions(String? codecName = null, Map<String,String>? headers = null, Integer? sendTimeout = null) Parameters:
|
Attributes | |
codecName | shared String? codecName Set the codec name. |
headers | shared Map<String,String>? headers Add a message header. Message headers can be sent with any message and will be accessible with headers at the recipient. |
sendTimeout | shared Integer? sendTimeout Set the send timeout. |
Inherited Attributes |
Attributes inherited from: Object hash , string |