接口 LifecycleProcessor

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型方法说明
      voidonClose()
      Notification of context close phase, e.g. for auto-stopping components.
      voidonRefresh()
      Notification of context refresh, e.g. for auto-starting components.
    • 方法详细资料

      • onRefresh

        void onRefresh()
        Notification of context refresh, e.g. for auto-starting components.
      • onClose

        void onClose()
        Notification of context close phase, e.g. for auto-stopping components.