Trait ConnectionFactoryMetadata

Source
pub trait ConnectionFactoryMetadata {
    // Required method
    fn name(&self) -> String;
}
Expand description

Metadata about the product a ConnectionFactory is applicable to.

Required Methods§

Source

fn name(&self) -> String

Returns the name of the product a ConnectionFactory can connect to

Implementors§