org.apache.myfaces.extensions.cdi.core.api.startup.event
Interface StartupEventBroadcaster
public interface StartupEventBroadcaster
Broadcasters which implement this interface don't use CDI concepts and have to be configured via the
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
Method Summary |
void |
broadcastStartup()
Allows to trigger any custom mechanism during the bootstrapping process. |
broadcastStartup
void broadcastStartup()
- Allows to trigger any custom mechanism during the bootstrapping process.
Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.