Skip to content

Latest commit

 

History

History
executable file
·
56 lines (35 loc) · 2.41 KB

File metadata and controls

executable file
·
56 lines (35 loc) · 2.41 KB

Azure Event Grid

This project provides client tools or utilities in Java that make it east to interact with Azure Event Grid. For documentation please see the Microsoft Azure Java Developer Center or the JavaDocs.

Azure Event Grid is a fully-managed intelligent event routing service that allows for uniform event consumption using a publish-subscribe model.

Table of contents

Code snippets and samples

Please check back as we add samples and link them here.

Download

Latest stable release

To get the binaries of the official Microsoft Azure Event Grid Java SDK as distributed by Microsoft, reade for use within your project, you can use Maven.

<dependency>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>azure-eventgrid</artifactId>
    <version>LATEST</version>
</dependency>

Prerequisites

  • A Java Developer Kit (JDK), v 1.7 or later
  • Maven

Help and Issues

If you encounter any bugs with these SDKs, please file issues via Issues or checkout StackOverflow for Azure Java SDK.

Contribute Code

If you would like to become an active contributor to this project please follow the instructions provided in Microsoft Azure Projects Contribution Guidelines.

  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

More information


This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Impressions