Package | Description |
---|---|
org.axonframework.axonserver.connector.event.axon | |
org.axonframework.config | |
org.axonframework.eventhandling |
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus . |
org.axonframework.eventsourcing |
Classes related to event sourcing.
|
org.axonframework.eventsourcing.eventstore |
Definitions and implementations of the Event store, the mechanism that can load event streams and append events to
them.
|
org.axonframework.eventsourcing.eventstore.jdbc |
JDBC Implementation of the EventStore.
|
org.axonframework.eventsourcing.eventstore.jpa |
JPA Implementation of the EventStore.
|
org.axonframework.serialization.upcasting.event | |
org.axonframework.spring.config |
Class and Description |
---|
EventUpcaster
Interface that is used for upcasters of event data.
|
Class and Description |
---|
EventUpcaster
Interface that is used for upcasters of event data.
|
EventUpcasterChain
Upcaster chain used to upcast
event representations . |
Class and Description |
---|
EventUpcaster
Interface that is used for upcasters of event data.
|
Class and Description |
---|
EventUpcaster
Interface that is used for upcasters of event data.
|
Class and Description |
---|
EventUpcaster
Interface that is used for upcasters of event data.
|
Class and Description |
---|
EventUpcaster
Interface that is used for upcasters of event data.
|
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. |
Class and Description |
---|
EventUpcasterChain
Upcaster chain used to upcast
event representations . |
Copyright © 2010–2020. All rights reserved.