Zum Inhalt springen
Deutsch

InterceptBehavior

Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.

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