azure-eventgrid-java
Azure Event Grid SDK for Java lets you publish and receive events using Azure Event Grid topics and namespaces.
Setup & Installation
What This Skill Does
Azure Event Grid SDK for Java lets you publish and receive events using Azure Event Grid topics and namespaces. It supports EventGrid native schema, CloudEvents 1.0, and custom schemas. Use it to wire up event-driven workflows between Java services and Azure.
Instead of manually constructing HTTP requests to Event Grid endpoints and handling retries, the SDK wraps authentication, batching, async publishing, and error handling so you can focus on event logic.
When to use it
- Publishing order events to downstream Azure services when a transaction completes
- Receiving and acknowledging pull-delivery events from Event Grid namespace subscriptions
- Routing blob storage creation events to Java consumers via webhook payloads
- Batching domain events from a Java microservice to multiple subscribers in one call
- Parsing Microsoft system events like BlobCreated or BlobDeleted into typed Java objects
Similar Skills
wp-performance
A backend-only agent skill for diagnosing and fixing WordPress performance problems.
wp-playground
wp-playground runs disposable WordPress instances in the browser or locally via CLI, using WebAssembly and SQLite.
wp-wpcli-and-ops
Handles WordPress operational tasks via WP-CLI: database exports and imports, URL and domain migrations with search-replace, plugin and theme management, cron inspection, cache flushing, and multisite operations.
apollo-router-plugin-creator
Guides you through writing native Rust plugins for Apollo Router.
