コンテンツにスキップ
日本語

InterceptBehavior

このコンテンツはまだ日本語訳がありません。

InterceptBehavior<T> = object

Defined in: src/typed/Behavior.ts:96

A behavior wrapped in an interceptor. Unlike the other wrappers this one is not collapsed away when the behavior tree is resolved: it has to be there on every message, and it has to survive the inner behavior swapping itself out. See TypedActor’s ConcreteInterceptBehavior for the resolved form.

T

readonly inner: Behavior<T>

Defined in: src/typed/Behavior.ts:98


readonly interceptor: BehaviorInterceptor<T>

Defined in: src/typed/Behavior.ts:99


readonly kind: "intercept"

Defined in: src/typed/Behavior.ts:97