Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PS: The message samples listed are for demo purposes.

 

Identity Service: IdentityEventListener.java

Event: onCreateUser

Default Message: 

...

Event: onChangeUserPassword

Event:  onAuthentication

Office Service: OfficeEventListener.java

Event: onCreateEmployee

Default Message: 

...

Event: onDeleteOffice

Event: onUpdateOffice

Customer Service: CustomerEventListener.java

 

Event: customerCreatedEvent()

...

Please share your opinion on whether a listener should be defined  IdentificationCard and protrait related events. For instance identificationCardScanDeleteEvent or portraitPutEvent and portraitDeleteEvent

Accounting Service: AccountingEventListener.java

Event: onCreateAccount

Event: onChangeAccount

...

Event: onReopenAccount

Event: onDeleteAccount

Portfolio Service: PortfolioEventListener.java

Event: onDeny

Event: onApprove

...

Event: onGroupActivated

Event: onGroupUpdated

Deposit Service: DepositEventListener.java

onAccrual

onDividendDistribution

Teller Service: TellerEventListener

Event: onCreate

Event: onChange

...

Event: onSaveDenomination

Cheque Service: ChequeEventListener.java

Event: onIssueCheques

Event: onChequeTransaction

Event: onChequeApproved

Event: onChequeCanceled

Payroll Service: PayrollEventListener

Event: onPostCollection

Reporting Service: 

No listener will be implemented for the reporting microservice on less stated otherwise.

...