function printInMessage()

in application-workloads/pubnub/pubnub-eventhub-bridge/tools/provisioningListener.js [100:103]


    function printInMessage(msg) {
        console.log("Message Received on Ingress Event Hub:   " + ": " + JSON.stringify(msg.body));
        console.log();
    }