mirror of
https://gitlab.com/mobicoop/v3/service/matcher.git
synced 2026-01-09 09:32:41 +00:00
refactor to ddh, first commit
This commit is contained in:
3
old/interfaces/message-publisher.ts
Normal file
3
old/interfaces/message-publisher.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export interface IPublishMessage {
|
||||
publish(routingKey: string, message: string): void;
|
||||
}
|
||||
Reference in New Issue
Block a user