Interface Factory<PortClient, PortConfig, T>

Provider factory interface

interface Factory<
    PortClient,
    PortConfig,
    T extends Layer.Provider.Port<PortClient, PortConfig>,
> {
    create(
        options?: FactoryOptions<PortConfig>,
    ): Manager<PortClient, PortConfig, T>;
}

Type Parameters

Methods

Methods