oa_gateway_stomp::client

Function send_frame

Source
pub fn send_frame(
    destination: &str,
    headers: Vec<(String, String)>,
    body: Vec<u8>,
) -> Frame
Expand description

SEND to destination. Extra headers are appended as-is.