|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ParameterResolverFactory | |
|---|---|
| org.axonframework.commandhandling.annotation | Classes that provide annotation support for command handling. |
| org.axonframework.common.annotation | Contains the main classes for annotation support in Axon Framework. |
| org.axonframework.eventhandling.annotation | Classes in support of the configuration of Event Handlers using annotations. |
| Uses of ParameterResolverFactory in org.axonframework.commandhandling.annotation |
|---|
| Subclasses of ParameterResolverFactory in org.axonframework.commandhandling.annotation | |
|---|---|
class |
CurrentUnitOfWorkParameterResolverFactory
ParameterResolverFactory that add support for the UnitOfWork parameter type in annotated handlers. |
| Uses of ParameterResolverFactory in org.axonframework.common.annotation |
|---|
| Subclasses of ParameterResolverFactory in org.axonframework.common.annotation | |
|---|---|
class |
DefaultParameterResolverFactory
Factory for the default parameter resolvers. |
class |
SimpleResourceParameterResolverFactory
Implementation of the ParameterResolverFactory that injects a static list of resources into annotated handler parameters. |
class |
SpringBeanParameterResolverFactory
|
| Methods in org.axonframework.common.annotation with parameters of type ParameterResolverFactory | |
|---|---|
static void |
ParameterResolverFactory.registerFactory(ParameterResolverFactory factory)
Registers a ParameterResolverFactory at runtime. |
| Uses of ParameterResolverFactory in org.axonframework.eventhandling.annotation |
|---|
| Subclasses of ParameterResolverFactory in org.axonframework.eventhandling.annotation | |
|---|---|
class |
TimestampParameterResolverFactory
ParameterResolverFactory implementation that accepts parameters of a DateTime type that have been annotated
with the Timestamp annotation and assigns the timestamp of the EventMessage. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||