-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Finalize transactional postgres and mongo
- Loading branch information
1 parent
b5a1535
commit e59179e
Showing
48 changed files
with
1,005 additions
and
628 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...rollment/backend-java/src/main/java/cloud/ambar/common/commandhandler/CommandHandler.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
package cloud.ambar.common.commandhandler; | ||
|
||
import cloud.ambar.common.eventstore.EventStore; | ||
import cloud.ambar.common.eventstore.PostgresTransactionalEventStore; | ||
import lombok.RequiredArgsConstructor; | ||
|
||
@RequiredArgsConstructor | ||
abstract public class CommandHandler { | ||
final protected EventStore eventStore; | ||
final protected PostgresTransactionalEventStore postgresTransactionalEventStore; | ||
protected abstract void handleCommand(Command command); | ||
} |
16 changes: 0 additions & 16 deletions
16
...-enrollment/backend-java/src/main/java/cloud/ambar/common/eventstore/EventRepository.java
This file was deleted.
Oops, something went wrong.
117 changes: 0 additions & 117 deletions
117
...-card-enrollment/backend-java/src/main/java/cloud/ambar/common/eventstore/EventStore.java
This file was deleted.
Oops, something went wrong.
137 changes: 0 additions & 137 deletions
137
...lment/backend-java/src/main/java/cloud/ambar/common/eventstore/EventStoreInitializer.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.