Class AbstractLangGraphStudioConfig
java.lang.Object
org.bsc.langgraph4j.studio.springboot.LangGraphStudioConfig
org.bsc.langgraph4j.studio.springboot.AbstractLangGraphStudioConfig
@Deprecated(forRemoval=true)
public abstract class AbstractLangGraphStudioConfig
extends LangGraphStudioConfig
Deprecated, for removal: This API element is subject to removal in a future version.
Abstract base class for LangGraph Studio configuration, simplifying the setup for a single flow.
This class is designed for scenarios where only one graph (flow) needs to be exposed through the LangGraph Studio.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionabstract LangGraphFlow
getFlow()
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class org.bsc.langgraph4j.studio.springboot.LangGraphStudioConfig
init, initServletBean, streamingServletBean
-
Constructor Details
-
AbstractLangGraphStudioConfig
public AbstractLangGraphStudioConfig()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getFlow
Deprecated, for removal: This API element is subject to removal in a future version. -
instanceMap
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
instanceMap
in classLangGraphStudioConfig
-
LangGraphStudioConfig
directly and provide a custom implementation for theinstanceMap()
method to configure one or more graph instances.