Class ProcessingCfg
java.lang.Object
io.camunda.zeebe.broker.system.configuration.ProcessingCfg
- All Implemented Interfaces:
ConfigurationEntry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoidbooleanvoidsetEnableAsyncScheduledTasks(boolean enableAsyncScheduledTasks) voidsetMaxCommandsInBatch(int maxCommandsInBatch) toString()
-
Constructor Details
-
ProcessingCfg
public ProcessingCfg()
-
-
Method Details
-
init
- Specified by:
initin interfaceConfigurationEntry
-
getMaxCommandsInBatch
public int getMaxCommandsInBatch() -
setMaxCommandsInBatch
public void setMaxCommandsInBatch(int maxCommandsInBatch) -
isEnableAsyncScheduledTasks
public boolean isEnableAsyncScheduledTasks() -
setEnableAsyncScheduledTasks
public void setEnableAsyncScheduledTasks(boolean enableAsyncScheduledTasks) -
toString
-