a Result that resolves when a response is received from the server, returning the branch mapping table for sessionTreeBranch.
If the task fails, the Result will be rejected with an error. Common reasons for failure include:
null
or undefined
a Result that resolves when a response is received from the server, returning a list of session tree branches in path order.
If the task fails, the the Result will be rejected with an error. Common reasons for failure include:
a Result that resolves when a response is received from the server.
If the task completes successfully, the CompletableFuture result
will be null. The result type is any
rather than void
to provide
forward compatibility with future iterations of this API that may
provide a non-null result with a more specific result type.
Otherwise, the Result will be rejected with an error. Common reasons for failure include:
null
or undefined