Interface BusSubscriber<T>

Internal storage format for local event bus subscribers.

Type Parameters

Hierarchy

  • BusSubscriber

Properties

eventKey: StaticInstantiable<T>
eventName: string
handler: EventHandler<T>
uuid: string