Package | Description |
---|---|
io.smallrye.reactive.messaging.i18n | |
io.smallrye.reactive.messaging.wiring |
Modifier and Type | Method and Description |
---|---|
void |
ProviderLogging.connectorWithoutDownstream(Wiring.Component component) |
void |
ProviderLogging_$logger.connectorWithoutDownstream(Wiring.Component component) |
Modifier and Type | Method and Description |
---|---|
default Set<Wiring.Component> |
Wiring.Component.downstreams() |
Set<Wiring.Component> |
Graph.getResolvedComponents() |
default Set<Wiring.Component> |
Wiring.Component.upstreams() |
Modifier and Type | Method and Description |
---|---|
default void |
Wiring.Component.connectDownstream(Wiring.Component downstream) |
Modifier and Type | Method and Description |
---|---|
static OpenGraphException |
OpenGraphException.openGraphException(Set<Wiring.Component> resolved,
Set<io.smallrye.reactive.messaging.wiring.Wiring.ConsumingComponent> unresolved) |
Constructor and Description |
---|
CycleException(Wiring.Component component,
Wiring.Component downstream) |
Constructor and Description |
---|
Graph(boolean strict,
Set<Wiring.Component> resolved,
Set<io.smallrye.reactive.messaging.wiring.Wiring.ConsumingComponent> unresolved) |
TooManyUpstreamCandidatesException(io.smallrye.reactive.messaging.wiring.Wiring.ConsumingComponent cc,
String incoming,
List<Wiring.Component> upstreams) |
Copyright © 2018–2021 SmallRye. All rights reserved.