Module topology

Module topology 

Source
Expand description

Topology service for analyzing project structure

This service provides static analysis of project topology including:

  • Nodes and their enabled status
  • Pub/sub topics (publishers and subscribers)
  • Service ports (Redis, HTTP, database, etc.)

Structsยง

NodeTopology
Node topology information
RedisInfo
Redis connection information
ServiceInfo
Service port information
TopicRef
Topic reference with message type
TopicTopology
Topic topology information (grouped by topic)
Topology
Topology analysis result
TopologyService
Topology service for static analysis