Class ImportPoller

java.lang.Object
org.bgerp.app.cfg.Config
org.bgerp.app.exec.scheduler.Task
org.bgerp.plugin.inventory.sync1c.exec.ImportPoller
All Implemented Interfaces:
Runnable, Title

public class ImportPoller extends Task
Scheduled task: pulls stock balances from all enabled 1C instances. Configure in bgerp.properties: scheduler.task.sync1c_import.class=org.bgerp.plugin.inventory.sync1c.exec.ImportPoller scheduler.task.sync1c_import.minutes=* /30
  • Constructor Details

    • ImportPoller

      public ImportPoller(ConfigMap config)
  • Method Details