jkanschik / node-eip

Implementation of the Enterprise Integration Patterns (EIP) for node.js
5 stars 1 forks source link

Redesign determination of route name #13

Open jkanschik opened 12 years ago

jkanschik commented 12 years ago

Currently, the route names are simply "Route[counter]" using a global counter.

  1. names should be given in the constructor
  2. Error routes should have special names
  3. Names should be globally unique => Global register of Routes?
jkanschik commented 12 years ago
  1. done.
  2. done.