StompSession.send

Send a message to the specified destination, converting the payload to a {@code byte[]} with the help of a {@link hunt.stomp.converter.MessageConverter MessageConverter}. @param destination the destination to send a message to @param payload the message payload @return a Receiptable for tracking receipts

  1. Receiptable send(string destination, Object payload)
    interface StompSession
    send
    (,
    Object payload
    )
  2. Receiptable send(StompHeaders headers, Object payload)

Meta