public interface TxHook
TxHook
describes a hook for the MD-SAL datastore transaction.void run(TxContext ctx, TxTask<?> task)
ctx
- A runtime context for transaction task.task
- The current transaction task.int getOrder()
Registered hooks are executed in ascending order of order values.
Copyright © 2017 OpenDaylight. All rights reserved.