Package io.dapr.client.domain
Class UnlockRequest
java.lang.Object
io.dapr.client.domain.UnlockRequest
- All Implemented Interfaces:
Serializable
A request to unlock.
- See Also:
-
Constructor Summary
ConstructorDescriptionUnlockRequest
(String storeName, String resourceId, String lockOwner) Constructor for UnlockRequest. -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
UnlockRequest
Constructor for UnlockRequest.- Parameters:
storeName
- Name of the storeresourceId
- Lock keylockOwner
- The identifier of lock owner.
-
-
Method Details
-
getStoreName
-
getResourceId
-
getLockOwner
-