Class WorkflowImplementationOptionsTemplate
- java.lang.Object
-
- io.temporal.spring.boot.autoconfigure.template.WorkflowImplementationOptionsTemplate
-
public class WorkflowImplementationOptionsTemplate extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description WorkflowImplementationOptionsTemplate(TemporalOptionsCustomizer<io.temporal.worker.WorkflowImplementationOptions.Builder> customizer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.temporal.worker.WorkflowImplementationOptionscreateWorkflowImplementationOptions()
-
-
-
Constructor Detail
-
WorkflowImplementationOptionsTemplate
public WorkflowImplementationOptionsTemplate(@Nullable TemporalOptionsCustomizer<io.temporal.worker.WorkflowImplementationOptions.Builder> customizer)
-
-