Skip to main content

start_processor

Function start_processor 

Source
pub fn start_processor(
    pubsub: Arc<PubSubManager>,
    buffer_size: usize,
) -> CDCHandle
Expand description

Start a CDC processor and return a handle for sending events.

This spawns a background task that processes CDC events.