Uses of Enum Class
io.quarkiverse.langchain4j.mcp.runtime.config.McpTransportType
Packages that use McpTransportType
Package
Description
-
Uses of McpTransportType in io.quarkiverse.langchain4j.mcp.runtime
Methods in io.quarkiverse.langchain4j.mcp.runtime with parameters of type McpTransportTypeModifier and TypeMethodDescriptionSupplier<dev.langchain4j.mcp.client.McpClient> McpRecorder.mcpClientSupplier(String key, McpTransportType mcpTransportType, io.quarkus.runtime.ShutdownContext shutdown, Supplier<io.vertx.core.Vertx> vertx) -
Uses of McpTransportType in io.quarkiverse.langchain4j.mcp.runtime.config
Subclasses with type arguments of type McpTransportType in io.quarkiverse.langchain4j.mcp.runtime.configMethods in io.quarkiverse.langchain4j.mcp.runtime.config that return McpTransportTypeModifier and TypeMethodDescriptionMcpClientBuildTimeConfig.transportType()Transport typestatic McpTransportTypeReturns the enum constant of this class with the specified name.static McpTransportType[]McpTransportType.values()Returns an array containing the constants of this enum class, in the order they are declared.