Uses of Interface
org.flowable.eventregistry.impl.persistence.deploy.Deployer
-
Packages that use Deployer Package Description org.flowable.eventregistry.impl org.flowable.eventregistry.impl.deployer org.flowable.eventregistry.impl.persistence.deploy -
-
Uses of Deployer in org.flowable.eventregistry.impl
Fields in org.flowable.eventregistry.impl with type parameters of type Deployer Modifier and Type Field Description protected List<Deployer>EventRegistryEngineConfiguration. customPostDeployersprotected List<Deployer>EventRegistryEngineConfiguration. customPreDeployersprotected List<Deployer>EventRegistryEngineConfiguration. deployersMethods in org.flowable.eventregistry.impl that return types with arguments of type Deployer Modifier and Type Method Description Collection<? extends Deployer>EventRegistryEngineConfiguration. getDefaultDeployers() -
Uses of Deployer in org.flowable.eventregistry.impl.deployer
Classes in org.flowable.eventregistry.impl.deployer that implement Deployer Modifier and Type Class Description classEventDefinitionDeployer -
Uses of Deployer in org.flowable.eventregistry.impl.persistence.deploy
Fields in org.flowable.eventregistry.impl.persistence.deploy with type parameters of type Deployer Modifier and Type Field Description protected List<Deployer>EventDeploymentManager. deployersMethods in org.flowable.eventregistry.impl.persistence.deploy that return types with arguments of type Deployer Modifier and Type Method Description List<Deployer>EventDeploymentManager. getDeployers()Method parameters in org.flowable.eventregistry.impl.persistence.deploy with type arguments of type Deployer Modifier and Type Method Description voidEventDeploymentManager. setDeployers(List<Deployer> deployers)
-