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