Package org.apache.cassandra.cdc.kafka
Class TopicSupplier.StaticTopicSupplier
- java.lang.Object
-
- org.apache.cassandra.cdc.kafka.TopicSupplier.StaticTopicSupplier
-
- All Implemented Interfaces:
TopicSupplier
- Enclosing interface:
- TopicSupplier
public static class TopicSupplier.StaticTopicSupplier extends java.lang.Object implements TopicSupplier
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.cassandra.cdc.kafka.TopicSupplier
TopicSupplier.MapTopicSupplier, TopicSupplier.PerKeyspace, TopicSupplier.PerKeyspaceTable, TopicSupplier.PerTable, TopicSupplier.StaticTopicSupplier, TopicSupplier.StringFormatTopicSupplier
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringtopic(org.apache.cassandra.cdc.msg.CdcEvent event)
-
-
-
Method Detail
-
topic
public java.lang.String topic(org.apache.cassandra.cdc.msg.CdcEvent event)
- Specified by:
topicin interfaceTopicSupplier
-
-