Package com.solace.serdes.common.resolver.strategy
Provides strategies for resolving artifact references based on record information for schema registry lookups.
-
Interface Summary Interface Description ArtifactReference Represents a reference to an Artifact in a schema registry.ArtifactReferenceResolverStrategy<T,S> An interface used by theSchemaResolver
to resolve anArtifactReference
.SolaceTopicArtifactMapping Interface to describe a mapping between a Solace topic expression and schema registry artifact reference.SolaceTopicProfile ASolaceTopicProfile
is a collection ofSolaceTopicArtifactMapping
instances. -
Class Summary Class Description ArtifactReferenceBuilder Builder class for creating ArtifactReference instances.DestinationIdStrategy<T,S> A strategy for resolving artifact references based on destination names.SolaceTopicIdStrategy<T,S> A strategy for resolving artifact references based on Solace topic patterns.