jar

de.viadee.camunda : camunda-kafka-model

Maven & Gradle

Feb 18, 2022
1 usages
29 stars

camunda-kafka-model · A small Java-based toolset to gather event data from a Camunda BPM engine and store it in Apache Kafka. Repository contains the camunda-kafka-polling-client and the camunda-kafka-model, to make reuse of the data structures easy. This tooling is meant to be used as a part of the viadee Process Warehouse or the bpmn.ai concepts. This is the model module, i.e. it contains the data model classes for reuse by Java-based, downstream analysis components.

Table Of Contents

Latest Version

Download de.viadee.camunda : camunda-kafka-model JAR file - Latest Versions:

All Versions

Download de.viadee.camunda : camunda-kafka-model JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x
1.2.x
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window camunda-kafka-model-2.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

de.viadee.camunda.kafka.event

├─ de.viadee.camunda.kafka.event.ActivityInstanceEvent.class - [JAR]

├─ de.viadee.camunda.kafka.event.CommentEvent.class - [JAR]

├─ de.viadee.camunda.kafka.event.DeploymentEvent.class - [JAR]

├─ de.viadee.camunda.kafka.event.DetailEvent.class - [JAR]

├─ de.viadee.camunda.kafka.event.HistoryEvent.class - [JAR]

├─ de.viadee.camunda.kafka.event.IdentityLinkEvent.class - [JAR]

├─ de.viadee.camunda.kafka.event.IncidentEvent.class - [JAR]

├─ de.viadee.camunda.kafka.event.ProcessDefinitionEvent.class - [JAR]

├─ de.viadee.camunda.kafka.event.ProcessInstanceEvent.class - [JAR]

├─ de.viadee.camunda.kafka.event.ScopeInstanceEvent.class - [JAR]

├─ de.viadee.camunda.kafka.event.VariableUpdateEvent.class - [JAR]