Skip to main content

register_mock_sink

Function register_mock_sink 

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

Registers a mock sink connector with the registry.

ยงErrors

Returns an error when the mock sink name is already registered.