Uses of Interface
org.flowable.eventregistry.impl.EventRegistryEngine
Packages that use EventRegistryEngine
Package
Description
-
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.eventRegistryEngines
Methods in org.flowable.eventregistry.impl that return EventRegistryEngineModifier and TypeMethodDescriptionEventRegistryEngineConfiguration.buildEventRegistryEngine()
protected static EventRegistryEngine
EventRegistryEngines.buildEventRegistryEngine
(URL resource) protected EventRegistryEngine
EventRegistryEngineConfiguration.createEngine()
static EventRegistryEngine
EventRegistryEngines.getDefaultEventRegistryEngine()
static EventRegistryEngine
EventRegistryEngines.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 TypeMethodDescriptionprotected Consumer<EventRegistryEngine>
EventRegistryEngineConfiguration.createPostEngineBuildConsumer()
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 EventRegistryEngineModifier and TypeMethodDescriptionvoid
EventRegistryEnginePostEngineBuildConsumer.accept
(EventRegistryEngine eventRegistryEngine) static void
EventRegistryEngines.registerEventRegistryEngine
(EventRegistryEngine eventRegistryEngine) Registers the given event registry engine.static void
EventRegistryEngines.unregister
(EventRegistryEngine eventRegistryEngine) Unregisters the given event registry engine. -
Uses of EventRegistryEngine in org.flowable.eventregistry.impl.configurator
Methods in org.flowable.eventregistry.impl.configurator that return EventRegistryEngineModifier and TypeMethodDescriptionprotected EventRegistryEngine
EventRegistryEngineConfigurator.buildEngine()
EventRegistryEngineConfigurator.getEventRegistryEngine()
Methods in org.flowable.eventregistry.impl.configurator with parameters of type EventRegistryEngineModifier and TypeMethodDescriptionvoid
EventRegistryEngineConfigurator.setEventRegistryEngine
(EventRegistryEngine eventRegistryEngine) -
Uses of EventRegistryEngine in org.flowable.eventregistry.spring
Fields in org.flowable.eventregistry.spring declared as EventRegistryEngineModifier and TypeFieldDescriptionprotected EventRegistryEngine
EventRegistryFactoryBean.eventRegistryEngine
Fields in org.flowable.eventregistry.spring with type parameters of type EventRegistryEngineModifier and TypeFieldDescriptionprotected Collection<AutoDeploymentStrategy<EventRegistryEngine>>
SpringEventRegistryEngineConfiguration.deploymentStrategies
Methods in org.flowable.eventregistry.spring that return EventRegistryEngineModifier and TypeMethodDescriptionSpringEventRegistryEngineConfiguration.buildEngine()
static EventRegistryEngine
SpringEventConfigurationHelper.buildEventRegistryEngine
(URL resource) EventRegistryFactoryBean.getObject()
Methods in org.flowable.eventregistry.spring that return types with arguments of type EventRegistryEngineModifier and TypeMethodDescriptionprotected AutoDeploymentStrategy<EventRegistryEngine>
SpringEventRegistryEngineConfiguration.getAutoDeploymentStrategy
(String mode) Gets theAutoDeploymentStrategy
for the provided mode.SpringEventRegistryEngineConfiguration.getDeploymentStrategies()
EventRegistryFactoryBean.getObjectType()
Methods in org.flowable.eventregistry.spring with parameters of type EventRegistryEngineModifier and TypeMethodDescriptionprotected void
SpringEventRegistryEngineConfiguration.autoDeployResources
(EventRegistryEngine eventRegistryEngine) Method parameters in org.flowable.eventregistry.spring with type arguments of type EventRegistryEngineModifier and TypeMethodDescriptionvoid
SpringEventRegistryEngineConfiguration.setDeploymentStrategies
(Collection<AutoDeploymentStrategy<EventRegistryEngine>> deploymentStrategies) -
Uses of EventRegistryEngine in org.flowable.eventregistry.spring.autodeployment
Methods in org.flowable.eventregistry.spring.autodeployment with parameters of type EventRegistryEngineModifier and TypeMethodDescriptionprotected void
DefaultAutoDeploymentStrategy.deployResourcesInternal
(String deploymentNameHint, Resource[] resources, EventRegistryEngine engine) protected void
ResourceParentFolderAutoDeploymentStrategy.deployResourcesInternal
(String deploymentNameHint, Resource[] resources, EventRegistryEngine engine) protected void
SingleResourceAutoDeploymentStrategy.deployResourcesInternal
(String deploymentNameHint, Resource[] resources, EventRegistryEngine engine) protected LockManager
AbstractEventAutoDeploymentStrategy.getLockManager
(EventRegistryEngine engine, String deploymentNameHint) -
Uses of EventRegistryEngine in org.flowable.eventregistry.spring.test
Methods in org.flowable.eventregistry.spring.test that return EventRegistryEngineModifier and TypeMethodDescriptionprotected EventRegistryEngine
FlowableEventSpringExtension.createEventRegistryEngine
(org.junit.jupiter.api.extension.ExtensionContext context) -
Uses of EventRegistryEngine in org.flowable.eventregistry.test
Fields in org.flowable.eventregistry.test declared as EventRegistryEngineModifier and TypeFieldDescriptionprotected EventRegistryEngine
FlowableEventRule.eventRegistryEngine
protected final EventRegistryEngine
FlowableEventTestHelper.eventRegistryEngine
Methods in org.flowable.eventregistry.test that return EventRegistryEngineModifier and TypeMethodDescriptionprotected EventRegistryEngine
FlowableEventExtension.createEventRegistryEngine
(org.junit.jupiter.api.extension.ExtensionContext context) static EventRegistryEngine
EventTestHelper.getEventRegistryEngine
(String configurationResource) FlowableEventRule.getEventRegistryEngine()
FlowableEventTestHelper.getEventRegistryEngine()
Methods in org.flowable.eventregistry.test with parameters of type EventRegistryEngineModifier and TypeMethodDescriptionstatic 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) Constructors in org.flowable.eventregistry.test with parameters of type EventRegistryEngineModifierConstructorDescriptionFlowableEventRule
(EventRegistryEngine eventRegistryEngine) FlowableEventTestHelper
(EventRegistryEngine eventRegistryEngine)