Uses of Class
org.flowable.eventregistry.impl.persistence.deploy.EventDefinitionCacheEntry
Packages that use EventDefinitionCacheEntry
Package
Description
-
Uses of EventDefinitionCacheEntry in org.flowable.eventregistry.impl
Fields in org.flowable.eventregistry.impl with type parameters of type EventDefinitionCacheEntryModifier and TypeFieldDescriptionprotected DeploymentCache<EventDefinitionCacheEntry>
EventRegistryEngineConfiguration.eventDefinitionCache
Methods in org.flowable.eventregistry.impl that return types with arguments of type EventDefinitionCacheEntryMethod parameters in org.flowable.eventregistry.impl with type arguments of type EventDefinitionCacheEntryModifier and TypeMethodDescriptionEventRegistryEngineConfiguration.setEventDefinitionCache
(DeploymentCache<EventDefinitionCacheEntry> eventDefinitionCache) -
Uses of EventDefinitionCacheEntry in org.flowable.eventregistry.impl.persistence.deploy
Fields in org.flowable.eventregistry.impl.persistence.deploy with type parameters of type EventDefinitionCacheEntryModifier and TypeFieldDescriptionprotected DeploymentCache<EventDefinitionCacheEntry>
EventDeploymentManager.eventDefinitionCache
Methods in org.flowable.eventregistry.impl.persistence.deploy that return EventDefinitionCacheEntryModifier and TypeMethodDescriptionEventDeploymentManager.resolveEventDefinition
(EventDefinition eventDefinition) Resolving the event will fetch the event definition, parse it and store theEventDefinition
in memory.Methods in org.flowable.eventregistry.impl.persistence.deploy that return types with arguments of type EventDefinitionCacheEntryMethod parameters in org.flowable.eventregistry.impl.persistence.deploy with type arguments of type EventDefinitionCacheEntryModifier and TypeMethodDescriptionvoid
EventDeploymentManager.setEventDefinitionCache
(DeploymentCache<EventDefinitionCacheEntry> eventDefinitionCache) Constructor parameters in org.flowable.eventregistry.impl.persistence.deploy with type arguments of type EventDefinitionCacheEntryModifierConstructorDescriptionEventDeploymentManager
(DeploymentCache<EventDefinitionCacheEntry> eventDefinitionCache, DeploymentCache<ChannelDefinitionCacheEntry> channelDefinitionCache, EventRegistryEngineConfiguration engineConfig)