Class SingleEventUpcaster

java.lang.Object
org.axonframework.serialization.upcasting.SingleEntryUpcaster<IntermediateEventRepresentation>
org.axonframework.serialization.upcasting.event.SingleEventUpcaster
All Implemented Interfaces:
EventUpcaster, Upcaster<IntermediateEventRepresentation>
Direct Known Subclasses:
EventTypeUpcaster

public abstract class SingleEventUpcaster extends SingleEntryUpcaster<IntermediateEventRepresentation> implements EventUpcaster
Abstract implementation of an event Upcaster that eases the common process of upcasting one intermediate event representation to another representation by applying a simple mapping function to the input stream of intermediate representations.
Since:
3.0
Author:
Rene de Waele
  • Constructor Details

    • SingleEventUpcaster

      public SingleEventUpcaster()