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.MultiBuildItem
Represents a channel injection.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.smallrye.reactive.messaging.providers.extension.ChannelConfigurationstatic InjectedChannelBuildItemCreates a new instance ofInjectedChannelBuildItem.
-
Constructor Details
-
InjectedChannelBuildItem
-
-
Method Details
-
of
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()
-