Class AbstractLangGraphStudioConfig
java.lang.Object
org.bsc.langgraph4j.studio.springboot.AbstractLangGraphStudioConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract LangGraphFlow
getFlow()
org.springframework.boot.web.servlet.ServletRegistrationBean<LangGraphStreamingServer.GraphInitServlet>
org.springframework.boot.web.servlet.ServletRegistrationBean<LangGraphStreamingServer.GraphStreamServlet>
-
Constructor Details
-
AbstractLangGraphStudioConfig
public AbstractLangGraphStudioConfig()
-
-
Method Details
-
getFlow
-
initServletBean
@Bean public org.springframework.boot.web.servlet.ServletRegistrationBean<LangGraphStreamingServer.GraphInitServlet> initServletBean() -
streamingServletBean
@Bean public org.springframework.boot.web.servlet.ServletRegistrationBean<LangGraphStreamingServer.GraphStreamServlet> streamingServletBean()
-