Interface CostReportConsumer
-
- All Known Implementing Classes:
CostReportConsumerMock
public interface CostReportConsumer- Author:
- ldalves
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconsume(String csv)Map<Property,ResourceAllocation>fixedAllocations()
-
-
-
Method Detail
-
consume
void consume(String csv)
-
fixedAllocations
Map<Property,ResourceAllocation> fixedAllocations()
-
-