-
- All Implemented Interfaces:
public class ConfigurationSetting
-
-
Field Summary
Fields Modifier and Type Field Description private StringdomainEventStreamMessageHandlerNameprivate intscanExpiredAggregateIntervalMillisecondsprivate intaggregateRootMaxInactiveSecondsprivate intcommandMailBoxPersistenceMaxBatchSizeprivate inteventMailBoxPersistenceMaxBatchSize
-
Constructor Summary
Constructors Constructor Description ConfigurationSetting()
-
Method Summary
Modifier and Type Method Description StringgetDomainEventStreamMessageHandlerName()voidsetDomainEventStreamMessageHandlerName(String domainEventStreamMessageHandlerName)intgetScanExpiredAggregateIntervalMilliseconds()voidsetScanExpiredAggregateIntervalMilliseconds(int scanExpiredAggregateIntervalMilliseconds)intgetAggregateRootMaxInactiveSeconds()voidsetAggregateRootMaxInactiveSeconds(int aggregateRootMaxInactiveSeconds)intgetCommandMailBoxPersistenceMaxBatchSize()voidsetCommandMailBoxPersistenceMaxBatchSize(int commandMailBoxPersistenceMaxBatchSize)intgetEventMailBoxPersistenceMaxBatchSize()voidsetEventMailBoxPersistenceMaxBatchSize(int eventMailBoxPersistenceMaxBatchSize)-
-
Method Detail
-
getDomainEventStreamMessageHandlerName
String getDomainEventStreamMessageHandlerName()
-
setDomainEventStreamMessageHandlerName
void setDomainEventStreamMessageHandlerName(String domainEventStreamMessageHandlerName)
-
getScanExpiredAggregateIntervalMilliseconds
int getScanExpiredAggregateIntervalMilliseconds()
-
setScanExpiredAggregateIntervalMilliseconds
void setScanExpiredAggregateIntervalMilliseconds(int scanExpiredAggregateIntervalMilliseconds)
-
getAggregateRootMaxInactiveSeconds
int getAggregateRootMaxInactiveSeconds()
-
setAggregateRootMaxInactiveSeconds
void setAggregateRootMaxInactiveSeconds(int aggregateRootMaxInactiveSeconds)
-
getCommandMailBoxPersistenceMaxBatchSize
int getCommandMailBoxPersistenceMaxBatchSize()
-
setCommandMailBoxPersistenceMaxBatchSize
void setCommandMailBoxPersistenceMaxBatchSize(int commandMailBoxPersistenceMaxBatchSize)
-
getEventMailBoxPersistenceMaxBatchSize
int getEventMailBoxPersistenceMaxBatchSize()
-
setEventMailBoxPersistenceMaxBatchSize
void setEventMailBoxPersistenceMaxBatchSize(int eventMailBoxPersistenceMaxBatchSize)
-
-
-
-