| Package | Description |
|---|---|
| org.axonframework.common |
Contains common utility classes needed in different components of the framework.
|
| org.axonframework.common.property | |
| org.axonframework.messaging.annotation | |
| org.axonframework.serialization |
Classes related to message processing in Axon Framework.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
BuilderUtils.assertNonNull(T value,
String exceptionMessage)
Assert that the given
value is non null. |
static <T> void |
BuilderUtils.assertThat(T value,
Predicate<T> assertion,
String exceptionMessage)
|
| Modifier and Type | Class and Description |
|---|---|
class |
PropertyAccessException
Exception indicating that a predefined property is not accessible.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UnsupportedHandlerException
Thrown when an @...Handler annotated method was found that does not conform to the rules that apply to those
methods.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CannotConvertBetweenTypesException
Exception indicating that a conversion is required between to upcasters, but there is no converter capable of doing
the conversion.
|
Copyright © 2010–2018. All rights reserved.