252253254255256257258259260261262263
this.eventStore.append(event); } if ((idx % 3) == 0) { UserPasswordChanged event = new UserPasswordChanged( user.tenantId(), user.username()); this.eventStore.append(event); }