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