Skip to content
This repository was archived by the owner on Mar 13, 2021. It is now read-only.
This repository was archived by the owner on Mar 13, 2021. It is now read-only.

Remove $argumentTransformers support #122

@scothis

Description

@scothis

$argumentTransformers are defined as an array of functions that transform messages based on the index of the stream. The usage is awkward as we're moving away from index based references to stream.

We should remove the argument transformers for the node-stream and always provide the full message to the function. The function author may decompose messages from the stream as they desire.

request-reply functions should continue to operate on the message payload by default, and may opt-in to the whole message.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions