Package org.flowable.eventregistry.impl
Class DefaultOutboundEventProcessor
- java.lang.Object
-
- org.flowable.eventregistry.impl.DefaultOutboundEventProcessor
-
- All Implemented Interfaces:
OutboundEventProcessor
public class DefaultOutboundEventProcessor extends Object implements OutboundEventProcessor
- Author:
- Joram Barrez
-
-
Field Summary
Fields Modifier and Type Field Description protected EventRepositoryServiceeventRepositoryServiceprotected booleanfallbackToDefaultTenant
-
Constructor Summary
Constructors Constructor Description DefaultOutboundEventProcessor(EventRepositoryService eventRepositoryService, boolean fallbackToDefaultTenant)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsendEvent(EventInstance eventInstance, Collection<ChannelModel> channelModels)
-
-
-
Field Detail
-
eventRepositoryService
protected EventRepositoryService eventRepositoryService
-
fallbackToDefaultTenant
protected boolean fallbackToDefaultTenant
-
-
Constructor Detail
-
DefaultOutboundEventProcessor
public DefaultOutboundEventProcessor(EventRepositoryService eventRepositoryService, boolean fallbackToDefaultTenant)
-
-
Method Detail
-
sendEvent
public void sendEvent(EventInstance eventInstance, Collection<ChannelModel> channelModels)
- Specified by:
sendEventin interfaceOutboundEventProcessor
-
-