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.

@FunctionalInterface public interface HasTopicHooks<SELF>
Interface for performing actions on topics
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Hook for performing actions on topics
  • Method Summary

    Modifier and Type
    Method
    Description
    Register a hook that is invoked when performing actions on topics
  • Method Details

    • registerTopicHook

      SELF registerTopicHook(HasTopicHooks.TopicHook hook)
      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