Uses of Class
org.flowable.eventregistry.impl.persistence.deploy.EventDefinitionCacheEntry
-
Packages that use EventDefinitionCacheEntry Package Description org.flowable.eventregistry.impl org.flowable.eventregistry.impl.persistence.deploy -
-
Uses of EventDefinitionCacheEntry in org.flowable.eventregistry.impl
Fields in org.flowable.eventregistry.impl with type parameters of type EventDefinitionCacheEntry Modifier and Type Field Description protected DeploymentCache<EventDefinitionCacheEntry>EventRegistryEngineConfiguration. eventDefinitionCacheMethods in org.flowable.eventregistry.impl that return types with arguments of type EventDefinitionCacheEntry Modifier and Type Method Description DeploymentCache<EventDefinitionCacheEntry>EventRegistryEngineConfiguration. getEventDefinitionCache()Method parameters in org.flowable.eventregistry.impl with type arguments of type EventDefinitionCacheEntry Modifier and Type Method Description EventRegistryEngineConfigurationEventRegistryEngineConfiguration. 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 EventDefinitionCacheEntry Modifier and Type Field Description protected DeploymentCache<EventDefinitionCacheEntry>EventDeploymentManager. eventDefinitionCacheMethods in org.flowable.eventregistry.impl.persistence.deploy that return EventDefinitionCacheEntry Modifier and Type Method Description EventDefinitionCacheEntryEventDeploymentManager. resolveEventDefinition(EventDefinition eventDefinition)Resolving the event will fetch the event definition, parse it and store theEventDefinitionin memory.Methods in org.flowable.eventregistry.impl.persistence.deploy that return types with arguments of type EventDefinitionCacheEntry Modifier and Type Method Description DeploymentCache<EventDefinitionCacheEntry>EventDeploymentManager. getEventDefinitionCache()Method parameters in org.flowable.eventregistry.impl.persistence.deploy with type arguments of type EventDefinitionCacheEntry Modifier and Type Method Description voidEventDeploymentManager. setEventDefinitionCache(DeploymentCache<EventDefinitionCacheEntry> eventDefinitionCache)Constructor parameters in org.flowable.eventregistry.impl.persistence.deploy with type arguments of type EventDefinitionCacheEntry Constructor Description EventDeploymentManager(DeploymentCache<EventDefinitionCacheEntry> eventDefinitionCache, DeploymentCache<ChannelDefinitionCacheEntry> channelDefinitionCache, EventRegistryEngineConfiguration engineConfig)
-