Class: AggregateStreams::Projection
- Inherits:
-
Object
- Object
- AggregateStreams::Projection
- Includes:
- EntityProjection
- Defined in:
- lib/aggregate_streams/projection.rb
Instance Method Summary collapse
Instance Method Details
#apply(message_data) ⇒ Object
7 8 9 |
# File 'lib/aggregate_streams/projection.rb', line 7 def apply() aggregation.record_processed() end |