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

io.quarkus.smallrye.reactivemessaging.amqp.deployment.SmallRyeReactiveMessagingAmqpProcessor Maven / Gradle / Ivy

package io.quarkus.smallrye.reactivemessaging.amqp.deployment;

import io.quarkus.deployment.annotations.BuildStep;
import io.quarkus.deployment.builditem.FeatureBuildItem;

public class SmallRyeReactiveMessagingAmqpProcessor {

    @BuildStep
    FeatureBuildItem feature() {
        return new FeatureBuildItem(FeatureBuildItem.SMALLRYE_REACTIVE_MESSAGING_AMQP);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy