| Package | Description |
|---|---|
| org.flowable.eventregistry.impl | |
| org.flowable.eventregistry.impl.persistence.deploy |
| Modifier and Type | Field and Description |
|---|---|
protected DeploymentCache<EventDefinitionCacheEntry> |
EventRegistryEngineConfiguration.eventDefinitionCache |
| Modifier and Type | Method and Description |
|---|---|
DeploymentCache<EventDefinitionCacheEntry> |
EventRegistryEngineConfiguration.getEventDefinitionCache() |
| Modifier and Type | Method and Description |
|---|---|
EventRegistryEngineConfiguration |
EventRegistryEngineConfiguration.setEventDefinitionCache(DeploymentCache<EventDefinitionCacheEntry> eventDefinitionCache) |
| Modifier and Type | Field and Description |
|---|---|
protected DeploymentCache<EventDefinitionCacheEntry> |
EventDeploymentManager.eventDefinitionCache |
| Modifier and Type | Method and Description |
|---|---|
EventDefinitionCacheEntry |
EventDeploymentManager.resolveEventDefinition(EventDefinition eventDefinition)
Resolving the event will fetch the event definition, parse it and store the
EventDefinition in memory. |
| Modifier and Type | Method and Description |
|---|---|
DeploymentCache<EventDefinitionCacheEntry> |
EventDeploymentManager.getEventDefinitionCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
EventDeploymentManager.setEventDefinitionCache(DeploymentCache<EventDefinitionCacheEntry> eventDefinitionCache) |
| Constructor and Description |
|---|
EventDeploymentManager(DeploymentCache<EventDefinitionCacheEntry> eventDefinitionCache,
DeploymentCache<ChannelDefinitionCacheEntry> channelDefinitionCache,
EventRegistryEngineConfiguration engineConfig) |
Copyright © 2020 Flowable. All rights reserved.