Interface Wiring.PublishingComponent
- All Superinterfaces:
Wiring.Component
- Enclosing class:
- Wiring
-
Method Summary
Modifier and TypeMethodDescriptionbooleandefault voidconnectDownstream(Wiring.Component downstream) default Stringintdefault booleanMethods inherited from interface io.smallrye.reactive.messaging.providers.wiring.Wiring.Component
downstreams, incomings, isUpstreamResolved, materialize, outgoing, outgoings, terminate, upstreams, validate
-
Method Details
-
broadcast
boolean broadcast() -
getRequiredNumberOfSubscribers
int getRequiredNumberOfSubscribers() -
getOutgoingChannel
-
isDownstreamResolved
default boolean isDownstreamResolved()- Specified by:
isDownstreamResolvedin interfaceWiring.Component
-
connectDownstream
- Specified by:
connectDownstreamin interfaceWiring.Component
-