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

re-messaging-eventhubs.5.18.7.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 5.19.2
Show newest version
// 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