Class DifyWorkflowAutoConfiguration

java.lang.Object
io.github.guoshiqiufeng.dify.springboot2.autoconfigure.DifyWorkflowAutoConfiguration

@Configuration @ConditionalOnClass(io.github.guoshiqiufeng.dify.workflow.client.DifyWorkflowClient.class) public class DifyWorkflowAutoConfiguration extends Object
Since:
2025/3/18 16:17
Version:
0.9.0
Author:
yanghq
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.github.guoshiqiufeng.dify.workflow.client.DifyWorkflowClient
    difyWorkflowClient(io.github.guoshiqiufeng.dify.core.config.DifyProperties properties, org.springframework.beans.factory.ObjectProvider<org.springframework.web.reactive.function.client.WebClient.Builder> webClientBuilderProvider)
     
    io.github.guoshiqiufeng.dify.workflow.impl.DifyWorkflowClientImpl
    difyWorkflowHandler(io.github.guoshiqiufeng.dify.workflow.client.DifyWorkflowClient difyWorkflowClient)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DifyWorkflowAutoConfiguration

      public DifyWorkflowAutoConfiguration()
  • Method Details

    • difyWorkflowClient

      @Bean @ConditionalOnMissingBean(io.github.guoshiqiufeng.dify.workflow.client.DifyWorkflowClient.class) public io.github.guoshiqiufeng.dify.workflow.client.DifyWorkflowClient difyWorkflowClient(io.github.guoshiqiufeng.dify.core.config.DifyProperties properties, org.springframework.beans.factory.ObjectProvider<org.springframework.web.reactive.function.client.WebClient.Builder> webClientBuilderProvider)
    • difyWorkflowHandler

      @Bean @ConditionalOnMissingBean(io.github.guoshiqiufeng.dify.workflow.DifyWorkflow.class) public io.github.guoshiqiufeng.dify.workflow.impl.DifyWorkflowClientImpl difyWorkflowHandler(io.github.guoshiqiufeng.dify.workflow.client.DifyWorkflowClient difyWorkflowClient)