Package ai.wanaku.core.exchange
Interface ResourceAcquirerDelegate
- All Superinterfaces:
ProvisionAware,RegisterAware
A delegate that can be used by services that provide resources
-
Method Summary
Modifier and TypeMethodDescriptionacquire(ResourceRequest request) Acquire the resource and provide it to the requesterMethods inherited from interface ai.wanaku.core.exchange.ProvisionAware
provisionMethods inherited from interface ai.wanaku.core.exchange.RegisterAware
deregister, register
-
Method Details
-
acquire
Acquire the resource and provide it to the requester- Parameters:
request- the resource request- Returns:
- the resource data and associated metadata about the request
-