Firebird/Concepts: Difference between revisions

From stonehomewiki
Jump to navigationJump to search
Line 138: Line 138:
<b>Properties</b>
<b>Properties</b>
<pre><nowiki>
<pre><nowiki>
* id:          The id of the pipeline, every pipeline has a unique id.
id:          The id of the pipeline, every pipeline has a unique id.
* title:      A human readable short description of this pipeline.
title:      A human readable short description of this pipeline.
* 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:      Tuple containing all node belongs to this pipeline.
</nowiki></pre>
</nowiki></pre>


Methods:
<b>method: message_loop</b>
<pre><nowiki>
<pre><nowiki>
def message_loop(self):
def message_loop(self):

Revision as of 04:48, 13 May 2023

Firebird

Overview

Models

Pipeline