Interface ComponentDeferredMethodRef<R>

Type Parameters:
R - The type of value returned by executing the call
All Known Subinterfaces:
ComponentMethodRef<R>

@DoNotInherit public interface ComponentDeferredMethodRef<R>
Zero argument component deferred call representation, not executed until invoked by some mechanism using the deferred call (like a timer executing it later for example)

Not for user extension or instantiation, returned by the SDK component client