Interface and Description |
---|
org.axonframework.modelling.command.inspection.CommandHandlerInterceptorHandlingMember
in favor of the more generic
MessageInterceptingMember |
org.axonframework.axonserver.connector.heartbeat.ConnectionSanityChecker
in through use of the AxonServer java
connector
|
org.axonframework.axonserver.connector.heartbeat.HeartbeatSource
in through use of the AxonServer java
connector
|
org.axonframework.axonserver.connector.InstructionResultPublisher
in through use of the AxonServer java connector
|
org.axonframework.axonserver.connector.Publisher
in through use of the AxonServer java
connector
|
Exceptions and Description |
---|
org.axonframework.axonserver.connector.event.util.EventStoreClientException
in through use of the AxonServer java
connector
|
Annotation Type and Description |
---|
org.axonframework.spring.config.AnnotationDriven
Use Spring Boot autoconfiguration or register the individual beans explicitly. Check the "See also" list
for which individual beans to register.
|
org.axonframework.spring.config.NoBeanOfType
Use Spring Boot autoconfiguration or register the individual beans explicitly. Check the "See also" list
for which individual beans to register.
|
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
|
Annotation Type Element and Description |
---|
org.axonframework.modelling.command.AggregateIdentifier.routingKey
this field is no longer used to route commands to an aggregate. The aggregate to route a command to
will be resolved with the
TargetAggregateIdentifier annotated field in the CommandMessage 's payload itself. |
Copyright © 2010–2023. All rights reserved.