Uses of Annotation Interface
org.axonframework.common.annotation.Internal
Packages that use Internal
Package
Description
Definitions and implementations of the Event store, the mechanism that can load event streams and append events to
them.
JPA Implementation of the EventStore.
Classes related to message processing in Axon Framework.
Classes related to event handling and dispatching, such as
and the
invalid reference
Event Listeners
Event Bus.A collection of classes which may prove useful when testing Axon-based classes.
-
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 TypeClassDescriptionclassclassImplementation ofComponentandComponentDefinitionthat wraps a pre-instantiated component.classLazyInitializedComponentDefinition<C,A extends C> Implementation ofComponentandComponentDefinitionthat instantiates a component using a configured builder. -
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. -
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.json
Constructors in org.axonframework.conversion.json with annotations of type InternalModifierConstructorDescriptionJacksonConverter(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 InternalModifierConstructorDescriptionInterceptingEventStore(EventStore delegate, List<MessageDispatchInterceptor<? super EventMessage>> interceptors) Constructs aInterceptingEventStore, delegating all operation to the givendelegate. -
Uses of Internal in org.axonframework.eventsourcing.eventstore.jdbc
Classes in org.axonframework.eventsourcing.eventstore.jdbc with annotations of type InternalModifier and TypeClassDescriptionclassATransactionalExecutorProviderimplementation for JDBCConnectionswhich provides aTransactionalExecutor. -
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.classATransactionalExecutorProviderimplementation for JPAEntityManagerswhich provides aTransactionalExecutor. -
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 TypeClassDescriptionclassAn 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 TypeClassDescriptionclassAnApplicationContextimplementation 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, 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.unitofwork.transaction
Classes in org.axonframework.messaging.core.unitofwork.transaction with annotations of type Internal -
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.Constructs a newEventProcessorConfigurationwith just default values.EventProcessorConfiguration(Configuration configuration) 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.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 newPooledStreamingEventProcessorConfigurationwith just default values.Constructs 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 newSubscribingEventProcessorConfiguration.Constructs 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.sequencing
Fields in org.axonframework.messaging.eventhandling.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.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 TypeClassDescriptionclassAn CommandBus implementation recording all the commands that are dispatched.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).