Type Alias EventBusFactorySettings<TAdapters>

EventBusFactorySettings<TAdapters>: {
    defaultDriver?: NoInfer<TAdapters>;
    drivers: EventBusDrivers<TAdapters>;
    rootGroup?: string;
}

Type Parameters

  • TAdapters extends string = string