Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 463 Bytes

File metadata and controls

20 lines (13 loc) · 463 Bytes

Example 1

The example is a Notifier Class that sends a notification to a certain platform once and error count threshold is reached.

Mapping The Example to Structure

  • ErrorNotifier :: Context
  • SlackNotifier :: Concrete Strategy
  • NotificationStrategy :: Abstract Strategy

UML

Example 1 UML Diagram

Files