packages
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package tech.allegro.hexagon.articles.adapters.persistence;
|
||||
package tech.allegro.hexagon.articles.adapters.articledb;
|
||||
|
||||
class ArticleDatabaseModel {
|
||||
/**
|
||||
@@ -1,4 +1,4 @@
|
||||
package tech.allegro.hexagon.articles.adapters.persistence;
|
||||
package tech.allegro.hexagon.articles.adapters.articledb;
|
||||
|
||||
import tech.allegro.hexagon.articles.domain.model.Article;
|
||||
import tech.allegro.hexagon.articles.domain.model.ArticleId;
|
||||
@@ -1,4 +1,4 @@
|
||||
package tech.allegro.hexagon.articles.adapters.events;
|
||||
package tech.allegro.hexagon.articles.adapters.eventbus;
|
||||
|
||||
class ArticleCreatedEvent {
|
||||
/**
|
||||
@@ -1,4 +1,4 @@
|
||||
package tech.allegro.hexagon.articles.adapters.events;
|
||||
package tech.allegro.hexagon.articles.adapters.eventbus;
|
||||
|
||||
class ArticleRetrievedEvent {
|
||||
/**
|
||||
@@ -1,4 +1,4 @@
|
||||
package tech.allegro.hexagon.articles.adapters.events;
|
||||
package tech.allegro.hexagon.articles.adapters.eventbus;
|
||||
|
||||
import tech.allegro.hexagon.articles.domain.model.Article;
|
||||
import tech.allegro.hexagon.articles.domain.ports.ArticleEventPublisher;
|
||||
@@ -1,4 +1,4 @@
|
||||
package tech.allegro.hexagon.articles.adapters.twitter;
|
||||
package tech.allegro.hexagon.articles.adapters.socialmedia;
|
||||
|
||||
class ArticleTwitterModel {
|
||||
/**
|
||||
@@ -1,4 +1,4 @@
|
||||
package tech.allegro.hexagon.articles.adapters.twitter;
|
||||
package tech.allegro.hexagon.articles.adapters.socialmedia;
|
||||
|
||||
import tech.allegro.hexagon.articles.domain.model.Article;
|
||||
import tech.allegro.hexagon.articles.domain.ports.SocialMediaPublisher;
|
||||
Reference in New Issue
Block a user