Class ChannelBuildItem
- java.lang.Object
-
- io.quarkus.builder.item.BuildItem
-
- io.quarkus.builder.item.MultiBuildItem
-
- io.quarkus.smallrye.reactivemessaging.deployment.ChannelBuildItem
-
public final class ChannelBuildItem extends io.quarkus.builder.item.MultiBuildItem
-
-
Constructor Summary
Constructors Constructor Description ChannelBuildItem(String name)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description io.smallrye.reactive.messaging.extension.ChannelConfigurationgetChannelConfig()(package private) static ChannelBuildItemof(String name)Creates a new instance ofChannelBuildItem.
-
-
-
Constructor Detail
-
ChannelBuildItem
public ChannelBuildItem(String name)
-
-
Method Detail
-
of
static ChannelBuildItem of(String name)
Creates a new instance ofChannelBuildItem.- Parameters:
name- the name of the injected channel- Returns:
- the new
ChannelBuildItem
-
getChannelConfig
public io.smallrye.reactive.messaging.extension.ChannelConfiguration getChannelConfig()
-
-