Table of Contents

Enum FlowModuleType

Namespace
Crosser.EdgeNode.Flows
Assembly
Crosser.EdgeNode.Flows.Abstractions.dll
public enum FlowModuleType

Fields

Function = 4

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

Input = 1

This type receives the first message or generate messages

Output = 2

This type receives the last message in the flow