Class InteractionRouteHandler<T>

InteractionHandler that only accepts input of which the target matches the stored route.

Rejects operations that target a different route, otherwise the input parameters are passed to the source handler.

Type Parameters

Hierarchy (view full)

Constructors

Properties

Methods

Constructors

Properties

route: T

Methods