-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 1.6.0
-
Component/s: None
-
Labels:None
-
Story Points:2
-
Epic Link:
-
Sprint:Goldeneye Green Sprint #3
In aspect of method signatures, ResourceService seems to accept any implementation of ResouceConsumer as a consumer of resources. But actually, application's unique implementation can't be used because Kryo used in ResourceStore can't serialize them. Because of that, IntentId is currently the only possible implementation of ResourceConsumer. We need to allow applications to use its own ResouceConsumer implementation instead of IntentId.