• Configures a MessageQueue that will receive messages with every new value of a Selector against a Store. Passes the queue and the initial value from the Selector to handleQueue then waits for handleQueue to return, after which the queue is unsubscribed.

    Type Parameters

    • State extends object

    • Selected

    • Ending

    Parameters

    Returns Promise<Ending>

    the value returned by handleQueue

Generated using TypeDoc