Interface TransactionHandler.TransactionEnder

Enclosing class:
TransactionHandler
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface
public static interface TransactionHandler.TransactionEnder
  • Method Summary

    Modifier and Type Method Description
    void endTransaction​(long id, boolean commit)  
  • Method Details

    • endTransaction

      void endTransaction​(long id, boolean commit)