Table of Contents

Interface ISolaceTopicProfile

Namespace
Solace.SchemaRegistry.Serdes.Core.Resolver.Strategy
Assembly
Solace.SchemaRegistry.Serdes.Core.dll

A ISolaceTopicProfile is a collection of ISolaceTopicArtifactMapping instances. It provides read-only access to the mappings.

public interface ISolaceTopicProfile

Properties

Mappings

Gets an independent ordered list of ISolaceTopicArtifactMapping instances.

IReadOnlyList<ISolaceTopicArtifactMapping> Mappings { get; }

Property Value

IReadOnlyList<ISolaceTopicArtifactMapping>