Exemplo n.º 1
0
 public void Clear()
 {
     _selectedRepo      = RepositoryType.NotSelected;
     _selectedPublisher = PublisherType.NotSelected;
     _sqliteRepoConfig  = null;
     _lmdbRepoConfig    = null;
     _customRepository  = null;
     _customPublisher   = null;
 }
Exemplo n.º 2
0
 public IEventPublisherBuilder Configuration(string connectionString)
 {
     _sqliteRepoConfig = new SQLiteRepositoryConfiguration(connectionString);
     return(this);
 }