Examples of AcrossModuleBootstrappedEvent


Examples of com.foreach.across.core.events.AcrossModuleBootstrappedEvent

          config.getModule().bootstrap();

          configurableAcrossModuleInfo.setBootstrapStatus( ModuleBootstrapStatus.Bootstrapped );

          // Send event that this module has bootstrapped
          context.publishEvent( new AcrossModuleBootstrappedEvent( moduleInfo ) );

          // Run installers after module itself has bootstrapped
          installerRegistry.runInstallersForModule( moduleInfo.getName(),
                                                    InstallerPhase.AfterModuleBootstrap );
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.