Package org.apache.dubbo.common.deploy
Interface ApplicationDeployListener
- All Superinterfaces:
DeployListener<ApplicationModel>
@SPI(scope=APPLICATION)
public interface ApplicationDeployListener
extends DeployListener<ApplicationModel>
Listen for Dubbo application deployment events
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidonModuleStarted(ApplicationModel applicationModel) Methods inherited from interface org.apache.dubbo.common.deploy.DeployListener
onFailure, onInitialize, onStarted, onStarting, onStopped, onStopping
-
Method Details
-
onModuleStarted
-