Class AppengineMutexRepository


  • public class AppengineMutexRepository
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T> T atomicWrapper​(java.lang.String mutexKey, java.util.function.Supplier<T> doOperation)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AppengineMutexRepository

        public AppengineMutexRepository()
    • Method Detail

      • atomicWrapper

        public static <T> T atomicWrapper​(java.lang.String mutexKey,
                                          java.util.function.Supplier<T> doOperation)
                                   throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException