Skip to content
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.

Allow EventsourcedProcessor to post-process events #373

Commits on Jan 4, 2017

  1. Allow EventsourcedProcessor to post-process events

    - Closes RBMHTechnology#370 in which an EventsourcedProcessor was not able to define custom routing destination
      aggregate IDs for the events produced by `processEvent`
    - Introduces method EventsourcedProcessor.postProcessDurableEvent: DurableEvent => DurableEvent
      which defaults to identity and allows manipulation of the DurableEvent instance created as a
      consequence of new events generated by `processEvent`
    danbim committed Jan 4, 2017
    Configuration menu
    Copy the full SHA
    e5d3fda View commit details
    Browse the repository at this point in the history