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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
sendEvent
(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 Details
-
eventRegistry
-
-
Constructor Details
-
InMemoryOutboundEventChannelAdapter
-
-
Method Details
-
sendEvent
- Specified by:
sendEvent
in interfaceOutboundEventChannelAdapter<EventInstance>
-