Fluent API SnmpCompletableFuture Tree and Table

I am trying to use the new SnmpCompletableFuture class in the new fluent API. The old API has support for trees and tables where under the covers, it knew how to stop querying when it reached the next column or table. From what I have done, it doesn’t look like the SnmpCompletableFuture.send method handles that out of the box. Is there a method that mimics tableutils and treeutils or do we have to implement that ourselves if we want to use the SnmpCompletableFuture.send method?

Thanks