Uses of Class
io.quarkus.smallrye.reactivemessaging.deployment.items.OrphanChannelBuildItem
Packages that use OrphanChannelBuildItem
Package
Description
-
Uses of OrphanChannelBuildItem in io.quarkus.smallrye.reactivemessaging.deployment
Method parameters in io.quarkus.smallrye.reactivemessaging.deployment with type arguments of type OrphanChannelBuildItemModifier and TypeMethodDescriptionvoidWiringProcessor.autoConfigureConnectorForOrphansAndProduceManagedChannels(ReactiveMessagingBuildTimeConfig buildTimeConfig, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.RunTimeConfigurationDefaultBuildItem> config, io.quarkus.deployment.annotations.BuildProducer<ConnectorManagedChannelBuildItem> connectorManagedChannels, List<OrphanChannelBuildItem> orphans, List<ConnectorBuildItem> connectors, List<ChannelBuildItem> channels, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.arc.deployment.ValidationPhaseBuildItem.ValidationErrorBuildItem> errors) voidWiringProcessor.detectOrphanChannels(List<ChannelBuildItem> channels, io.quarkus.deployment.annotations.BuildProducer<OrphanChannelBuildItem> builder) -
Uses of OrphanChannelBuildItem in io.quarkus.smallrye.reactivemessaging.deployment.items
Methods in io.quarkus.smallrye.reactivemessaging.deployment.items that return OrphanChannelBuildItemModifier and TypeMethodDescriptionstatic OrphanChannelBuildItemOrphanChannelBuildItem.of(ChannelDirection direction, String name) Creates a new instance ofOrphanChannelBuildItem.