Interface PreDestroy


public interface PreDestroy
Components implementing this interface registers an interest in being notified when they are about to be decommissioned.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The component is about to be removed from the registry.
  • Method Details

    • preDestroy

      void preDestroy()
      The component is about to be removed from the registry.