Class Graph
- java.lang.Object
 - 
- io.smallrye.reactive.messaging.wiring.Graph
 
 
- 
public class Graph extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description Graph(Set<Wiring.Component> resolved, Set<io.smallrye.reactive.messaging.wiring.Wiring.ConsumingComponent> unresolved) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<io.smallrye.reactive.messaging.wiring.Wiring.PublishingComponent>getInbound()Set<io.smallrye.reactive.messaging.wiring.Wiring.ConsumingComponent>getOutbound()Set<Wiring.Component>getResolvedComponents()Set<io.smallrye.reactive.messaging.wiring.Wiring.ConsumingComponent>getUnresolvedComponents()List<Exception>getWiringErrors()booleanhasWiringErrors()booleanisClosed()voidmaterialize(ChannelRegistry registry) 
 - 
 
- 
- 
Constructor Detail
- 
Graph
public Graph(Set<Wiring.Component> resolved, Set<io.smallrye.reactive.messaging.wiring.Wiring.ConsumingComponent> unresolved)
 
 - 
 
- 
Method Detail
- 
materialize
public void materialize(ChannelRegistry registry)
 
- 
getResolvedComponents
public Set<Wiring.Component> getResolvedComponents()
 
- 
isClosed
public boolean isClosed()
 
- 
getInbound
public Set<io.smallrye.reactive.messaging.wiring.Wiring.PublishingComponent> getInbound()
 
- 
getOutbound
public Set<io.smallrye.reactive.messaging.wiring.Wiring.ConsumingComponent> getOutbound()
 
- 
getUnresolvedComponents
public Set<io.smallrye.reactive.messaging.wiring.Wiring.ConsumingComponent> getUnresolvedComponents()
 
- 
hasWiringErrors
public boolean hasWiringErrors()
 
 - 
 
 -