@djodjonx/wiredi
    Preparing search index...

    Interface EventDispatcherProviderOptions

    Configuration options for creating an EventDispatcherProvider

    interface EventDispatcherProviderOptions {
        containerProvider: ContainerProvider;
    }
    Index

    Properties

    containerProvider: ContainerProvider

    The DI container provider used to resolve listener instances Listeners are resolved from this container when events are dispatched