| Interface and Description |
|---|
| org.axonframework.config.EventHandlingConfiguration.EventProcessorBuilder |
| Class and Description |
|---|
| org.axonframework.eventhandling.saga.metamodel.DefaultSagaMetaModelFactory
in favor of
AnnotationSagaMetaModelFactory. |
| org.axonframework.eventsourcing.eventstore.GenericTrackedDomainEventEntry
Use
TrackedDomainEventData instead, as it uses composition (instead of inheritance) |
| org.axonframework.commandhandling.model.inspection.ModelInspector
in favor of using one of the
AggregateMetaModelFactory implementations |
| Enum and Description |
|---|
| org.axonframework.eventhandling.ThrowingListenerErrorHandler
Instead of this implementation, use
PropagatingErrorHandler. |
| Field and Description |
|---|
| org.axonframework.eventhandling.scheduling.quartz.QuartzEventScheduler.DirectEventJobDataBinder.EVENT_KEY
in favor of the default message keys | only maintained for backwards compatibility
|
| org.axonframework.deadline.quartz.DeadlineJob.DeadlineJobDataBinder.SERIALIZED_DEADLINE_MESSAGE
in favor of the separate DeadlineMessage keys | only maintained for backwards compatibility
|
| org.axonframework.deadline.quartz.DeadlineJob.DeadlineJobDataBinder.SERIALIZED_DEADLINE_MESSAGE_CLASS_NAME
in favor of the separate DeadlineMessage keys | only maintained for backwards compatibility
|
| Constructor and Description |
|---|
| org.axonframework.eventsourcing.eventstore.AbstractEventStorageEngine(Serializer, EventUpcaster, PersistenceExceptionResolver)
The constructor which supplies an additional
Serializer for
events should be used. |
| org.axonframework.commandhandling.disruptor.DisruptorCommandBus(EventStore)
Use
DisruptorCommandBus() instead |
| org.axonframework.commandhandling.disruptor.DisruptorCommandBus(EventStore, DisruptorConfiguration)
Use
instead |
| org.axonframework.common.lock.PessimisticLockFactory() |
| Annotation Type Element and Description |
|---|
| org.axonframework.commandhandling.model.AggregateMember.forwardEvents
in favor of the
eventForwardingMode. |
Copyright © 2010–2019. All rights reserved.