Uses of Interface
org.flowable.eventregistry.impl.persistence.deploy.Deployer
Packages that use Deployer
Package
Description
-
Uses of Deployer in org.flowable.eventregistry.impl
Fields in org.flowable.eventregistry.impl with type parameters of type DeployerModifier and TypeFieldDescriptionEventRegistryEngineConfiguration.customPostDeployers
EventRegistryEngineConfiguration.customPreDeployers
EventRegistryEngineConfiguration.deployers
Methods in org.flowable.eventregistry.impl that return types with arguments of type DeployerModifier and TypeMethodDescriptionCollection<? extends Deployer>
EventRegistryEngineConfiguration.getDefaultDeployers()
-
Uses of Deployer in org.flowable.eventregistry.impl.deployer
Classes in org.flowable.eventregistry.impl.deployer that implement Deployer -
Uses of Deployer in org.flowable.eventregistry.impl.persistence.deploy
Fields in org.flowable.eventregistry.impl.persistence.deploy with type parameters of type DeployerMethods in org.flowable.eventregistry.impl.persistence.deploy that return types with arguments of type DeployerMethod parameters in org.flowable.eventregistry.impl.persistence.deploy with type arguments of type DeployerModifier and TypeMethodDescriptionvoid
EventDeploymentManager.setDeployers
(List<Deployer> deployers)