MessageStore.ProjectionBehaviour behaviour (message_store v3.1.0) View Source
Projection behaviour.
Link to this section Summary
Link to this section Callbacks
Specs
handle_message(EventStore.RecordedEvent.t(), state) :: state when state: any()
A message handler
Specs
init() :: any()
The projection initial state.