Interface QueryResponder


public interface QueryResponder
A responder for generic queries.
  • Method Summary

    Modifier and Type Method Description
    <T> T query​(Query<T> query)
    Executes the specified query.
  • Method Details

    • query

      <T> T query​(Query<T> query)
      Executes the specified query.
      Type Parameters:
      T - The query/result type.
      Parameters:
      query - The query/parameter object.
      Returns:
      The query result.