namespace Tapeti.Flow { /// /// Key names as used in the message context store. For internal use. /// public static class ContextItems { /// /// Key given to the FlowContext object as stored in the message context. /// public const string FlowContext = "Tapeti.Flow.FlowContext"; } }