Interface ISolaceTopicProfile
- 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; }