mongoEventStreamQueryServiceFactory

@Bean
@ConditionalOnProperty(value = ["wow.eventsourcing.store.storage"], matchIfMissing = true, havingValue = "mongo")
fun mongoEventStreamQueryServiceFactory(mongoClient: MongoClient, @Nullable dataMongoProperties: MongoProperties?): EventStreamQueryServiceFactory