Interface TransactionCommand

    • Method Detail

      • execute

        void execute​(org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction transaction)
      • setTransactionResultFuture

        default void setTransactionResultFuture​(com.google.common.util.concurrent.ListenableFuture future)
        Sets the result future of the executed/submitted transaction.
      • getTransactionResultFuture

        default com.google.common.util.concurrent.ListenableFuture getTransactionResultFuture()