djsuperchief / Kyameru

Kyameru is a business processing engine inspired by Apache Camel and built for .Net Core.
https://djsuperchief.github.io/Kyameru/
MIT License
2 stars 1 forks source link

Non standard headers need a way to be read #100

Open djsuperchief opened 9 months ago

djsuperchief commented 9 months ago

Non standard headers in the Routable message need a way to be read and they also need a way to be marked as non standard so that they can be easily picked out of the headers without the need for an overly complicated for statement.