public class OutboundChannelModelProcessor extends Object implements ChannelModelProcessor
| Modifier and Type | Field and Description |
|---|---|
protected com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
| Constructor and Description |
|---|
OutboundChannelModelProcessor(com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
| 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) |
protected void |
registerChannelModel(OutboundChannelModel outboundChannelModel) |
protected <T> T |
resolveExpression(String expression,
Class<T> type) |
void |
unregisterChannelModel(ChannelModel channelModel,
String tenantId,
EventRepositoryService eventRepositoryService) |
public OutboundChannelModelProcessor(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
public boolean canProcess(ChannelModel channelModel)
canProcess in interface ChannelModelProcessorpublic boolean canProcessIfChannelModelAlreadyRegistered(ChannelModel channelModel)
canProcessIfChannelModelAlreadyRegistered in interface ChannelModelProcessorpublic void registerChannelModel(ChannelModel channelModel, String tenantId, EventRegistry eventRegistry, EventRepositoryService eventRepositoryService, boolean fallbackToDefaultTenant)
registerChannelModel in interface ChannelModelProcessorprotected void registerChannelModel(OutboundChannelModel outboundChannelModel)
public void unregisterChannelModel(ChannelModel channelModel, String tenantId, EventRepositoryService eventRepositoryService)
unregisterChannelModel in interface ChannelModelProcessorCopyright © 2022 Flowable. All rights reserved.