public interface StartupEventBroadcaster
ServiceLoader
approach for broadcasting the startup of CODI which might happen before the CDI
container is up and running. E.g. add-ons like the controlled bootstrapping add-on can implement this interface
in order to force the bootstrapping of the CDI container before CODI continues with the startup process.
Further details are available at CodiStartupBroadcaster
Modifier and Type | Method and Description |
---|---|
void |
broadcastStartup()
Allows to trigger any custom mechanism during the bootstrapping process.
|
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.