Startup service for the HiveMind Registry. This service is invoked as the {@link org.apache.hivemind.internal.RegistryInfrastructure#startup() last step} of the{@link org.apache.hivemind.impl.RegistryBuilder#constructRegistry(java.util.Locale) registry construction}. All contributions (java.lang.Runnable objects) to the
hivemind.Startup
configuration point are executed serially in an arbitrary order. Note that the contributions are
not executed in separate Threads.
HiveMind contributes the hivemind.EagerLoad
(see {@link org.apache.hivemind.service.impl.EagerLoader}) service to the hivemind.Startup
configuration.
@author Howard Lewis Ship