marcuslull / MessageQueuingDemo

0 stars 0 forks source link

Code assembler service #13

Closed marcuslull closed 7 months ago

marcuslull commented 7 months ago

Will be used by producers that have resource requirements to assemble the required resources. The assembler will use the generic consumer to actually acquire the resources.

marcuslull commented 7 months ago

assemblerService.assemble() now takes a output resource and an amount. It uses the consumer and producer services to acquire the appropriate requirements and then produces the desired output.