com.aol.micro.server.couchbase.distributed.locking.LockData Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of micro-couchbase Show documentation
Show all versions of micro-couchbase Show documentation
Opinionated rest microservices
package com.aol.micro.server.couchbase.distributed.locking;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.experimental.Wither;
@Wither
@AllArgsConstructor
@Getter
public class LockData {
private final String key;
private final String value;
private final boolean hasLock;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy