Class FilterMessageType
Represents an operator that filters the sequence for valid Harp messages matching the specified message type.
[WorkflowElementIcon(typeof(ElementCategory), "Reactive.Condition")]
public class FilterMessageType : Combinator<HarpMessage, HarpMessage>
- Inheritance
-
FilterMessageType
- Inherited Members
Properties
- FilterType
Gets or sets a value specifying how the message filter will use the matching criteria.
- MessageType
Gets or sets a value specifying the expected message type. If no value is specified, all messages will be accepted.
Methods
- Process(IObservable<HarpMessage>)
Filters an observable sequence for Harp messages matching the specified message type criteria.