hosanna-ui-docs - v0.9.0
    Preparing search index...

    AbstractAsyncHandler provides a base implementation for handling async commands.

    • Uses dependency injection for fetch and developer utilities.
    • Maps command handlers dynamically using a handler map.
    • Provides methods to complete or cancel commands.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    developerUtils: IDeveloperUtils

    Injected developer utilities for debugging and mock responses.

    handlerMap: Record<string, string>

    Map of command handler names to method names.

    hsFetch: HsFetch

    Injected HTTP fetch utility for async operations.

    manager: IAsyncManager

    Reference to the async manager for command completion and cancellation.

    Methods