C
- the type of context used as C
public abstract class ContextAwareEventMultiUpcaster<C> extends ContextAwareSingleEntryMultiUpcaster<IntermediateEventRepresentation,C> implements EventUpcaster
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.Constructor and Description |
---|
ContextAwareEventMultiUpcaster() |
buildContext, canUpcast, doUpcast, upcast
Copyright © 2010–2017. All rights reserved.