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 Details

    • failedOperation

      Optional<Integer> failedOperation()
      Returns:
      an Optional which if present, contains the index of the first operation which failed