Package org.imixs.workflow.kafka
Class KafkaAdapter
java.lang.Object
org.imixs.workflow.kafka.KafkaAdapter
- All Implemented Interfaces:
org.imixs.workflow.Adapter
This adapter class sends a kafka message
- Version:
- 1.0
- Author:
- Ralph Soika
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.imixs.workflow.ItemCollectionexecute(org.imixs.workflow.ItemCollection workitem, org.imixs.workflow.ItemCollection event) Send kafka message based on the current workitem
-
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:
executein interfaceorg.imixs.workflow.Adapter- Throws:
org.imixs.workflow.exceptions.AdapterException
-