|
Fabric 0.2.0
|
Structure representing connections between nodes. More...
#include <structs.hpp>

Public Attributes | |
| node | source |
| node | on_start |
| node | on_stop |
| node | on_success |
| node | on_failure |
| std::string | description |
Structure representing connections between nodes.
| std::string fabric::connection::description |
| node fabric::connection::on_failure |
| node fabric::connection::on_start |
| node fabric::connection::on_stop |
| node fabric::connection::on_success |
| node fabric::connection::source |