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

rvicemix.bundles.org.apache.servicemix.bundles.azure-core-amqp.2.0.3_1.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 2.8.1_1
Show newest version
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

module com.azure.core.amqp {
    requires transitive com.azure.core;

    requires transitive com.microsoft.azure.qpid.protonj.extensions;
    requires transitive org.reactivestreams;
    requires transitive org.apache.qpid.proton.j;

    exports com.azure.core.amqp;
    exports com.azure.core.amqp.models;
    exports com.azure.core.amqp.exception;

    // FIXME this should not be a long-term solution
    exports com.azure.core.amqp.implementation to
        com.azure.messaging.eventhubs,
        com.azure.messaging.servicebus.implementation,
        com.azure.messaging.servicebus;

    exports com.azure.core.amqp.implementation.handler to
        com.azure.messaging.eventhubs,
        com.azure.messaging.servicebus;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy