类 HttpTpsPointRegistry

  • 所有已实现的接口:
    java.util.EventListener, org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>

    @Service
    public class HttpTpsPointRegistry
    extends java.lang.Object
    implements org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
    RequestHandlerRegistry.
    版本:
    $Id: RequestHandlerRegistry.java, v 0.1 2020年07月13日 8:24 PM liuzunfei Exp $
    作者:
    liuzunfei
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      private java.util.concurrent.atomic.AtomicBoolean isInit  
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      void onApplicationEvent​(org.springframework.context.event.ContextRefreshedEvent event)  
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • isInit

        private volatile java.util.concurrent.atomic.AtomicBoolean isInit
    • 构造器详细资料

      • HttpTpsPointRegistry

        public HttpTpsPointRegistry()
    • 方法详细资料

      • onApplicationEvent

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