Class SolaceTopicIdStrategy<T,​S>

  • Type Parameters:
    T - The type of object to be serialized/deserialized
    S - The type of schema
    All Implemented Interfaces:
    ArtifactReferenceResolverStrategy<T,​S>

    public class SolaceTopicIdStrategy<T,​S>
    extends DestinationIdStrategy<T,​S>
    A strategy for resolving artifact references based on Solace topic patterns.

    This strategy extends the DestinationIdStrategy by adding support for mapping Solace topics to specific artifact references using pattern matching. When a topic matches a configured pattern, the corresponding artifact reference is returned.

    If no topic profile is provided or no pattern matches, it falls back to the behavior of the parent DestinationIdStrategy.