| Package | Description |
|---|---|
| com.microsoft.azure.eventgrid |
This package contains the classes for EventGridClient.
|
| 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 |
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.
*/