类 DubboBootstrapStartStopListenerSpringAdapter
- java.lang.Object
-
- org.apache.dubbo.config.spring.context.DubboBootstrapStartStopListenerSpringAdapter
-
- 所有已实现的接口:
DubboBootstrapStartStopListener
public class DubboBootstrapStartStopListenerSpringAdapter extends Object implements DubboBootstrapStartStopListener
convert Dubbo bootstrap event to spring environment.
-
-
方法详细资料
-
onStart
public void onStart(DubboBootstrap bootstrap)
- 指定者:
onStart在接口中DubboBootstrapStartStopListener
-
onStop
public void onStop(DubboBootstrap bootstrap)
- 指定者:
onStop在接口中DubboBootstrapStartStopListener
-
-