Class KafkaAdapter

java.lang.Object
org.imixs.workflow.kafka.KafkaAdapter
All Implemented Interfaces:
org.imixs.workflow.Adapter

public class KafkaAdapter extends Object implements org.imixs.workflow.Adapter
This adapter class sends a kafka message
Version:
1.0
Author:
Ralph Soika
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.imixs.workflow.ItemCollection
    execute(org.imixs.workflow.ItemCollection workitem, org.imixs.workflow.ItemCollection event)
    Send kafka message based on the current workitem

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • KafkaAdapter

      public KafkaAdapter()
  • Method Details

    • execute

      public org.imixs.workflow.ItemCollection execute(org.imixs.workflow.ItemCollection workitem, org.imixs.workflow.ItemCollection event) throws org.imixs.workflow.exceptions.AdapterException
      Send kafka message based on the current workitem
      Specified by:
      execute in interface org.imixs.workflow.Adapter
      Throws:
      org.imixs.workflow.exceptions.AdapterException