Interface TopicUpdate.JsonPatchResult
- Enclosing interface:
- TopicUpdate
public static interface TopicUpdate.JsonPatchResult
Result of
TopicUpdate.applyJsonPatch(java.lang.String, java.lang.String)
. Check failedOperation()
to
determine whether any of the operations failed.- Since:
- 6.4
-
Method Summary
-
Method Details
-
failedOperation
- Returns:
- an
Optional
which if present, contains the index of the first operation which failed
-