public interface ChannelModelProcessor
| Modifier and Type | Method and Description |
|---|---|
boolean |
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) |
boolean 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)
Copyright © 2022 Flowable. All rights reserved.