This website requires JavaScript.
Explore
Help
Register
Sign In
ncaron
/
matcher
mirror of
https://gitlab.com/mobicoop/v3/service/matcher.git
Watch
1
Star
0
Fork
You've already forked matcher
1
Code
Issues
Packages
Projects
Releases
Wiki
Activity
14d2486c1b
matcher
/
old
/
interfaces
/
message-publisher.ts
4 lines
91 B
TypeScript
Raw
Blame
History
export
interface
IPublishMessage
{
publish
(
routingKey
:
string
,
message
:
string
)
:
void
;
}
Reference in New Issue
View Git Blame
Copy Permalink