Class NormalExecutionWatcher

java.lang.Object
tech.ydb.yoj.repository.test.inmemory.legacy.NormalExecutionWatcher

public class NormalExecutionWatcher extends Object
  • Constructor Details

    • NormalExecutionWatcher

      public NormalExecutionWatcher()
  • Method Details

    • hasLastStatementCompletedExceptionally

      public boolean hasLastStatementCompletedExceptionally()
    • execute

      public void execute(Runnable command)
    • execute

      public <RESULT> RESULT execute(Supplier<RESULT> command)