IMessageTypeResolver interface
Used by the serializer middleware to resolve the type when consuming and store it when producing
public interface IMessageTypeResolver
Members
| name | description | 
|---|---|
| OnConsumeAsync(…) | Returns the message type when consuming | 
| OnProduceAsync(…) | Stores the message type somewhere when producing |