Class RemoteServiceRegistryInitializer

java.lang.Object
org.chenile.service.registry.configuration.RemoteServiceRegistryInitializer
All Implemented Interfaces:
EventListener, ApplicationListener<org.springframework.boot.context.event.ApplicationReadyEvent>, Ordered

@Configuration @PropertySource("classpath:${chenile.properties:chenile.properties}") public class RemoteServiceRegistryInitializer extends Object implements ApplicationListener<org.springframework.boot.context.event.ApplicationReadyEvent>, Ordered
  • Field Details

  • Constructor Details

    • RemoteServiceRegistryInitializer

      public RemoteServiceRegistryInitializer()
  • Method Details

    • onApplicationEvent

      public void onApplicationEvent(org.springframework.boot.context.event.ApplicationReadyEvent event)
      Specified by:
      onApplicationEvent in interface ApplicationListener<org.springframework.boot.context.event.ApplicationReadyEvent>
    • getOrder

      public int getOrder()
      Specified by:
      getOrder in interface Ordered