Uses of Interface
org.axonframework.common.configuration.ConfigurationExtension
Packages that use ConfigurationExtension
Package
Description
Part of the Axon Messaging module.
Component configuration, registry, and lifecycle support.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
-
Uses of ConfigurationExtension in io.axoniq.framework.messaging.eventhandling.deadletter
Classes in io.axoniq.framework.messaging.eventhandling.deadletter that implement ConfigurationExtensionModifier and TypeClassDescriptionclassConfiguration class holding all settings related to Dead Letter Queue (DLQ) functionality. -
Uses of ConfigurationExtension in org.axonframework.common.configuration
Methods in org.axonframework.common.configuration with type parameters of type ConfigurationExtensionModifier and TypeMethodDescription<T extends ConfigurationExtension<?>>
ExtensibleConfigurerRegisters an extension by invoking the givenfactoryimmediately and storing the result.<T extends ConfigurationExtension<?>>
ExtensibleConfigurerRegisters an extension factory for the given type and returnsthisconfigurer for chaining.<T extends ConfigurationExtension<?>>
@Nullable TReturns the extension of the givenextensionType, ornullif no extension of that type has been registered viaConfigurationExtensions.extend(Class, Supplier).<T extends ConfigurationExtension<?>>
@Nullable TReturns the extension of the given type, ornullif no extension of that type has been registered. -
Uses of ConfigurationExtension in org.axonframework.messaging.eventhandling.configuration
Methods in org.axonframework.messaging.eventhandling.configuration with type parameters of type ConfigurationExtensionModifier and TypeMethodDescription<T extends ConfigurationExtension<?>>
EventProcessorConfiguration<T extends ConfigurationExtension<?>>
@Nullable T -
Uses of ConfigurationExtension in org.axonframework.messaging.eventhandling.processing.streaming.pooled
Methods in org.axonframework.messaging.eventhandling.processing.streaming.pooled with type parameters of type ConfigurationExtensionModifier and TypeMethodDescription -
Uses of ConfigurationExtension in org.axonframework.messaging.eventhandling.processing.subscribing
Methods in org.axonframework.messaging.eventhandling.processing.subscribing with type parameters of type ConfigurationExtensionModifier and TypeMethodDescription<T extends ConfigurationExtension<?>>
SubscribingEventProcessorConfiguration