Skip to content

Conversation

@andrewnguonly
Copy link
Contributor

Summary

In rare cases, the behavior of an IHealthPolicy should be overridden. In such a case, an outside system or human operator must take action. This pull request provides an interface so that outside systems may execute Resolvers without Diagnosis, effectively overriding the behavior of the IHealthPolicy.

Implementation

  1. Add method resolve to IResolver interface. Unimplemented.
  2. Add method executeResolver to IHealthPolicy interface. Unimplemented.
  3. Override executeResolver method in HealthPolicyImpl class.
  4. Fixed minor spelling error: hanlder -> handler.

@msftclas
Copy link

msftclas commented Nov 19, 2018

CLA assistant check
All CLA requirements met.

@abmodi abmodi requested a review from ashvina November 28, 2018 06:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants