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