Current section
Files
Jump to
Current section
Files
include/eventsourcing_QueryActor.hrl
-record(query_actor, {
actor :: gleam@otp@actor:started(gleam@erlang@process:subject(eventsourcing:query_message(any()))),
'query' :: fun((binary(), list(eventsourcing:event_envelop(any()))) -> nil)
}).