| Package | Description |
|---|---|
| com.microsoft.azure.eventgrid |
This package contains the classes for EventGridClient.
|
| com.microsoft.azure.eventgrid.customization | |
| com.microsoft.azure.eventgrid.models |
This package contains the models classes for EventGridClient.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventGridClient.publishEvents(String topicHostname,
List<EventGridEvent> events)
Publishes a batch of events to an Azure Event Grid topic.
|
rx.Observable<Void> |
EventGridClient.publishEventsAsync(String topicHostname,
List<EventGridEvent> events)
Publishes a batch of events to an Azure Event Grid topic.
|
com.microsoft.rest.ServiceFuture<Void> |
EventGridClient.publishEventsAsync(String topicHostname,
List<EventGridEvent> events,
com.microsoft.rest.ServiceCallback<Void> serviceCallback)
Publishes a batch of events to an Azure Event Grid topic.
|
rx.Observable<com.microsoft.rest.ServiceResponse<Void>> |
EventGridClient.publishEventsWithServiceResponseAsync(String topicHostname,
List<EventGridEvent> events)
Publishes a batch of events to an Azure Event Grid topic.
|
| Modifier and Type | Method and Description |
|---|---|
EventGridEvent[] |
EventGridSubscriber.deserializeEventGridEvents(String requestContent)
De-serialize the events in the given requested content using default de-serializer.
|
EventGridEvent[] |
EventGridSubscriber.deserializeEventGridEvents(String requestContent,
com.microsoft.rest.protocol.SerializerAdapter<com.fasterxml.jackson.databind.ObjectMapper> serializerAdapter)
De-serialize the events in the given requested content using the provided de-serializer.
|
| Modifier and Type | Method and Description |
|---|---|
EventGridEvent |
EventGridEvent.withTopic(String topic)
Set the resource path of the event source.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/