Interface IContentTypeResolver
Resolve the content type for a message
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public interface IContentTypeResolver
Methods
Resolve(IMessageHeaders)
Determine the MimeType of a message from the given message headers
MimeType Resolve(IMessageHeaders headers)
Parameters
headers
IMessageHeadersthe headers to use
Returns
- MimeType
the resolved MimeType