Class NacosLoggingListener

java.lang.Object
com.alibaba.cloud.nacos.discovery.logging.NacosLoggingListener
All Implemented Interfaces:
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
Deprecated.
Reload nacos log configuration file, after LoggingApplicationListener.
Author:
mai.jh
  • Field Summary

    Fields inherited from interface org.springframework.core.Ordered

    HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Deprecated.
     
    void
    onApplicationEvent(org.springframework.context.ApplicationEvent applicationEvent)
    Deprecated.
     
    boolean
    supportsEventType(org.springframework.core.ResolvableType resolvableType)
    Deprecated.
     

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface org.springframework.context.ApplicationListener

    supportsAsyncExecution

    Methods inherited from interface org.springframework.context.event.GenericApplicationListener

    supportsEventType

    Methods inherited from interface org.springframework.context.event.SmartApplicationListener

    getListenerId, supportsSourceType
  • Constructor Details

    • NacosLoggingListener

      public NacosLoggingListener()
      Deprecated.
  • Method Details

    • supportsEventType

      public boolean supportsEventType(org.springframework.core.ResolvableType resolvableType)
      Deprecated.
      Specified by:
      supportsEventType in interface org.springframework.context.event.GenericApplicationListener
    • onApplicationEvent

      public void onApplicationEvent(org.springframework.context.ApplicationEvent applicationEvent)
      Deprecated.
      Specified by:
      onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>
    • getOrder

      public int getOrder()
      Deprecated.
      Specified by:
      getOrder in interface org.springframework.core.Ordered
      Specified by:
      getOrder in interface org.springframework.context.event.SmartApplicationListener