Uses of Enum Class
io.dapr.client.domain.UnlockResponseStatus
Packages that use UnlockResponseStatus
-
Uses of UnlockResponseStatus in io.dapr.client
Methods in io.dapr.client that return types with arguments of type UnlockResponseStatusModifier and TypeMethodDescriptionreactor.core.publisher.Mono<UnlockResponseStatus>
DaprClientImpl.unlock
(UnlockRequest request) Unlocks a lock.reactor.core.publisher.Mono<UnlockResponseStatus>
DaprPreviewClient.unlock
(UnlockRequest request) Unlocks a lock.reactor.core.publisher.Mono<UnlockResponseStatus>
Unlocks a lock. -
Uses of UnlockResponseStatus in io.dapr.client.domain
Methods in io.dapr.client.domain that return UnlockResponseStatusModifier and TypeMethodDescriptionstatic UnlockResponseStatus
UnlockResponseStatus.valueOf
(int code) Convert the status code to a UnlockResponseStatus object.static UnlockResponseStatus
Returns the enum constant of this class with the specified name.static UnlockResponseStatus[]
UnlockResponseStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.