Package org.kie.server.services.jbpm.kafka
-
Interface Summary Interface Description KafkaEventProcessorFactory To be implemented by those interested on providing a custom serialization mechanism for Kafka and do not want to rely on caching and reflection mechanism provided by the default implementation.KafkaEventReader Implements the logic to convert the byte[] contained in the value of a Kafka Record to a java objectKafkaEventWriter Implements the logic to convert an object into the byte[] being published into a Kafka Record -
Class Summary Class Description KafkaServerExtension KafkaServerProcessListener RawJsonEventReader RawJsonEventWriter