Uses of Class
com.azure.messaging.eventgrid.EventGridEvent
Packages that use EventGridEvent
Package
Description
Package containing the classes for EventGridClient.
-
Uses of EventGridEvent in com.azure.messaging.eventgrid
Methods in com.azure.messaging.eventgrid that return EventGridEventModifier and TypeMethodDescriptionEventGridEvent.setEventTime(OffsetDateTime time) Set the time associated with the event.Set the unique id of the event.Set the topic associated with this event.Methods in com.azure.messaging.eventgrid that return types with arguments of type EventGridEventModifier and TypeMethodDescriptionEventGridPublisherClientBuilder.buildEventGridEventPublisherAsyncClient()Build anEventGridEventpublisher client with asynchronous publishing methods and the current settings.EventGridPublisherClientBuilder.buildEventGridEventPublisherClient()Build anEventGridEventpublisher client with synchronous publishing methods and the current settings.static List<EventGridEvent>EventGridEvent.fromString(String eventGridJsonString) DeserializeEventGridEventJSON string representation that has one EventGridEvent object or an array of CloudEvent objects into a list of EventGridEvents.