re-messaging-eventhubs.5.18.7.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 azure-messaging-eventhubs Show documentation
Show all versions of azure-messaging-eventhubs Show documentation
Libraries built on Microsoft Azure Event Hubs
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
module com.azure.messaging.eventhubs {
requires transitive com.azure.core;
requires transitive com.azure.core.amqp;
requires com.microsoft.azure.qpid.protonj.extensions;
exports com.azure.messaging.eventhubs;
exports com.azure.messaging.eventhubs.models;
opens com.azure.messaging.eventhubs;
opens com.azure.messaging.eventhubs.models;
opens com.azure.messaging.eventhubs.implementation;
uses com.azure.core.util.tracing.Tracer;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy