Revenium Connector
Revenium provides a Mule connector that can be used in Mule applications to programmatically send metering data to the Revenium platform.
Last updated
Revenium provides a Mule connector that can be used in Mule applications to programmatically send metering data to the Revenium platform.
Last updated
Add this dependency to your Mule application's pom.xml
The connector requires a configuration element to be defined in the Mule configuration file. The configuration element should contain the following attributes:
The connector provides a meter
element that can be used to send metering data to the Revenium platform.
The meter
element should contain the following attributes:
subscriptionId
- The subscription id identifying who is consuming the data
sourceId
- The source id of the metering data
The metering data should be provided as a JSON payload in the message payload. The key value JSON pairs will be extracted from the payload and sent to the Revenium platform as metering elements.
Metering element documentation is available