in src/main/java/org/apache/activemq/artemis/nativo/jlibaio/LibaioFile.java [101:103]
public void read(long position, int size, ByteBuffer buffer, Callback callback) throws IOException {
ctx.submitRead(fd, position, size, buffer, callback);
}