How to apply filtering Asynchronous query on Aeroskipe in java Springboot

Hey ,We know aeroskipe provide Asynchronous query but I only found documentation on read and write option without any filter only But i want to apply Asynchronous query on cases like: Suppose my set have bins (ID,startTime,endTime) Now i want to apply query :"Find all ID have startTime>t1 AND endTime<t2). Can someone plzz help as i can use these in Synchronous manner but dont now how to do in Asynchronous