Class SystemEventServiceConfiguration


  • public class SystemEventServiceConfiguration
    extends java.lang.Object
    Configuration bean for the System Event service
    • Constructor Detail

      • SystemEventServiceConfiguration

        public SystemEventServiceConfiguration()
    • Method Detail

      • getHousekeepingBatchSize

        public int getHousekeepingBatchSize()
      • setHousekeepingBatchSize

        public void setHousekeepingBatchSize​(int housekeepingBatchSize)
      • isBatchHousekeepDelete

        public boolean isBatchHousekeepDelete()
      • setBatchHousekeepDelete

        public void setBatchHousekeepDelete​(boolean batchHousekeepDelete)
      • getTransactionBatchSize

        public int getTransactionBatchSize()
        Returns:
        the transactionBatchSize
      • setTransactionBatchSize

        public void setTransactionBatchSize​(int transactionBatchSize)
        Parameters:
        transactionBatchSize - the transactionBatchSize to set