Package com.opencqrs.esdb.client.eventql
package com.opencqrs.esdb.client.eventql
Contains classes related to EventQL.
-
ClassDescriptionCallback interface that needs to be implement for receiving errors from calls to
EsdbClient.query(String, RowHandler, ErrorHandler)
.Encapsulates a query processing error caused byEsdbClient.query(String, RowHandler, ErrorHandler)
.Encapsulates a token describing the error position within a malformed or unprocessable query.Sealed base interface for handlers capable of processing query result rows.FunctionalInterface
to be implemented for consuming query result rows asEvent
.FunctionalInterface
to be implemented for consuming query result rows as JSON maps.Interface to be implemented for consuming query result rows as JSON objects.FunctionalInterface
to be implemented for consuming query result rows as scalar data types.