| Package | Description |
|---|---|
| org.flowable.eventregistry.impl | |
| org.flowable.eventregistry.test |
| 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 |
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) |
Copyright © 2021 Flowable. All rights reserved.