register method
Links this reactive object to an owner ID.
Implementation
R register(String ownerId) {
this.ownerId = ownerId;
return this;
}
Links this reactive object to an owner ID.
R register(String ownerId) {
this.ownerId = ownerId;
return this;
}