Interface TopicSelector.DataCollectionTopicNamer<I extends DataCollectionId>

All Known Implementing Classes:
TopicSelector.TopicNameCache, TopicSelector.TopicNameSanitizer
Enclosing class:
TopicSelector<I extends DataCollectionId>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface TopicSelector.DataCollectionTopicNamer<I extends DataCollectionId>
Implementations determine the topic name corresponding to a given data collection.
  • Method Summary

    Modifier and Type
    Method
    Description
    topicNameFor(I id, String prefix, String delimiter)