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. This function is used to create a ReaderProcessor that can interact with a catalog service.

Parameters

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

Returns

TypeDescription
ReaderProcessorA new ReaderProcessor instance configured with the specified catalog client.