Class KafkaOperationsOutboundEventChannelAdapter

java.lang.Object
org.flowable.eventregistry.spring.kafka.KafkaOperationsOutboundEventChannelAdapter
All Implemented Interfaces:
org.flowable.eventregistry.api.OutboundEventChannelAdapter<Object>

public class KafkaOperationsOutboundEventChannelAdapter extends Object implements org.flowable.eventregistry.api.OutboundEventChannelAdapter<Object>
Author:
Filip Hrisafov
  • Field Details

  • Constructor Details

  • Method Details

    • sendEvent

      public void sendEvent(org.flowable.eventregistry.api.OutboundEvent<Object> event)
      Specified by:
      sendEvent in interface org.flowable.eventregistry.api.OutboundEventChannelAdapter<Object>
    • sendEvent

      public void sendEvent(Object rawEvent, Map<String,Object> headerMap)
      Specified by:
      sendEvent in interface org.flowable.eventregistry.api.OutboundEventChannelAdapter<Object>