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.
package |
Default |
---|
__construct( $deliveryOptions = null)
mixed | null
addHeader( $key, $value) : $this
String
String
$this
getCodecName() : string
string
getSendTimeout() : integer
integer
isLocalOnly() : boolean
boolean
setCodecName( $codecName) : $this
string
$this
setLocalOnly( $localOnly) : $this
boolean
$this
setSendTimeout( $sendTimeout) : $this
integer
$this