Uses of Class
com.azure.messaging.eventgrid.namespaces.models.ReleaseDelay
Packages that use ReleaseDelay
Package
Description
Azure Event Grid allows you to easily build applications with event-based architectures.
Package containing the data models for EventGrid.
-
Uses of ReleaseDelay in com.azure.messaging.eventgrid.namespaces
Methods in com.azure.messaging.eventgrid.namespaces with parameters of type ReleaseDelayModifier and TypeMethodDescriptionEventGridReceiverAsyncClient.release(List<String> lockTokens, ReleaseDelay releaseDelay) Release a batch of Cloud Events.EventGridReceiverClient.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 ReleaseDelay in com.azure.messaging.eventgrid.namespaces.models
Fields in com.azure.messaging.eventgrid.namespaces.models declared as ReleaseDelayModifier and TypeFieldDescriptionstatic final ReleaseDelayReleaseDelay.NO_DELAYRelease the event after 0 seconds.static final ReleaseDelayReleaseDelay.ONE_HOURRelease the event after 3600 seconds.static final ReleaseDelayReleaseDelay.ONE_MINUTERelease the event after 60 seconds.static final ReleaseDelayReleaseDelay.TEN_MINUTESRelease the event after 600 seconds.static final ReleaseDelayReleaseDelay.TEN_SECONDSRelease the event after 10 seconds.Methods in com.azure.messaging.eventgrid.namespaces.models that return ReleaseDelayModifier and TypeMethodDescriptionstatic ReleaseDelayReleaseDelay.fromString(String name) Creates or finds a ReleaseDelay from its string representation.Methods in com.azure.messaging.eventgrid.namespaces.models that return types with arguments of type ReleaseDelayModifier and TypeMethodDescriptionstatic Collection<ReleaseDelay> ReleaseDelay.values()Gets known ReleaseDelay values.