| Class and Description |
|---|
| org.axonframework.eventsourcing.eventstore.legacyjpa.EmbeddedEventStore
in favor of using
EmbeddedEventStore which moved to jakarta. |
| org.axonframework.eventsourcing.eventstore.legacyjpa.JpaEventStorageEngine
in favor of using
JpaEventStorageEngine which
moved to jakarta. |
| org.axonframework.eventsourcing.MultiStreamableMessageSource
In favor of
MultiStreamableMessageSource. This class belongs in
the messaging module instead of the eventsourcing module. |
| org.axonframework.eventsourcing.MultiStreamableMessageSource.Builder
In favor of
MultiStreamableMessageSource.Builder. This class
belongs in the messaging module instead of the eventsourcing module. |
| org.axonframework.eventsourcing.eventstore.legacyjpa.SQLErrorCodesResolver
in favor of using
SQLErrorCodesResolver which moved
to jakarta. |
| Constructor and Description |
|---|
| org.axonframework.eventsourcing.MultiStreamableMessageSource(MultiStreamableMessageSource.Builder)
In favor of
MultiStreamableMessageSource(org.axonframework.eventhandling.MultiStreamableMessageSource.Builder).
This class belongs in the messaging module instead of the eventsourcing module. |
| org.axonframework.eventsourcing.snapshotting.RevisionSnapshotFilter(String)
in favor of using the
RevisionSnapshotFilter.Builder |
Copyright © 2010–2024. All rights reserved.