Skip to main content

register_nats_source

Function register_nats_source 

Source
pub fn register_nats_source(
    registry: &ConnectorRegistry,
) -> Result<(), ConnectorError>
Expand description

Registers the NATS source connector.

ยงErrors

Returns an error if the source is already registered or the registry is frozen.