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 Summary

    Modifier and Type
    Method
    Description
    Gets the delegate.
  • Method Details

    • getDelegateResource

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