Menu

#50 Simple PubSub for internal events

0.4
pending
None
2014-05-28
2014-05-16
No

The C# Eventing System doesn't support filtering.
So a simple PubSub Mechanism is needed, which can filter between all subscribers.
This will also make it easier to maintain and extend the different layers (model, service, ..).
Furthermore, external clients could deliver filters to Come to reduce messaging overhead.

Discussion

  • Patrick Ostie

    Patrick Ostie - 2014-05-16

    Model Events have to be rewritten to new PubSub mechanism.

     
  • Patrick Ostie

    Patrick Ostie - 2014-05-28
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,3 +1,4 @@
     The C# Eventing System doesn't support filtering. 
     So a simple PubSub Mechanism is needed, which can filter between all subscribers.
     This will also make it easier to maintain and extend the different layers (model, service, ..).
    +Furthermore, external clients could deliver filters to Come to reduce messaging overhead.
    
    • Milestone: 0.3 --> 0.4
     

Log in to post a comment.

MongoDB Logo MongoDB