Class LazyReferenceAdapter<T>

  • All Implemented Interfaces:
    Supplier<T>

    public class LazyReferenceAdapter<T>
    extends io.atlassian.util.concurrent.LazyReference<T>
    The adapter from com.atlassian.concurrent to io.atlassian.concurrent. Helps to gradually migrate from com. library to corresponding io. library.
    Since:
    7.0.1
    • Constructor Detail

      • LazyReferenceAdapter

        public LazyReferenceAdapter​(com.atlassian.util.concurrent.LazyReference<T> origin)
    • Method Detail

      • create

        protected T create()
                    throws Exception
        Specified by:
        create in class io.atlassian.util.concurrent.LazyReference<T>
        Throws:
        Exception