Interface DelegatingResource.ResourceDelegateProvider

  • Enclosing class:
    DelegatingResource

    public static interface DelegatingResource.ResourceDelegateProvider
    Provides a delegate for use by a DelegatingResource. Does not need to provide the same delegate for every call, allowing a copy-on-write semantic for the underlying Resource.
    • Method Detail

      • getDelegateResource

        Resource getDelegateResource()
        Gets the delegate.
        Returns:
        the delegate. Cannot return null