public class DelegateExpressionOutboundChannelModelProcessor extends Object implements ChannelModelProcessor
| Modifier and Type | Field and Description |
|---|---|
protected HasExpressionManagerEngineConfiguration |
engineConfiguration |
| Constructor and Description |
|---|
DelegateExpressionOutboundChannelModelProcessor(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(DelegateExpressionOutboundChannelModel channelModel) |
void |
setEngineConfiguration(HasExpressionManagerEngineConfiguration engineConfiguration) |
void |
unregisterChannelModel(ChannelModel channelModel,
String tenantId,
EventRepositoryService eventRepositoryService) |
protected HasExpressionManagerEngineConfiguration engineConfiguration
public DelegateExpressionOutboundChannelModelProcessor(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(DelegateExpressionOutboundChannelModel channelModel)
public void unregisterChannelModel(ChannelModel channelModel, String tenantId, EventRepositoryService eventRepositoryService)
unregisterChannelModel in interface ChannelModelProcessorpublic HasExpressionManagerEngineConfiguration getEngineConfiguration()
public void setEngineConfiguration(HasExpressionManagerEngineConfiguration engineConfiguration)
Copyright © 2021 Flowable. All rights reserved.