Class AgentLicenseInstanceCountingConfigurator

java.lang.Object
com.flowable.agent.engine.configurator.AgentLicenseInstanceCountingConfigurator
All Implemented Interfaces:
org.flowable.common.engine.impl.EngineConfigurator

public class AgentLicenseInstanceCountingConfigurator extends Object implements org.flowable.common.engine.impl.EngineConfigurator
Registers the InstanceCountSessionFactory on the agent engine and composes a LicenseInstanceCountingAgentHistoryManager alongside the existing history manager.
  • Field Details

  • Constructor Details

  • Method Details

    • beforeInit

      public void beforeInit(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration)
      Specified by:
      beforeInit in interface org.flowable.common.engine.impl.EngineConfigurator
    • configure

      public void configure(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration)
      Specified by:
      configure in interface org.flowable.common.engine.impl.EngineConfigurator
    • getPriority

      public int getPriority()
      Specified by:
      getPriority in interface org.flowable.common.engine.impl.EngineConfigurator