Class CachingAndArtifactsManager
java.lang.Object
org.flowable.eventregistry.impl.deployer.CachingAndArtifactsManager
Updates caches and artifacts for a deployment and its event and channel definitions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
registerChannelModel
(ChannelModel channelModel, ChannelDefinition channelDefinition, EventRegistryEngineConfiguration eventRegistryEngineConfiguration) void
removeChannelDefinitionFromCache
(String channelDefinitionId) void
updateCachingAndArtifacts
(ParsedDeployment parsedDeployment) Ensures that the event and channel definitions are cached in the appropriate places, including the deployment's collection of deployed artifacts and the deployment manager's cache.
-
Constructor Details
-
CachingAndArtifactsManager
public CachingAndArtifactsManager()
-
-
Method Details
-
removeChannelDefinitionFromCache
-
updateCachingAndArtifacts
Ensures that the event and channel definitions are cached in the appropriate places, including the deployment's collection of deployed artifacts and the deployment manager's cache. -
registerChannelModel
public void registerChannelModel(ChannelModel channelModel, ChannelDefinition channelDefinition, EventRegistryEngineConfiguration eventRegistryEngineConfiguration)
-