Class RootNamespaceAutoConfiguration.WorkerFactoryStarter

  • All Implemented Interfaces:
    java.util.EventListener, org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationReadyEvent>
    Enclosing class:
    RootNamespaceAutoConfiguration

    public static class RootNamespaceAutoConfiguration.WorkerFactoryStarter
    extends java.lang.Object
    implements org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationReadyEvent>
    • Constructor Summary

      Constructors 
      Constructor Description
      WorkerFactoryStarter​(io.temporal.worker.WorkerFactory workerFactory)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onApplicationEvent​(org.springframework.boot.context.event.ApplicationReadyEvent event)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WorkerFactoryStarter

        public WorkerFactoryStarter​(io.temporal.worker.WorkerFactory workerFactory)
    • Method Detail

      • onApplicationEvent

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