NServiceBus by Particular Software

<PackageReference Include="NServiceBus" Version="8.0.0" />

.NET API 1,076,224 bytes

 IIncomingLogicalMessageContext

A context of behavior execution in logical message processing stage.
Dictionary<string, string> Headers { get; }

Headers for the incoming message.

Message being handled.

bool MessageHandled { get; set; }

Tells if the message has been handled.

void UpdateMessageInstance(object newInstance)

Updates the message instance contained in LogicalMessage.