Class ServiceRegistryDeployer

java.lang.Object
com.flowable.serviceregistry.engine.impl.deployer.ServiceRegistryDeployer
All Implemented Interfaces:
org.flowable.common.engine.impl.EngineDeployer

public class ServiceRegistryDeployer
extends java.lang.Object
implements org.flowable.common.engine.impl.EngineDeployer
  • Constructor Summary

    Constructors 
    Constructor Description
    ServiceRegistryDeployer()  
  • Method Summary

    Modifier and Type Method Description
    void deploy​(org.flowable.common.engine.api.repository.EngineDeployment deployment, java.util.Map<java.lang.String,​java.lang.Object> deploymentSettings)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • deploy

      public void deploy​(org.flowable.common.engine.api.repository.EngineDeployment deployment, java.util.Map<java.lang.String,​java.lang.Object> deploymentSettings)
      Specified by:
      deploy in interface org.flowable.common.engine.impl.EngineDeployer