public class CachingAndArtifactsManager extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ChannelJsonConverter |
channelJsonConverter |
protected EventJsonConverter |
eventJsonConverter |
| Constructor and Description |
|---|
CachingAndArtifactsManager() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
registerChannelModel(ChannelModel channelModel,
ChannelDefinition channelDefinition,
EventRegistryEngineConfiguration eventRegistryEngineConfiguration) |
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.
|
protected EventJsonConverter eventJsonConverter
protected ChannelJsonConverter channelJsonConverter
public void updateCachingAndArtifacts(ParsedDeployment parsedDeployment)
protected void registerChannelModel(ChannelModel channelModel, ChannelDefinition channelDefinition, EventRegistryEngineConfiguration eventRegistryEngineConfiguration)
Copyright © 2020 Flowable. All rights reserved.