Interface ApplicationDeployListener

All Superinterfaces:
DeployListener<ApplicationModel>

@SPI(scope=APPLICATION) public interface ApplicationDeployListener extends DeployListener<ApplicationModel>
Listen for Dubbo application deployment events
  • Method Details

    • onModuleStarted

      default void onModuleStarted(ApplicationModel applicationModel)