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
| Name | Type | Description |
|---|---|---|
| catalogClient | Client | The client used to interact with the catalog service, enabling the ReaderProcessor to fetch and process catalog data. |
Returns
| Type | Description |
|---|---|
ReaderProcessor | A new ReaderProcessor instance configured with the specified catalog client. |