Fabric 0.2.0
Loading...
Searching...
No Matches
Public Attributes | List of all members
fabric::connection Struct Reference

Structure representing connections between nodes. More...

#include <structs.hpp>

Collaboration diagram for fabric::connection:
Collaboration graph
[legend]

Public Attributes

node source
 
node on_start
 
node on_stop
 
node on_success
 
node on_failure
 
std::string description
 

Detailed Description

Structure representing connections between nodes.

Member Data Documentation

◆ description

std::string fabric::connection::description

◆ on_failure

node fabric::connection::on_failure

◆ on_start

node fabric::connection::on_start

◆ on_stop

node fabric::connection::on_stop

◆ on_success

node fabric::connection::on_success

◆ source

node fabric::connection::source

The documentation for this struct was generated from the following file: