Skip to main content

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

NameTypeDescription
catalogClientClientThe client used to interact with the catalog service, which the processor will use for its operations.

Returns

TypeDescription
workqueue.ProcessorA new workqueue.Processor instance.