- All Implemented Interfaces:
Supplier<org.apache.kafka.streams.Topology>
public class TopologySupplier
extends Object
implements Supplier<org.apache.kafka.streams.Topology>
-
Constructor Summary
Constructors
-
Method Summary
org.apache.kafka.streams.Topology
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TopologySupplier
public TopologySupplier()
-
Method Details
-
get
public org.apache.kafka.streams.Topology get()
- Specified by:
get in interface Supplier<org.apache.kafka.streams.Topology>