Scala/Java API
The Databus Client also offers an API for easy integration into your project. Currently i Currently there is no entry on mvn central for the Databus Client. But you can include the jar of the latest release in your project.
Installation
download jar file
Download the
databus-client.jar
of the latest Databus Client releaseMove the file to
${project.basedir}/src/main/resources/databus-client.jar
include dependency (example for maven)
Execution
After you included the DatabusClient dependency, you can use it in your application.
Sample project (outdated)
We have also created a sample project that shows how the Databus Client can be integrated into a project.
Last updated