Class WorkerFactoryOptionsTemplate

java.lang.Object
io.temporal.spring.boot.autoconfigure.template.WorkerFactoryOptionsTemplate

public class WorkerFactoryOptionsTemplate extends Object
  • Constructor Details

    • WorkerFactoryOptionsTemplate

      public WorkerFactoryOptionsTemplate(@Nonnull NamespaceProperties namespaceProperties, @Nullable List<io.temporal.common.interceptors.WorkerInterceptor> workerInterceptors, @Nullable io.opentracing.Tracer tracer, @Nullable List<TemporalOptionsCustomizer<io.temporal.worker.WorkerFactoryOptions.Builder>> customizer, @Nullable List<io.temporal.worker.WorkerPlugin> plugins)
    • WorkerFactoryOptionsTemplate

      @Deprecated public WorkerFactoryOptionsTemplate(@Nonnull NamespaceProperties namespaceProperties, @Nullable List<io.temporal.common.interceptors.WorkerInterceptor> workerInterceptors, @Nullable io.opentracing.Tracer tracer, @Nullable List<TemporalOptionsCustomizer<io.temporal.worker.WorkerFactoryOptions.Builder>> customizer)
      Deprecated.
      Use constructor with plugins parameter
  • Method Details

    • createWorkerFactoryOptions

      public io.temporal.worker.WorkerFactoryOptions createWorkerFactoryOptions()