Interface WithLock<R>

Type Parameters:
R - - the entity class
All Known Subinterfaces:
ExecutableFindByIdOperation.ExecutableFindById<T>, ExecutableFindByIdOperation.FindByIdWithLock<T>, ReactiveFindByIdOperation.FindByIdWithLock<T>, ReactiveFindByIdOperation.ReactiveFindById<T>

public interface WithLock<R>
A common interface for those that support withLock()
Author:
Tigran Babloyan
  • Method Summary

    Modifier and Type
    Method
    Description
    withLock(Duration lockDuration)