Class AsyncBeforeSynchronization

  • All Implemented Interfaces:
    java.util.concurrent.Callable<java.lang.Boolean>

    public class AsyncBeforeSynchronization
    extends java.lang.Object
    implements java.util.concurrent.Callable<java.lang.Boolean>
    • Method Detail

      • call

        public java.lang.Boolean call()
                               throws java.lang.Exception
        Run the call
        Specified by:
        call in interface java.util.concurrent.Callable<java.lang.Boolean>
        Returns:
        true if the call was successful and false otherwise
        Throws:
        java.lang.Exception - if the wrapped synchronisation throws an exception