Interface ObjectFactoryDestroyable


public interface ObjectFactoryDestroyable
An interface to be implemented by any ObjectFactory implementation if it requires shutdown hook whenever an ObjectFactory is to be destroyed.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • destroy

      void destroy()