Package ai.wanaku.core.exchange
Interface ProvisionAware
- All Known Subinterfaces:
InvocationDelegate,ResourceAcquirerDelegate
public interface ProvisionAware
Interface used by delegates that can provide access to exchange-related properties.
Implementors of this interface should supply a Map of available properties, which are identified by their respective names or keys.
These properties will often be defined in the `application.properties` file and accessed via configuration wrappers.
-
Method Summary
Modifier and TypeMethodDescriptionprovision(ProvisionRequest request) Provisions a resource or tool for usage with the downstream/capability service
-
Method Details
-
provision
Provisions a resource or tool for usage with the downstream/capability service- Returns:
- A
Maprepresentation of valid properties keyed by name. These properties will be passed to the model as acceptable arguments for the tools using this service.
-