Package org.flowable.eventregistry.impl
Class DefaultInboundEventProcessor
- java.lang.Object
-
- org.flowable.eventregistry.impl.DefaultInboundEventProcessor
-
- All Implemented Interfaces:
InboundEventProcessor
public class DefaultInboundEventProcessor extends Object implements InboundEventProcessor
- Author:
- Joram Barrez, Filip Hrisafov
-
-
Field Summary
Fields Modifier and Type Field Description protected EventRegistryeventRegistry
-
Constructor Summary
Constructors Constructor Description DefaultInboundEventProcessor(EventRegistry eventRegistry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voideventReceived(InboundChannelModel channelModel, InboundEvent event)
-
-
-
Field Detail
-
eventRegistry
protected EventRegistry eventRegistry
-
-
Constructor Detail
-
DefaultInboundEventProcessor
public DefaultInboundEventProcessor(EventRegistry eventRegistry)
-
-
Method Detail
-
eventReceived
public void eventReceived(InboundChannelModel channelModel, InboundEvent event)
- Specified by:
eventReceivedin interfaceInboundEventProcessor
-
-