Modifier and Type | Method and Description |
---|---|
protected void |
AxonServerConnectionManager.Builder.validate()
Validates whether the fields contained in this Builder are set accordingly.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AxonServerCommandBus.Builder.validate()
Validates whether the fields contained in this Builder are set accordingly.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AxonServerEventStore.Builder.validate()
Validates whether the fields contained in this Builder are set accordingly.
|
protected void |
AxonServerEventScheduler.Builder.validate() |
Modifier and Type | Method and Description |
---|---|
protected void |
AxonServerQueryBus.Builder.validate()
Validates whether the fields contained in this Builder are set accordingly.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CommandGatewayFactory.Builder.validate()
Validates whether the fields contained in this Builder are set accordingly.
|
protected void |
AbstractRetryScheduler.Builder.validate()
Validate the fields.
|
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 |
---|---|
EventProcessingConfigurer |
Configurer.eventProcessing()
Retrieve the
EventProcessingConfigurer registered as a module with this Configurer. |
default Configurer |
Configurer.eventProcessing(Consumer<EventProcessingConfigurer> eventProcessingConfigurer)
Locates the
EventProcessingConfigurer registered as a module with this Configurer and provides it to the
given consumer for configuration. |
default EventProcessingConfiguration |
Configuration.eventProcessingConfiguration()
Returns the
EventProcessingConfiguration defined in this Configuration. |
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 |
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 |
SimpleEventHandlerInvoker.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.
|
protected void |
AbstractEventProcessor.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.
|
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 | Method and Description |
---|---|
protected void |
AggregateSnapshotter.Builder.validate()
Validates whether the fields contained in this Builder are set accordingly.
|
protected void |
AbstractSnapshotter.Builder.validate()
Validates whether the fields contained in this Builder are set accordingly.
|
Modifier and Type | Method and Description |
---|---|
protected void |
EmbeddedEventStore.Builder.validate()
Validates whether the fields contained in this Builder are set accordingly.
|
protected void |
BatchingEventStorageEngine.Builder.validate()
Validates whether the fields contained in this Builder are set accordingly.
|
protected void |
AbstractEventStore.Builder.validate()
Validates whether the fields contained in this Builder are set accordingly.
|
protected void |
AbstractEventStorageEngine.Builder.validate()
Validates whether the fields contained in this Builder are set accordingly.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JdbcEventStorageEngine.Builder.validate()
Validates whether the fields contained in this Builder are set accordingly.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JpaEventStorageEngine.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 |
AggregateAnnotationCommandHandler.Builder.validate()
Validates whether the fields contained in this Builder are set accordingly.
|
protected void |
AbstractRepository.Builder.validate()
Validates whether the fields contained in this Builder are set accordingly.
|
Modifier and Type | Class and Description |
---|---|
class |
AggregateModellingException
Thrown if an aggregate model is invalid.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractSagaManager.Builder.validate()
Validates whether the fields contained in this Builder are set accordingly.
|
Modifier and Type | Method and Description |
---|---|
protected void |
LockingSagaRepository.Builder.validate()
Validates whether the fields contained in this Builder are set accordingly.
|
protected void |
CachingSagaStore.Builder.validate()
Validates whether the fields contained in this Builder are set accordingly.
|
protected void |
AnnotatedSagaRepository.Builder.validate()
Validates whether the fields contained in this Builder are set accordingly.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JdbcSagaStore.Builder.validate()
Validates whether the fields contained in this Builder are set accordingly.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JpaSagaStore.Builder.validate()
Validates whether the fields contained in this Builder are set accordingly.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SimpleQueryUpdateEmitter.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 |
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SpringAggregateSnapshotter.Builder.validate()
Validates whether the fields contained in this Builder are set accordingly.
|
Copyright © 2010–2023. All rights reserved.