Uses of Class
io.quarkus.smallrye.reactivemessaging.deployment.items.ChannelDirection
-
Packages that use ChannelDirection Package Description io.quarkus.smallrye.reactivemessaging.deployment io.quarkus.smallrye.reactivemessaging.deployment.items -
-
Uses of ChannelDirection in io.quarkus.smallrye.reactivemessaging.deployment
Methods in io.quarkus.smallrye.reactivemessaging.deployment with parameters of type ChannelDirection Modifier and Type Method Description (package private) static ConnectorBuildItemWiringHelper. find(List<ConnectorBuildItem> connectors, String name, ChannelDirection direction)Finds a connector by name and direction in the given list.(package private) static Optional<String>WiringHelper. getManagingConnector(ChannelDirection direction, String channel)Gets the name of the connector managing the channel if any.(package private) static booleanWiringHelper. hasConnector(List<ConnectorBuildItem> connectors, ChannelDirection direction, String name)(package private) static booleanWiringHelper. isChannelEnabled(ChannelDirection direction, String channel)Checks if the given channel is enabled / disabled in the configuration -
Uses of ChannelDirection in io.quarkus.smallrye.reactivemessaging.deployment.items
Methods in io.quarkus.smallrye.reactivemessaging.deployment.items that return ChannelDirection Modifier and Type Method Description ChannelDirectionChannelBuildItem. getDirection()ChannelDirectionConnectorBuildItem. getDirection()ChannelDirectionConnectorManagedChannelBuildItem. getDirection()ChannelDirectionOrphanChannelBuildItem. getDirection()static ChannelDirectionChannelDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static ChannelDirection[]ChannelDirection. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.quarkus.smallrye.reactivemessaging.deployment.items with parameters of type ChannelDirection Modifier and Type Method Description static OrphanChannelBuildItemOrphanChannelBuildItem. of(ChannelDirection direction, String name)Creates a new instance ofOrphanChannelBuildItem.Constructors in io.quarkus.smallrye.reactivemessaging.deployment.items with parameters of type ChannelDirection Constructor Description ChannelBuildItem(String name, ChannelDirection direction, String connector)ConnectorBuildItem(String name, ChannelDirection direction, List<io.smallrye.reactive.messaging.annotations.ConnectorAttribute> attributes)ConnectorManagedChannelBuildItem(String name, ChannelDirection direction, String connector)OrphanChannelBuildItem(ChannelDirection direction, String name)
-