Uses of Interface
io.smallrye.reactive.messaging.providers.wiring.Wiring.Component
Packages that use Wiring.Component
Package
Description
-
Uses of Wiring.Component in io.smallrye.reactive.messaging.providers.i18n
Methods in io.smallrye.reactive.messaging.providers.i18n with parameters of type Wiring.ComponentModifier and TypeMethodDescriptionfinal voidProviderLogging_$logger.connectorWithoutDownstream(Wiring.Component component) voidProviderLogging.connectorWithoutDownstream(Wiring.Component component) -
Uses of Wiring.Component in io.smallrye.reactive.messaging.providers.wiring
Subinterfaces of Wiring.Component in io.smallrye.reactive.messaging.providers.wiringModifier and TypeInterfaceDescriptionstatic interfacestatic interfaceMethods in io.smallrye.reactive.messaging.providers.wiring that return types with arguments of type Wiring.ComponentModifier and TypeMethodDescriptiondefault Set<Wiring.Component>Wiring.Component.downstreams()Graph.getResolvedComponents()default Set<Wiring.Component>Wiring.Component.upstreams()Methods in io.smallrye.reactive.messaging.providers.wiring with parameters of type Wiring.ComponentModifier and TypeMethodDescriptiondefault voidWiring.Component.connectDownstream(Wiring.Component downstream) default voidWiring.PublishingComponent.connectDownstream(Wiring.Component downstream) default voidWiring.ConsumingComponent.connectUpstream(Wiring.Component upstream) Method parameters in io.smallrye.reactive.messaging.providers.wiring with type arguments of type Wiring.ComponentModifier and TypeMethodDescriptionstatic OpenGraphExceptionOpenGraphException.openGraphException(Set<Wiring.Component> resolved, Set<Wiring.ConsumingComponent> unresolved) Constructors in io.smallrye.reactive.messaging.providers.wiring with parameters of type Wiring.ComponentModifierConstructorDescriptionCycleException(Wiring.Component component, Wiring.Component downstream) Constructor parameters in io.smallrye.reactive.messaging.providers.wiring with type arguments of type Wiring.ComponentModifierConstructorDescriptionGraph(boolean strict, Set<Wiring.Component> resolved, Set<Wiring.ConsumingComponent> unresolved) TooManyUpstreamCandidatesException(Wiring.ConsumingComponent cc, String incoming, List<Wiring.Component> upstreams)