Reference - BaklavaJS
    Preparing search index...

    Class DynamicSequentialHook<I, E, O>

    Similar to the SequentialHook, but allows to pass a different entity for each execute call

    Type Parameters

    • I
    • E
    • O extends I = I

    Hierarchy (View Summary)

    Index

    Constructors

    Accessors

    Methods

    • Subscribe to the event / hook

      Parameters

      • token: any

        A token that can be used to unsubscribe from the event / hook later on

      • callback: HookTap

        A callback that will be invoked when the event / hook occurs

      Returns void

    • Remove a listener

      Parameters

      • token: any

        The token that was specified when subscribing to the listener. An invalid token does not result in an error.

      Returns void