MCPcopy Create free account

hub / github.com/CodelyTV/typescript-ddd-course / types & classes

Types & classes4,815 in github.com/CodelyTV/typescript-ddd-course

Class
13-backoffice-projections/3-refactor-repository/src/apps/backoffice/backend/BackofficeBackendApp.ts:7
Class
13-backoffice-projections/3-refactor-repository/src/apps/backoffice/backend/server.ts:14
Class
13-backoffice-projections/3-refactor-repository/src/apps/backoffice/backend/controllers/CoursesGetController.ts:14
Class
13-backoffice-projections/3-refactor-repository/src/apps/backoffice/backend/controllers/StatusGetController.ts:5
Class
13-backoffice-projections/3-refactor-repository/src/apps/backoffice/backend/controllers/CoursesPostController.ts:13
Class
13-backoffice-projections/3-refactor-repository/src/apps/backoffice/backend/command/ConfigureRabbitMQCommand.ts:8
Class
13-backoffice-projections/3-refactor-repository/src/apps/mooc/backend/MoocBackendApp.ts:7
Class
13-backoffice-projections/3-refactor-repository/src/apps/mooc/backend/server.ts:11
Class
13-backoffice-projections/3-refactor-repository/src/apps/mooc/backend/controllers/CoursePutController.ts:14
Class
13-backoffice-projections/3-refactor-repository/src/apps/mooc/backend/controllers/StatusGetController.ts:5
Class
13-backoffice-projections/3-refactor-repository/src/apps/mooc/backend/controllers/CoursesCounterGetController.ts:9
Class
13-backoffice-projections/3-refactor-repository/src/apps/mooc/backend/command/ConfigureRabbitMQCommand.ts:7
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Shared/infrastructure/WinstonLogger.ts:10
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Shared/infrastructure/CommandBus/InMemoryCommandBus.ts:5
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Shared/infrastructure/CommandBus/CommandHandlers.ts:5
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Shared/infrastructure/EventBus/DomainEventSubscribers.ts:5
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Shared/infrastructure/EventBus/DomainEventJsonSerializer.ts:3
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Shared/infrastructure/EventBus/DomainEventDeserializer.ts:12
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Shared/infrastructure/EventBus/InMemory/InMemoryAsyncEventBus.ts:6
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Shared/infrastructure/EventBus/DomainEventFailoverPublisher/DomainEventFailoverPublisher.ts:6
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Shared/infrastructure/EventBus/RabbitMQ/RabbitMQExchangeNameFormatter.ts:1
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Shared/infrastructure/EventBus/RabbitMQ/RabbitMQEventBus.ts:11
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Shared/infrastructure/EventBus/RabbitMQ/RabbitMQConfigurer.ts:7
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Shared/infrastructure/EventBus/RabbitMQ/RabbitMQqueueFormatter.ts:4
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Shared/infrastructure/EventBus/RabbitMQ/RabbitMQConsumer.ts:7
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Shared/infrastructure/EventBus/RabbitMQ/RabbitMQConsumerFactory.ts:7
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Shared/infrastructure/EventBus/RabbitMQ/RabbitMqConnection.ts:5
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Shared/infrastructure/persistence/mongo/MongoClientFactory.ts:4
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Shared/infrastructure/persistence/mongo/MongoRepository.ts:4
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Shared/infrastructure/persistence/typeorm/TypeOrmRepository.ts:4
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Shared/infrastructure/persistence/typeorm/TypeOrmClientFactory.ts:4
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Shared/infrastructure/QueryBus/InMemoryQueryBus.ts:6
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Shared/infrastructure/QueryBus/QueryHandlers.ts:6
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Shared/domain/DomainEvent.ts:3
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Shared/domain/Command.ts:1
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Shared/domain/AggregateRoot.ts:3
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Shared/domain/CommandNotRegisteredError.ts:3
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Shared/domain/Query.ts:1
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Shared/domain/QueryNotRegisteredError.ts:3
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Shared/domain/value-object/Uuid.ts:6
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Shared/domain/value-object/ValueObject.ts:5
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Shared/domain/value-object/InvalidArgumentError.ts:1
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Shared/domain/value-object/IntValueObject.ts:3
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Shared/domain/value-object/StringValueObject.ts:3
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Backoffice/Courses/infrastructure/persistence/MongoBackofficeCourseRepository.ts:11
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Backoffice/Courses/infrastructure/RabbitMQ/RabbitMQConfigFactory.ts:12
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Backoffice/Courses/infrastructure/RabbitMQ/RabbitMQEventBusFactory.ts:7
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Backoffice/Courses/domain/BackofficeCourseId.ts:3
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Backoffice/Courses/domain/BackofficeCourse.ts:6
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Backoffice/Courses/domain/BackofficeCourseDuration.ts:3
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Backoffice/Courses/domain/BackofficeCourseName.ts:3
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Backoffice/Courses/application/SearchAll/CoursesFinder.ts:3
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Backoffice/Courses/application/SearchAll/BackofficeCoursesResponse.ts:9
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Backoffice/Courses/application/SearchAll/SearchAllCoursesQueryHandler.ts:7
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Backoffice/Courses/application/SearchAll/SearchAllCoursesQuery.ts:3
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Backoffice/Courses/application/Create/CreateBackofficeCourseOnCourseCreated.ts:6
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Backoffice/Courses/application/Create/BackofficeCourseCreator.ts:7
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Mooc/Shared/infrastructure/persistence/postgre/TypeOrmConfigFactory.ts:4
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Mooc/Shared/infrastructure/persistence/mongo/MongoConfigFactory.ts:4
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Mooc/Shared/infrastructure/RabbitMQ/RabbitMQConfigFactory.ts:11
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Mooc/Shared/infrastructure/RabbitMQ/RabbitMQEventBusFactory.ts:8
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Mooc/Shared/domain/Courses/CourseId.ts:3
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Mooc/CoursesCounter/infrastructure/InMemoryCoursesCounterRepository.ts:6
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Mooc/CoursesCounter/infrastructure/persistence/mongo/MongoCoursesCounterRepository.ts:12
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Mooc/CoursesCounter/domain/CoursesCounterTotal.ts:3
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Mooc/CoursesCounter/domain/CoursesCounterNotExist.ts:1
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Mooc/CoursesCounter/domain/CoursesCounterId.ts:3
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Mooc/CoursesCounter/domain/CoursesCounterIncrementedDomainEvent.ts:5
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Mooc/CoursesCounter/domain/CoursesCounter.ts:8
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Mooc/CoursesCounter/application/Find/FindCoursesCounterQueryHandler.ts:7
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Mooc/CoursesCounter/application/Find/CoursesCounterFinder.ts:4
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Mooc/CoursesCounter/application/Find/FindCoursesCounterQuery.ts:3
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Mooc/CoursesCounter/application/Find/FindCoursesCounterResponse.ts:1
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Mooc/CoursesCounter/application/Increment/CoursesCounterIncrementer.ts:7
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Mooc/CoursesCounter/application/Increment/IncrementCoursesCounterOnCourseCreated.ts:7
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Mooc/Courses/infrastructure/persistence/MongoCourseRepository.ts:13
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Mooc/Courses/infrastructure/persistence/TypeOrmCourseRepository.ts:9
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Mooc/Courses/domain/CreateCourseCommand.ts:9
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Mooc/Courses/domain/CourseNameLengthExceeded.ts:3
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Mooc/Courses/domain/CourseName.ts:4
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Mooc/Courses/domain/Course.ts:7
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Mooc/Courses/domain/CourseDuration.ts:3
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Mooc/Courses/domain/CourseCreatedDomainEvent.ts:8
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Mooc/Courses/application/CourseCreator.ts:8
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Mooc/Courses/application/CreateCourseCommandHandler.ts:9
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Mooc/Courses/application/SearchAll/CoursesFinder.ts:4
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Mooc/Courses/application/SearchAll/SearchAllCoursesQueryHandler.ts:7
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Mooc/Courses/application/SearchAll/SearchAllCoursesQuery.ts:3
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Mooc/Courses/application/SearchAll/CoursesResponse.ts:9
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Mooc/Courses/application/Create/CourseCreator.ts:8
Class
13-backoffice-projections/3-refactor-repository/src/Contexts/Mooc/Courses/application/Create/CreateCourseCommandHandler.ts:9
Class
13-backoffice-projections/3-refactor-repository/tests/Contexts/Shared/infrastructure/CommandBus/__mocks__/DummyCommand.ts:3
Class
13-backoffice-projections/3-refactor-repository/tests/Contexts/Shared/infrastructure/CommandBus/__mocks__/CommandHandlerDummy.ts:4
Class
13-backoffice-projections/3-refactor-repository/tests/Contexts/Shared/infrastructure/CommandBus/__mocks__/UnhandledCommand.ts:3
Class
13-backoffice-projections/3-refactor-repository/tests/Contexts/Shared/infrastructure/arranger/EnvironmentArranger.ts:1
Class
13-backoffice-projections/3-refactor-repository/tests/Contexts/Shared/infrastructure/mongo/MongoEnvironmentArranger.ts:4
Class
13-backoffice-projections/3-refactor-repository/tests/Contexts/Shared/infrastructure/EventBus/__mocks__/RabbitMQConnectionDouble.ts:3
Class
13-backoffice-projections/3-refactor-repository/tests/Contexts/Shared/infrastructure/EventBus/__mocks__/DomainEventDummy.ts:4
Class
13-backoffice-projections/3-refactor-repository/tests/Contexts/Shared/infrastructure/EventBus/__mocks__/DomainEventDummy.ts:26
Class
13-backoffice-projections/3-refactor-repository/tests/Contexts/Shared/infrastructure/EventBus/__mocks__/DomainEventFailoverPublisherDouble.ts:6
next →1–100 of 4,815, ranked by callers