Class BatchConfigurationProperties
-
- All Implemented Interfaces:
-
io.holunda.camunda.bpm.correlate.correlation.BatchConfig
public final class BatchConfigurationProperties implements BatchConfigBatch configuration properties.
-
-
Field Summary
Fields Modifier and Type Field Description private final BatchCorrelationModemodeprivate final ScheduleConfigurationPropertiesqueryprivate final ScheduleConfigurationPropertiescleanupprivate final ClusterSetupPropertiescluster
-
Constructor Summary
Constructors Constructor Description BatchConfigurationProperties(BatchCorrelationMode mode, ScheduleConfigurationProperties query, ScheduleConfigurationProperties cleanup, ClusterSetupProperties cluster)
-
Method Summary
Modifier and Type Method Description final BatchCorrelationModegetMode()final ScheduleConfigurationPropertiesgetQuery()final ScheduleConfigurationPropertiesgetCleanup()final ClusterSetupPropertiesgetCluster()BatchCorrelationModegetBatchMode()StringgetQueryPollInitialDelay()StringgetQueryPollInterval()StringgetCleanupPollInitialDelay()StringgetCleanupPollInterval()StringgetQueuePollLockMostInterval()-
-
Constructor Detail
-
BatchConfigurationProperties
BatchConfigurationProperties(BatchCorrelationMode mode, ScheduleConfigurationProperties query, ScheduleConfigurationProperties cleanup, ClusterSetupProperties cluster)
-
-
Method Detail
-
getMode
final BatchCorrelationMode getMode()
-
getQuery
final ScheduleConfigurationProperties getQuery()
-
getCleanup
final ScheduleConfigurationProperties getCleanup()
-
getCluster
final ClusterSetupProperties getCluster()
-
getBatchMode
BatchCorrelationMode getBatchMode()
-
getQueryPollInitialDelay
String getQueryPollInitialDelay()
-
getQueryPollInterval
String getQueryPollInterval()
-
getCleanupPollInitialDelay
String getCleanupPollInitialDelay()
-
getCleanupPollInterval
String getCleanupPollInterval()
-
getQueuePollLockMostInterval
String getQueuePollLockMostInterval()
-
-
-
-