Class DelegateExpressionOutboundChannelModelProcessor
- java.lang.Object
-
- org.flowable.eventregistry.impl.pipeline.DelegateExpressionOutboundChannelModelProcessor
-
- All Implemented Interfaces:
ChannelModelProcessor
public class DelegateExpressionOutboundChannelModelProcessor extends Object implements ChannelModelProcessor
- Author:
- Filip Hrisafov
-
-
Field Summary
Fields Modifier and Type Field Description protected HasExpressionManagerEngineConfigurationengineConfigurationprotected com.fasterxml.jackson.databind.ObjectMapperobjectMapper
-
Constructor Summary
Constructors Constructor Description DelegateExpressionOutboundChannelModelProcessor(HasExpressionManagerEngineConfiguration engineConfiguration, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanProcess(ChannelModel channelModel)booleancanProcessIfChannelModelAlreadyRegistered(ChannelModel channelModel)HasExpressionManagerEngineConfigurationgetEngineConfiguration()voidregisterChannelModel(ChannelModel channelModel, String tenantId, EventRegistry eventRegistry, EventRepositoryService eventRepositoryService, boolean fallbackToDefaultTenant)protected voidregisterChannelModel(DelegateExpressionOutboundChannelModel channelModel, String tenantId)voidsetEngineConfiguration(HasExpressionManagerEngineConfiguration engineConfiguration)voidunregisterChannelModel(ChannelModel channelModel, String tenantId, EventRepositoryService eventRepositoryService)
-
-
-
Field Detail
-
engineConfiguration
protected HasExpressionManagerEngineConfiguration engineConfiguration
-
objectMapper
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
-
-
Constructor Detail
-
DelegateExpressionOutboundChannelModelProcessor
public DelegateExpressionOutboundChannelModelProcessor(HasExpressionManagerEngineConfiguration engineConfiguration, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Detail
-
canProcess
public boolean canProcess(ChannelModel channelModel)
- Specified by:
canProcessin interfaceChannelModelProcessor
-
canProcessIfChannelModelAlreadyRegistered
public boolean canProcessIfChannelModelAlreadyRegistered(ChannelModel channelModel)
- Specified by:
canProcessIfChannelModelAlreadyRegisteredin interfaceChannelModelProcessor
-
registerChannelModel
public void registerChannelModel(ChannelModel channelModel, String tenantId, EventRegistry eventRegistry, EventRepositoryService eventRepositoryService, boolean fallbackToDefaultTenant)
- Specified by:
registerChannelModelin interfaceChannelModelProcessor
-
registerChannelModel
protected void registerChannelModel(DelegateExpressionOutboundChannelModel channelModel, String tenantId)
-
unregisterChannelModel
public void unregisterChannelModel(ChannelModel channelModel, String tenantId, EventRepositoryService eventRepositoryService)
- Specified by:
unregisterChannelModelin interfaceChannelModelProcessor
-
getEngineConfiguration
public HasExpressionManagerEngineConfiguration getEngineConfiguration()
-
setEngineConfiguration
public void setEngineConfiguration(HasExpressionManagerEngineConfiguration engineConfiguration)
-
-