Enhancements for the aai-common library
[aai/aai-common.git] / aai-core / src / main / java / org / onap / aai / dmaap / MessageProducer.java
index 9b17d88..1df64b6 100644 (file)
@@ -25,4 +25,5 @@ import org.json.JSONObject;
 public interface MessageProducer {
 
     void sendMessageToDefaultDestination(JSONObject finalJson);
+    void sendMessageToDefaultDestination(String msg);
 }