Uses of Annotation Interface
org.axonframework.common.annotation.Internal
Packages that use Internal
Package
Description
Root package for the Axon Server Connector.
Part of the Axon Server Connector module.
Part of the Axon Server Connector module.
Part of the Axon Server Connector module.
Component configuration, registry, and lifecycle support.
JDBC utilities and connection handling.
JPA utilities and entity management helpers.
Transaction abstractions and utilities.
Part of the Axon Conversion module.
Classes related to message conversion in Axon Framework through Jackson.
Classes related to message conversion in Axon Framework through Jackson 2.
Definitions and implementations of the Event store, the mechanism that can load event streams and append events to
them.
Part of the Axon Eventsourcing module.
Package for the sourcing handler API.
Public API for snapshotting of event-sourced entities.
Store-backed snapshotting implementations for event-sourced entities.
Part of the Axon Extension module.
Part of the Axon Extension module.
Part of the Axon Extension module.
Part of the Axon Extension module.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
Classes related to message processing in Axon Framework.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
Package for event handling components in Axon Framework.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
Package for query handling components in Axon Framework.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
Part of the Axon Modelling module.
Part of the Axon Test module.
Part of the Axon Test module.
Root package for Axon Update.
Part of the Axon Update module.
Part of the Axon Update module.
Part of the Axon Update module.
Part of the Axon Update module.
-
Uses of Internal in org.axonframework.axonserver.connector
Classes in org.axonframework.axonserver.connector with annotations of type InternalModifier and TypeClassDescriptionfinal classUtility class to convert between Axon Server metadata values and a simpleMapof String key-value pairs. -
Uses of Internal in org.axonframework.axonserver.connector.command
Classes in org.axonframework.axonserver.connector.command with annotations of type InternalModifier and TypeClassDescriptionfinal classUtility class to convert commands duringdispatchingand handling ofsubscribedcommand handlers in theAxonServerCommandBusConnector. -
Uses of Internal in org.axonframework.axonserver.connector.event
Classes in org.axonframework.axonserver.connector.event with annotations of type InternalModifier and TypeClassDescriptionfinal classUtility class containing operations to convert Axon Framework'sSourcingConditionandStreamingConditioninto an Axon ServerSourceEventsRequestandStreamEventsRequestrespectively.classService that listens toPlatformOutboundInstructionsto controlEventProcessorswhen requested by Axon Server.classAMessageStreamimplementation backed by aResultStreamofSourceEventsResponsesfrom Axon Server, translating theSourceEventsResponsesintoEventMessagesas it moves along.classAMessageStreamimplementation backed by aResultStreamofStreamEventsResponsesfrom Axon Server, translating theStreamEventsResponsesintoEventMessagesas it moves along.classWrapper around the Axon FrameworkEventConverterthat can convertTaggedEventMessages(Axon Framework representation) toTaggedEvents(Axon Server representation). -
Uses of Internal in org.axonframework.axonserver.connector.query
Classes in org.axonframework.axonserver.connector.query with annotations of type InternalModifier and TypeClassDescriptionclassAn abstract implementation of theMessageStreaminterface that wraps aResultStream.final classUtility class to convert queries duringdispatchingand handling ofsubscribedquery handlers in theAxonServerQueryBusConnector.class -
Uses of Internal in org.axonframework.common.configuration
Classes in org.axonframework.common.configuration with annotations of type InternalModifier and TypeInterfaceDescriptioninterfaceComponent<C>Describes a component defined in aConfiguration, that may depend on other component for its initialization or during it's startup/shutdown operations.classclassImplementation ofComponentandComponentDefinitionthat wraps a pre-instantiated component.classLazyInitializedComponentDefinition<C,A extends C> Implementation ofComponentandComponentDefinitionthat instantiates a component using a configured builder.Methods in org.axonframework.common.configuration with annotations of type InternalModifier and TypeMethodDescriptionstatic DefaultComponentRegistryDefaultComponentRegistry.create(Collection<DecoratorDefinition.CompletedDecoratorDefinition<?, ?>> decoratorDefinitions, Collection<ConfigurationEnhancer> enhancers, Collection<Class<? extends ConfigurationEnhancer>> disabledEnhancers) Creates a new registry.DefaultComponentRegistry.createLocalConfiguration(Configuration parent) Creates a local configuration, for a given parent and current registry as a component. -
Uses of Internal in org.axonframework.common.jdbc
Classes in org.axonframework.common.jdbc with annotations of type InternalModifier and TypeClassDescriptionclassATransactionalExecutorimplementation for JDBCConnections.interfaceInterface towards a mechanism that provides access to a JDBC Connection.classUtility class for safely executing Jdbc queries. -
Uses of Internal in org.axonframework.common.jpa
Classes in org.axonframework.common.jpa with annotations of type InternalModifier and TypeClassDescriptionclassATransactionalExecutorimplementation forEntityManagers.interfaceProvides components with an EntityManager to access the persistence mechanism. -
Uses of Internal in org.axonframework.common.tx
Classes in org.axonframework.common.tx with annotations of type InternalModifier and TypeInterfaceDescriptioninterfaceExecutes transactional operations with automatic transaction management. -
Uses of Internal in org.axonframework.conversion.avro
Constructors in org.axonframework.conversion.avro with annotations of type InternalModifierConstructorDescriptionAvroConverter(org.apache.avro.message.SchemaStore schemaStore, UnaryOperator<AvroConverterConfiguration> configurationOverride, ChainingContentTypeConverter chainingTypeConverter) Creates the converter instance. -
Uses of Internal in org.axonframework.conversion.jackson
Constructors in org.axonframework.conversion.jackson with annotations of type InternalModifierConstructorDescriptionJacksonConverter(tools.jackson.databind.ObjectMapper objectMapper, ChainingContentTypeConverter converter) Constructs aJacksonConverterwith the givenobjectMapperandconverter. -
Uses of Internal in org.axonframework.conversion.jackson2
Constructors in org.axonframework.conversion.jackson2 with annotations of type InternalModifierConstructorDescriptionJackson2Converter(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ChainingContentTypeConverter converter) Constructs aJacksonConverterwith the givenobjectMapperandconverter. -
Uses of Internal in org.axonframework.eventsourcing.eventstore
Classes in org.axonframework.eventsourcing.eventstore with annotations of type InternalModifier and TypeClassDescriptionfinal classAMessageStreamimplementation that continuously fetches event messages from a configurable data source.interfaceCoordinates appended events notifications for event storage engines.interfaceInterface for providing storage engines for theStorageEngineBackedEventStore.classDecorator around theEventStoreintercepting alleventsbefore they areappendedorpublishedwithdispatch interceptors.classAnSpliterators.AbstractSpliteratorimplementation used internally to feed aStreamthrough theStreamSupport.stream(Spliterator, boolean)operation.Constructors in org.axonframework.eventsourcing.eventstore with annotations of type InternalModifierConstructorDescriptionAggregateSequenceNumberPosition(long sequenceNumber) Constructs a new instance.GlobalIndexPosition(long index) Constructs a new instance.InterceptingEventStore(EventStore delegate, List<MessageDispatchInterceptor<? super EventMessage>> interceptors) Constructs aInterceptingEventStore, delegating all operation to the givendelegate. -
Uses of Internal in org.axonframework.eventsourcing.eventstore.jpa
Classes in org.axonframework.eventsourcing.eventstore.jpa with annotations of type InternalModifier and TypeClassDescriptionclassAnEventCoordinatorimplementation that polls a JPA-managed event table to detect newly appended events. -
Uses of Internal in org.axonframework.eventsourcing.handler
Classes in org.axonframework.eventsourcing.handler with annotations of type InternalModifier and TypeClassDescriptionclassCombines anEventSourcedEntityFactoryand anEntityEvolverto ensure an entity exists and apply state transitions.classA simple implementation ofSourcingHandlerthat reconstructs an entity by sourcing events directly from anEventStore.classASourcingHandlerimplementation that reconstructs an entity using snapshots when available, falling back to a full sourcing of events from theEventStoreif necessary.interfaceSourcingHandler<I,E> Handles the sourcing of an entity from its historical event stream. -
Uses of Internal in org.axonframework.eventsourcing.snapshot.api
Classes in org.axonframework.eventsourcing.snapshot.api with annotations of type InternalModifier and TypeInterfaceDescriptioninterfaceSnapshotter<I,E> ASnapshotteris responsible for loading and storing snapshots of event-sourced entities. -
Uses of Internal in org.axonframework.eventsourcing.snapshot.store
Classes in org.axonframework.eventsourcing.snapshot.store with annotations of type InternalModifier and TypeInterfaceDescriptioninterfaceRepresents storage for snapshots of event-sourced entities.classASnapshotterimplementation that persists snapshots to aSnapshotStore. -
Uses of Internal in org.axonframework.extension.reactor.messaging.core.interception
Classes in org.axonframework.extension.reactor.messaging.core.interception with annotations of type InternalModifier and TypeClassDescriptionclassDefault implementation of theReactorDispatchInterceptorRegistry, maintaining lists ofCommandMessage,EventMessage, andQueryMessage-specificReactorMessageDispatchInterceptors.interfaceA registry ofReactorMessageDispatchInterceptorsfor the Reactor extension. -
Uses of Internal in org.axonframework.extension.spring
Classes in org.axonframework.extension.spring with annotations of type InternalModifier and TypeClassDescriptionclassUtility methods for working with SpringBeanDefinitions. -
Uses of Internal in org.axonframework.extension.spring.config
Classes in org.axonframework.extension.spring.config with annotations of type InternalModifier and TypeClassDescriptionclassDefault implementation ofProcessorModuleFactorythat assigns event handlers to processors usingProcessorDefinitions.classAn implementation of aConfigurationEnhancerthat will register a list of beans as handlers for a specific type of message.classABeanDefinitionRegistryPostProcessorimplementation that detects beans with Axon Message handlers and registers anMessageHandlerConfigurerto have these handlers registered in the AxonConfiguration.classclassAComponentRegistryimplementation that connects into Spring's ecosystem by means of being aBeanPostProcessor,BeanFactoryPostProcessor, andInitializingBean.classAConfigurationEnhancerimplementation that will configure an Aggregate with the AxonConfiguration.classABeanDefinitionRegistryPostProcessorimplementation that scans for Aggregate types and registers aconfigurerfor each Aggregate found.classALifecycleRegistryimplementation that registers all lifecycle handlers as SpringSmartLifecyclebeans to ensure Spring weaves these lifecycles into the other Spring bean lifecycles.classASmartLifecycleimplementation wrapping ashutdown-specific lifecycle handlerto allow it to be managed by Spring.classASmartLifecycleimplementation wrapping astart-specific lifecycle handlerto allow it to be managed by Spring.Constructors in org.axonframework.extension.spring.config with annotations of type InternalModifierConstructorDescriptionSpringAxonApplication(SpringComponentRegistry componentRegistry, SpringLifecycleRegistry lifecycleRegistry) Construct aSpringAxonApplicationConfigurerwith the givencomponentRegistryandlifecycleRegistry.SpringComponentRegistry(org.springframework.beans.factory.ListableBeanFactory listableBeanFactory, SpringLifecycleRegistry lifecycleRegistry) Constructs aSpringComponentRegistrywith the givenlistableBeanFactory. -
Uses of Internal in org.axonframework.extension.springboot
Methods in org.axonframework.extension.springboot with annotations of type InternalModifier and TypeMethodDescriptionstatic Map<String, EventProcessorSettings> EventProcessorProperties.getProcessors(org.springframework.core.env.Environment environment) Provides ProcessorSettings per processor name via Environment. -
Uses of Internal in org.axonframework.messaging.commandhandling.annotation
Classes in org.axonframework.messaging.commandhandling.annotation with annotations of type InternalModifier and TypeClassDescriptionclassParameterResolverFactorythat ensures theCommandDispatcheris resolved in the context of the currentProcessingContext.interfaceInterface describing a message handler capable of handling a specific command. -
Uses of Internal in org.axonframework.messaging.commandhandling.distributed
Classes in org.axonframework.messaging.commandhandling.distributed with annotations of type InternalModifier and TypeClassDescriptionclassConfiguration enhancer for theDistributedCommandBus, which upon detection of aCommandBusConnectorin the configuration will decorate the regularCommandBuswith the provided connector. -
Uses of Internal in org.axonframework.messaging.commandhandling.gateway
Classes in org.axonframework.messaging.commandhandling.gateway with annotations of type InternalModifier and TypeClassDescriptionclass -
Uses of Internal in org.axonframework.messaging.commandhandling.interception
Classes in org.axonframework.messaging.commandhandling.interception with annotations of type InternalModifier and TypeClassDescriptionclass -
Uses of Internal in org.axonframework.messaging.core
Classes in org.axonframework.messaging.core with annotations of type InternalModifier and TypeClassDescriptionclassAbstractMessageStream<M extends Message>Abstract implementation ofMessageStreamthat provides basic state management for completion, errors, and callbacks.classAnApplicationContextimplementation that retrieves components from a givenConfiguration.classDefaultMessageDispatchInterceptorChain<M extends Message>Default implementation for aMessageDispatchInterceptorChain.classAnApplicationContextimplementation that does not provide any components.Methods in org.axonframework.messaging.core with annotations of type InternalModifier and TypeMethodDescriptionContext.resources()Retrieves all resources contained within the currentContext. -
Uses of Internal in org.axonframework.messaging.core.annotation
Classes in org.axonframework.messaging.core.annotation with annotations of type InternalModifier and TypeClassDescriptionclassInspector for a message handling target of typeTthat uses annotations on the target to inspect the capabilities of the target.@interfaceMeta-annotation used to have a common grounds for theMessage.name()andMessage.version()for more specificMessageannotation.interfaceInterface describing a handler for specific messages targeting entities of a specific type.classUtility class that can resolve the result of anyMessageHandlerinto the expected correspondingMessageStream.Methods in org.axonframework.messaging.core.annotation with annotations of type InternalModifier and TypeMethodDescriptionMessageHandlingMember.handleSync(Message message, ProcessingContext context, @Nullable T target) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Internal in org.axonframework.messaging.core.conversion
Methods in org.axonframework.messaging.core.conversion with annotations of type Internal -
Uses of Internal in org.axonframework.messaging.core.correlation
Classes in org.axonframework.messaging.core.correlation with annotations of type InternalModifier and TypeInterfaceDescriptioninterfaceA registry ofCorrelationDataProviders, acting as a collection ofregistered CorrelationDataProvider components.classDefault implementation of theCorrelationDataProviderRegistry, maintaining a list ofCorrelationDataProviders. -
Uses of Internal in org.axonframework.messaging.core.interception
Classes in org.axonframework.messaging.core.interception with annotations of type InternalModifier and TypeClassDescriptionclassCorrelationDataInterceptor<M extends Message>AMessageDispatchInterceptorandMessageHandlerInterceptorimplementation usingCorrelationDataProvidersto collect and set a collection of correlation data.classDefault implementation of theDispatchInterceptorRegistry, maintaining lists ofCommandMessage,EventMessage, andQueryMessage-specificMessageDispatchInterceptors.classDefault implementation of theHandlerInterceptorRegistry, maintaining lists ofCommandMessage,EventMessage, andQueryMessage-specificMessageHandlerInterceptors.interfaceA registry ofMessageDispatchInterceptors, acting as a collection ofregistered MessageDispatchInterceptors components.interfaceA registry ofMessageHandlerInterceptors, acting as a collection ofregistered MessageHandlerInterceptors components. -
Uses of Internal in org.axonframework.messaging.core.interception.annotation
Classes in org.axonframework.messaging.core.interception.annotation with annotations of type InternalModifier and TypeInterfaceDescriptioninterfaceMarker interface forMessageHandlingMemberinstances that need to be treated as interceptors, rather than regular members.Methods in org.axonframework.messaging.core.interception.annotation with annotations of type InternalModifier and TypeMethodDescriptionMessageHandlerInterceptorMemberChain.handleSync(Message message, ProcessingContext context, T target, MessageHandlingMember<? super T> handler) Deprecated, for removal: This API element is subject to removal in a future version.default ObjectMessageHandlerInterceptorMemberChain.handleSync(Message message, T target, MessageHandlingMember<? super T> handler) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Internal in org.axonframework.messaging.core.sequencing
Fields in org.axonframework.messaging.core.sequencing with annotations of type InternalModifier and TypeFieldDescriptionstatic final ObjectSequentialPolicy.FULL_SEQUENTIAL_POLICYObject used to represent the full sequential policy. -
Uses of Internal in org.axonframework.messaging.core.unitofwork.transaction
Classes in org.axonframework.messaging.core.unitofwork.transaction with annotations of type Internal -
Uses of Internal in org.axonframework.messaging.core.unitofwork.transaction.jdbc
Classes in org.axonframework.messaging.core.unitofwork.transaction.jdbc with annotations of type InternalModifier and TypeClassDescriptionclassATransactionalExecutorProviderimplementation for JDBCConnectionswhich provides aTransactionalExecutor. -
Uses of Internal in org.axonframework.messaging.core.unitofwork.transaction.jpa
Classes in org.axonframework.messaging.core.unitofwork.transaction.jpa with annotations of type InternalModifier and TypeClassDescriptionclassATransactionalExecutorProviderimplementation for JPAEntityManagerswhich provides aTransactionalExecutor. -
Uses of Internal in org.axonframework.messaging.eventhandling
Classes in org.axonframework.messaging.eventhandling with annotations of type InternalModifier and TypeClassDescriptionclassAbstract implementation of anEventBusthat delegates all calls to a given delegate.classDecorator around theEventBusinterceptors alleventsbefore they arepublishedwithdispatch interceptors.classDecorator around theEventSinkintercepting alleventsbefore they arepublishedwithdispatch interceptors.classEmptyEventMessageimplementation without anypayload, used as the terminal message of aMessageStream.Fields in org.axonframework.messaging.eventhandling with annotations of type InternalModifier and TypeFieldDescriptionstatic ClockGenericEventMessage.clockDeprecated.#3083 - Configure application wide ClockConstructors in org.axonframework.messaging.eventhandling with annotations of type InternalModifierConstructorDescriptionInterceptingEventBus(EventBus delegate, List<MessageDispatchInterceptor<? super EventMessage>> interceptors) Constructs aInterceptingEventBus, delegating all operations to the givendelegate. -
Uses of Internal in org.axonframework.messaging.eventhandling.annotation
Classes in org.axonframework.messaging.eventhandling.annotation with annotations of type InternalModifier and TypeInterfaceDescriptioninterfaceInterface indicating that aMessageHandlingMemberis capable of handling specific event messages. -
Uses of Internal in org.axonframework.messaging.eventhandling.configuration
Classes in org.axonframework.messaging.eventhandling.configuration with annotations of type InternalModifier and TypeClassDescriptionclassDefault implementation ofEventHandlingComponentsConfigurerprovidingEventHandlingComponents` builders management with decoration support.Constructors in org.axonframework.messaging.eventhandling.configuration with annotations of type InternalModifierConstructorDescriptionConstructs a new event processing module with the given name.EventProcessorConfiguration(String processorName, @Nullable Configuration config) Constructs a newEventProcessorConfigurationwith default values and retrieve global default values.Constructs a newEventProcessorConfigurationcopying properties from the given configuration. -
Uses of Internal in org.axonframework.messaging.eventhandling.conversion
Methods in org.axonframework.messaging.eventhandling.conversion with annotations of type InternalModifier and TypeMethodDescriptionDelegatingEventConverter.delegate()Returns theMessageConverterthisEventConverterdelegates to. -
Uses of Internal in org.axonframework.messaging.eventhandling.deadletter
Classes in org.axonframework.messaging.eventhandling.deadletter with annotations of type InternalModifier and TypeClassDescriptionclassCachingSequencedDeadLetterQueue<M extends Message>A decorator forSequencedDeadLetterQueuethat adds per-segment caching of sequence identifiers to optimizeCachingSequencedDeadLetterQueue.contains(Object, ProcessingContext)lookups. -
Uses of Internal in org.axonframework.messaging.eventhandling.deadletter.jdbc
Classes in org.axonframework.messaging.eventhandling.deadletter.jdbc with annotations of type InternalModifier and TypeClassDescriptionclassEnables iterating through a JDBC query using paging. -
Uses of Internal in org.axonframework.messaging.eventhandling.gateway
Classes in org.axonframework.messaging.eventhandling.gateway with annotations of type InternalModifier and TypeClassDescriptionclassComponent that publishes events to anEventSinkin the context of aProcessingContext. -
Uses of Internal in org.axonframework.messaging.eventhandling.interception
Classes in org.axonframework.messaging.eventhandling.interception with annotations of type InternalModifier and TypeClassDescriptionclassclassAnEventHandlingComponentimplementation that supports intercepting event handling through MessageHandlerInterceptors. -
Uses of Internal in org.axonframework.messaging.eventhandling.processing
Classes in org.axonframework.messaging.eventhandling.processing with annotations of type InternalModifier and TypeClassDescriptionclassInternal class for managing multipleEventHandlingComponentinstances and processing event messages through them. -
Uses of Internal in org.axonframework.messaging.eventhandling.processing.streaming.pooled
Methods in org.axonframework.messaging.eventhandling.processing.streaming.pooled with annotations of type InternalModifier and TypeMethodDescriptionvoidPooledStreamingEventProcessorsConfigurer.build()Builds and registers all configured pooled streaming event processors.Constructors in org.axonframework.messaging.eventhandling.processing.streaming.pooled with annotations of type InternalModifierConstructorDescriptionConstructs a newPooledStreamingEventProcessorConfigurationcopying properties from the given configuration.PooledStreamingEventProcessorConfiguration(EventProcessorConfiguration base, Configuration configuration) Constructs a newPooledStreamingEventProcessorConfigurationwith default values and retrieve global default values.Constructs a new pooled streaming event processors configurer. -
Uses of Internal in org.axonframework.messaging.eventhandling.processing.streaming.segmenting
Classes in org.axonframework.messaging.eventhandling.processing.streaming.segmenting with annotations of type InternalModifier and TypeClassDescriptionclassclassDecorator forEventHandlingComponent.classDecorator implementation ofEventHandlingComponentthat uses a configurableSequencingPolicyto determine the sequence identifier for events, while delegating all other operations to an underlyingEventHandlingComponent.classAnEventHandlingComponentwrapper that ensures events with the same sequence identifier are handled sequentially.Constructors in org.axonframework.messaging.eventhandling.processing.streaming.segmenting with annotations of type InternalModifierConstructorDescriptionSegment(int segmentId, int mask) Construct a new Segment instance with givensegmentIdandmaskConstructs the component with givendelegateto receive calls. -
Uses of Internal in org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc
Methods in org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc with annotations of type Internal -
Uses of Internal in org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa
Methods in org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa with annotations of type Internal -
Uses of Internal in org.axonframework.messaging.eventhandling.processing.subscribing
Methods in org.axonframework.messaging.eventhandling.processing.subscribing with annotations of type InternalModifier and TypeMethodDescriptionvoidSubscribingEventProcessorsConfigurer.build()Builds and registers all configured subscribing event processing.Constructors in org.axonframework.messaging.eventhandling.processing.subscribing with annotations of type InternalModifierConstructorDescriptionConstructs a newSubscribingEventProcessorConfigurationcopying properties from the given configuration.SubscribingEventProcessorConfiguration(EventProcessorConfiguration base, Configuration configuration) Constructs a newSubscribingEventProcessorConfigurationwith default values and retrieve global default values.Constructs a new subscribing event processing configurer. -
Uses of Internal in org.axonframework.messaging.eventhandling.replay
Classes in org.axonframework.messaging.eventhandling.replay with annotations of type InternalModifier and TypeClassDescriptionclassGeneric implementation of theReplayStatusChangedinterface.interfaceAMessagesignalling that theReplayStatusof an Event Handling Component changed.interfaceFunctional interface for handlingReplayStatusChangedmessages.interfaceRegistry for subscribingReplayStatusChangedHandlerinstances. -
Uses of Internal in org.axonframework.messaging.eventhandling.replay.annotation
Classes in org.axonframework.messaging.eventhandling.replay.annotation with annotations of type InternalModifier and TypeClassDescription@interfaceAnnotation that can be placed on a method that is to be invoked when theReplayStatusis about to change. -
Uses of Internal in org.axonframework.messaging.monitoring.configuration
Classes in org.axonframework.messaging.monitoring.configuration with annotations of type InternalModifier and TypeClassDescriptionclassTheDefaultMessageMonitorRegistryis a default implementation of theMessageMonitorRegistryinterface responsible for managing and providing components ofMessageMonitorfor various message types such asCommandMessage,EventMessage, andQueryMessage.interfaceA registry ofMessageMonitors, acting as a collection ofregistered MessageMonitor components. -
Uses of Internal in org.axonframework.messaging.queryhandling
Classes in org.axonframework.messaging.queryhandling with annotations of type InternalModifier and TypeClassDescriptionclassParameterResolverFactorythat ensures theQueryUpdateEmitteris resolved in the context of the currentProcessingContext. -
Uses of Internal in org.axonframework.messaging.queryhandling.annotation
Classes in org.axonframework.messaging.queryhandling.annotation with annotations of type InternalModifier and TypeInterfaceDescriptioninterfaceInterface indicating that aMessageHandlingMemberis capable of handling specificQueryMessages. -
Uses of Internal in org.axonframework.messaging.queryhandling.distributed
Classes in org.axonframework.messaging.queryhandling.distributed with annotations of type InternalModifier and TypeClassDescriptionclassConfiguration enhancer for theDistributedQueryBus, which upon detection of aQueryBusConnectorin the configuration will decorate the regularQueryBuswith the provided connector. -
Uses of Internal in org.axonframework.messaging.queryhandling.interception
Classes in org.axonframework.messaging.queryhandling.interception with annotations of type InternalModifier and TypeClassDescriptionclass -
Uses of Internal in org.axonframework.modelling.entity.annotation
Classes in org.axonframework.modelling.entity.annotation with annotations of type InternalModifier and TypeClassDescriptionclassAbstract implementation of theEntityChildModelDefinitioninterface that makes concrete implementations easier to maintain.interfaceFactory for creatingAnnotatedEntityMetamodelinstances for a given entity type.classUtility class that matches an entity instance to a message based on the routing key of a message and the routing key of the entity.classUtility class for retrieving routing keys from entity members and child entities. -
Uses of Internal in org.axonframework.test.fixture
Classes in org.axonframework.test.fixture with annotations of type InternalModifier and TypeClassDescriptionclassConfigurationEnhancer that registersRecordingEventStore,RecordingEventSinkandRecordingCommandBus.classAn CommandBus implementation recording all the commands that are dispatched.classA registry that holds references to the recording components created byMessagesRecordingConfigurationEnhancer.classclassclassAnEventStoreimplementation recording all the events that arepublished. -
Uses of Internal in org.axonframework.test.util
Classes in org.axonframework.test.util with annotations of type InternalModifier and TypeClassDescriptionclassCommandBus implementation that does not perform any actions on subscriptions or dispatched commands, but records them instead. -
Uses of Internal in org.axonframework.update
Classes in org.axonframework.update with annotations of type InternalModifier and TypeClassDescriptionclassThe UpdateChecker reports Anonymous usage data to AxonIQ periodically.classAConfigurationEnhancerthat registers theUpdateCheckercomponent.classClient for checking for update and sending anonymous usage data to the AxonIQ servers. -
Uses of Internal in org.axonframework.update.api
Classes in org.axonframework.update.api with annotations of type InternalModifier and TypeClassDescriptionfinal recordRepresents an artifact with its group ID, artifact ID, and version.final recordRepresents an upgrade suggestion for a specific artifact version by the AxonIQ UpdateChecker API.final recordRepresents a vulnerability in an AxonIQ Artifact in use.enumRepresents the severity of a vulnerability in an AxonIQ artifact.final recordRepresents an UpdateChecker request, including machine and instance identifiers, operating system details, JVM information, Kotlin version, and a list of library versions.final recordRepresents the response from the UpdateChecker API, containing information about version upgrades and vulnerabilities found in the artifacts used by the application. -
Uses of Internal in org.axonframework.update.common
Classes in org.axonframework.update.common with annotations of type InternalModifier and TypeClassDescriptionclassA utility class to run a task with a delay in a virtual thread. -
Uses of Internal in org.axonframework.update.configuration
Classes in org.axonframework.update.configuration with annotations of type InternalModifier and TypeClassDescriptionclassAUsagePropertyProviderimplementation that reads the usage properties from the command line system properties.classDefault implementation of theUsagePropertyProviderinterface.classAUsagePropertyProviderimplementation that reads the usage properties from the environment variables.classCombines multipleUsagePropertyProviderinstances into a single provider.classAUsagePropertyProviderthat reads the AxonIQ Data Collection properties from a file located at~/.axoniq/update-checker.properties.interfaceProvides properties related to the Anonymous Usage Collection feature. -
Uses of Internal in org.axonframework.update.detection
Classes in org.axonframework.update.detection with annotations of type InternalModifier and TypeClassDescriptionfinal classUtility class to detect Axon Framework versions from the classpath.classUtility class to retrieve the current Kotlin version at runtime.classLoads and stores a unique machine ID in the user's home directory.classThis class detects whether the usage reporter is being used in a unit test environment, such as a JUnit test or another testing framework.
MessageHandlingMember.handle(Message, ProcessingContext, Object).