Interface ICleanUpRegistrarSPI

All Known Implementing Classes:
BaseCleanUpRegistrarSPI

@IsSPIInterface public interface ICleanUpRegistrarSPI
Cleanup interface
Author:
Philip Helger
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Register cleanup actions.
  • Method Details

    • registerCleanUpAction

      void registerCleanUpAction(@NonNull ICleanUpRegistry aRegistry)
      Register cleanup actions.
      Parameters:
      aRegistry - The destination registry. Never null.