public interface InboundChannelModelCacheManager
| Modifier and Type | Interface and Description |
|---|---|
static interface |
InboundChannelModelCacheManager.ChannelRegistration |
static interface |
InboundChannelModelCacheManager.RegisteredChannel |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanChannelModels() |
InboundChannelModelCacheManager.RegisteredChannel |
findRegisteredChannel(ChannelDefinition channelDefinition) |
Collection<InboundChannelModelCacheManager.RegisteredChannel> |
getRegisteredChannels() |
InboundChannelModelCacheManager.ChannelRegistration |
registerChannelModel(InboundChannelModel channelModel,
ChannelDefinition channelDefinition) |
void |
unregisterChannelModel(InboundChannelModel channelModel,
ChannelDefinition channelDefinition) |
InboundChannelModelCacheManager.ChannelRegistration registerChannelModel(InboundChannelModel channelModel, ChannelDefinition channelDefinition)
void unregisterChannelModel(InboundChannelModel channelModel, ChannelDefinition channelDefinition)
void cleanChannelModels()
InboundChannelModelCacheManager.RegisteredChannel findRegisteredChannel(ChannelDefinition channelDefinition)
Collection<InboundChannelModelCacheManager.RegisteredChannel> getRegisteredChannels()
Copyright © 2022 Flowable. All rights reserved.