LxNamingExtension<R extends LxReactive> extension

Fluent extensions for naming and configuring reactive objects.

on
  • R

Methods

named(String name) → R

Available on R, provided by the LxNamingExtension extension

assigns a debug name to this reactive object.
register(String ownerId) → R

Available on R, provided by the LxNamingExtension extension

Links this reactive object to an owner ID.
sensitive() → R

Available on R, provided by the LxNamingExtension extension

Marks this object as containing sensitive data (redacted in logs).