Interface CloseableService


public interface CloseableService
A dynamic service that wishes to have internal resources freed when it is no longer needed.
Since:
1.36
Version:
1.0
Author:
matt
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Method to call when the service is released.
  • Method Details

    • closeService

      void closeService()
      Method to call when the service is released.