PipeToOptions
Defined in: src/pattern/pipeTo.ts:4
Properties
Section titled “Properties”sender?
Section titled “sender?”
readonlyoptionalsender?:ActorRef<unknown> |null
Defined in: src/pattern/pipeTo.ts:6
ActorRef attributed as the sender on the tell; optional.
readonlyoptionalwrap?:boolean
Defined in: src/pattern/pipeTo.ts:12
When true (default), wraps the value in Success and the error in
Failure before telling. Set to false to forward the raw value on
success and drop errors.