fun getOrOpenSubgraph(subcomponentQualifier: Any, identifier: Any? = null, block: ComponentBuilderBlock? = null): Graph
Get a subgraph by identifier if present or open and return it.
subcomponentQualifier
- The qualifier of the subcomponent.
identifier
- An optional qualifier for the graph.
block
- An optional builder block to derive the subcomponent with.