Class InMemoryOutboundEventChannelAdapter
- java.lang.Object
-
- org.flowable.eventregistry.impl.pipeline.InMemoryOutboundEventChannelAdapter
-
- All Implemented Interfaces:
OutboundEventChannelAdapter<EventInstance>
public class InMemoryOutboundEventChannelAdapter extends Object implements OutboundEventChannelAdapter<EventInstance>
- Author:
- Filip Hrisafov
-
-
Field Summary
Fields Modifier and Type Field Description protected EventRegistryeventRegistry
-
Constructor Summary
Constructors Constructor Description InMemoryOutboundEventChannelAdapter(EventRegistry eventRegistry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsendEvent(EventInstance rawEvent, Map<String,Object> headerMap)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.flowable.eventregistry.api.OutboundEventChannelAdapter
sendEvent
-
-
-
-
Field Detail
-
eventRegistry
protected final EventRegistry eventRegistry
-
-
Constructor Detail
-
InMemoryOutboundEventChannelAdapter
public InMemoryOutboundEventChannelAdapter(EventRegistry eventRegistry)
-
-
Method Detail
-
sendEvent
public void sendEvent(EventInstance rawEvent, Map<String,Object> headerMap)
- Specified by:
sendEventin interfaceOutboundEventChannelAdapter<EventInstance>
-
-