Interface DifyConnectionDetails

All Superinterfaces:
org.springframework.boot.autoconfigure.service.connection.ConnectionDetails
All Known Implementing Classes:
DifyPropertiesAutoConfiguration.PropertiesDifyConnectionDetails

public interface DifyConnectionDetails extends org.springframework.boot.autoconfigure.service.connection.ConnectionDetails
Dify Connection Details Interface Provides connection information required to establish a connection to the Dify API. This interface is used by the Spring Boot auto-configuration to set up Dify clients with the appropriate connection settings.

This interface extends Spring Boot's ConnectionDetails to integrate with the standard connection management framework.

Since:
2025/4/7 16:53
Version:
0.8.0
Author:
yanghq
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the URL of the Dify API server
  • Method Details

    • getUrl

      String getUrl()
      Retrieves the URL of the Dify API server
      Returns:
      The base URL string for the Dify API endpoint