Show / Hide Table of Contents

    Enum FlowModuleType

    For knowing what type of module this is

    Namespace: Crosser.EdgeNode.Flows.FlowModuleType
    Assembly: Crosser.EdgeNode.Flows.Abstractions.dll
    Syntax
    [JsonConverter(typeof(StringEnumConverter))]
    public enum FlowModuleType

    Function

    This type receives data and acts on it and pass it on to the next module in the flow

    Input

    This type receives the first message or generate messages

    Output

    This type receives the last message in the flow

    Back to top Crosser SDK