Interface DataTreeCandidateTip

All Superinterfaces:
DataTreeCandidate, DataTreeTip

@Beta public interface DataTreeCandidateTip extends DataTreeCandidate, DataTreeTip
A DataTreeCandidate which is also a DataTreeTip. This indicates that a DataTreeModification can be prepared for commit in sequence after this candidate. DataTree implementations are encouraged to provide this instead of the basic DataTreeCandidate, as it allows users to amortize latency in systems where a candidate commit needs to be coordinated across distributed parties.