Package org.flowable.eventregistry.api
Interface InboundChannelModelCacheManager
public interface InboundChannelModelCacheManager
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
static interface
-
Method Summary
Modifier and TypeMethodDescriptionvoid
findRegisteredChannel
(ChannelDefinition channelDefinition) registerChannelModel
(org.flowable.eventregistry.model.InboundChannelModel channelModel, ChannelDefinition channelDefinition) void
unregisterChannelModel
(org.flowable.eventregistry.model.InboundChannelModel channelModel, ChannelDefinition channelDefinition)
-
Method Details
-
registerChannelModel
InboundChannelModelCacheManager.ChannelRegistration registerChannelModel(org.flowable.eventregistry.model.InboundChannelModel channelModel, ChannelDefinition channelDefinition) -
unregisterChannelModel
void unregisterChannelModel(org.flowable.eventregistry.model.InboundChannelModel channelModel, ChannelDefinition channelDefinition) -
cleanChannelModels
void cleanChannelModels() -
findRegisteredChannel
InboundChannelModelCacheManager.RegisteredChannel findRegisteredChannel(ChannelDefinition channelDefinition) -
getRegisteredChannels
Collection<InboundChannelModelCacheManager.RegisteredChannel> getRegisteredChannels()
-