| Package | Description |
|---|---|
| org.axonframework.eventhandling |
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus. |
| org.axonframework.serialization.upcasting.event |
| Class and Description |
|---|
| EventUpcaster
Interface that is used for upcasters of event data.
|
| Class and Description |
|---|
| EventTypeUpcaster
A
SingleEventUpcaster implementation which allows for type upcasting only. |
| EventTypeUpcaster.Builder
Builder class to instantiate an
EventTypeUpcaster. |
| EventUpcaster
Interface that is used for upcasters of event data.
|
| IntermediateEventRepresentation
Interface describing the intermediate representation of an event during upcasting.
|
| NoOpEventUpcaster
Event upcaster that does nothing.
|
| SingleEventUpcaster
Abstract implementation of an event
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. |
Copyright © 2010–2022. All rights reserved.