예제 #1
0
 public MongoDbSendDockerRunParamsCommand(ILogEntryCollectionFactory collectionFactory)
 {
     _collectionFactory = collectionFactory ?? throw new ArgumentNullException(nameof(collectionFactory));
 }
 public MongoDbGetLatestByServiceAndContainerNamesQuery(ILogEntryCollectionFactory collectionFactory)
 {
     _collectionFactory = collectionFactory ?? throw new ArgumentNullException(nameof(collectionFactory));
 }
 public MongoDbHealthCheckCommand(ILogEntryCollectionFactory collectionFactory, IRetryProvider retryProvider)
 {
     _collectionFactory = collectionFactory;
     _retryProvider     = retryProvider;
 }