public class Graph extends Object
| Constructor and Description |
|---|
Graph(boolean strict,
Set<Wiring.Component> resolved,
Set<io.smallrye.reactive.messaging.wiring.Wiring.ConsumingComponent> unresolved) |
| Modifier and Type | Method and 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() |
boolean |
hasWiringErrors() |
boolean |
isClosed() |
void |
materialize(ChannelRegistry registry) |
public Graph(boolean strict,
Set<Wiring.Component> resolved,
Set<io.smallrye.reactive.messaging.wiring.Wiring.ConsumingComponent> unresolved)
public void materialize(ChannelRegistry registry)
public Set<Wiring.Component> getResolvedComponents()
public boolean isClosed()
public Set<io.smallrye.reactive.messaging.wiring.Wiring.PublishingComponent> getInbound()
public Set<io.smallrye.reactive.messaging.wiring.Wiring.ConsumingComponent> getOutbound()
public Set<io.smallrye.reactive.messaging.wiring.Wiring.ConsumingComponent> getUnresolvedComponents()
public boolean hasWiringErrors()
Copyright © 2018–2021 SmallRye. All rights reserved.