Class ParseMessagePayload
Represents an operator which extracts the payload data from an observable sequence of Harp messages.
public class ParseMessagePayload : SelectBuilder, IExpressionBuilder
- Inheritance
-
ParseMessagePayload
- Implements
- Inherited Members
Properties
- Address
Gets or sets the expected message address. This parameter is optional.
- IsArray
Gets or sets a value indicating whether the payload is an array.
- PayloadType
Gets or sets the type of payload data to parse.
Methods
- Build(IEnumerable<Expression>)
Generates an Expression node from a collection of input arguments. The result can be chained with other builders in a workflow.
- BuildSelector(Expression)
Returns the expression that specifies how to extract the payload data from a valid Harp message.