Package com.bakdata.kafka
Interface HasTopicHooks.TopicHook
- All Superinterfaces:
AutoCloseable
- Enclosing interface:
- HasTopicHooks<SELF>
Hook for performing actions on topics
-
Method Summary
-
Method Details
-
deleted
Called when a topic is deleted- Parameters:
topic
- name of the topic
-
close
default void close()- Specified by:
close
in interfaceAutoCloseable
-