Class NamespaceProperties.WorkflowCacheProperties
- java.lang.Object
-
- io.temporal.spring.boot.autoconfigure.properties.NamespaceProperties.WorkflowCacheProperties
-
- Enclosing class:
- NamespaceProperties
public static class NamespaceProperties.WorkflowCacheProperties extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description WorkflowCacheProperties(java.lang.Integer maxInstances, java.lang.Integer maxThreads)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetMaxInstances()java.lang.IntegergetMaxThreads()
-
-
-
Constructor Detail
-
WorkflowCacheProperties
@ConstructorBinding public WorkflowCacheProperties(@Nullable java.lang.Integer maxInstances, @Nullable java.lang.Integer maxThreads)- Parameters:
maxInstances- max number of workflow instances in the cache. DefinesWorkerFactoryOptions.Builder.setWorkflowCacheSize(int)maxThreads- max number of workflow threads in the cache. DefinesWorkerFactoryOptions.Builder.setMaxWorkflowThreadCount(int)
-
-