Uses of Class
org.flowable.eventregistry.impl.persistence.deploy.ChannelDefinitionCacheEntry
Packages that use ChannelDefinitionCacheEntry
Package
Description
-
Uses of ChannelDefinitionCacheEntry in org.flowable.eventregistry.impl
Fields in org.flowable.eventregistry.impl with type parameters of type ChannelDefinitionCacheEntryModifier and TypeFieldDescriptionprotected DeploymentCache<ChannelDefinitionCacheEntry>
EventRegistryEngineConfiguration.channelDefinitionCache
Methods in org.flowable.eventregistry.impl that return types with arguments of type ChannelDefinitionCacheEntryMethod parameters in org.flowable.eventregistry.impl with type arguments of type ChannelDefinitionCacheEntryModifier and TypeMethodDescriptionEventRegistryEngineConfiguration.setChannelDefinitionCache
(DeploymentCache<ChannelDefinitionCacheEntry> channelDefinitionCache) -
Uses of ChannelDefinitionCacheEntry in org.flowable.eventregistry.impl.persistence.deploy
Fields in org.flowable.eventregistry.impl.persistence.deploy with type parameters of type ChannelDefinitionCacheEntryModifier and TypeFieldDescriptionprotected DeploymentCache<ChannelDefinitionCacheEntry>
EventDeploymentManager.channelDefinitionCache
Methods in org.flowable.eventregistry.impl.persistence.deploy that return ChannelDefinitionCacheEntryModifier and TypeMethodDescriptionEventDeploymentManager.resolveChannelDefinition
(ChannelDefinition channelDefinition) Resolving the channel will fetch the channel definition, parse it and store theChannelDefinition
in memory.Methods in org.flowable.eventregistry.impl.persistence.deploy that return types with arguments of type ChannelDefinitionCacheEntryMethod parameters in org.flowable.eventregistry.impl.persistence.deploy with type arguments of type ChannelDefinitionCacheEntryModifier and TypeMethodDescriptionvoid
EventDeploymentManager.setChannelDefinitionCache
(DeploymentCache<ChannelDefinitionCacheEntry> channelDefinitionCache)