Uses of Class
com.azure.messaging.eventgrid.namespaces.models.ReceiveResult
Packages that use ReceiveResult
Package
Description
Azure Event Grid allows you to easily build applications with event-based architectures.
Package containing the data models for EventGrid.
-
Uses of ReceiveResult in com.azure.messaging.eventgrid.namespaces
Methods in com.azure.messaging.eventgrid.namespaces that return ReceiveResultModifier and TypeMethodDescriptionEventGridReceiverClient.receive()Receive a Cloud Event from a subscription.Receive a batch of Cloud Events from a subscription.Methods in com.azure.messaging.eventgrid.namespaces that return types with arguments of type ReceiveResultModifier and TypeMethodDescriptionEventGridReceiverAsyncClient.receive()Receive a Cloud Event from a subscription.Receive a batch of Cloud Events from a subscription.Mono<com.azure.core.http.rest.Response<ReceiveResult>> EventGridReceiverAsyncClient.receiveWithResponse(Integer maxEvents, Duration maxWaitTime, com.azure.core.http.rest.RequestOptions requestOptions) Receive a batch of Cloud Events from a subscription.com.azure.core.http.rest.Response<ReceiveResult> EventGridReceiverClient.receiveWithResponse(Integer maxEvents, Duration maxWaitTime, com.azure.core.http.rest.RequestOptions requestOptions) Receive a batch of Cloud Events from a subscription. -
Uses of ReceiveResult in com.azure.messaging.eventgrid.namespaces.models
Methods in com.azure.messaging.eventgrid.namespaces.models that return ReceiveResultModifier and TypeMethodDescriptionstatic ReceiveResultReceiveResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ReceiveResult from the JsonReader.