Package com.opencqrs.esdb.client.eventql
Interface RowHandler.AsObject<T>
- All Superinterfaces:
Consumer<T>
,RowHandler
- Enclosing interface:
RowHandler
Interface to be implemented for consuming query result rows as JSON objects. This can be used for queries similar
to
FROM e IN events ... PROJECT INTO { id: e.id, ... }
.-
Nested Class Summary
Nested classes/interfaces inherited from interface com.opencqrs.esdb.client.eventql.RowHandler
RowHandler.AsEvent, RowHandler.AsMap, RowHandler.AsObject<T>, RowHandler.AsScalar<T>
-
Method Summary
-
Method Details
-
type
-