Skip to content

Exposing DataDispatcher child dataflows and their dispatch function? #16

Description

@BillHertzing

I would like to use the DataDispatcher to create child TransientBuffers, which, when created, would accept messages having a specific signature, and buffer these messages. Buffering to occur because when created, they would not be linked to a downstream flow. Later, when an async httpclient fetch completes, messages having these specific signatures can be processed, so at that time, I'd like to link the child TransientBuffers to a _terminator flow. Is it possible (and what syntax would I use) to get an IEnumerable of all child dataflows whose ISourceBlock is NOT linked at all ( or not linked to a specific dataflow)? and having produced that list of child dataflows, determine what the dispatch function is for each?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions