public class DelegateExpressionInboundChannelModelProcessor extends Object implements ChannelModelProcessor
| Modifier and Type | Field and Description |
|---|---|
protected HasExpressionManagerEngineConfiguration |
engineConfiguration |
| Constructor and Description |
|---|
DelegateExpressionInboundChannelModelProcessor(HasExpressionManagerEngineConfiguration engineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canProcess(ChannelModel channelModel) |
HasExpressionManagerEngineConfiguration |
getEngineConfiguration() |
void |
registerChannelModel(ChannelModel channelModel,
String tenantId,
EventRegistry eventRegistry,
EventRepositoryService eventRepositoryService,
boolean fallbackToDefaultTenant) |
protected void |
registerChannelModel(DelegateExpressionInboundChannelModel channelModel,
EventRegistry eventRegistry) |
void |
setEngineConfiguration(HasExpressionManagerEngineConfiguration engineConfiguration) |
void |
unregisterChannelModel(ChannelModel channelModel,
String tenantId,
EventRepositoryService eventRepositoryService) |
protected HasExpressionManagerEngineConfiguration engineConfiguration
public DelegateExpressionInboundChannelModelProcessor(HasExpressionManagerEngineConfiguration engineConfiguration)
public boolean canProcess(ChannelModel channelModel)
canProcess in interface ChannelModelProcessorpublic void registerChannelModel(ChannelModel channelModel, String tenantId, EventRegistry eventRegistry, EventRepositoryService eventRepositoryService, boolean fallbackToDefaultTenant)
registerChannelModel in interface ChannelModelProcessorprotected void registerChannelModel(DelegateExpressionInboundChannelModel channelModel, EventRegistry eventRegistry)
public void unregisterChannelModel(ChannelModel channelModel, String tenantId, EventRepositoryService eventRepositoryService)
unregisterChannelModel in interface ChannelModelProcessorpublic HasExpressionManagerEngineConfiguration getEngineConfiguration()
public void setEngineConfiguration(HasExpressionManagerEngineConfiguration engineConfiguration)
Copyright © 2020 Flowable. All rights reserved.