Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ObservableQueryBus
    • IpcObservableQueryBus

Index

Methods

Methods

off

  • Remove listeners.

    Type parameters

    • K: keyof QueryBusNotificationMap

      the type of the internal event

    Parameters

    • Optional type: K

      the type of the event

    • Optional listener: (event: QueryBusNotificationMap[K]) => any

      the listener

        • (event: QueryBusNotificationMap[K]): any
        • Parameters

          • event: QueryBusNotificationMap[K]

          Returns any

    Returns IpcObservableQueryBus

on

  • Listen to an internal event.

    Type parameters

    • K: keyof QueryBusNotificationMap

      the type of the internal event

    Parameters

    • type: K

      the type of the event

    • listener: (event: QueryBusNotificationMap[K]) => any

      the listener

        • (event: QueryBusNotificationMap[K]): any
        • Parameters

          • event: QueryBusNotificationMap[K]

          Returns any

    Returns IpcObservableQueryBus

Generated using TypeDoc