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