Commit Graph

5 Commits (4d015e5b29d6c333c049761cfc5c6ac9237d6e35)

Author SHA1 Message Date
Mickael Remond 4d015e5b29
With go modules, we should be able to remove import comments 5 years ago
Mickael Remond 9db33d5792 Introduce Sender interface to abstract client sending in router handlers 5 years ago
Mickael Remond b05e68c844 Add router to make it easier to set up routing info
- Using the router, the dispatch is not done anymore by receiving from
  receive channel, but by registering callback functions in routers,
  with matchers.
- Make IQPayload a real interface to make it easier to match namespaces.
- The StreamManager Run command is now blocking, waiting for StreamManager
  to terminate.
5 years ago
Mickael Remond 736a60cd1b Use StreamClient interface in StreamManager 5 years ago
Mickael Remond 021f6d3740 Refactor ClientManager into a more generic StreamManager 5 years ago