Class PerThreadOperationTracker

    • Method Detail

      • run

        public void run​(java.lang.String description,
                        java.lang.Runnable operation)
        Description copied from interface: OperationTracker
        Executes the operation. If the operation throws a RuntimeException it will be logged and rethrown wrapped as a OperationException.
        Specified by:
        run in interface OperationTracker
        Parameters:
        description - used if there is an exception
        operation - to execute