Deprecated API
Contents
-
Terminally Deprecated ElementsElementDescriptionResponses are sent in a non-blocking fashion and don't need a dedicated thread pool anymoreResponses are sent in a non-blocking fashion and don't need a dedicated thread pool anymoreUse
EventHandlingComponentsConfigurer.ComponentsPhase.autodetected(String, ComponentBuilder)to provide an explicit component name. When no name is provided, the component receives its registration index as the name. Note that the generated index may differ across environments or application restarts, so it should not be relied upon for stable identification (e.g., in dead letter queues).UseEventHandlingComponentsConfigurer.ComponentsPhase.declarative(String, ComponentBuilder)to provide an explicit component name. When no name is provided, the component receives its registration index as the name. Note that the generated index may differ across environments or application restarts, so it should not be relied upon for stable identification (e.g., in dead letter queues).UseAxonTestPhase.Then.Command.resultMessagePayloadSatisfies(Class, Consumer)instead, which automatically handles payload conversion for distributed setups where conversion is necessary.
-
Deprecated ClassesClassDescriptionOnly in use for legacy "sync" components.
-
Deprecated FieldsFieldDescription#3083 - Configure application wide Clock
-
Deprecated MethodsMethodDescriptionResponses are sent in a non-blocking fashion and don't need a dedicated thread pool anymoreResponses are sent in a non-blocking fashion and don't need a dedicated thread pool anymoreIn favor of using the constructor, as we intend to enforce thinking about the
type.UseEventHandlingComponentsConfigurer.ComponentsPhase.autodetected(String, ComponentBuilder)to provide an explicit component name. When no name is provided, the component receives its registration index as the name. Note that the generated index may differ across environments or application restarts, so it should not be relied upon for stable identification (e.g., in dead letter queues).UseEventHandlingComponentsConfigurer.ComponentsPhase.declarative(String, ComponentBuilder)to provide an explicit component name. When no name is provided, the component receives its registration index as the name. Note that the generated index may differ across environments or application restarts, so it should not be relied upon for stable identification (e.g., in dead letter queues).UseAxonTestPhase.Then.Command.resultMessagePayloadSatisfies(Class, Consumer)instead, which automatically handles payload conversion for distributed setups where conversion is necessary.
-
Deprecated ConstructorsConstructorDescriptionin favor of the
AnnotationSpecification(Class, String, Class, String, Class, String)constructor that allows annotation configuration per resolvable attribute