콘텐츠로 이동
한국어

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