Interface MessageProducer


public interface MessageProducer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    send(Object message)
    Send the given POJO message to the default queue for the producer
  • Method Details