Uses of Class
io.quarkus.smallrye.reactivemessaging.deployment.items.ChannelBuildItem
-
Packages that use ChannelBuildItem Package Description io.quarkus.smallrye.reactivemessaging.deployment io.quarkus.smallrye.reactivemessaging.deployment.items -
-
Uses of ChannelBuildItem in io.quarkus.smallrye.reactivemessaging.deployment
-
Uses of ChannelBuildItem in io.quarkus.smallrye.reactivemessaging.deployment.items
Methods in io.quarkus.smallrye.reactivemessaging.deployment.items that return ChannelBuildItem Modifier and Type Method Description static ChannelBuildItemChannelBuildItem. incoming(String name, String connector)Creates a new instance ofChannelBuildItemfor an incoming channel.static ChannelBuildItemChannelBuildItem. outgoing(String name, String connector)Creates a new instance ofChannelBuildItemfor an outgoing channel.
-