Trait RemoteSinkTrait

Source
pub trait RemoteSinkTrait:
    Send
    + Sync
    + 'static {
    const SINK_NAME: &'static str;

    // Provided method
    fn default_sink_decouple() -> bool { ... }
}

Required Associated Constants§

Source

const SINK_NAME: &'static str

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl RemoteSinkTrait for Cassandra

Source§

const SINK_NAME: &'static str = "cassandra"

Source§

impl RemoteSinkTrait for DeltaLake

Source§

const SINK_NAME: &'static str = "deltalake"

Source§

impl RemoteSinkTrait for HttpJava

Source§

const SINK_NAME: &'static str = "http"

Source§

impl RemoteSinkTrait for Jdbc

Source§

const SINK_NAME: &'static str = "jdbc"