Class WorkerFactoryOptionsTemplate
java.lang.Object
io.temporal.spring.boot.autoconfigure.template.WorkerFactoryOptionsTemplate
-
Constructor Summary
ConstructorsConstructorDescriptionWorkerFactoryOptionsTemplate(NamespaceProperties namespaceProperties, List<io.temporal.common.interceptors.WorkerInterceptor> workerInterceptors, io.opentracing.Tracer tracer, List<TemporalOptionsCustomizer<io.temporal.worker.WorkerFactoryOptions.Builder>> customizer) Deprecated.Use constructor with plugins parameterWorkerFactoryOptionsTemplate(NamespaceProperties namespaceProperties, List<io.temporal.common.interceptors.WorkerInterceptor> workerInterceptors, io.opentracing.Tracer tracer, List<TemporalOptionsCustomizer<io.temporal.worker.WorkerFactoryOptions.Builder>> customizer, List<io.temporal.worker.WorkerPlugin> plugins) -
Method Summary
Modifier and TypeMethodDescriptionio.temporal.worker.WorkerFactoryOptions
-
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()
-