Interface Wiring.PublishingComponent
-
- All Superinterfaces:
Wiring.Component
- Enclosing class:
- Wiring
public static interface Wiring.PublishingComponent extends Wiring.Component
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description booleanbroadcast()default voidconnectDownstream(Wiring.Component downstream)default StringgetOutgoingChannel()intgetRequiredNumberOfSubscribers()default booleanisDownstreamResolved()-
Methods inherited from interface io.smallrye.reactive.messaging.providers.wiring.Wiring.Component
downstreams, incomings, isUpstreamResolved, materialize, outgoing, upstreams, validate
-
-
-
-
Method Detail
-
broadcast
boolean broadcast()
-
getRequiredNumberOfSubscribers
int getRequiredNumberOfSubscribers()
-
getOutgoingChannel
default String getOutgoingChannel()
-
isDownstreamResolved
default boolean isDownstreamResolved()
- Specified by:
isDownstreamResolvedin interfaceWiring.Component
-
connectDownstream
default void connectDownstream(Wiring.Component downstream)
- Specified by:
connectDownstreamin interfaceWiring.Component
-
-