Package org.springframework.kafka.core
Class KafkaAdmin.NewTopics
- java.lang.Object
-
- org.springframework.kafka.core.KafkaAdmin.NewTopics
-
- Enclosing class:
- KafkaAdmin
public static class KafkaAdmin.NewTopics extends java.lang.Object
Wrapper for a collection ofNewTopic
to facilitate declaring multiple topics as a single bean.- Since:
- 2.7
-
-
Constructor Summary
Constructors Constructor Description NewTopics(org.apache.kafka.clients.admin.NewTopic... newTopics)
Construct an instance with theNewTopic
s.
-