register method
Registers this reactive object with an owner (fluent API).
Implementation
R register(String ownerId) {
this.ownerId = ownerId;
return this;
}
Registers this reactive object with an owner (fluent API).
R register(String ownerId) {
this.ownerId = ownerId;
return this;
}