Uses of Interface
com.solace.serdes.common.resolver.strategy.SolaceTopicProfile
-
Packages that use SolaceTopicProfile Package Description com.solace.serdes.common.resolver.config Provides configuration classes for schema resolvers, including properties for connecting to schema registries.com.solace.serdes.common.resolver.strategy Provides strategies for resolving artifact references based on record information for schema registry lookups. -
-
Uses of SolaceTopicProfile in com.solace.serdes.common.resolver.config
Methods in com.solace.serdes.common.resolver.config that return SolaceTopicProfile Modifier and Type Method Description SolaceTopicProfile
SchemaResolverProperties. getStrategyTopicProfile()
Retrieves theSolaceTopicProfile
object specified by theSchemaResolverProperties.STRATEGY_TOPIC_PROFILE
configuration. -
Uses of SolaceTopicProfile in com.solace.serdes.common.resolver.strategy
Methods in com.solace.serdes.common.resolver.strategy that return SolaceTopicProfile Modifier and Type Method Description static SolaceTopicProfile
SolaceTopicProfile. create()
Creates an emptySolaceTopicProfile
instance.Constructors in com.solace.serdes.common.resolver.strategy with parameters of type SolaceTopicProfile Constructor Description SolaceTopicIdStrategy(SolaceTopicProfile topicProfile)
Constructs a new SolaceTopicIdStrategy with the specified topic profile.
-