IPipeMessage
Pipe Message Interface.
Namespace: Pipes.InterfacesAssembly: Pipes in (Pipes.dll)
Syntax
C#
public interface IPipeMessage
Remarks
IPipeMessages are objects written intoto a Pipeline, composed of IPipeFittings. The message is passed from one fitting to the next in syncrhonous fashion.
Depending on type, messages may be handled differently by the fittings.
Properties
Get or set body of this message
Get or set header of this message
Get or set priority of this message
Get or set type of this message