Skip to content

PipeToOptions

Defined in: src/pattern/pipeTo.ts:4

readonly optional sender?: ActorRef<unknown> | null

Defined in: src/pattern/pipeTo.ts:6

ActorRef attributed as the sender on the tell; optional.


readonly optional wrap?: 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.