Class AutoPullResponseHandler

All Implemented Interfaces:
PullAllResponseHandler, PullResponseHandler, ResponseHandler, org.reactivestreams.Subscription

public class AutoPullResponseHandler extends BasicPullResponseHandler implements PullAllResponseHandler
Built on top of BasicPullResponseHandler to be able to pull in batches. It is exposed as PullAllResponseHandler as it can automatically pull when running out of records locally.