Skip to main content

register_nats_sink

Function register_nats_sink 

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

Registers the NATS sink connector.

ยงErrors

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