public final class VersionServiceImpl extends Object implements VersionService
MSG_RECOVERY_VERSION_COUNTER_NAME| Constructor and Description |
|---|
VersionServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCurrentVersion(String counterName) |
void |
incrementVersion(String counterName) |
@Transactional @Cacheable(value="recovery_version") public long getCurrentVersion(String counterName)
getCurrentVersion in interface VersionService@Transactional public void incrementVersion(String counterName)
incrementVersion in interface VersionServiceCopyright © 2022. All rights reserved.