mercredi 20 janvier 2021

which design pattern to use for dotnet core service

We are going to build a new micro service for Notifications. so basically to send a notification we are following below points.

  1. Validate the request
  2. Entry in User Log Table
  3. Save Payload
  4. Call Scale service
  5. Create Payload based on platforms
  6. Call FCM send API
  7. Update final status

Which behavioral design pattern could i use ?

Aucun commentaire:

Enregistrer un commentaire