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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonApplicationEvent(org.springframework.boot.context.event.ApplicationReadyEvent event)
-
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:
onApplicationEventin interfaceorg.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationReadyEvent>
-