@ConstructorBinding @ConfigurationProperties(value="broadleaf.tracking.notification.prune") public final class PruneRestingNotificationStatesConfigurationProperties extends Object
PruneRestingNotificationStatesHandler
.Constructor and Description |
---|
PruneRestingNotificationStatesConfigurationProperties(Duration outdatedDataAgeCutoff) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Duration |
getOutdatedDataAgeCutoff()
NotificationStates whose change timestamps are older than the current time (the time that the
scheduled job is handled) minus this duration will be pruned from the records.
|
int |
hashCode() |
String |
toString() |
public PruneRestingNotificationStatesConfigurationProperties(@DefaultValue(value="60d") Duration outdatedDataAgeCutoff)
public Duration getOutdatedDataAgeCutoff()
Copyright © 2021. All rights reserved.