Class ConnectorTopics
java.lang.Object
org.sourcelab.kafka.connect.apiclient.request.dto.ConnectorTopics
public class ConnectorTopics extends Object
Represents result from /connectors/[topic-name]/topics REST end point.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConnectorTopics.DeserializerDeserializer for ConnectorTopics. -
Constructor Summary
Constructors Constructor Description ConnectorTopics(String name, List<String> topics)Constructor. -
Method Summary