Package io.dapr.client.domain
Class LockRequest
- java.lang.Object
-
- io.dapr.client.domain.LockRequest
-
- All Implemented Interfaces:
Serializable
public class LockRequest extends Object implements Serializable
A request to lock.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LockRequest(String storeName, String resourceId, String lockOwner, Integer expiryInSeconds)
Constructor of LockRequest.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getExpiryInSeconds()
String
getLockOwner()
String
getResourceId()
String
getStoreName()
-