NewReaderProcessor
No overview available.
def NewReaderProcessor(
catalogClient: Client
) - > ReaderProcessor
Initializes and returns a new ReaderProcessor instance, configuring it with the provided catalog client.
Parameters
| Name | Type | Description |
|---|---|---|
| catalogClient | Client | The client used to interact with the catalog service, enabling the ReaderProcessor to fetch necessary data. |
Returns
| Type | Description |
|---|---|
ReaderProcessor | A new ReaderProcessor instance ready for use. |