Uses of Class
org.axonframework.common.AxonConfigurationException
Packages that use AxonConfigurationException
Package
Description
Root package for the Axon Server Connector.
Part of the Axon Messaging module.
Contains common utility classes needed in different components of the framework.
Component configuration, registry, and lifecycle support.
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 io.axoniq.framework.axonserver.connector.api
Methods in io.axoniq.framework.axonserver.connector.api that throw AxonConfigurationExceptionModifier and TypeMethodDescriptionprotected voidAxonServerConnectionManager.Builder.validate()Validates whether the fields contained in this Builder are set accordingly. -
Uses of AxonConfigurationException in io.axoniq.framework.messaging.eventhandling.deadletter
Methods in io.axoniq.framework.messaging.eventhandling.deadletter 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.configuration
Methods in org.axonframework.common.configuration that throw AxonConfigurationExceptionModifier and TypeMethodDescriptionvoidConfigurationExtension.validate()Validates this extension's settings. -
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.