Class CachingAndArtifactsManager
- java.lang.Object
-
- org.flowable.eventregistry.impl.deployer.CachingAndArtifactsManager
-
public class CachingAndArtifactsManager extends Object
Updates caches and artifacts for a deployment and its event and channel definitions
-
-
Constructor Summary
Constructors Constructor Description CachingAndArtifactsManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidregisterChannelModel(ChannelModel channelModel, ChannelDefinition channelDefinition, EventRegistryEngineConfiguration eventRegistryEngineConfiguration)voidremoveChannelDefinitionFromCache(String channelDefinitionId)voidupdateCachingAndArtifacts(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.
-
-
-
Method Detail
-
removeChannelDefinitionFromCache
public void removeChannelDefinitionFromCache(String channelDefinitionId)
-
updateCachingAndArtifacts
public 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.
-
registerChannelModel
public void registerChannelModel(ChannelModel channelModel, ChannelDefinition channelDefinition, EventRegistryEngineConfiguration eventRegistryEngineConfiguration)
-
-