viral32111_stomp

Function open

source
pub fn open(
    host: &str,
    port: u16,
    timeout: Option<Duration>,
) -> Result<Connection, Box<dyn Error>>
Expand description

Establishes a connection to a STOMP server.