All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkus.smallrye.reactivemessaging.deployment.items.ChannelDirection Maven / Gradle / Ivy

There is a newer version: 3.15.2
Show newest version
package io.quarkus.smallrye.reactivemessaging.deployment.items;

/**
 * Channel direction (incoming or outgoing)
 */
public enum ChannelDirection {
    INCOMING,
    OUTGOING
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy