类 NacosLoggingListener

java.lang.Object
com.alibaba.cloud.nacos.discovery.logging.NacosLoggingListener
所有已实现的接口:
EventListener, org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>, org.springframework.context.event.GenericApplicationListener, org.springframework.context.event.SmartApplicationListener, org.springframework.core.Ordered

@Deprecated public class NacosLoggingListener extends Object implements org.springframework.context.event.GenericApplicationListener
已过时。
Reload nacos log configuration file, after LoggingApplicationListener.
作者:
mai.jh
  • 字段概要

    从接口继承的字段 org.springframework.core.Ordered

    HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
  • 构造器概要

    构造器
    构造器
    说明
    已过时。
     
  • 方法概要

    修饰符和类型
    方法
    说明
    int
    已过时。
     
    void
    onApplicationEvent(org.springframework.context.ApplicationEvent applicationEvent)
    已过时。
     
    boolean
    supportsEventType(org.springframework.core.ResolvableType resolvableType)
    已过时。
     

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    从接口继承的方法 org.springframework.context.ApplicationListener

    supportsAsyncExecution

    从接口继承的方法 org.springframework.context.event.GenericApplicationListener

    supportsEventType

    从接口继承的方法 org.springframework.context.event.SmartApplicationListener

    getListenerId, supportsSourceType
  • 构造器详细资料

    • NacosLoggingListener

      public NacosLoggingListener()
      已过时。
  • 方法详细资料

    • supportsEventType

      public boolean supportsEventType(org.springframework.core.ResolvableType resolvableType)
      已过时。
      指定者:
      supportsEventType 在接口中 org.springframework.context.event.GenericApplicationListener
    • onApplicationEvent

      public void onApplicationEvent(org.springframework.context.ApplicationEvent applicationEvent)
      已过时。
      指定者:
      onApplicationEvent 在接口中 org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>
    • getOrder

      public int getOrder()
      已过时。
      指定者:
      getOrder 在接口中 org.springframework.core.Ordered
      指定者:
      getOrder 在接口中 org.springframework.context.event.SmartApplicationListener