Uses of Interface
com.solace.serdes.common.resolver.strategy.SolaceTopicArtifactMapping
-
Packages that use SolaceTopicArtifactMapping Package Description com.solace.serdes.common.resolver.strategy Provides strategies for resolving artifact references based on record information for schema registry lookups. -
-
Uses of SolaceTopicArtifactMapping in com.solace.serdes.common.resolver.strategy
Methods in com.solace.serdes.common.resolver.strategy that return SolaceTopicArtifactMapping Modifier and Type Method Description static SolaceTopicArtifactMapping
SolaceTopicArtifactMapping. create(String topicExpression)
Creates mapping instance with generated artifact id.static SolaceTopicArtifactMapping
SolaceTopicArtifactMapping. create(String topicExpression, ArtifactReference artifactReference)
Creates mapping instance with explicitArtifactReference
.static SolaceTopicArtifactMapping
SolaceTopicArtifactMapping. create(String topicExpression, String artifactId)
Creates mapping instance with explicit artifact id.SolaceTopicArtifactMapping
SolaceTopicProfile. remove(int index)
Removes aSolaceTopicArtifactMapping
at the specified index.SolaceTopicArtifactMapping
SolaceTopicProfile. remove(SolaceTopicArtifactMapping mapping)
Removes the specifiedSolaceTopicArtifactMapping
.SolaceTopicArtifactMapping
SolaceTopicProfile. remove(String topicExpression)
Removes the firstSolaceTopicArtifactMapping
that matches the given topic expression.SolaceTopicArtifactMapping
SolaceTopicProfile.SolaceTopicProfileImpl. remove(int index)
SolaceTopicArtifactMapping
SolaceTopicProfile.SolaceTopicProfileImpl. remove(SolaceTopicArtifactMapping mapping)
SolaceTopicArtifactMapping
SolaceTopicProfile.SolaceTopicProfileImpl. remove(String topicExpression)
Methods in com.solace.serdes.common.resolver.strategy that return types with arguments of type SolaceTopicArtifactMapping Modifier and Type Method Description List<SolaceTopicArtifactMapping>
SolaceTopicProfile. getMappings()
Returns an independent ordered list ofSolaceTopicArtifactMapping
instances.List<SolaceTopicArtifactMapping>
SolaceTopicProfile.SolaceTopicProfileImpl. getMappings()
Methods in com.solace.serdes.common.resolver.strategy with parameters of type SolaceTopicArtifactMapping Modifier and Type Method Description void
SolaceTopicProfile. add(SolaceTopicArtifactMapping mapping)
Adds aSolaceTopicArtifactMapping
to theSolaceTopicProfile
.void
SolaceTopicProfile.SolaceTopicProfileImpl. add(SolaceTopicArtifactMapping mapping)
SolaceTopicArtifactMapping
SolaceTopicProfile. remove(SolaceTopicArtifactMapping mapping)
Removes the specifiedSolaceTopicArtifactMapping
.SolaceTopicArtifactMapping
SolaceTopicProfile.SolaceTopicProfileImpl. remove(SolaceTopicArtifactMapping mapping)
-