Interface HasCleanHook<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 HasCleanHook<SELF>
Interface for performing actions when cleaning apps
  • Method Summary

    Modifier and Type
    Method
    Description
    Register a hook that is invoked when cleaning apps
  • Method Details

    • registerCleanHook

      SELF registerCleanHook(Runnable hook)
      Register a hook that is invoked when cleaning apps
      Parameters:
      hook - factory to create hook from
      Returns:
      self for chaining