Package org.flowable.eventregistry.api
Interface ChannelModelProcessor
- All Known Implementing Classes:
DelegateExpressionInboundChannelModelProcessor
,DelegateExpressionOutboundChannelModelProcessor
,InboundChannelModelProcessor
,JmsChannelModelProcessor
,KafkaChannelDefinitionProcessor
,OutboundChannelModelProcessor
,RabbitChannelDefinitionProcessor
public interface ChannelModelProcessor
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and TypeMethodDescriptionboolean
canProcess
(ChannelModel channelModel) boolean
canProcessIfChannelModelAlreadyRegistered
(ChannelModel channelModel) void
registerChannelModel
(ChannelModel channelModel, String tenantId, EventRegistry eventRegistry, EventRepositoryService eventRepositoryService, boolean fallbackToDefaultTenant) void
unregisterChannelModel
(ChannelModel channelModel, String tenantId, EventRepositoryService eventRepositoryService)
-
Method Details
-
canProcess
-
canProcessIfChannelModelAlreadyRegistered
-
registerChannelModel
void registerChannelModel(ChannelModel channelModel, String tenantId, EventRegistry eventRegistry, EventRepositoryService eventRepositoryService, boolean fallbackToDefaultTenant) -
unregisterChannelModel
void unregisterChannelModel(ChannelModel channelModel, String tenantId, EventRepositoryService eventRepositoryService)
-