Interface TopicResolver

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 interface TopicResolver
Process input string to determine real topic name for Apache Pulsar. Allows flexibility by avoiding requirement to hardcode full topic names into the code. Useful in scenarios like multi-tenant applications.
Since:
1.2.0
Author:
Haris Secic