Interface and Description |
---|
org.axonframework.config.EventHandlingConfiguration.EventProcessorBuilder |
Enum and Description |
---|
org.axonframework.eventhandling.ThrowingListenerErrorHandler
Instead of this implementation, use
PropagatingErrorHandler . |
Exceptions and Description |
---|
org.axonframework.amqp.eventhandling.EventPublicationFailedException |
Field and Description |
---|
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.DisruptorCommandBus() instead |
org.axonframework.commandhandling.disruptor.DisruptorCommandBus(EventStore, DisruptorConfiguration)
Use
instead |
Annotation Type Element and Description |
---|
org.axonframework.commandhandling.model.AggregateMember.forwardEvents
in favor of the
eventForwardingMode . |
Copyright © 2010–2018. All rights reserved.