Package io.jmix.webdav.merge
Interface DefaultMergePolicy
public interface DefaultMergePolicy
Interface to be implemented by a bean defining the default conflict resolution policy.
Configure a bean of this type in your project if you need to change the system behavior regarding conflicts
(i.e. replace the default RejectMergePolicy
with another one).
For example:
@Bean public DefaultMergePolicy defaultMergePolicy() { return RebaseMergePolicy::new; }
-
Method Summary
-
Method Details
-
get
MergePolicy<WebdavDocumentVersion> get()
-