Router component entity of Router decorator pattern.
More...
Router component entity of Router decorator pattern.
Router is intended to be used as a decorator component. The reason of using decorator is to make possible add multiple functionabilities in a flexible way. This is, We might have multiple component which needs to be connected to our network.
Before adding your router, get familiar with decorator pattern.
eclipse::Router::Router |
( |
| ) |
|
|
default |
virtual eclipse::Router::~Router |
( |
| ) |
|
|
virtualdefault |
std::map<std::string, std::function<void(messages::Message*, Channel*)> > eclipse::Router::routing_table |
|
protected |