rvicemix.bundles.org.apache.servicemix.bundles.azure-core-amqp.2.0.3_1.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.apache.servicemix.bundles.azure-core-amqp
Show all versions of org.apache.servicemix.bundles.azure-core-amqp
This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.
// 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