Skip to main content
Version: 3.x

IMessageTypeResolver interface

Used by the serializer middleware to resolve the type when consuming and store it when producing

public interface IMessageTypeResolver

Members

namedescription
OnConsumeAsync(…)Returns the message type when consuming
OnProduceAsync(…)Stores the message type somewhere when producing

See Also