public static interface Wiring.Component
Modifier and Type | Method and Description |
---|---|
default void |
connectDownstream(Wiring.Component downstream) |
default Set<Wiring.Component> |
downstreams() |
default List<String> |
incomings() |
boolean |
isDownstreamResolved() |
boolean |
isUpstreamResolved() |
void |
materialize(ChannelRegistry registry) |
default Optional<String> |
outgoing() |
default Set<Wiring.Component> |
upstreams() |
void |
validate() |
void validate() throws WiringException
WiringException
boolean isUpstreamResolved()
boolean isDownstreamResolved()
default Set<Wiring.Component> downstreams()
default Set<Wiring.Component> upstreams()
default void connectDownstream(Wiring.Component downstream)
void materialize(ChannelRegistry registry)
Copyright © 2018–2021 SmallRye. All rights reserved.