Package ca.cdr.api.broker
Interface IPublicBrokerSender
public interface IPublicBrokerSender
-
Method Summary
-
Method Details
-
send
- Throws:
Exception
-
send
@Deprecated default void send(String theTopic, String thePayload, Map<String, Object> theHeaders) throws ExceptionDeprecated.Allows sending a plain string payload with headers to the configured broker.- Parameters:
theTopic
- the TopicthePayload
- message payloadtheHeaders
- the message headers- Throws:
Exception
-
send(IPublicBrokerSendRequest)