Package org.apache.kafka.streams
Interface TopologyDescription.Sink
-
- All Superinterfaces:
TopologyDescription.Node
- Enclosing interface:
- TopologyDescription
public static interface TopologyDescription.Sink extends TopologyDescription.Node
A sink node of a topology.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringtopic()The topic name this sink node is writing to.-
Methods inherited from interface org.apache.kafka.streams.TopologyDescription.Node
name, predecessors, successors
-
-