Package | Description |
---|---|
org.axonframework.common.annotation |
Contains the main classes for annotation support in Axon Framework.
|
org.axonframework.saga.annotation |
Modifier and Type | Method and Description |
---|---|
static MethodMessageHandler |
MethodMessageHandler.createFor(Method method,
Class<?> explicitPayloadType,
ParameterResolverFactory parameterResolverFactory)
Creates a MethodMessageHandler for the given
method , using given explicitPayloadType
(if not null ) defining the payload of the message it supports. |
MethodMessageHandler |
MethodMessageHandlerInspector.findHandlerMethod(Message message)
Returns the handler method that handles objects of the given
parameterType . |
MethodMessageHandler |
MessageHandlerInvoker.findHandlerMethod(Message message)
Finds the handler method that can handle the given
message , or null if no such handler
exists. |
Modifier and Type | Method and Description |
---|---|
List<MethodMessageHandler> |
MethodMessageHandlerInspector.getHandlers()
Returns the list of handlers found on target type.
|
Modifier and Type | Method and Description |
---|---|
static SagaMethodMessageHandler |
SagaMethodMessageHandler.getInstance(MethodMessageHandler methodHandler)
Create a SagaMethodMessageHandler for the given
methodHandler . |
Constructor and Description |
---|
SagaMethodMessageHandler(SagaCreationPolicy creationPolicy,
MethodMessageHandler handler,
String associationKey,
Property associationProperty)
Creates a SagaMethodMessageHandler.
|
Copyright © 2010-2014. All Rights Reserved.