Table of Contents

Interface IContentTypeResolver

Namespace
Steeltoe.Messaging.Converter
Assembly
Steeltoe.Messaging.Abstractions.dll

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 IMessageHeaders

the headers to use

Returns

MimeType

the resolved MimeType