Uses of Class
org.axonframework.common.AxonConfigurationException
Packages that use AxonConfigurationException
Package
Description
Contains common utility classes needed in different components of the framework.
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus.Classes related to event sourcing.
Definitions and implementations of the Event store, the mechanism that can load event streams and append events to
them.
JDBC Implementation of the EventStore.
JPA Implementation of the EventStore.
Classes related to message processing in Axon Framework.
-
Uses of AxonConfigurationException in org.axonframework.axonserver.connector
Methods in org.axonframework.axonserver.connector that throw AxonConfigurationExceptionModifier and TypeMethodDescriptionprotected voidAxonServerConnectionManager.Builder.validate()Validates whether the fields contained in this Builder are set accordingly. -
Uses of AxonConfigurationException in org.axonframework.axonserver.connector.command
Methods in org.axonframework.axonserver.connector.command that throw AxonConfigurationExceptionModifier and TypeMethodDescriptionprotected voidAxonServerCommandBus.Builder.validate()Validates whether the fields contained in this Builder are set accordingly. -
Uses of AxonConfigurationException in org.axonframework.axonserver.connector.event.axon
Methods in org.axonframework.axonserver.connector.event.axon that throw AxonConfigurationException -
Uses of AxonConfigurationException in org.axonframework.axonserver.connector.query
Methods in org.axonframework.axonserver.connector.query that throw AxonConfigurationExceptionModifier and TypeMethodDescriptionprotected voidAxonServerQueryBus.Builder.validate()Validates whether the fields contained in this Builder are set accordingly. -
Uses of AxonConfigurationException in org.axonframework.commandhandling.gateway
Methods in org.axonframework.commandhandling.gateway that throw AxonConfigurationException -
Uses of AxonConfigurationException in org.axonframework.common
Methods in org.axonframework.common that throw AxonConfigurationExceptionModifier and TypeMethodDescriptionstatic <T> voidBuilderUtils.assertNonNull(T value, String exceptionMessage) Assert that the givenvalueis non null.static <T> voidBuilderUtils.assertThat(T value, Predicate<T> assertion, String exceptionMessage) -
Uses of AxonConfigurationException in org.axonframework.common.property
Subclasses of AxonConfigurationException in org.axonframework.common.propertyModifier and TypeClassDescriptionclassException indicating that a predefined property is not accessible. -
Uses of AxonConfigurationException in org.axonframework.config
Methods in org.axonframework.config that throw AxonConfigurationExceptionModifier and TypeMethodDescriptionConfigurer.eventProcessing()Retrieve theEventProcessingConfigurerregistered as a module with this Configurer.default ConfigurerConfigurer.eventProcessing(Consumer<EventProcessingConfigurer> eventProcessingConfigurer) Locates theEventProcessingConfigurerregistered as a module with this Configurer and provides it to the given consumer for configuration.default EventProcessingConfigurationConfiguration.eventProcessingConfiguration()Returns theEventProcessingConfigurationdefined in this Configuration. -
Uses of AxonConfigurationException in org.axonframework.deadline
Methods in org.axonframework.deadline that throw AxonConfigurationExceptionModifier and TypeMethodDescriptionprotected voidSimpleDeadlineManager.Builder.validate()Validates whether the fields contained in this Builder are set accordingly. -
Uses of AxonConfigurationException in org.axonframework.deadline.dbscheduler
Methods in org.axonframework.deadline.dbscheduler that throw AxonConfigurationExceptionModifier and TypeMethodDescriptionprotected voidDbSchedulerDeadlineManager.Builder.validate()Validates whether the fields contained in this Builder are set accordingly. -
Uses of AxonConfigurationException in org.axonframework.deadline.jobrunr
Methods in org.axonframework.deadline.jobrunr that throw AxonConfigurationExceptionModifier and TypeMethodDescriptionprotected voidJobRunrDeadlineManager.Builder.validate()Validates whether the fields contained in this Builder are set accordingly. -
Uses of AxonConfigurationException in org.axonframework.deadline.quartz
Methods in org.axonframework.deadline.quartz that throw AxonConfigurationExceptionModifier and TypeMethodDescriptionprotected voidQuartzDeadlineManager.Builder.validate()Validates whether the fields contained in this Builder are set accordingly. -
Uses of AxonConfigurationException in org.axonframework.eventhandling
Methods in org.axonframework.eventhandling that throw AxonConfigurationExceptionModifier and TypeMethodDescriptionprotected voidAbstractEventBus.Builder.validate()Validates whether the fields contained in this Builder are set accordingly.protected voidAbstractEventProcessor.Builder.validate()Validates whether the fields contained in this Builder are set accordingly.protected voidSimpleEventBus.Builder.validate()Validates whether the fields contained in this Builder are set accordingly.protected voidSimpleEventHandlerInvoker.Builder.validate()Validates whether the fields contained in this Builder are set accordingly.protected voidSubscribingEventProcessor.Builder.validate()Validates whether the fields contained in this Builder are set accordingly.protected voidTrackingEventProcessor.Builder.validate()Validates whether the fields contained in this Builder are set accordingly. -
Uses of AxonConfigurationException in org.axonframework.eventhandling.pooled
Methods in org.axonframework.eventhandling.pooled that throw AxonConfigurationExceptionModifier and TypeMethodDescriptionprotected voidPooledStreamingEventProcessor.Builder.validate() -
Uses of AxonConfigurationException in org.axonframework.eventhandling.scheduling.dbscheduler
Methods in org.axonframework.eventhandling.scheduling.dbscheduler that throw AxonConfigurationExceptionModifier and TypeMethodDescriptionprotected voidDbSchedulerEventScheduler.Builder.validate()Validates whether the fields contained in this Builder are set accordingly. -
Uses of AxonConfigurationException in org.axonframework.eventhandling.scheduling.java
Methods in org.axonframework.eventhandling.scheduling.java that throw AxonConfigurationExceptionModifier and TypeMethodDescriptionprotected voidSimpleEventScheduler.Builder.validate()Validates whether the fields contained in this Builder are set accordingly. -
Uses of AxonConfigurationException in org.axonframework.eventhandling.scheduling.jobrunr
Methods in org.axonframework.eventhandling.scheduling.jobrunr that throw AxonConfigurationExceptionModifier and TypeMethodDescriptionprotected voidJobRunrEventScheduler.Builder.validate()Validates whether the fields contained in this Builder are set accordingly. -
Uses of AxonConfigurationException in org.axonframework.eventhandling.scheduling.quartz
Methods in org.axonframework.eventhandling.scheduling.quartz that throw AxonConfigurationExceptionModifier and TypeMethodDescriptionprotected voidQuartzEventScheduler.Builder.validate()Validates whether the fields contained in this Builder are set accordingly. -
Uses of AxonConfigurationException in org.axonframework.eventhandling.tokenstore.jdbc
Methods in org.axonframework.eventhandling.tokenstore.jdbc that throw AxonConfigurationExceptionModifier and TypeMethodDescriptionprotected voidJdbcTokenStore.Builder.validate()Validates whether the fields contained in this Builder are set accordingly. -
Uses of AxonConfigurationException in org.axonframework.eventhandling.tokenstore.jpa
Methods in org.axonframework.eventhandling.tokenstore.jpa that throw AxonConfigurationExceptionModifier and TypeMethodDescriptionprotected voidJpaTokenStore.Builder.validate()Validates whether the fields contained in this Builder are set accordingly. -
Uses of AxonConfigurationException in org.axonframework.eventhandling.tokenstore.legacyjpa
Methods in org.axonframework.eventhandling.tokenstore.legacyjpa that throw AxonConfigurationExceptionModifier and TypeMethodDescriptionprotected voidJpaTokenStore.Builder.validate()Validates whether the fields contained in this Builder are set accordingly. -
Uses of AxonConfigurationException in org.axonframework.eventsourcing
Methods in org.axonframework.eventsourcing that throw AxonConfigurationException -
Uses of AxonConfigurationException in org.axonframework.eventsourcing.eventstore
Methods in org.axonframework.eventsourcing.eventstore that throw AxonConfigurationExceptionModifier and TypeMethodDescriptionprotected voidAbstractEventStorageEngine.Builder.validate()Validates whether the fields contained in this Builder are set accordingly.protected voidAbstractEventStore.Builder.validate()Validates whether the fields contained in this Builder are set accordingly.protected voidBatchingEventStorageEngine.Builder.validate()Validates whether the fields contained in this Builder are set accordingly.protected voidEmbeddedEventStore.Builder.validate()Validates whether the fields contained in this Builder are set accordingly. -
Uses of AxonConfigurationException in org.axonframework.eventsourcing.eventstore.jdbc
Methods in org.axonframework.eventsourcing.eventstore.jdbc that throw AxonConfigurationExceptionModifier and TypeMethodDescriptionprotected voidJdbcEventStorageEngine.Builder.validate()Validates whether the fields contained in this Builder are set accordingly. -
Uses of AxonConfigurationException in org.axonframework.eventsourcing.eventstore.jpa
Methods in org.axonframework.eventsourcing.eventstore.jpa that throw AxonConfigurationExceptionModifier and TypeMethodDescriptionprotected voidJpaEventStorageEngine.Builder.validate()Validates whether the fields contained in this Builder are set accordingly. -
Uses of AxonConfigurationException in org.axonframework.eventsourcing.eventstore.legacyjpa
Methods in org.axonframework.eventsourcing.eventstore.legacyjpa that throw AxonConfigurationException -
Uses of AxonConfigurationException in org.axonframework.messaging.annotation
Subclasses of AxonConfigurationException in org.axonframework.messaging.annotationModifier and TypeClassDescriptionclassThrown when an @...Handler annotated method was found that does not conform to the rules that apply to those methods. -
Uses of AxonConfigurationException in org.axonframework.modelling.command
Methods in org.axonframework.modelling.command that throw AxonConfigurationExceptionModifier and TypeMethodDescriptionprotected voidAbstractRepository.Builder.validate()Validates whether the fields contained in this Builder are set accordingly.protected voidAggregateAnnotationCommandHandler.Builder.validate()Validates whether the fields contained in this Builder are set accordingly. -
Uses of AxonConfigurationException in org.axonframework.modelling.command.inspection
Subclasses of AxonConfigurationException in org.axonframework.modelling.command.inspectionModifier and TypeClassDescriptionclassThrown if an aggregate model is invalid. -
Uses of AxonConfigurationException in org.axonframework.modelling.saga
Methods in org.axonframework.modelling.saga that throw AxonConfigurationExceptionModifier and TypeMethodDescriptionprotected voidAbstractSagaManager.Builder.validate()Validates whether the fields contained in this Builder are set accordingly. -
Uses of AxonConfigurationException in org.axonframework.modelling.saga.repository
Methods in org.axonframework.modelling.saga.repository that throw AxonConfigurationExceptionModifier and TypeMethodDescriptionprotected voidAnnotatedSagaRepository.Builder.validate()Validates whether the fields contained in this Builder are set accordingly.protected voidCachingSagaStore.Builder.validate()Validates whether the fields contained in this Builder are set accordingly.protected voidLockingSagaRepository.Builder.validate()Validates whether the fields contained in this Builder are set accordingly. -
Uses of AxonConfigurationException in org.axonframework.modelling.saga.repository.jdbc
Methods in org.axonframework.modelling.saga.repository.jdbc that throw AxonConfigurationExceptionModifier and TypeMethodDescriptionprotected voidJdbcSagaStore.Builder.validate()Validates whether the fields contained in this Builder are set accordingly. -
Uses of AxonConfigurationException in org.axonframework.modelling.saga.repository.jpa
Methods in org.axonframework.modelling.saga.repository.jpa that throw AxonConfigurationExceptionModifier and TypeMethodDescriptionprotected voidJpaSagaStore.Builder.validate()Validates whether the fields contained in this Builder are set accordingly. -
Uses of AxonConfigurationException in org.axonframework.modelling.saga.repository.legacyjpa
Methods in org.axonframework.modelling.saga.repository.legacyjpa that throw AxonConfigurationExceptionModifier and TypeMethodDescriptionprotected voidJpaSagaStore.Builder.validate()Validates whether the fields contained in this Builder are set accordingly. -
Uses of AxonConfigurationException in org.axonframework.queryhandling
Methods in org.axonframework.queryhandling that throw AxonConfigurationExceptionModifier and TypeMethodDescriptionprotected voidDefaultQueryGateway.Builder.validate()Validates whether the fields contained in this Builder are set accordingly.protected voidLoggingQueryInvocationErrorHandler.Builder.validate()Validates whether the fields contained in this Builder are set accordingly.protected voidSimpleQueryBus.Builder.validate()Validate whether the fields contained in this Builder are set accordingly.protected voidSimpleQueryUpdateEmitter.Builder.validate()Validates whether the fields contained in this Builder are set accordingly. -
Uses of AxonConfigurationException in org.axonframework.serialization
Subclasses of AxonConfigurationException in org.axonframework.serializationModifier and TypeClassDescriptionclassException indicating that a conversion is required between to upcasters, but there is no converter capable of doing the conversion.Methods in org.axonframework.serialization that throw AxonConfigurationException -
Uses of AxonConfigurationException in org.axonframework.serialization.avro
Methods in org.axonframework.serialization.avro that throw AxonConfigurationExceptionModifier and TypeMethodDescriptionprotected voidAvroSerializer.Builder.validate()Validates whether the fields contained in this Builder are set accordingly. -
Uses of AxonConfigurationException in org.axonframework.serialization.jackson3
Methods in org.axonframework.serialization.jackson3 that throw AxonConfigurationExceptionModifier and TypeMethodDescriptionprotected voidJackson3Serializer.Builder.validate()Validates whether the fields contained in this Builder are set accordingly. -
Uses of AxonConfigurationException in org.axonframework.serialization.json
Methods in org.axonframework.serialization.json that throw AxonConfigurationExceptionModifier and TypeMethodDescriptionprotected voidJacksonSerializer.Builder.validate()Validates whether the fields contained in this Builder are set accordingly. -
Uses of AxonConfigurationException in org.axonframework.spring.eventsourcing
Methods in org.axonframework.spring.eventsourcing that throw AxonConfigurationExceptionModifier and TypeMethodDescriptionprotected voidSpringAggregateSnapshotter.Builder.validate()Validates whether the fields contained in this Builder are set accordingly.