Class LockingResponse.LockExpiringShortly$
- java.lang.Object
-
- csw.command.client.models.framework.LockingResponse.LockExpiringShortly$
-
- All Implemented Interfaces:
LockingResponse
,CommandSerializable
,java.io.Serializable
,scala.Equals
,scala.Product
- Enclosing interface:
- LockingResponse
public static class LockingResponse.LockExpiringShortly$ extends java.lang.Object implements LockingResponse, scala.Product, java.io.Serializable
Scala API: Lock expiring notification which is sent after a duration calculated by [leaseDuration - (leaseDuration / 10)]- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface csw.command.client.models.framework.LockingResponse
LockingResponse.AcquiringLockFailed, LockingResponse.AcquiringLockFailed$, LockingResponse.LockAcquired$, LockingResponse.LockAlreadyReleased$, LockingResponse.LockExpired$, LockingResponse.LockExpiringShortly$, LockingResponse.LockReleased$, LockingResponse.ReleasingLockFailed, LockingResponse.ReleasingLockFailed$
-
-
Field Summary
Fields Modifier and Type Field Description static LockingResponse.LockExpiringShortly$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description LockExpiringShortly$()
-
-
-
Field Detail
-
MODULE$
public static final LockingResponse.LockExpiringShortly$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-