Class WorkflowImplementationOptionsTemplate
java.lang.Object
io.temporal.spring.boot.autoconfigure.template.WorkflowImplementationOptionsTemplate
-
Constructor Summary
ConstructorsConstructorDescriptionWorkflowImplementationOptionsTemplate(List<TemporalOptionsCustomizer<io.temporal.worker.WorkflowImplementationOptions.Builder>> customizers) -
Method Summary
Modifier and TypeMethodDescriptionio.temporal.worker.WorkflowImplementationOptionscreateWorkflowImplementationOptions(io.temporal.worker.Worker worker, Class<?> clazz, io.temporal.common.metadata.POJOWorkflowMethodMetadata workflowMethod)
-
Constructor Details
-
WorkflowImplementationOptionsTemplate
public WorkflowImplementationOptionsTemplate(@Nullable List<TemporalOptionsCustomizer<io.temporal.worker.WorkflowImplementationOptions.Builder>> customizers)
-
-
Method Details
-
createWorkflowImplementationOptions
public io.temporal.worker.WorkflowImplementationOptions createWorkflowImplementationOptions(io.temporal.worker.Worker worker, Class<?> clazz, io.temporal.common.metadata.POJOWorkflowMethodMetadata workflowMethod)
-