Class RootNamespaceAutoConfiguration.WorkerFactoryStarter

java.lang.Object
io.temporal.spring.boot.autoconfigure.RootNamespaceAutoConfiguration.WorkerFactoryStarter
All Implemented Interfaces:
EventListener, org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationReadyEvent>
Enclosing class:
RootNamespaceAutoConfiguration

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

    • WorkerFactoryStarter

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

    • 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>