I need option to use my own DetailType for each message.
Also I saw this comment // Ideally here we could put the class name of the message, but how to retrieve it? - so I added default resolver to use class name as DetailType.
Also to avoid problems with backwards compatible I left basic behavior as it has been so far
I need option to use my own DetailType for each message. Also I saw this comment
// Ideally here we could put the class name of the message, but how to retrieve it?
- so I added default resolver to use class name as DetailType. Also to avoid problems with backwards compatible I left basic behavior as it has been so far