Uses of Interface
org.flowable.eventregistry.impl.EventRegistryEngine
-
Packages that use EventRegistryEngine Package Description org.flowable.eventregistry.impl org.flowable.eventregistry.test -
-
Uses of EventRegistryEngine in org.flowable.eventregistry.impl
Classes in org.flowable.eventregistry.impl that implement EventRegistryEngine Modifier and Type Class Description classEventRegistryEngineImplFields in org.flowable.eventregistry.impl with type parameters of type EventRegistryEngine Modifier and Type Field Description protected static Map<String,EventRegistryEngine>EventRegistryEngines. eventRegistryEnginesMethods in org.flowable.eventregistry.impl that return EventRegistryEngine Modifier and Type Method Description EventRegistryEngineEventRegistryEngineConfiguration. buildEventRegistryEngine()protected static EventRegistryEngineEventRegistryEngines. buildEventRegistryEngine(URL resource)static EventRegistryEngineEventRegistryEngines. getDefaultEventRegistryEngine()static EventRegistryEngineEventRegistryEngines. getEventRegistryEngine(String eventRegistryEngineName)Obtain an event registry engine by name.Methods in org.flowable.eventregistry.impl that return types with arguments of type EventRegistryEngine Modifier and Type Method Description static Map<String,EventRegistryEngine>EventRegistryEngines. getEventRegistryEngines()provides access to event registry engine to application clients in a managed server environment.Methods in org.flowable.eventregistry.impl with parameters of type EventRegistryEngine Modifier and Type Method Description static voidEventRegistryEngines. registerEventRegistryEngine(EventRegistryEngine eventRegistryEngine)Registers the given event registry engine.static voidEventRegistryEngines. unregister(EventRegistryEngine eventRegistryEngine)Unregisters the given event registry engine. -
Uses of EventRegistryEngine in org.flowable.eventregistry.test
Fields in org.flowable.eventregistry.test declared as EventRegistryEngine Modifier and Type Field Description protected EventRegistryEngineFlowableEventRule. eventRegistryEngineprotected EventRegistryEngineFlowableEventTestHelper. eventRegistryEngineMethods in org.flowable.eventregistry.test that return EventRegistryEngine Modifier and Type Method Description protected EventRegistryEngineFlowableEventExtension. createEventRegistryEngine(org.junit.jupiter.api.extension.ExtensionContext context)static EventRegistryEngineEventTestHelper. getEventRegistryEngine(String configurationResource)EventRegistryEngineFlowableEventRule. getEventRegistryEngine()EventRegistryEngineFlowableEventTestHelper. getEventRegistryEngine()Methods in org.flowable.eventregistry.test with parameters of type EventRegistryEngine Modifier and Type Method Description static voidEventTestHelper. assertAndEnsureCleanDb(EventRegistryEngine eventRegistryEngine)Each test is assumed to clean up all DB content it entered.protected voidFlowableEventExtension. 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 voidFlowableEventExtension. cleanTestAndAssertAndEnsureCleanDb(org.junit.jupiter.api.extension.ExtensionContext context, EventRegistryEngine eventRegistryEngine)voidFlowableEventRule. setEventRegistryEngine(EventRegistryEngine eventRegistryEngine)Constructors in org.flowable.eventregistry.test with parameters of type EventRegistryEngine Constructor Description FlowableEventRule(EventRegistryEngine eventRegistryEngine)FlowableEventTestHelper(EventRegistryEngine eventRegistryEngine)
-