[][src]Function sp_dto::rpc_dto_with_correlation_id

pub fn rpc_dto_with_correlation_id<T>(
    tx: String,
    rx: String,
    key: String,
    payload: T,
    route: Route,
    auth_token: Option<String>,
    auth_data: Option<Value>
) -> Result<(Uuid, Vec<u8>), Error> where
    T: Debug,
    T: Serialize