BusinessLock

annotation class BusinessLock

业务锁

Functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun lockKeySufFix(): String
业务锁key 后缀
Link copied to clipboard
abstract fun lockTime(): Long
业务锁锁定时间, 默认30s -1时,不设置失效时间
Link copied to clipboard
abstract fun sPel(): String
业务锁流水号spel eg:#object.filed or #object.filed + #object.filed
Link copied to clipboard
abstract fun toString(): String