类 ClasspathLoggingApplicationListener

  • 所有已实现的接口:
    EventListener, org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>, org.springframework.context.event.GenericApplicationListener, org.springframework.core.Ordered

    public final class ClasspathLoggingApplicationListener
    extends Object
    implements org.springframework.context.event.GenericApplicationListener
    A SmartApplicationListener that reacts to environment prepared events and to failed events by logging the classpath of the thread context class loader (TCCL) at DEBUG level.
    从以下版本开始:
    2.0.0
    • 方法详细资料

      • onApplicationEvent

        public void onApplicationEvent​(org.springframework.context.ApplicationEvent event)
        指定者:
        onApplicationEvent 在接口中 org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>
      • getOrder

        public int getOrder()
        指定者:
        getOrder 在接口中 org.springframework.context.event.GenericApplicationListener
        指定者:
        getOrder 在接口中 org.springframework.core.Ordered
      • supportsEventType

        public boolean supportsEventType​(org.springframework.core.ResolvableType resolvableType)
        指定者:
        supportsEventType 在接口中 org.springframework.context.event.GenericApplicationListener