Back to index
Back to module hivemind
Service hivemind.EagerLoad
Interface
java.lang.Runnable
Visibility
Public
Service that performs eager loading of other services. This service is contributed into the hivemind.Startup configuration.
Implementation
<invoke-factory
model
="primitive"
>
<construct
class
="org.apache.hivemind.service.impl.EagerLoader"
>
<set-configuration
configuration-id
="EagerLoad"
property
="servicePoints"
/>
</construct>
</invoke-factory>
Back to index
Back to module hivemind