Protected
_exposedAddresses
_exposedAddresses: Set<Lowercase<string>>
Protected
Optional
_lastState
_lastState?: LRUCache<Lowercase<string>, Lowercase<string>>
Protected
_targetConfigs
_targetConfigs: Record< Lowercase<string>, DeepRestrictToStringKeys< { allowedQueries?: string[]; archiving?: { archivists?: string[]; queries?: string[] }; archivist?: string; consoleLogger?: LogLevel; labels?: { [key: string]: undefined | string }; name?: string; paging?: { [key: string]: { size?: number } }; retry?: { backoff?: number; interval?: number; retries?: number }; schema: "network.xyo.module.config"; security?: { allowAnonymous?: boolean; allowed?: { [key: string]: (
Lowercase<string> | Lowercase<(...)
>[])
[] }; disallowed?: { [key: string]: Lowercase<string>[] }; }; sign?: boolean; storeQueries?: boolean; timestamp?: boolean; }, >,> Protected
_targetQueries
_targetQueries: Record<Lowercase<string>, string[]>
Protected
callLocalModule
Protected
findQueriesToAddress
Static
Optional
defaultLogger
defaultLogger?: Logger
Static
Readonly
globalInstances
Static
Readonly
globalInstancesCountHistory
globalInstancesCountHistory: Record<string, number[]>
Static
Readonly
uniqueName
uniqueName: string