Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.axonframework.common.annotation Classes and Interfaces - 19 results found.
NameDescriptionTypePackageFramework
AbstractAnnotatedHandlerDefinitionAbstract implementation of the HandlerDefinition that uses annotations to recognise handler methods or constructors.Classorg.axonframework.common.annotationAxon
AbstractAnnotationHandlerBeanPostProcessorAbstract bean post processor that finds candidates for proxying.Classorg.axonframework.common.annotationAxon
AbstractMessageHandlerAbstract superclass for annotation based Message handlers.Classorg.axonframework.common.annotationAxon
ClasspathParameterResolverFactoryParameterResolverFactory instance that locates other ParameterResolverFactory instances on the class path.Classorg.axonframework.common.annotationAxon
DefaultParameterResolverFactoryFactory for the default parameter resolvers.Classorg.axonframework.common.annotationAxon
FixedValueParameterResolverParameterResolver implementation that injects a fixed value.Classorg.axonframework.common.annotationAxon
HandlerDefinitionDefines which members (methods, constructors, etc) are considered message handlers.Interfaceorg.axonframework.common.annotationAxon
MessageHandlerInvocationExceptionMessageHandlerInvocationException is a runtime exception that wraps an exception thrown by an invoked messageSince:2.Classorg.axonframework.common.annotationAxon
MessageHandlerInvokerAbstract class to support implementations that need to invoke methods based on an annotation.Classorg.axonframework.common.annotationAxon
MetaDataAnnotation that indicates the parameter needs to be resolved to the value of the Message MetaData stored under the given key.Classorg.axonframework.common.annotationAxon
MethodMessageHandlerRepresents a method recognized as a handler by the handler inspector (see MethodMessageHandlerInspector).Classorg.axonframework.common.annotationAxon
MethodMessageHandlerInspectorUtility class that inspects handler methods for a given class and handler definition.Classorg.axonframework.common.annotationAxon
MultiParameterResolverFactoryParameterResolverFactory instance that delegates to multiple other instances, in the order provided.Classorg.axonframework.common.annotationAxon
ParameterResolverInterface for a mechanism that resolves handler method parameter values from a given Message.Interfaceorg.axonframework.common.annotationAxon
ParameterResolverFactoryInterface for objects capable of creating Parameter Resolver instances for annotated handler methods.Interfaceorg.axonframework.common.annotationAxon
PriorityAnnotationComparatorComparator that compares objects based on the value on an @PrioritySince:2.Classorg.axonframework.common.annotationAxon
SimpleResourceParameterResolverFactoryParameterResolverFactory implementation that resolves parameters for a specific given Resource.Classorg.axonframework.common.annotationAxon
SpringBeanParameterResolverFactoryParameterResolverFactory implementation that resolves parameters in the Spring Application Context.Classorg.axonframework.common.annotationAxon
UnsupportedHandlerExceptionThrown when an @.Classorg.axonframework.common.annotationAxon