Skip to content

azure-storage-queue_12.0.0-preview.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 06 Aug 23:04
89fb838

Version 12.0.0-preview.2 is a preview of our efforts in creating a client library that is developer-friendly, idiomatic to the Java ecosystem, and as consistent across different languages and platforms as possible. The principles that guide our efforts can be found in the Azure SDK Design Guidelines for Java.

For details on the Azure SDK for Java (August 2019 Preview) release, you can refer to the release announcement.

This package's documentation and samples demonstrate the new API.

Features included in azure-storage-queue

  • This is initial SDK release for storage queue service.
  • Packages scoped by functionality
    • azure-storage-queue contains a QueueServiceClient, QueueServiceAsyncClient, QueueClient and QueueAsyncClient for storage queue operations.
  • Client instances are scoped to storage queue service.
  • Reactive streams support using Project Reactor.