| Modifier and Type | Class and Description |
|---|---|
class |
EventRegistryEngineImpl |
| Modifier and Type | Field and Description |
|---|---|
protected static Map<String,EventRegistryEngine> |
EventRegistryEngines.eventRegistryEngines |
| Modifier and Type | Method and Description |
|---|---|
EventRegistryEngine |
EventRegistryEngineConfiguration.buildEventRegistryEngine() |
protected static EventRegistryEngine |
EventRegistryEngines.buildEventRegistryEngine(URL resource) |
static EventRegistryEngine |
EventRegistryEngines.getDefaultEventRegistryEngine() |
static EventRegistryEngine |
EventRegistryEngines.getEventRegistryEngine(String eventRegistryEngineName)
Obtain an event registry engine by name.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,EventRegistryEngine> |
EventRegistryEngines.getEventRegistryEngines()
provides access to event registry engine to application clients in a managed server environment.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
EventRegistryEngines.registerEventRegistryEngine(EventRegistryEngine eventRegistryEngine)
Registers the given event registry engine.
|
static void |
EventRegistryEngines.unregister(EventRegistryEngine eventRegistryEngine)
Unregisters the given event registry engine.
|
| Modifier and Type | Field and Description |
|---|---|
protected EventRegistryEngine |
EventRegistryEngineConfigurator.eventRegistryEngine |
| Modifier and Type | Method and Description |
|---|---|
EventRegistryEngine |
EventRegistryEngineConfigurator.getEventRegistryEngine() |
protected EventRegistryEngine |
EventRegistryEngineConfigurator.initEventRegistryEngine() |
| Modifier and Type | Method and Description |
|---|---|
void |
EventRegistryEngineConfigurator.setEventRegistryEngine(EventRegistryEngine eventRegistryEngine) |
| Modifier and Type | Field and Description |
|---|---|
protected EventRegistryEngine |
EventRegistryFactoryBean.eventRegistryEngine |
| Modifier and Type | Field and Description |
|---|---|
protected Collection<AutoDeploymentStrategy<EventRegistryEngine>> |
SpringEventRegistryEngineConfiguration.deploymentStrategies |
| Modifier and Type | Method and Description |
|---|---|
EventRegistryEngine |
SpringEventRegistryEngineConfiguration.buildEventRegistryEngine() |
static EventRegistryEngine |
SpringEventConfigurationHelper.buildEventRegistryEngine(URL resource) |
EventRegistryEngine |
EventRegistryFactoryBean.getObject() |
| Modifier and Type | Method and Description |
|---|---|
protected AutoDeploymentStrategy<EventRegistryEngine> |
SpringEventRegistryEngineConfiguration.getAutoDeploymentStrategy(String mode)
Gets the
AutoDeploymentStrategy for the provided mode. |
Collection<AutoDeploymentStrategy<EventRegistryEngine>> |
SpringEventRegistryEngineConfiguration.getDeploymentStrategies() |
Class<EventRegistryEngine> |
EventRegistryFactoryBean.getObjectType() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SpringEventRegistryEngineConfiguration.autoDeployResources(EventRegistryEngine eventRegistryEngine) |
| Modifier and Type | Method and Description |
|---|---|
void |
SpringEventRegistryEngineConfiguration.setDeploymentStrategies(Collection<AutoDeploymentStrategy<EventRegistryEngine>> deploymentStrategies) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultAutoDeploymentStrategy.deployResourcesInternal(String deploymentNameHint,
org.springframework.core.io.Resource[] resources,
EventRegistryEngine engine) |
protected void |
SingleResourceAutoDeploymentStrategy.deployResourcesInternal(String deploymentNameHint,
org.springframework.core.io.Resource[] resources,
EventRegistryEngine engine) |
protected void |
ResourceParentFolderAutoDeploymentStrategy.deployResourcesInternal(String deploymentNameHint,
org.springframework.core.io.Resource[] resources,
EventRegistryEngine engine) |
protected LockManager |
AbstractEventAutoDeploymentStrategy.getLockManager(EventRegistryEngine engine,
String deploymentNameHint) |
| Modifier and Type | Method and Description |
|---|---|
protected EventRegistryEngine |
SpringEventRegistryConfigurator.initEventRegistryEngine() |
| Modifier and Type | Method and Description |
|---|---|
protected EventRegistryEngine |
FlowableEventSpringExtension.createEventRegistryEngine(org.junit.jupiter.api.extension.ExtensionContext context) |
| Modifier and Type | Field and Description |
|---|---|
protected EventRegistryEngine |
FlowableEventTestHelper.eventRegistryEngine |
protected EventRegistryEngine |
FlowableEventRule.eventRegistryEngine |
| Modifier and Type | Method and Description |
|---|---|
protected EventRegistryEngine |
FlowableEventExtension.createEventRegistryEngine(org.junit.jupiter.api.extension.ExtensionContext context) |
EventRegistryEngine |
FlowableEventTestHelper.getEventRegistryEngine() |
EventRegistryEngine |
FlowableEventRule.getEventRegistryEngine() |
static EventRegistryEngine |
EventTestHelper.getEventRegistryEngine(String configurationResource) |
| Modifier and Type | Method and Description |
|---|---|
static void |
EventTestHelper.assertAndEnsureCleanDb(EventRegistryEngine eventRegistryEngine)
Each test is assumed to clean up all DB content it entered.
|
protected void |
FlowableEventExtension.assertAndEnsureCleanDb(EventRegistryEngine eventRegistryEngine,
org.junit.jupiter.api.extension.ExtensionContext context,
EnsureCleanDb ensureCleanDb)
Each test is assumed to clean up all DB content it entered.
|
protected void |
FlowableEventExtension.cleanTestAndAssertAndEnsureCleanDb(org.junit.jupiter.api.extension.ExtensionContext context,
EventRegistryEngine eventRegistryEngine) |
void |
FlowableEventRule.setEventRegistryEngine(EventRegistryEngine eventRegistryEngine) |
| Constructor and Description |
|---|
FlowableEventRule(EventRegistryEngine eventRegistryEngine) |
FlowableEventTestHelper(EventRegistryEngine eventRegistryEngine) |
| Modifier and Type | Method and Description |
|---|---|
EventManagementService |
EventRegistryServicesAutoConfiguration.eventManagementService(EventRegistryEngine eventRegistryEngine) |
EventRegistry |
EventRegistryServicesAutoConfiguration.eventRegistry(EventRegistryEngine eventRegistryEngine) |
EventRepositoryService |
EventRegistryServicesAutoConfiguration.eventRepositoryService(EventRegistryEngine eventRegistryEngine) |
| Modifier and Type | Method and Description |
|---|---|
SpringEventRegistryEngineConfiguration |
EventRegistryAutoConfiguration.eventEngineConfiguration(DataSource dataSource,
org.springframework.transaction.PlatformTransactionManager platformTransactionManager,
org.springframework.beans.factory.ObjectProvider<com.fasterxml.jackson.databind.ObjectMapper> objectMapperProvider,
org.springframework.beans.factory.ObjectProvider<List<ChannelModelProcessor>> channelModelProcessors,
org.springframework.beans.factory.ObjectProvider<List<AutoDeploymentStrategy<EventRegistryEngine>>> eventAutoDeploymentStrategies,
org.springframework.beans.factory.ObjectProvider<org.springframework.scheduling.TaskScheduler> taskScheduler,
org.springframework.beans.factory.ObjectProvider<EventRegistryChangeDetectionExecutor> eventRegistryChangeDetectionExecutor) |
Copyright © 2023 Flowable. All rights reserved.