Skip to content

Incoming step context

Mogens Heller Grabe edited this page Aug 20, 2015 · 1 revision

The incoming step context is a context object that is created for each received message and will be passed down through the pipeline of incoming steps.

The incoming step context is initialized with the received TransportMessage and the current ITransactionContext (under their default keys, i.e. determined by their types) for the rest of the pipeline to use.

Clone this wiki locally