Back to index
Back to module hivemind
Service 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
>
<construct
class
="org.apache.hivemind.impl.StartupImpl"
>
<set-configuration
configuration-id
="Startup"
property
="runnables"
/>
</construct>
</invoke-factory>
Back to index
Back to module hivemind