Sdílet prostřednictvím


Delivery interface

Vlastnosti

format
id
link
remote_settled
remote_state
sent
settled
state
tag

Metody

accept()
modified(ReleaseParameters)
reject(AmqpError)
release(ReleaseParameters)
update(boolean, any)

Podrobnosti vlastnosti

format

format: number

Hodnota vlastnosti

number

id

id: number

Hodnota vlastnosti

number

link: Sender | Receiver

Hodnota vlastnosti

Sender | Receiver

remote_settled

remote_settled: boolean

Hodnota vlastnosti

boolean

remote_state

remote_state?: DeliveryOutcome

Hodnota vlastnosti

DeliveryOutcome

sent

sent: boolean

Hodnota vlastnosti

boolean

settled

settled: boolean

Hodnota vlastnosti

boolean

state

state?: DeliveryOutcome

Hodnota vlastnosti

DeliveryOutcome

tag

tag: string | Buffer

Hodnota vlastnosti

string | Buffer

Podrobnosti metody

accept()

function accept()

modified(ReleaseParameters)

function modified(params?: ReleaseParameters)

Parametry

params

ReleaseParameters

reject(AmqpError)

function reject(error?: AmqpError)

Parametry

error

AmqpError

release(ReleaseParameters)

function release(params?: ReleaseParameters)

Parametry

params

ReleaseParameters

update(boolean, any)

function update(settled: boolean, state?: any)

Parametry

settled

boolean

state

any