Skip to content

Commit e69b32a

Browse files
[SDP] Sinks and GraphRegistrationContext
1 parent 74e8ea1 commit e69b32a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/declarative-pipelines/GraphRegistrationContext.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,14 @@ A new [Table](Table.md) is added when `GraphRegistrationContext` is requested to
8787

8888
`GraphRegistrationContext` creates an empty registry of [Sink](Sink.md)s when [created](#creating-instance).
8989

90+
A new sink is registered using [registerSink](#registerSink) (when `PipelinesHandler` is requested to [define a sink](PipelinesHandler.md#defineOutput)).
91+
92+
All the sinks registered are available via [getSinks](#getSinks).
93+
94+
A pipeline is considered [empty](#isPipelineEmpty) if there are no sinks (among the other persistent entities).
95+
96+
Eventually, `GraphRegistrationContext` uses the `sinks` to [create a DataflowGraph](#toDataflowGraph).
97+
9098
## Flows { #flows }
9199

92100
`GraphRegistrationContext` creates an empty registry of [UnresolvedFlow](UnresolvedFlow.md)s when [created](#creating-instance).

0 commit comments

Comments
 (0)