Class RuntimeBundleProperties.RuntimeBundleEventsProperties
- java.lang.Object
-
- org.activiti.cloud.services.events.configuration.RuntimeBundleProperties.RuntimeBundleEventsProperties
-
- Enclosing class:
- RuntimeBundleProperties
public static class RuntimeBundleProperties.RuntimeBundleEventsProperties extends Object
-
-
Constructor Summary
Constructors Constructor Description RuntimeBundleEventsProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetChunkSize()booleanisIntegrationAuditEventsEnabled()voidsetChunkSize(Integer chunkSize)voidsetIntegrationAuditEventsEnabled(boolean integrationAuditEventsEnabled)
-
-
-
Method Detail
-
isIntegrationAuditEventsEnabled
public boolean isIntegrationAuditEventsEnabled()
-
setIntegrationAuditEventsEnabled
public void setIntegrationAuditEventsEnabled(boolean integrationAuditEventsEnabled)
-
getChunkSize
public Integer getChunkSize()
-
setChunkSize
public void setChunkSize(Integer chunkSize)
-
-