Class OrphanChannelBuildItem
java.lang.Object
io.quarkus.builder.item.BuildItem
io.quarkus.builder.item.MultiBuildItem
io.quarkus.smallrye.reactivemessaging.deployment.items.OrphanChannelBuildItem
public final class OrphanChannelBuildItem
extends io.quarkus.builder.item.MultiBuildItem
Represents an outbound channel without downstream or an inbound channel without upstream.
In other words, this class represents channels that should be managed by connectors.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()static OrphanChannelBuildItemof(ChannelDirection direction, String name) Creates a new instance ofOrphanChannelBuildItem.
-
Constructor Details
-
OrphanChannelBuildItem
-
-
Method Details
-
of
Creates a new instance ofOrphanChannelBuildItem.- Parameters:
direction- the direction of the channelname- the name of the channel- Returns:
- the new
OrphanChannelBuildItem
-
getName
-
getDirection
-