Uses of Interface
org.flowable.eventregistry.api.ChannelDefinition
Packages that use ChannelDefinition
-
Uses of ChannelDefinition in org.flowable.eventregistry.api
Methods in org.flowable.eventregistry.api that return ChannelDefinitionModifier and TypeMethodDescriptionEventRepositoryService.getChannelDefinition
(String channelDefinitionId) Methods in org.flowable.eventregistry.api with parameters of type ChannelDefinitionModifier and TypeMethodDescriptionInboundChannelModelCacheManager.findRegisteredChannel
(ChannelDefinition channelDefinition) InboundChannelModelCacheManager.registerChannelModel
(org.flowable.eventregistry.model.InboundChannelModel channelModel, ChannelDefinition channelDefinition) void
InboundChannelModelCacheManager.unregisterChannelModel
(org.flowable.eventregistry.model.InboundChannelModel channelModel, ChannelDefinition channelDefinition)