Uses of Class
com.azure.messaging.eventgrid.namespaces.models.RejectResult
Packages that use RejectResult
Package
Description
Azure Event Grid allows you to easily build applications with event-based architectures.
Package containing the data models for EventGrid.
-
Uses of RejectResult in com.azure.messaging.eventgrid.namespaces
Methods in com.azure.messaging.eventgrid.namespaces that return RejectResultModifier and TypeMethodDescriptionReject a batch of Cloud Events.Methods in com.azure.messaging.eventgrid.namespaces that return types with arguments of type RejectResultModifier and TypeMethodDescriptionReject a batch of Cloud Events.Mono<com.azure.core.http.rest.Response<RejectResult>> EventGridReceiverAsyncClient.rejectWithResponse(List<String> lockTokens, com.azure.core.http.rest.RequestOptions requestOptions) Reject a batch of Cloud Events.com.azure.core.http.rest.Response<RejectResult> EventGridReceiverClient.rejectWithResponse(List<String> lockTokens, com.azure.core.http.rest.RequestOptions requestOptions) Reject a batch of Cloud Events. -
Uses of RejectResult in com.azure.messaging.eventgrid.namespaces.models
Methods in com.azure.messaging.eventgrid.namespaces.models that return RejectResultModifier and TypeMethodDescriptionstatic RejectResultRejectResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RejectResult from the JsonReader.