Class EventMultiUpcaster

All Implemented Interfaces:
EventUpcaster, Upcaster<IntermediateEventRepresentation>

public abstract class EventMultiUpcaster extends SingleEntryMultiUpcaster<IntermediateEventRepresentation> implements EventUpcaster
Abstract implementation of a SingleEntryMultiUpcaster and an EventUpcaster that eases the common process of upcasting one intermediate event representation to several other representations by applying a flat mapping function to the input stream of intermediate representations.
Since:
3.0.6
Author:
Steven van Beelen
  • Constructor Details

    • EventMultiUpcaster

      public EventMultiUpcaster()