Skip to content

Commit

Permalink
HWKALERTS-89 Normalize Incoming Data Format
Browse files Browse the repository at this point in the history
- remove Availability, NumericData StringData and MixedData
- redefine Data to be used as the sole data format
  - let the ConditionEval impls deal with any conversion
  - provide convenience factory methods for when caller knows
    the data type he wants to provide.
  - Note, support for multi-value conditions (i.e. the 'values'
    field) is anticipated but not yet a reality.
- Make AvailabilityType a 1st class citizen
- Note: REST API CHANGE in sendData endpoint, but this is
  not [yet] used in Hawkular code outside of alerts.
- Update bus integration code (topic listeners) to use new
  mechanism
  • Loading branch information
jshaughn committed Sep 28, 2015
1 parent 249d999 commit c9e2e0d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
*/
package org.hawkular.alerts.api.model.data;

import org.hawkular.alerts.api.model.event.Alert;

/**
* Severity set for a {@link org.hawkular.alerts.api.model.trigger.Trigger} and assigned to an
Expand Down

0 comments on commit c9e2e0d

Please sign in to comment.