Interface HasTopicHooks.TopicHook

All Superinterfaces:
AutoCloseable
Enclosing interface:
HasTopicHooks<SELF>

public static interface HasTopicHooks.TopicHook extends AutoCloseable
Hook for performing actions on topics
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
     
    default void
    deleted(String topic)
    Called when a topic is deleted
  • Method Details

    • deleted

      default void deleted(String topic)
      Called when a topic is deleted
      Parameters:
      topic - name of the topic
    • close

      default void close()
      Specified by:
      close in interface AutoCloseable