What is the point of IHandleMessages<T>
vs IMessageHandler<T>
in NServiceBus 2.0?
One interface derives from the other and does not appear to add any new methods or new constraints on T. It is possible that one is a marker interface but there is no evidence for this in the comments.