C
- the type of context used as C
public abstract class ContextAwareSingleEventUpcaster<C> extends ContextAwareSingleEntryUpcaster<IntermediateEventRepresentation,C> implements EventUpcaster
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. Additionally, it's a context aware implementation, which enables it to store and reuse
context information from one entry to another during upcasting.Constructor and Description |
---|
ContextAwareSingleEventUpcaster() |
Copyright © 2010–2023. All rights reserved.