コード例 #1
0
 public ConfigurationSetting(string connectionString = null)
 {
     DomainEventStreamMessageHandlerName      = "DefaultEventProcessor";
     DefaultDBConfigurationSetting            = new DefaultDBConfigurationSetting(connectionString);
     ScanExpiredAggregateIntervalMilliseconds = 5000;
     AggregateRootMaxInactiveSeconds          = 3600 * 24 * 3;
     EventMailBoxPersistenceMaxBatchSize      = 1000;
 }
コード例 #2
0
ファイル: ConfigurationSetting.cs プロジェクト: ulswww/enode
 public ConfigurationSetting(string connectionString = null)
 {
     DomainEventStreamMessageHandlerName = "DefaultEventProcessor";
     DefaultDBConfigurationSetting = new DefaultDBConfigurationSetting(connectionString);
     ScanExpiredAggregateIntervalMilliseconds = 5000;
     AggregateRootMaxInactiveSeconds = 3600 * 24 * 3;
     EventMailBoxPersistenceMaxBatchSize = 1000;
 }