io.quarkus.smallrye.reactivemessaging.deployment.items.ChannelDirection Maven / Gradle / Ivy
package io.quarkus.smallrye.reactivemessaging.deployment.items;
/**
* Channel direction (incoming or outgoing)
*/
public enum ChannelDirection {
INCOMING,
OUTGOING
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy