Uses of Package
org.axonframework.serialization.upcasting.event
Packages that use org.axonframework.serialization.upcasting.event
Package
Description
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus.Classes related to event sourcing.
Definitions and implementations of the Event store, the mechanism that can load event streams and append events to
them.
JDBC Implementation of the EventStore.
JPA Implementation of the EventStore.
-
-
Classes in org.axonframework.serialization.upcasting.event used by org.axonframework.configClassDescriptionInterface that is used for upcasters of event data.Upcaster chain used to upcast
event representations. -
Classes in org.axonframework.serialization.upcasting.event used by org.axonframework.eventhandling
-
Classes in org.axonframework.serialization.upcasting.event used by org.axonframework.eventsourcing
-
-
-
-
-
Classes in org.axonframework.serialization.upcasting.event used by org.axonframework.serialization.upcasting.eventClassDescriptionA
SingleEventUpcasterimplementation which allows for type upcasting only.Builder class to instantiate anEventTypeUpcaster.Interface that is used for upcasters of event data.Interface describing the intermediate representation of an event during upcasting.Event upcaster that does nothing.Abstract implementation of an eventUpcasterthat 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. -
Classes in org.axonframework.serialization.upcasting.event used by org.axonframework.spring.config
-