Interface ConcurrentPool.ItemFactory<T>

  • Type Parameters:
    T -
    Enclosing class:
    ConcurrentPool<T>

    @Deprecated(since="2021-05-27")
    public static interface ConcurrentPool.ItemFactory<T>
    Deprecated.
    Usage of this API is not supported in AEM as a Cloud Service.
    Factory for creating and closing pooled items.
    • Method Detail

      • create

        T create​(boolean initialize)
        Deprecated.
      • close

        void close​(T t)
        Deprecated.