Package org.flowable.eventregistry.api
Interface InboundChannelModelCacheManager
- All Known Implementing Classes:
DefaultInboundChannelModelCacheManager
public interface InboundChannelModelCacheManager
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interface -
Method Summary
Modifier and TypeMethodDescriptionvoidfindRegisteredChannel(ChannelDefinition channelDefinition) registerChannelModel(InboundChannelModel channelModel, ChannelDefinition channelDefinition) voidunregisterChannelModel(InboundChannelModel channelModel, ChannelDefinition channelDefinition)
-
Method Details
-
registerChannelModel
InboundChannelModelCacheManager.ChannelRegistration registerChannelModel(InboundChannelModel channelModel, ChannelDefinition channelDefinition) -
unregisterChannelModel
-
cleanChannelModels
void cleanChannelModels() -
findRegisteredChannel
InboundChannelModelCacheManager.RegisteredChannel findRegisteredChannel(ChannelDefinition channelDefinition) -
getRegisteredChannels
Collection<InboundChannelModelCacheManager.RegisteredChannel> getRegisteredChannels()
-