接口 ServiceListener


  • @SPI
    public interface ServiceListener
    Listener for service config
    • 方法详细资料

      • exported

        void exported​(ServiceConfig sc)
        Callback when ServiceConfig is exported
        参数:
        sc -
      • unexported

        void unexported​(ServiceConfig sc)
        Callback when ServiceConfig is unexported
        参数:
        sc -