Class ComplianceModuleConfig
java.lang.Object
com.persequor.saga.modules.compliance.config.ComplianceModuleConfig
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionComplianceModuleConfig
(com.persequor.extension.configuration.ISagaCoreConfiguration coreConfiguration, ComplianceModuleProperties complianceModuleProperties) -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.UsegetComplianceReplyDeletionFrequency()
instead.Deprecated.UsegetComplianceRequestLogsDeletionDelay()
instead.Deprecated.UsegetComplianceRequestLogsDeletionFrequency()
instead.int
int
Deprecated.UsegetPollingLockAcquiringTimeout()
instead.Deprecated.UsegetSeedingScriptLocation()
instead.boolean
-
Field Details
-
COMPLIANCE_REPLY_DELETION_FREQUENCY_PROPERTY
- See Also:
-
COMPLIANCE_REPLY_DELETION_DELAY_PROPERTY
- See Also:
-
COMPLIANCE_REQUEST_LOGS_DELETION_FREQUENCY_PROPERTY
- See Also:
-
COMPLIANCE_REQUEST_LOGS_DELETION_DELAY_PROPERTY
- See Also:
-
LOG_CONTEXT
public static final com.persequor.extension.logging.LoggingContext LOG_CONTEXT
-
-
Constructor Details
-
ComplianceModuleConfig
@Inject public ComplianceModuleConfig(com.persequor.extension.configuration.ISagaCoreConfiguration coreConfiguration, ComplianceModuleProperties complianceModuleProperties)
-
-
Method Details
-
getPollingInterval
-
getPollingLockAcquringTimeout
Deprecated.Use
getPollingLockAcquiringTimeout()
instead. -
getPollingLockJobTimeout
-
getSeedScriptLocation
Deprecated.Use
getSeedingScriptLocation()
instead. -
getComplianceReplyJobFrequency
Deprecated.Use
getComplianceReplyDeletionFrequency()
instead. -
getComplianceReplyDelay
Deprecated.Use
getComplianceReplyDeletionDelay()
instead. -
getComplianceReplyLogsJobFrequency
Deprecated.Use
getComplianceRequestLogsDeletionFrequency()
instead. -
getComplianceReplyLogsDelay
Deprecated.Use
getComplianceRequestLogsDeletionDelay()
instead. -
getMaxRetriesBeforeSendingToFailedQueue
public int getMaxRetriesBeforeSendingToFailedQueue() -
getPollingLockAcquiringTimeout
-
getSeedingScriptLocation
-
getComplianceReplyDeletionFrequency
-
getComplianceReplyDeletionDelay
-
getComplianceRequestLogsDeletionFrequency
-
getComplianceRequestLogsDeletionDelay
-
sqlBasedUnboundedStorage
public boolean sqlBasedUnboundedStorage() -
getCustomTopicDuplicationHandlingStrategy
-
getEventsReindexJobFrequency
-
getEventsReindexDelay
-
getStatusPollDuration
-
getComplianceTrafficLogCleanupJobFrequency
-
getComplianceTrafficLogsRetentionDuration
-
getComplianceTrafficLogsDisplayLimit
public int getComplianceTrafficLogsDisplayLimit()
-
getComplianceReplyDeletionDelay()
instead.