Class and Description |
---|
org.axonframework.eventsourcing.eventstore.GapAwareTrackingToken
this class is available for backward compatibility with instances that were serialized with Axon 3. Use
GapAwareTrackingToken instead. |
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
this class is available for backward compatibility with instances that were serialized with Axon 3. Use
GlobalSequenceTrackingToken instead. |
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. |
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.modelling.command.AnnotationCommandTargetResolver()
Please use the
AnnotationCommandTargetResolver.builder() . |
Copyright © 2010–2019. All rights reserved.