Uses of Enum Class
io.dapr.client.domain.UnlockResponseStatus
-
Uses of UnlockResponseStatus in io.dapr.client
Modifier 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
Modifier 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.