Package kvd.client

Interface KvdVoidWork

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 interface KvdVoidWork
For executing transactions, this is a unit of work. See KvdClient.withTransactionVoid(KvdVoidWork)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(KvdTransaction transaction)