Interface TransactionCommand

    • Method Detail

      • execute

        void execute​(org.opendaylight.mdsal.binding.api.ReadWriteTransaction transaction)
      • onSuccess

        default void onSuccess()
      • onFailure

        default void onFailure()
      • setTransactionResultFuture

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

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