Package ai.wanaku.core.exchange
Interface ConfigurableDelegate
- All Known Subinterfaces:
InvocationDelegate,ResourceAcquirerDelegate
public interface ConfigurableDelegate
Base interface for delegates that provide configuration information. Most delegates should
comply with this interface
-
Method Summary
Modifier and TypeMethodDescriptionConfigurations related to handling credentialsService-specific configurations
-
Method Details
-
serviceConfigurations
Service-specific configurations- Returns:
- A map of service-specific configurations
-
credentialsConfigurations
Configurations related to handling credentials- Returns:
- A map of credential-specific configurations
-