iiRecord
Agentic AI Atlas · Spring WebFlux
framework:spring-webfluxa5c.ai
II.
Framework JSON

framework:spring-webflux

Structured · live

Spring WebFlux json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/frameworks/frameworks-server-mobile.yamlCluster · domain
Record JSON
{
  "id": "framework:spring-webflux",
  "_kind": "Framework",
  "_file": "domain/frameworks/frameworks-server-mobile.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Spring WebFlux",
    "homepageUrl": "https://docs.spring.io/spring-framework/reference/web/webflux.html",
    "belongsToLanguageId": "language:java",
    "category": "web-backend",
    "description": "Spring WebFlux is the reactive web framework within the Spring ecosystem for Java.\nIt supports non-blocking, event-driven programming using Project Reactor, enabling\nhigh-throughput server applications with backpressure-aware streaming.\n"
  },
  "outgoingEdges": [
    {
      "from": "framework:spring-webflux",
      "to": "language:java",
      "kind": "belongs_to_language"
    },
    {
      "from": "framework:spring-webflux",
      "to": "skill-area:backend-async-processing",
      "kind": "used_by_skill_area",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "framework:vert-x",
      "to": "framework:spring-webflux",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "JVM backend frameworks"
      }
    }
  ]
}