Firebird/Concepts: Difference between revisions

From stonehomewiki
Jump to navigationJump to search
Line 110: Line 110:
type:  Either PortType.INPUT or PortType.OUTPUT, represent it is a input port or output port
type:  Either PortType.INPUT or PortType.OUTPUT, represent it is a input port or output port
id:    ID of the port, it is unique within the node
id:    ID of the port, it is unique within the node
owner: The node which this port belongs to
node: The node which this port belongs to
</nowiki></pre>
</nowiki></pre>


Line 142: Line 142:
description: Detailed description of this pipeline.
description: Detailed description of this pipeline.
mq:          RabbitMQ instance
mq:          RabbitMQ instance
nodes:      Tuple containing all node belongs to this pipeline.
nodes:      Containing all node belongs to this pipeline.
</nowiki></pre>
</nowiki></pre>



Revision as of 10:22, 15 September 2023

Firebird

Overview

Models