| Package | Description |
|---|---|
| org.axonframework.commandhandling.gateway | |
| org.axonframework.common |
Contains common utility classes needed in different components of the framework.
|
| org.axonframework.common.property | |
| org.axonframework.deadline | |
| org.axonframework.deadline.quartz | |
| org.axonframework.eventhandling |
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus. |
| org.axonframework.eventhandling.pooled | |
| org.axonframework.eventhandling.scheduling.java | |
| org.axonframework.eventhandling.scheduling.quartz | |
| org.axonframework.eventhandling.tokenstore.jdbc | |
| org.axonframework.eventhandling.tokenstore.jpa | |
| org.axonframework.messaging.annotation | |
| org.axonframework.queryhandling | |
| org.axonframework.serialization |
Classes related to message processing in Axon Framework.
|
| org.axonframework.serialization.json |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractRetryScheduler.Builder.validate()
Validate the fields.
|
protected void |
CommandGatewayFactory.Builder.validate()
Validates whether the fields contained in this Builder are set accordingly.
|
| 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 | Method and Description |
|---|---|
protected void |
SimpleDeadlineManager.Builder.validate()
Validates whether the fields contained in this Builder are set accordingly.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
QuartzDeadlineManager.Builder.validate()
Validates whether the fields contained in this Builder are set accordingly.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
SimpleEventHandlerInvoker.Builder.validate()
Validates whether the fields contained in this Builder are set accordingly.
|
protected void |
TrackingEventProcessor.Builder.validate()
Validates whether the fields contained in this Builder are set accordingly.
|
protected void |
SubscribingEventProcessor.Builder.validate()
Validates whether the fields contained in this Builder are set accordingly.
|
protected void |
AbstractEventBus.Builder.validate()
Validates whether the fields contained in this Builder are set accordingly.
|
protected void |
AbstractEventProcessor.Builder.validate()
Validates whether the fields contained in this Builder are set accordingly.
|
protected void |
SimpleEventBus.Builder.validate()
Validates whether the fields contained in this Builder are set accordingly.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
PooledStreamingEventProcessor.Builder.validate() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SimpleEventScheduler.Builder.validate()
Validates whether the fields contained in this Builder are set accordingly.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
QuartzEventScheduler.Builder.validate()
Validates whether the fields contained in this Builder are set accordingly.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
JdbcTokenStore.Builder.validate()
Validates whether the fields contained in this Builder are set accordingly.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
JpaTokenStore.Builder.validate()
Validates whether the fields contained in this Builder are set accordingly.
|
| 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 | Method and Description |
|---|---|
protected void |
LoggingQueryInvocationErrorHandler.Builder.validate()
Validates whether the fields contained in this Builder are set accordingly.
|
protected void |
DefaultQueryGateway.Builder.validate()
Validates whether the fields contained in this Builder are set accordingly.
|
protected void |
SimpleQueryBus.Builder.validate()
Validate whether the fields contained in this Builder are set accordingly.
|
protected void |
SimpleQueryUpdateEmitter.Builder.validate()
Validates whether the fields contained in this Builder are set accordingly.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
JavaSerializer.Builder.validate()
Validates whether the fields contained in this Builder are set accordingly.
|
protected void |
AbstractXStreamSerializer.Builder.validate()
Validates whether the fields contained in this Builder are set accordingly.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
JacksonSerializer.Builder.validate()
Validates whether the fields contained in this Builder are set accordingly.
|
Copyright © 2010–2022. All rights reserved.