Interface DashboardNotificationMapper<T extends DashboardNotification>
-
- All Known Implementing Classes:
CpuAllocationIrregularityNotificationMapper,NewCarrotVersionNotificationMapper,SevereCarrotExceptionNotificationMapper
public interface DashboardNotificationMapper<T extends DashboardNotification>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CarrotMetadatamap(DashboardNotification notification)CarrotMetadatamapToMetadata(T notification)booleansupports(DashboardNotification notification)
-
-
-
Method Detail
-
supports
boolean supports(DashboardNotification notification)
-
map
default CarrotMetadata map(DashboardNotification notification)
-
mapToMetadata
CarrotMetadata mapToMetadata(T notification)
-
-