Skip to content

Latest commit

 

History

History
75 lines (51 loc) · 2.27 KB

messaging-eventgrid-namespaces-readme.md

File metadata and controls

75 lines (51 loc) · 2.27 KB
title keywords ms.date ms.topic ms.devlang ms.service
Azure EventGrid Namespaces client library for Java
Azure, java, SDK, API, azure-messaging-eventgrid-namespaces, eventgrid
04/19/2024
reference
java
eventgrid

Azure EventGrid Namespaces client library for Java - version 1.0.0-beta.1

Azure EventGrid client library for Java.

This package contains Microsoft Azure EventGrid client library.

Documentation

Various documentation is available to help you get started

Getting started

Prerequisites

Adding the package to your product

<dependency>
    <groupId>com.azure</groupId>
    <artifactId>azure-messaging-eventgrid-namespaces</artifactId>
    <version>1.0.0-beta.1</version>
</dependency>

Authentication

Azure Identity package provides the default implementation for authenticating the client.

Key concepts

Examples

Troubleshooting

Next steps

Contributing

For details on contributing to this repository, see the contributing guide.

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Impressions