Class EventMultiUpcaster
java.lang.Object
org.axonframework.serialization.upcasting.SingleEntryMultiUpcaster<IntermediateEventRepresentation>
org.axonframework.serialization.upcasting.event.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 Summary
Constructors -
Method Summary
Methods inherited from class org.axonframework.serialization.upcasting.SingleEntryMultiUpcaster
canUpcast, doUpcast, upcast
-
Constructor Details
-
EventMultiUpcaster
public EventMultiUpcaster()
-