Interface IPublicBrokerSender


public interface IPublicBrokerSender
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    send(String theTopic, String thePayload, Map<String,Object> theHeaders)
    Allows sending a plain string payload with headers to the configured broker.
  • Method Details

    • send

      void send(String theTopic, String thePayload, Map<String,Object> theHeaders) throws Exception
      Allows sending a plain string payload with headers to the configured broker.
      Parameters:
      theTopic - the Topic
      thePayload - message payload
      theHeaders - the message headers
      Throws:
      Exception