Class 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 Detail

      • KafkaAdapter

        public KafkaAdapter()
    • Method Detail

      • 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