Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.axonframework.commandhandling.annotation Classes and Interfaces - 15 results found.
NameDescriptionTypePackageFramework
AggregateAnnotationCommandHandlerCommand handler that handles commands based on CommandHandler annotations on an aggregate.Classorg.axonframework.commandhandling.annotationAxon
AggregateAnnotationCommandHandlerFactoryBeanSpring FactoryBean that creates an AggregateAnnotationCommandHandler instance.Classorg.axonframework.commandhandling.annotationAxon
AggregateCommandHandlerInspectorHandler inspector that finds annotated constructors and methods on a given aggregate type and provides handlers forSince:1.Classorg.axonframework.commandhandling.annotationAxon
AnnotationCommandHandlerAdapterAdapter that turns any @CommandHandler annotated bean into a CommandHandler implementation.Classorg.axonframework.commandhandling.annotationAxon
AnnotationCommandHandlerBeanPostProcessorSpring Bean post processor that automatically generates an adapter for each bean containing CommandHandler annotated methods.Classorg.axonframework.commandhandling.annotationAxon
AnnotationCommandTargetResolverCommandTargetResolver that uses annotations on the command to identify the methods that provide the Aggregate Identifier of the targeted Aggregate and optionally the expected version of the aggregate.Classorg.axonframework.commandhandling.annotationAxon
CommandHandlerMarker annotation to mark any method on an object as being a CommandHandler.Classorg.axonframework.commandhandling.annotationAxon
CommandHandlingMemberMarker annotation for field that contain an Entity capable of handling Commands on behalf of the aggregate.Classorg.axonframework.commandhandling.annotationAxon
CommandHandlingMemberCollectionMarker annotation for field that contain an Entity capable of handling Commands on behalf of the aggregate.Classorg.axonframework.commandhandling.annotationAxon
CommandHandlingMemberMapMarker annotation for fields that contain a Map of Entities capable of handling Commands on behalf of the aggregate.Classorg.axonframework.commandhandling.annotationAxon
CommandMessageHandlerUtilsUtility class that resolves the name of a Command accepted by a given handler.Classorg.axonframework.commandhandling.annotationAxon
ConstructorCommandMessageHandlerCommand Handler that creates a new aggregate instance by invoking that aggregate's constructor.Classorg.axonframework.commandhandling.annotationAxon
CurrentUnitOfWorkParameterResolverFactoryParameterResolverFactory that add support for the UnitOfWork parameter type in annotated handlers.Classorg.axonframework.commandhandling.annotationAxon
TargetAggregateIdentifierField or method level annotation that marks a field or method providing the identifier of the aggregate that a If placed on a method, that method must contain no parameters.Classorg.axonframework.commandhandling.annotationAxon
TargetAggregateVersionField or method level annotation that marks a field or method providing the expected version of the aggregate that a If placed on a method, that method must contain no parameters.Classorg.axonframework.commandhandling.annotationAxon