Package com.bakdata.kafka
Interface HasTopicHooks<SELF>
- Type Parameters:
SELF
- self for chaining
- All Known Implementing Classes:
ProducerCleanUpConfiguration
,StreamsCleanUpConfiguration
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface for performing actions on topics
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Hook for performing actions on topics -
Method Summary
Modifier and TypeMethodDescriptionRegister a hook that is invoked when performing actions on topics
-
Method Details
-
registerTopicHook
Register a hook that is invoked when performing actions on topics- Parameters:
hook
- Action to run. Topic is passed as parameter- Returns:
- self for chaining
-