Module hivemind
Back to master index

[public] Service Point hivemind.Startup Interface: java.lang.Runnable
A service which is used to bootstrap HiveMind; it obtains the hivemind.Startup configuration and runs each Runnable object or service within.
Implementation
  • <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
    • <construct class="impl.StartupImpl" >
      • <set-configuration configuration-id="Startup" property="runnables" />
      </construct>
    </invoke-factory>

Module hivemind
Back to master index