mardi 30 juillet 2019

Design pattern to process different messages based on message type

I need to process notification messages that gets pushed to my application. where the messages contain notification types like catalog_purchased, catalog_expired, catalog_denied, etc. and In future new set of notification types would be added as well. What would be a good Design Pattern (and any Java 8 features) to process all these messages based on Notification types?

Aucun commentaire:

Enregistrer un commentaire