@proto-kit/indexerDocs


Documentation / @proto-kit/indexer / IndexerModule

Class: abstract IndexerModule<Config>

Used by various module sub-types that may need to be configured

Extends

Type Parameters

Config

Constructors

new IndexerModule()

new IndexerModule<Config>(): IndexerModule<Config>

Returns

IndexerModule<Config>

Inherited from

ConfigurableModule.constructor

Properties

currentConfig

protected currentConfig: undefined | Config

Store the config separately, so that we can apply additional checks when retrieving it via the getter

Inherited from

ConfigurableModule.currentConfig

Defined in

common/dist/config/ConfigurableModule.d.ts:17

Accessors

config

Get Signature

get config(): Config

Returns

Config

Set Signature

set config(config): void

Parameters

config: Config

Returns

void

Inherited from

ConfigurableModule.config

Defined in

common/dist/config/ConfigurableModule.d.ts:18

Methods

create()

create(childContainerProvider): void

Parameters

childContainerProvider: ChildContainerProvider

Returns

void

Inherited from

ConfigurableModule.create

Defined in

common/dist/config/ConfigurableModule.d.ts:20


start()

abstract start(): Promise<void>

Returns

Promise<void>

Defined in

indexer/src/IndexerModule.ts:4