Interface AqlResultHandler


public interface AqlResultHandler
AQL result handler interface
Author:
Shay Bagants
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(AqlResult result)
     
  • Method Details