跳转到内容
简体中文

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.