NewWriterProcessor
No overview available.
def NewWriterProcessor(
catalogClient: Client
) - > workqueue.Processor
Creates and returns a new workqueue.Processor instance configured with the provided catalog client. This function is used to initialize a processor that can interact with the catalog service.
Parameters
| Name | Type | Description |
|---|---|---|
| catalogClient | Client | The client used to interact with the catalog service, which the processor will use for its operations. |
Returns
| Type | Description |
|---|---|
workqueue.Processor | A new workqueue.Processor instance. |