Class Graph
java.lang.Object
io.smallrye.reactive.messaging.providers.wiring.Graph
-
Constructor Summary
ConstructorsConstructorDescriptionGraph(boolean strict, Set<Wiring.Component> resolved, Set<Wiring.ConsumingComponent> unresolved) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanisClosed()voidmaterialize(ChannelRegistry registry)
-
Constructor Details
-
Graph
public Graph(boolean strict, Set<Wiring.Component> resolved, Set<Wiring.ConsumingComponent> unresolved)
-
-
Method Details
-
getWiringErrors
-
materialize
-
getResolvedComponents
-
isClosed
public boolean isClosed() -
getInbound
-
getOutbound
-
getUnresolvedComponents
-
hasWiringErrors
public boolean hasWiringErrors()
-