Interface DynamicResourceProvider

    • Method Detail

      • isLive

        boolean isLive()
        Deprecated.
        Returns true if this resource provider has not been closed yet and can still be used.

        This method will never throw an exception even after the resource provider has been closed

        Returns:
        true if the resource provider has not been closed yet and is still active.. Once the resource provider has been closed or is not active anymore, this method returns false.
      • close

        void close()
        Deprecated.
        Close the resource provider. Once the resource provider is not used anymore, it should be closed with this method.