Package | Description |
---|---|
org.axonframework.messaging |
Classes related to message processing in Axon Framework.
|
org.axonframework.messaging.annotation |
Modifier and Type | Class and Description |
---|---|
class |
SimpleHandlerAttributes
Simple implementation of the
HandlerAttributes which is given the attributes in the constructor. |
Modifier and Type | Method and Description |
---|---|
HandlerAttributes |
SimpleHandlerAttributes.mergedWith(HandlerAttributes other) |
HandlerAttributes |
HandlerAttributes.mergedWith(HandlerAttributes other)
|
Modifier and Type | Method and Description |
---|---|
HandlerAttributes |
SimpleHandlerAttributes.mergedWith(HandlerAttributes other) |
HandlerAttributes |
HandlerAttributes.mergedWith(HandlerAttributes other)
|
Modifier and Type | Class and Description |
---|---|
class |
AnnotatedHandlerAttributes
Container for message handler attributes, constructed through inspecting an
AnnotatedElement . |
Modifier and Type | Method and Description |
---|---|
HandlerAttributes |
AnnotatedHandlerAttributes.mergedWith(HandlerAttributes other) |
Modifier and Type | Method and Description |
---|---|
HandlerAttributes |
AnnotatedHandlerAttributes.mergedWith(HandlerAttributes other) |
Copyright © 2010–2022. All rights reserved.