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
|
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–2022. All rights reserved.