public class InboundChannelModelProcessor extends Object implements ChannelModelProcessor
| Constructor and Description |
|---|
InboundChannelModelProcessor() |
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(InboundChannelModel inboundChannelModel, EventRepositoryService eventRepositoryService, boolean fallbackToDefaultTenant)
protected InboundEventProcessingPipeline createJsonEventProcessingPipeline(InboundChannelModel channelModel, EventRepositoryService eventRepositoryService)
protected InboundEventProcessingPipeline createXmlEventProcessingPipeline(InboundChannelModel channelModel, EventRepositoryService eventRepositoryService)
protected InboundEventProcessingPipeline createExpressionEventProcessingPipeline(InboundChannelModel channelModel, EventRepositoryService eventRepositoryService)
public void unregisterChannelModel(ChannelModel channelModel, String tenantId, EventRepositoryService eventRepositoryService)
unregisterChannelModel in interface ChannelModelProcessorCopyright © 2020 Flowable. All rights reserved.