Uses of Class
org.axonframework.common.AxonConfigurationException
Packages that use AxonConfigurationException
Package
Description
Root package for the Axon Server Connector.
Contains common utility classes needed in different components of the framework.
Property access and reflection helpers.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
-
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.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.messaging.core.annotation
Subclasses of AxonConfigurationException in org.axonframework.messaging.core.annotationModifier and TypeClassDescriptionclassThrown when anMessageHandlerannotated method was found that does not conform to the rules that apply to those methods. -
Uses of AxonConfigurationException in org.axonframework.messaging.eventhandling.configuration
Methods in org.axonframework.messaging.eventhandling.configuration that throw AxonConfigurationExceptionModifier and TypeMethodDescriptionprotected voidEventProcessorConfiguration.validate()Validates whether the fields contained in this Builder are set accordingly. -
Uses of AxonConfigurationException in org.axonframework.messaging.eventhandling.processing.streaming.pooled
Methods in org.axonframework.messaging.eventhandling.processing.streaming.pooled that throw AxonConfigurationExceptionModifier and TypeMethodDescriptionprotected voidPooledStreamingEventProcessorConfiguration.validate() -
Uses of AxonConfigurationException in org.axonframework.messaging.eventhandling.processing.subscribing
Methods in org.axonframework.messaging.eventhandling.processing.subscribing that throw AxonConfigurationExceptionModifier and TypeMethodDescriptionprotected voidSubscribingEventProcessorConfiguration.validate()Validates whether the fields contained in this Builder are set accordingly.