Options
All
  • Public
  • Public/Protected
  • All
Menu

The map of the internal events for events handling.

Hierarchy

  • EventBusNotificationMap
    • IpcEventBusNotificationMap

Index

Properties

disposed

disposed: { bus: EventBus }

Type declaration

  • bus: EventBus

event_forward_failed

event_forward_failed: { bus: EventBus; error: Error; event: Event<any, MessageHeaders> }

Type declaration

  • bus: EventBus
  • error: Error
  • event: Event<any, MessageHeaders>

event_listener_failed

event_listener_failed: { bus: EventBus; error: Error; event: Event<any, MessageHeaders> }

Type declaration

  • bus: EventBus
  • error: Error
  • event: Event<any, MessageHeaders>

event_received

event_received: { bus: EventBus; event: Event<any, MessageHeaders> }

Type declaration

  • bus: EventBus
  • event: Event<any, MessageHeaders>

Generated using TypeDoc