Interface TopicSelector<IN>
- Type Parameters:
IN- type of the incoming record
- All Superinterfaces:
java.util.function.Function<IN,,String> Serializable
@PublicEvolving
public interface TopicSelector<IN>
extends java.util.function.Function<IN,String>, Serializable
Selects a topic for the incoming record.
-
Method Summary
Methods inherited from interface java.util.function.Function
andThen, apply, compose