Class and Description |
---|
org.axonframework.commandhandling.model.AggregateScopeDescriptor
in favor of the
AggregateScopeDescriptor |
org.axonframework.test.utils.AutowiredResourceInjector
in favor of the
SimpleResourceInjector |
org.axonframework.eventsourcing.eventstore.GapAwareTrackingToken
in favor of the
GapAwareTrackingToken |
org.axonframework.domain.GenericEventMessage
this class is available for backward compatibility with instances that were serialized with Axon 2. Use
GenericEventMessage instead. |
org.axonframework.domain.GenericMessage
this class is available for backward compatibility with instances that were serialized with Axon 2. Use
GenericMessage instead. |
org.axonframework.eventsourcing.eventstore.GlobalSequenceTrackingToken
in favor of the
GlobalSequenceTrackingToken |
org.axonframework.serialization.JavaSerializer
in favor of the
XStreamSerializer and
JacksonSerializer , as direct Java serialization is relatively error
prone. We hence strongly encourage to use either the XStream or Jackson solution in favor of this Serializer
implementation. |
org.axonframework.domain.MetaData
this class is available for backward compatibility with instances that were serialized with Axon 2. Use
MetaData instead. |
org.axonframework.mongo.eventsourcing.eventstore.MongoTrackingToken
this class is available for backward compatibility with instances that were serialized with Axon 3. Use
org.axonframework.extensions.mongo.eventsourcing.eventstore.MongoTrackingToken instead. |
org.axonframework.eventhandling.saga.SagaScopeDescriptor
in favor of the
SagaScopeDescriptor |
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
|
Copyright © 2010–2020. All rights reserved.