Method decorator that merges the decorated method's resolved payload
into the host's in-memory model before returning it — so a
mutation echo (setValues) or a fresh read (values) immediately
refreshes the registry entity without waiting for the next sync.
Method decorator that merges the decorated method's resolved payload into the host's in-memory model before returning it — so a mutation echo (
setValues) or a fresh read (values) immediately refreshes the registry entity without waiting for the next sync.