#include <senf/PPI/predecl.hh>
Route descriptor.
Route instances are created by Module::route statements. The Route class provides an interface to manipulate the flow processing.
Depending on the type of route, one of the following classes will be a baseclass:
If the route is a forwarding route. This is a route which forwards throttling notifications. This is the case, if one of the route endpoints is a notify source (a connector::ActiveConnector) and the other is a notify target (a connector::PassiveConnector or an EventDescriptor).
Definition at line 36 of file predecl.hh.