ProducerHandle
Defined in: src/delivery/ReliableDelivery.ts:20
Handle returned to the publishing user code. tell enqueues a message
for reliable delivery; an optional confirm callback fires once the
consumer has Acked (or on producer shutdown with an Error).
Type Parameters
Section titled “Type Parameters”T
Properties
Section titled “Properties”
readonlyref:ActorRef<ProducerSend<T>>
Defined in: src/delivery/ReliableDelivery.ts:23
Underlying actor ref — mostly for testing / inspection.
Methods
Section titled “Methods”stop()
Section titled “stop()”stop():
void
Defined in: src/delivery/ReliableDelivery.ts:24
Returns
Section titled “Returns”void
tell()
Section titled “tell()”tell(
body,confirm?):void
Defined in: src/delivery/ReliableDelivery.ts:21
Parameters
Section titled “Parameters”T
confirm?
Section titled “confirm?”Returns
Section titled “Returns”void