-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2843043
commit 396895d
Showing
7 changed files
with
13 additions
and
55 deletions.
There are no files selected for viewing
22 changes: 0 additions & 22 deletions
22
src/main/java/uk/co/bconline/ndelius/model/notification/DomainEvent.java
This file was deleted.
Oops, something went wrong.
3 changes: 1 addition & 2 deletions
3
src/main/java/uk/co/bconline/ndelius/service/DomainEventService.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,11 +1,10 @@ | ||
package uk.co.bconline.ndelius.service; | ||
|
||
import com.fasterxml.jackson.core.JsonProcessingException; | ||
import uk.co.bconline.ndelius.model.notification.HmppsDomainEventType; | ||
|
||
import java.util.Map; | ||
|
||
public interface DomainEventService | ||
{ | ||
void insertDomainEvent(HmppsDomainEventType eventType, Map<String, String> attributes) throws JsonProcessingException; | ||
void insertDomainEvent(HmppsDomainEventType eventType, Map<String, String> attributes); | ||
} |
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
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
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
25 changes: 0 additions & 25 deletions
25
src/main/java/uk/co/bconline/ndelius/transformer/DomainEventTransformer.java
This file was deleted.
Oops, something went wrong.
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