This website requires JavaScript.
Explore
Help
Sign In
GitHub-Mirror
/
Tapeti
Watch
1
Star
0
Fork
0
You've already forked Tapeti
mirror of
synced
2024-11-05 02:59:16 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
f5ae7322bd
Tapeti
/
ISubscriber.cs
9 lines
84 B
C#
Raw
Normal View
History
Unescape
Escape
Implemented consumer, serializer, routing key strategy and single-threaded task queue (first working version basically)
2016-11-20 13:34:50 +00:00
using
System
;
namespace
Tapeti
Some initial ideas worked out, with a generous amount of todos
2016-11-16 22:11:05 +00:00
{
public
interface
ISubscriber
{
}
}
Reference in New Issue
Copy Permalink