Incoming step context - rebus-org/Rebus GitHub Wiki

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.