Uses of Class
com.microsoft.azure.eventgrid.models.EventGridEvent
-
Packages that use EventGridEvent Package Description com.microsoft.azure.eventgrid This package contains the classes for EventGridClient.com.microsoft.azure.eventgrid.customization com.microsoft.azure.eventgrid.implementation This package contains the implementation classes for EventGridClient.com.microsoft.azure.eventgrid.models This package contains the models classes for EventGridClient. -
-
Uses of EventGridEvent in com.microsoft.azure.eventgrid
Method parameters in com.microsoft.azure.eventgrid with type arguments of type EventGridEvent Modifier and Type Method Description voidEventGridClient. 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. -
Uses of EventGridEvent in com.microsoft.azure.eventgrid.customization
Methods in com.microsoft.azure.eventgrid.customization that return EventGridEvent Modifier and Type Method 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. -
Uses of EventGridEvent in com.microsoft.azure.eventgrid.implementation
Method parameters in com.microsoft.azure.eventgrid.implementation with type arguments of type EventGridEvent Modifier and Type Method Description voidEventGridClientImpl. publishEvents(String topicHostname, List<EventGridEvent> events)Publishes a batch of events to an Azure Event Grid topic.rx.Observable<Void>EventGridClientImpl. publishEventsAsync(String topicHostname, List<EventGridEvent> events)Publishes a batch of events to an Azure Event Grid topic.com.microsoft.rest.ServiceFuture<Void>EventGridClientImpl. 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>>EventGridClientImpl. publishEventsWithServiceResponseAsync(String topicHostname, List<EventGridEvent> events)Publishes a batch of events to an Azure Event Grid topic. -
Uses of EventGridEvent in com.microsoft.azure.eventgrid.models
Methods in com.microsoft.azure.eventgrid.models that return EventGridEvent Modifier and Type Method Description EventGridEventEventGridEvent. withTopic(String topic)Set the resource path of the event source.
-