Uses of Interface
org.flowable.eventregistry.impl.EventRegistryEngine
Packages that use EventRegistryEngine
-
Uses of EventRegistryEngine in org.flowable.eventregistry.impl
Classes in org.flowable.eventregistry.impl that implement EventRegistryEngineFields in org.flowable.eventregistry.impl with type parameters of type EventRegistryEngineModifier and TypeFieldDescriptionprotected static Map<String,EventRegistryEngine> EventRegistryEngines.eventRegistryEnginesMethods in org.flowable.eventregistry.impl that return EventRegistryEngineModifier and TypeMethodDescriptionEventRegistryEngineConfiguration.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 EventRegistryEngineModifier and TypeMethodDescriptionstatic 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 EventRegistryEngineModifier and TypeMethodDescriptionstatic 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 EventRegistryEngineModifier and TypeFieldDescriptionprotected EventRegistryEngineFlowableEventRule.eventRegistryEngineprotected final EventRegistryEngineFlowableEventTestHelper.eventRegistryEngineMethods in org.flowable.eventregistry.test that return EventRegistryEngineModifier and TypeMethodDescriptionprotected EventRegistryEngineFlowableEventExtension.createEventRegistryEngine(org.junit.jupiter.api.extension.ExtensionContext context) static EventRegistryEngineEventTestHelper.getEventRegistryEngine(String configurationResource) FlowableEventRule.getEventRegistryEngine()FlowableEventTestHelper.getEventRegistryEngine()Methods in org.flowable.eventregistry.test with parameters of type EventRegistryEngineModifier and TypeMethodDescriptionstatic 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 EventRegistryEngineModifierConstructorDescriptionFlowableEventRule(EventRegistryEngine eventRegistryEngine) FlowableEventTestHelper(EventRegistryEngine eventRegistryEngine)