Interface ModelConflictResolver

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ModelConflictResolver
Decides what the SDK should do after the runtime has rejected and rolled back a model commit.

Returning ModelConflictResolver.Resolution.RETRY only has effect when the runtime marked the conflict retryable and the configured retry bound has not been exhausted. Throwing an application exception maps the conflict directly to that error.