Interface EventUpcaster

All Superinterfaces:
Upcaster<IntermediateEventRepresentation>
All Known Implementing Classes:
ContextAwareEventMultiUpcaster, ContextAwareSingleEventUpcaster, EventMultiUpcaster, EventTypeUpcaster, EventUpcasterChain, NoOpEventUpcaster, SingleEventUpcaster
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface EventUpcaster extends Upcaster<IntermediateEventRepresentation>
Interface that is used for upcasters of event data. The event data provides event context like event identifier, aggregate identifier, event metadata etc.
Since:
3.0
Author:
Rene de Waele
  • Method Summary

    Methods inherited from interface org.axonframework.serialization.upcasting.Upcaster

    upcast