Class ContextAwareEventMultiUpcaster<C>
java.lang.Object
org.axonframework.serialization.upcasting.ContextAwareSingleEntryMultiUpcaster<IntermediateEventRepresentation,C>
org.axonframework.serialization.upcasting.event.ContextAwareEventMultiUpcaster<C>
- Type Parameters:
C- the type of context used asC
- All Implemented Interfaces:
EventUpcaster,Upcaster<IntermediateEventRepresentation>
public abstract class ContextAwareEventMultiUpcaster<C>
extends ContextAwareSingleEntryMultiUpcaster<IntermediateEventRepresentation,C>
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. Additionally, it's a context aware
implementation, which enables it to store and reuse context information from one entry to another during upcasting.- Since:
- 3.1
- Author:
- Steven van Beelen
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.axonframework.serialization.upcasting.ContextAwareSingleEntryMultiUpcaster
buildContext, canUpcast, doUpcast, upcast
-
Constructor Details
-
ContextAwareEventMultiUpcaster
public ContextAwareEventMultiUpcaster()
-