public class WorkerFactoryOptions
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
WorkerFactoryOptions.Builder |
Modifier and Type | Method and Description |
---|---|
int |
getCacheMaximumSize() |
int |
getMaxWorkflowThreadCount() |
int |
getStickyPollerCount() |
java.time.Duration |
getStickyTaskScheduleToStartTimeout() |
boolean |
isDisableStickyExecution() |
boolean |
isEnableLoggingInReplay() |
static WorkerFactoryOptions.Builder |
newBuilder() |
public static WorkerFactoryOptions.Builder newBuilder()
public int getMaxWorkflowThreadCount()
public boolean isDisableStickyExecution()
public int getCacheMaximumSize()
public boolean isEnableLoggingInReplay()
public int getStickyPollerCount()
public java.time.Duration getStickyTaskScheduleToStartTimeout()