类 NacosAutoServiceRegistrationListener

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

    public class NacosAutoServiceRegistrationListener
    extends Object
    implements org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationReadyEvent>
    nacos 自动服务注册监听器
    作者:
    shidaobang
    Date:
    2024/02/06
    • 构造器详细资料

      • NacosAutoServiceRegistrationListener

        public NacosAutoServiceRegistrationListener()
    • 方法详细资料

      • onApplicationEvent

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