Class DubboBootstrapStartStopListenerSpringAdapter
java.lang.Object
org.apache.dubbo.config.spring.context.DubboBootstrapStartStopListenerSpringAdapter
- All Implemented Interfaces:
DubboBootstrapStartStopListener
@Deprecated
public class DubboBootstrapStartStopListenerSpringAdapter
extends Object
implements DubboBootstrapStartStopListener
Deprecated.
convcert Dubbo bootstrap event to spring environment.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonStart(DubboBootstrap bootstrap) Deprecated.voidonStop(DubboBootstrap bootstrap) Deprecated.
-
Constructor Details
-
DubboBootstrapStartStopListenerSpringAdapter
public DubboBootstrapStartStopListenerSpringAdapter()Deprecated.
-
-
Method Details
-
onStart
Deprecated.- Specified by:
onStartin interfaceDubboBootstrapStartStopListener
-
onStop
Deprecated.- Specified by:
onStopin interfaceDubboBootstrapStartStopListener
-