Пример #1
0
 public TopicFactoryOptions(TopicFactoryOptions options)
 {
     DirectoryPath = options.DirectoryPath;
     TopicOptions  = options.TopicOptions;
     PersistentStorageFileLengthThreshold           = options.PersistentStorageFileLengthThreshold;
     SubscriptionPointersStorageFileLengthThreshold = options.SubscriptionPointersStorageFileLengthThreshold;
 }
Пример #2
0
 public FileTopicFactory(TopicFactoryOptions options)
 {
     directoryPath = options.DirectoryPath;
     topicOptions  = options.TopicOptions;
     persistentStorageFileLengthThreshold           = options.PersistentStorageFileLengthThreshold;
     subscriptionPointersStorageFileLengthThreshold = options.SubscriptionPointersStorageFileLengthThreshold;
 }