Skip to main content

NewReaderProcessor

No overview available.

def NewReaderProcessor(
catalogClient: Client
) - > ReaderProcessor

Initializes and returns a new ReaderProcessor instance, configuring it with the provided catalog client.

Parameters

NameTypeDescription
catalogClientClientThe client used to interact with the catalog service, enabling the ReaderProcessor to fetch necessary data.

Returns

TypeDescription
ReaderProcessorA new ReaderProcessor instance ready for use.