Package com.opencqrs.esdb.client.eventql
Interface EventQueryRowHandler.AsMap
- All Superinterfaces:
Consumer<Map<String,
,?>> EventQueryRowHandler
- Enclosing interface:
EventQueryRowHandler
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static non-sealed interface EventQueryRowHandler.AsMap
extends EventQueryRowHandler, Consumer<Map<String,?>>
FunctionalInterface
to be implemented for consuming query result rows as JSON maps. 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.EventQueryRowHandler
EventQueryRowHandler.AsEvent, EventQueryRowHandler.AsMap, EventQueryRowHandler.AsObject<T>, EventQueryRowHandler.AsScalar<T>
-
Method Summary