Class IdempotentProcessingConfig
java.lang.Object
ch.admin.bit.jeap.messaging.idempotence.processing.idempotentprocessing.IdempotentProcessingConfig
@ComponentScan
@EnableConfigurationProperties
@AutoConfiguration("idempotentProcessingConfigProps")
@ConfigurationProperties(prefix="jeap.messaging.idempotent-processing")
public class IdempotentProcessingConfig
extends Object
-
Field Summary
FieldsModifier and TypeFieldDescriptionCron expression to schedule the housekeeping tasks.Duration for which idempotent processing records are kept before they get deleted by the housekeeping. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanCron expression to schedule the housekeeping tasks.Duration for which idempotent processing records are kept before they get deleted by the housekeeping.inthashCode()voidsetHouseKeepingSchedule(String houseKeepingSchedule) Cron expression to schedule the housekeeping tasks.voidsetIdempotentProcessingRetentionDuration(Duration idempotentProcessingRetentionDuration) Duration for which idempotent processing records are kept before they get deleted by the housekeeping.toString()
-
Field Details
-
houseKeepingSchedule
Cron expression to schedule the housekeeping tasks. -
idempotentProcessingRetentionDuration
Duration for which idempotent processing records are kept before they get deleted by the housekeeping.
-
-
Constructor Details
-
IdempotentProcessingConfig
public IdempotentProcessingConfig()
-
-
Method Details
-
getHouseKeepingSchedule
Cron expression to schedule the housekeeping tasks. -
getIdempotentProcessingRetentionDuration
Duration for which idempotent processing records are kept before they get deleted by the housekeeping. -
setHouseKeepingSchedule
Cron expression to schedule the housekeeping tasks. -
setIdempotentProcessingRetentionDuration
public void setIdempotentProcessingRetentionDuration(Duration idempotentProcessingRetentionDuration) Duration for which idempotent processing records are kept before they get deleted by the housekeeping. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-