Zum Inhalt springen
Deutsch

ProducerSend

Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.

ProducerSend<T> = object

Defined in: src/delivery/ProducerController.ts:13

Message sent to the ProducerController by the publishing user code.

T

readonly body: T

Defined in: src/delivery/ProducerController.ts:15


readonly optional confirm?: ConfirmationCallback

Defined in: src/delivery/ProducerController.ts:16


readonly kind: "reliable-delivery.send"

Defined in: src/delivery/ProducerController.ts:14