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 EventRegistryEngineSubclasses with type arguments of type EventRegistryEngine in org.flowable.eventregistry.implClasses in org.flowable.eventregistry.impl that implement interfaces with type arguments of type 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) protected EventRegistryEngineEventRegistryEngineConfiguration.createEngine()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 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 TypeMethodDescriptionvoidEventRegistryEnginePostEngineBuildConsumer.accept(EventRegistryEngine eventRegistryEngine) 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.impl.configurator
Subclasses with type arguments of type EventRegistryEngine in org.flowable.eventregistry.impl.configuratorMethods in org.flowable.eventregistry.impl.configurator that return EventRegistryEngineModifier and TypeMethodDescriptionprotected EventRegistryEngineEventRegistryEngineConfigurator.buildEngine()EventRegistryEngineConfigurator.getEventRegistryEngine()Methods in org.flowable.eventregistry.impl.configurator with parameters of type EventRegistryEngineModifier and TypeMethodDescriptionvoidEventRegistryEngineConfigurator.setEventRegistryEngine(EventRegistryEngine eventRegistryEngine) -
Uses of EventRegistryEngine in org.flowable.eventregistry.spring
Classes in org.flowable.eventregistry.spring that implement interfaces with type arguments of type EventRegistryEngineFields in org.flowable.eventregistry.spring declared as EventRegistryEngineModifier and TypeFieldDescriptionprotected EventRegistryEngineEventRegistryFactoryBean.eventRegistryEngineFields in org.flowable.eventregistry.spring with type parameters of type EventRegistryEngineModifier and TypeFieldDescriptionprotected Collection<AutoDeploymentStrategy<EventRegistryEngine>> SpringEventRegistryEngineConfiguration.deploymentStrategiesMethods in org.flowable.eventregistry.spring that return EventRegistryEngineModifier and TypeMethodDescriptionSpringEventRegistryEngineConfiguration.buildEngine()static EventRegistryEngineSpringEventConfigurationHelper.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 theAutoDeploymentStrategyfor the provided mode.SpringEventRegistryEngineConfiguration.getDeploymentStrategies()EventRegistryFactoryBean.getObjectType()Methods in org.flowable.eventregistry.spring with parameters of type EventRegistryEngineModifier and TypeMethodDescriptionprotected voidSpringEventRegistryEngineConfiguration.autoDeployResources(EventRegistryEngine eventRegistryEngine) Method parameters in org.flowable.eventregistry.spring with type arguments of type EventRegistryEngineModifier and TypeMethodDescriptionvoidSpringEventRegistryEngineConfiguration.setDeploymentStrategies(Collection<AutoDeploymentStrategy<EventRegistryEngine>> deploymentStrategies) -
Uses of EventRegistryEngine in org.flowable.eventregistry.spring.autodeployment
Subclasses with type arguments of type EventRegistryEngine in org.flowable.eventregistry.spring.autodeploymentModifier and TypeClassDescriptionclassAbstract base class for implementations ofAutoDeploymentStrategy.Methods in org.flowable.eventregistry.spring.autodeployment with parameters of type EventRegistryEngineModifier and TypeMethodDescriptionprotected voidDefaultAutoDeploymentStrategy.deployResourcesInternal(String deploymentNameHint, Resource[] resources, EventRegistryEngine engine) protected voidResourceParentFolderAutoDeploymentStrategy.deployResourcesInternal(String deploymentNameHint, Resource[] resources, EventRegistryEngine engine) protected voidSingleResourceAutoDeploymentStrategy.deployResourcesInternal(String deploymentNameHint, Resource[] resources, EventRegistryEngine engine) protected LockManagerAbstractEventAutoDeploymentStrategy.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 EventRegistryEngineFlowableEventSpringExtension.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 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) 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) Constructors in org.flowable.eventregistry.test with parameters of type EventRegistryEngine