Index

A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractAnnotatedParameterResolverFactory<A,P> - Class in org.axonframework.messaging.core.annotation
ParameterResolverFactory that will supply a parameter resolver when a matching parameter annotation is paired with a suitable type of parameter.
AbstractAnnotatedParameterResolverFactory(Class<A>, Class<P>) - Constructor for class org.axonframework.messaging.core.annotation.AbstractAnnotatedParameterResolverFactory
Initialize a ParameterResolverFactory instance that resolves parameters of type declaredParameterType annotated with the given annotationType.
AbstractCacheAdapter<L> - Class in org.axonframework.common.caching
Abstract implementation of the Cache interface which makes it easier to implement Adapters.
AbstractCacheAdapter() - Constructor for class org.axonframework.common.caching.AbstractCacheAdapter
 
AbstractComponent<C,A> - Class in org.axonframework.common.configuration
Base implementation of a Component and ComponentDefinition.ComponentCreator to simplify definition and creation of components through a ComponentDefinition.
AbstractComponent(Component.Identifier<C>) - Constructor for class org.axonframework.common.configuration.AbstractComponent
Initialize the component with given identifier.
AbstractComponent(Component.Identifier<C>, List<AbstractComponent.HandlerRegistration<A>>, List<AbstractComponent.HandlerRegistration<A>>) - Constructor for class org.axonframework.common.configuration.AbstractComponent
Initialize the component with given identifier and given preconfigured startHandlers and shutdownHandlers lifecycle handlers.
AbstractComponent.HandlerRegistration<C> - Record Class in org.axonframework.common.configuration
An entry holding the lifecycle handler and its corresponding phase.
AbstractConsistencyMarker<T> - Class in org.axonframework.eventsourcing.eventstore
Abstract implementation of the ConsistencyMarker interface that implements the required comparisons with the ConsistencyMarker.ORIGIN and ConsistencyMarker.INFINITY consistency markers.
AbstractConsistencyMarker() - Constructor for class org.axonframework.eventsourcing.eventstore.AbstractConsistencyMarker
 
AbstractEntityChildMetamodel<C,P> - Class in org.axonframework.modelling.entity.child
Abstract EntityChildMetamodel that implements common functionality for most implementations.
AbstractEntityChildMetamodel(EntityMetamodel<C>, CommandTargetResolver<C>, EventTargetMatcher<C>) - Constructor for class org.axonframework.modelling.entity.child.AbstractEntityChildMetamodel
 
AbstractEntityChildMetamodel.Builder<C,P,R> - Class in org.axonframework.modelling.entity.child
 
AbstractEntityChildModelDefinition - Class in org.axonframework.modelling.entity.annotation
Abstract implementation of the EntityChildModelDefinition interface that makes concrete implementations easier to maintain.
AbstractEntityChildModelDefinition() - Constructor for class org.axonframework.modelling.entity.annotation.AbstractEntityChildModelDefinition
 
AbstractMessage - Class in org.axonframework.messaging.core
Abstract base class for Messages.
AbstractMessage(String, MessageType) - Constructor for class org.axonframework.messaging.core.AbstractMessage
Initializes a new Message with given identifier and type.
AbstractMethodPropertyAccessStrategy - Class in org.axonframework.common.property
Abstract implementation of the PropertyAccessStrategy that uses a no-arg, public method to access the property value.
AbstractMethodPropertyAccessStrategy() - Constructor for class org.axonframework.common.property.AbstractMethodPropertyAccessStrategy
 
AbstractQualifiedBeanCondition - Class in org.axonframework.extension.springboot.util
Abstract implementations for conditions that match against the availability of beans of a specific type with a given qualifier.
AbstractQualifiedBeanCondition(String, String, String) - Constructor for class org.axonframework.extension.springboot.util.AbstractQualifiedBeanCondition
Initialize the condition, looking for properties on a given annotation
AbstractQueryResponseMessageStream<T> - Class in org.axonframework.axonserver.connector.query
An abstract implementation of the MessageStream interface that wraps a ResultStream.
AbstractQueryResponseMessageStream(ResultStream<T>) - Constructor for class org.axonframework.axonserver.connector.query.AbstractQueryResponseMessageStream
Constructs an instance of the AbstractQueryResponseMessageStream class with the provided result stream.
accept(TopologyChange) - Method in interface org.axonframework.axonserver.connector.TopologyChangeListener
 
accept(Field) - Method in class org.axonframework.test.matchers.AllFieldsFilter
 
accept(Field) - Method in interface org.axonframework.test.matchers.FieldFilter
Indicates whether the given field should be accepted for processing, or skipped/ignored.
accept(Field) - Method in class org.axonframework.test.matchers.IgnoreField
 
accept(Field) - Method in class org.axonframework.test.matchers.MatchAllFieldFilter
 
accept(Field) - Method in class org.axonframework.test.matchers.NonStaticFieldsFilter
 
accept(Field) - Method in class org.axonframework.test.matchers.NonTransientFieldsFilter
 
accept(ThrowingConsumer<T, Exception>) - Method in interface org.axonframework.common.tx.TransactionalExecutor
Executes a transactional operation that does not return a result.
accept(T) - Method in interface org.axonframework.common.function.ThrowingConsumer
Accepts an input to perform an operation.
AccessSerializingRepository<ID,E> - Class in org.axonframework.modelling.repository
Repository implementation that ensures safe concurrent access to entities stored in it.
AccessSerializingRepository(Repository.LifecycleManagement<ID, E>) - Constructor for class org.axonframework.modelling.repository.AccessSerializingRepository
Initialize the repository to serialize access to given delegate.
acquireAttempts(int) - Method in class org.axonframework.common.lock.PessimisticLockFactory.Builder
Indicates how many attempts should be done to acquire a lock.
ActivityHandle() - Constructor for class org.axonframework.common.lifecycle.ShutdownLatch.ActivityHandle
 
add(int, MessageMonitorReport.Report) - Method in class org.axonframework.test.util.MessageMonitorReport
 
ADD_ALL - Static variable in class org.axonframework.common.annotation.AnnotationUtils
Boolean specifying that a AnnotationUtils.findAnnotationAttributes(AnnotatedElement, String, boolean) invocation should contain all attributes of the target annotation recursively taken into account attributes of other annotations the target is present on.
addAttribute(String, String) - Method in class org.axonframework.extension.tracing.opentelemetry.OpenTelemetrySpan
 
addAttribute(String, String) - Method in class org.axonframework.messaging.tracing.NoOpSpanFactory.NoOpSpan
 
addAttribute(String, String) - Method in interface org.axonframework.messaging.tracing.Span
Adds an attribute to the span.
addChild(EntityChildMetamodel<?, E>) - Method in interface org.axonframework.modelling.entity.EntityMetamodelBuilder
Adds a EntityChildMetamodel to this metamodel.
addChild(EntityChildMetamodel<?, E>) - Method in interface org.axonframework.modelling.entity.PolymorphicEntityMetamodelBuilder
 
addConcreteType(EntityMetamodel<? extends E>) - Method in interface org.axonframework.modelling.entity.PolymorphicEntityMetamodelBuilder
Adds a concrete type to this metamodel.
addConverterStrategy(AvroConverterStrategy) - Method in record class org.axonframework.conversion.avro.AvroConverterConfiguration
Returns a new configuration with an additional Avro converter strategy.
AddedTrackerStatus - Class in org.axonframework.messaging.eventhandling.processing.streaming.segmenting
References a new EventTrackerStatus which work just has started on.
AddedTrackerStatus(EventTrackerStatus) - Constructor for class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.AddedTrackerStatus
Initializes the AddedTrackerStatus using the given addedTrackerStatus.
addSpanAttributeProviders(List<SpanAttributesProvider>) - Method in class org.axonframework.extension.tracing.opentelemetry.OpenTelemetrySpanFactory.Builder
Adds all provided SpanAttributesProviders to the SpanFactory.
addToContext(Context, Set<Tag>) - Static method in record class org.axonframework.messaging.eventstreaming.Tag
Adds the given token to the given context using the Tag.RESOURCE_KEY.
addToContext(Context, ConsistencyMarker) - Static method in interface org.axonframework.eventsourcing.eventstore.ConsistencyMarker
Adds the given consistencyMarker to the given context using the ConsistencyMarker.RESOURCE_KEY.
addToContext(Context, Segment) - Static method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.Segment
Adds the given segment to the given context using the Segment.RESOURCE_KEY.
addToContext(Context, TrackingToken) - Static method in interface org.axonframework.messaging.eventhandling.processing.streaming.token.TrackingToken
Adds the given token to the given context using the TrackingToken.RESOURCE_KEY.
addToContext(ProcessingContext, Message) - Static method in interface org.axonframework.messaging.core.Message
Adds the given message to the given context under the Message.RESOURCE_KEY.
advance(TrackingToken, TrackingToken) - Static method in interface org.axonframework.messaging.eventhandling.processing.streaming.token.WrappedToken
Advance the given base TrackingToken to the target.
advancedTo(TrackingToken) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.TrackerStatus
Advance this TrackerStatus' TrackingToken towards the given trackingToken.
advancedTo(TrackingToken) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.MergedTrackingToken
 
advancedTo(TrackingToken) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.ReplayToken
 
advancedTo(TrackingToken) - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.token.WrappedToken
Advance this token to the given newToken.
advanceTo(long, int) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.GapAwareTrackingToken
Returns a new GapAwareTrackingToken instance based on this token but which has advanced to given index.
AFTER_COMMIT - Enum constant in enum class org.axonframework.messaging.core.unitofwork.ProcessingLifecycle.DefaultPhases
Phase used to contain actions to execute after the commit of the ProcessingLifecycle.
afterCommit(Void) - Method in record class org.axonframework.eventsourcing.eventstore.EmptyAppendTransaction
Always provides the consistency marker ConsistencyMarker.ORIGIN.
afterCommit(R) - Method in interface org.axonframework.eventsourcing.eventstore.EventStorageEngine.AppendTransaction
Returns a CompletableFuture to calculate the consistency marker.
afterPropertiesSet() - Method in class org.axonframework.extension.spring.config.annotation.SpringParameterResolverFactoryBean
 
afterPropertiesSet() - Method in class org.axonframework.extension.spring.messaging.ApplicationContextEventPublisher
 
afterPropertiesSet() - Method in class org.axonframework.extension.spring.messaging.OutboundEventMessageChannelAdapter
Subscribes this event listener to the event bus.
AGGREGATE_CREATION_POLICY - Static variable in interface org.axonframework.messaging.core.annotation.HandlerAttributes
Attribute key referencing an aggregate creation policy to be used when handling a command.
AGGREGATE_IDENTIFIER_KEY - Static variable in class org.axonframework.messaging.core.LegacyResources
The ResourceKey to obtain the Aggregate Identifier from an Event's context.
AGGREGATE_SEQUENCE_NUMBER_KEY - Static variable in class org.axonframework.messaging.core.LegacyResources
The ResourceKey to obtain the Aggregate Sequence Number from an Event's context.
AGGREGATE_TYPE_KEY - Static variable in class org.axonframework.messaging.core.LegacyResources
The ResourceKey to obtain the Aggregate Type from an Event's context.
AggregateBasedAxonServerEventStorageEngine - Class in org.axonframework.axonserver.connector.event
Event Storage Engine implementation that uses the aggregate-oriented APIs of Axon Server, allowing it to interact with versions that do not have DCB support.
AggregateBasedAxonServerEventStorageEngine(AxonServerConnection, EventConverter) - Constructor for class org.axonframework.axonserver.connector.event.AggregateBasedAxonServerEventStorageEngine
Initialize the LegacyAxonServerEventStorageEngine with given connection to Axon Server and given payloadConverter to convert payloads of appended messages (to bytes).
AggregateBasedConsistencyMarker - Class in org.axonframework.eventsourcing.eventstore
ConsistencyMarker implementation that keeps track of a position per aggregate identifier.
AggregateBasedConsistencyMarker(String, long) - Constructor for class org.axonframework.eventsourcing.eventstore.AggregateBasedConsistencyMarker
Construct a new consistency marker for given aggregateIdentifier and sequenceNumber.
AggregateBasedConsistencyMarker.AggregateSequencer - Class in org.axonframework.eventsourcing.eventstore
Helper class that tracks the sequence of events for different aggregates and manages the consistency marker for the aggregates.
AggregateBasedEventStorageEngineUtils - Class in org.axonframework.eventsourcing.eventstore
Utility class for handling various operations related to the Aggregate-based Event Storage Engine.
aggregateBasedJpaEventStorageEngine(EntityManagerFactory, PersistenceExceptionResolver, JpaEventStorageEngineConfigurationProperties) - Method in class org.axonframework.extension.springboot.autoconfig.JpaEventStoreAutoConfiguration
Creates an aggregate-based JPA event storage engine enhancer.
AggregateBasedJpaEventStorageEngine - Class in org.axonframework.eventsourcing.eventstore.jpa
An EventStorageEngine implementation that uses JPA to store and fetch events from an aggregate-based event storage solution.
AggregateBasedJpaEventStorageEngine(TransactionalExecutorProvider<EntityManager>, EventConverter, UnaryOperator<AggregateBasedJpaEventStorageEngineConfiguration>) - Constructor for class org.axonframework.eventsourcing.eventstore.jpa.AggregateBasedJpaEventStorageEngine
Constructs an AggregateBasedJpaEventStorageEngine with the given parameters.
AggregateBasedJpaEventStorageEngineConfiguration - Record Class in org.axonframework.eventsourcing.eventstore.jpa
Configuration class of the AggregateBasedJpaEventStorageEngine.
AggregateBasedJpaEventStorageEngineConfiguration(PersistenceExceptionResolver, Predicate<List<? extends AggregateEventEntry>>, EventCoordinator, int, int, int, long, int) - Constructor for record class org.axonframework.eventsourcing.eventstore.jpa.AggregateBasedJpaEventStorageEngineConfiguration
Compact constructor validating that the given key and value are not null.
AggregateBasedJpaEventStorageEngineConfigurationEnhancer(JpaEventStorageEngineConfigurationProperties, EntityManagerFactory, PersistenceExceptionResolver) - Constructor for record class org.axonframework.extension.springboot.autoconfig.JpaEventStoreAutoConfiguration.AggregateBasedJpaEventStorageEngineConfigurationEnhancer
Creates an instance of a AggregateBasedJpaEventStorageEngineConfigurationEnhancer record class.
AggregateEventEntry - Class in org.axonframework.eventsourcing.eventstore.jpa
A JPA entry dedicated for storing EventMessages in the AggregateBasedJpaEventStorageEngine.
AggregateEventEntry() - Constructor for class org.axonframework.eventsourcing.eventstore.jpa.AggregateEventEntry
Default constructor required by JPA.
AggregateEventEntry(long, String, String, String, byte[], byte[], String, String, String, Long) - Constructor for class org.axonframework.eventsourcing.eventstore.jpa.AggregateEventEntry
Constructor for an AggregateEventEntry when reading events, since all parameters should be given.
AggregateEventEntry(String, String, String, byte[], byte[], Object, String, String, Long) - Constructor for class org.axonframework.eventsourcing.eventstore.jpa.AggregateEventEntry
Constructor for a AggregateEventEntry when appending events, since the AggregateEventEntry.globalIndex() will be defined by the storage layer.
aggregateIdentifier() - Method in class org.axonframework.eventsourcing.eventstore.jpa.AggregateEventEntry
Returns the aggregateIdentifier of the stored EventMessage.
AggregateIdentifierSpanAttributesProvider - Class in org.axonframework.messaging.tracing.attributes
Adds the aggregate identifier to the Span if the current message being handled is a DomainEventMessage.
AggregateIdentifierSpanAttributesProvider() - Constructor for class org.axonframework.messaging.tracing.attributes.AggregateIdentifierSpanAttributesProvider
 
aggregateSequenceNumber() - Method in class org.axonframework.eventsourcing.eventstore.jpa.AggregateEventEntry
Returns the aggregate sequence number of the stored EventMessage.
AggregateSequenceNumberPosition - Class in org.axonframework.eventsourcing.eventstore
An implementation of Position based on aggregate sequence numbers.
aggregateType() - Method in class org.axonframework.eventsourcing.eventstore.jpa.AggregateEventEntry
Returns the aggregate type of the stored EventMessage.
AggregateType - Annotation Interface in org.axonframework.messaging.core.annotation
Annotation indication that a parameter on a Message Handler method should be injected with the
invalid reference
aggregate type
of a
invalid reference
org.axonframework.eventhandling.DomainEventMessage
.
AggregateTypeParameterResolverFactory - Class in org.axonframework.messaging.core.annotation
An extension of the AbstractAnnotatedParameterResolverFactory that accepts parameters of a String type that are annotated with the AggregateType annotation and assigns the aggregate type from the ProcessingContext if present.
AggregateTypeParameterResolverFactory() - Constructor for class org.axonframework.messaging.core.annotation.AggregateTypeParameterResolverFactory
Initialize a ParameterResolverFactory for MessageIdentifier annotated parameters.
ALL - Enum constant in enum class org.axonframework.common.configuration.SearchScope
Searches for Components in the current ComponentRegistry and any ancestors of the current registry.
AllFieldsFilter - Class in org.axonframework.test.matchers
FieldFilter implementation that accepts all Fields.
ALLOW - Enum constant in enum class org.axonframework.common.configuration.OverridePolicy
Overriding is allowed at all times.
ALLOW_REPLAY - Static variable in interface org.axonframework.messaging.core.annotation.HandlerAttributes
Attribute key referencing whether the handler is allowed to be invoked on replays.
allowAsyncProcessing() - Method in record class org.axonframework.messaging.core.unitofwork.UnitOfWorkConfiguration
Returns the value of the allowAsyncProcessing record component.
AllowReplay - Annotation Interface in org.axonframework.messaging.eventhandling.replay.annotation
Annotation marking a Handler (or class) as being capable of handling replays, or not, depending on the value passed.
alsoComplete(CompletableFuture<T>) - Static method in class org.axonframework.common.FutureUtils
Creates a function that can be passed to a CompletableFuture.whenComplete(BiConsumer) or CompletableFuture.whenCompleteAsync(BiConsumer) invocation, to complete the given future with the same result as the CompletableFuture that this function is passed to.
AmbiguousComponentMatchException - Exception Class in org.axonframework.common.configuration
An exception indicating a Component is being retrieved for a type and name combination that resulted in several matches.
AmbiguousComponentMatchException(Component.Identifier<C>) - Constructor for exception class org.axonframework.common.configuration.AmbiguousComponentMatchException
Constructs an AmbiguousComponentMatchException for the given identifier.
ANCESTORS - Enum constant in enum class org.axonframework.common.configuration.SearchScope
Searches for Components in the ancestors of the current ComponentRegistry only.
and() - Method in interface org.axonframework.test.fixture.AxonTestPhase.Then.Message
Returns to the setup phase to continue with additional test scenarios.
and(String, String) - Method in class org.axonframework.messaging.core.Metadata
Returns a Metadata instance containing the current entries, and the given key and given value.
andBeingOfAnyType() - Method in interface org.axonframework.messaging.eventstreaming.EventTypeRestrictableEventCriteria
Specifies that the event can be of any type.
andBeingOneOfTypes(String...) - Method in interface org.axonframework.messaging.eventstreaming.EventTypeRestrictableEventCriteria
Define that the event must be one of the provided types.
andBeingOneOfTypes(Set<QualifiedName>) - Method in interface org.axonframework.messaging.eventstreaming.EventTypeRestrictableEventCriteria
Define that the event must be one of the provided types.
andBeingOneOfTypes(MessageTypeResolver, Class<?>...) - Method in interface org.axonframework.messaging.eventstreaming.EventTypeRestrictableEventCriteria
Define that the event must be one of the provided types.
andBeingOneOfTypes(QualifiedName...) - Method in interface org.axonframework.messaging.eventstreaming.EventTypeRestrictableEventCriteria
Define that the event must be one of the provided types.
andIfNotPresent(String, Supplier<String>) - Method in class org.axonframework.messaging.core.Metadata
Returns a Metadata instance containing the current entries, and the given key if it was not yet present in this Metadata.
andMetadata(Map<String, String>) - Method in interface org.axonframework.messaging.commandhandling.CommandMessage
 
andMetadata(Map<String, String>) - Method in interface org.axonframework.messaging.commandhandling.CommandResultMessage
 
andMetadata(Map<String, String>) - Method in class org.axonframework.messaging.commandhandling.GenericCommandMessage
 
andMetadata(Map<String, String>) - Method in class org.axonframework.messaging.commandhandling.GenericCommandResultMessage
 
andMetadata(Map<String, String>) - Method in class org.axonframework.messaging.core.AbstractMessage
 
andMetadata(Map<String, String>) - Method in class org.axonframework.messaging.core.GenericResultMessage
 
andMetadata(Map<String, String>) - Method in interface org.axonframework.messaging.core.Message
Returns a copy of this Message (implementation) with its metadata merged with the given metadata.
andMetadata(Map<String, String>) - Method in interface org.axonframework.messaging.core.ResultMessage
 
andMetadata(Map<String, String>) - Method in interface org.axonframework.messaging.eventhandling.EventMessage
 
andMetadata(Map<String, String>) - Method in class org.axonframework.messaging.eventhandling.GenericEventMessage
 
andMetadata(Map<String, String>) - Method in class org.axonframework.messaging.eventhandling.replay.GenericResetContext
 
andMetadata(Map<String, String>) - Method in interface org.axonframework.messaging.eventhandling.replay.ResetContext
 
andMetadata(Map<String, String>) - Method in class org.axonframework.messaging.queryhandling.GenericQueryMessage
 
andMetadata(Map<String, String>) - Method in class org.axonframework.messaging.queryhandling.GenericQueryResponseMessage
 
andMetadata(Map<String, String>) - Method in class org.axonframework.messaging.queryhandling.GenericSubscriptionQueryUpdateMessage
 
andMetadata(Map<String, String>) - Method in interface org.axonframework.messaging.queryhandling.QueryMessage
 
andMetadata(Map<String, String>) - Method in interface org.axonframework.messaging.queryhandling.QueryResponseMessage
 
andMetadata(Map<String, String>) - Method in interface org.axonframework.messaging.queryhandling.SubscriptionQueryUpdateMessage
 
andNoMore() - Static method in class org.axonframework.test.matchers.Matchers
Returns a Matcher that matches against null or void.
andThen(EventProcessorCustomization) - Method in interface org.axonframework.messaging.eventhandling.configuration.EventProcessorCustomization
Returns a composed customization that applies this customization first, then applies the other customization.
andThen(PooledStreamingEventProcessorModule.Customization) - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorModule.Customization
Returns a composed customization that applies this customization first, then applies the other customization.
andThen(SubscribingEventProcessorModule.Customization) - Method in interface org.axonframework.messaging.eventhandling.processing.subscribing.SubscribingEventProcessorModule.Customization
Returns a composed customization that applies this customization first, then applies the other customization.
annotatedCommandHandlingComponent(ComponentBuilder<Object>) - Method in interface org.axonframework.messaging.commandhandling.configuration.CommandHandlingModule.CommandHandlerPhase
Registers the given handlingComponentBuilder as an AnnotatedCommandHandlingComponent within this module.
AnnotatedCommandHandlingComponent<T> - Class in org.axonframework.messaging.commandhandling.annotation
Adapter that turns classes with CommandHandler annotated methods into a CommandHandlingComponent.
AnnotatedCommandHandlingComponent(T, ParameterResolverFactory, HandlerDefinition, MessageTypeResolver, MessageConverter) - Constructor for class org.axonframework.messaging.commandhandling.annotation.AnnotatedCommandHandlingComponent
Wraps the given annotatedCommandHandler, allowing it to be subscribed to a CommandBus as a CommandHandlingComponent.
AnnotatedEntityIdResolver<ID> - Class in org.axonframework.modelling.entity.annotation
Implementation of the EntityIdResolver that converts the payload through the configured MessageConverter then takes the expected representation of the message handler from the AnnotatedEntityMetamodel.
AnnotatedEntityIdResolver(AnnotatedEntityMetamodel<?>, Class<ID>, MessageConverter, EntityIdResolver<ID>) - Constructor for class org.axonframework.modelling.entity.annotation.AnnotatedEntityIdResolver
Constructs an AnnotatedEntityMetamodelEntityIdResolver for the provided AnnotatedEntityMetamodel.
AnnotatedEntityIdResolverDefinition - Class in org.axonframework.modelling.entity.annotation
EntityIdResolverDefinition that converts the payload of incoming messages based on the expected payload type of the message handler in the model, and then looks for a TargetEntityId-annotated member in the payload, through the AnnotationBasedEntityIdResolver.
AnnotatedEntityIdResolverDefinition() - Constructor for class org.axonframework.modelling.entity.annotation.AnnotatedEntityIdResolverDefinition
 
AnnotatedEntityMetamodel<E> - Class in org.axonframework.modelling.entity.annotation
An EntityMetamodel implementation that uses reflection to inspect the entity.
AnnotatedEntityMetamodelFactory - Interface in org.axonframework.modelling.entity.annotation
Factory for creating AnnotatedEntityMetamodel instances for a given entity type.
AnnotatedEntityModelRoutingKeyMatcher<E> - Class in org.axonframework.modelling.entity.annotation
Utility class that matches an entity instance to a message based on the routing key of a message and the routing key of the entity.
AnnotatedEntityModelRoutingKeyMatcher(AnnotatedEntityMetamodel<E>, String, String) - Constructor for class org.axonframework.modelling.entity.annotation.AnnotatedEntityModelRoutingKeyMatcher
Constructs an AnnotatedEntityModelRoutingKeyMatcher that matches the routing key of the given entity against the routing key of a message.
AnnotatedEventHandlingComponent<T> - Class in org.axonframework.messaging.eventhandling.annotation
Adapter that turns classes with EventHandler annotated methods into a EventHandlingComponent.
AnnotatedEventHandlingComponent(T, ParameterResolverFactory, HandlerDefinition, MessageTypeResolver, EventConverter) - Constructor for class org.axonframework.messaging.eventhandling.annotation.AnnotatedEventHandlingComponent
Wraps the given annotatedEventHandler, allowing it to be subscribed to an EventSink as an EventHandlingComponent.
AnnotatedHandlerAttributes - Class in org.axonframework.messaging.core.annotation
Container for message handler attributes, constructed through inspecting an AnnotatedElement.
AnnotatedHandlerAttributes(AnnotatedElement) - Constructor for class org.axonframework.messaging.core.annotation.AnnotatedHandlerAttributes
Create an AnnotatedHandlerAttributes containing all attributes of annotation (meta-)annotated with HasHandlerAttributes on the given annotatedElement.
AnnotatedHandlerInspector<T> - Class in org.axonframework.messaging.core.annotation
Inspector for a message handling target of type T that uses annotations on the target to inspect the capabilities of the target.
AnnotatedMessageHandlingMemberDefinition - Class in org.axonframework.messaging.core.annotation
The default HandlerDefinition implementation in Axon.
AnnotatedMessageHandlingMemberDefinition() - Constructor for class org.axonframework.messaging.core.annotation.AnnotatedMessageHandlingMemberDefinition
 
annotatedQueryHandlingComponent(ComponentBuilder<Object>) - Method in interface org.axonframework.messaging.queryhandling.configuration.QueryHandlingModule.QueryHandlerPhase
Registers the given handlingComponentBuilder as an AnnotatedQueryHandlingComponent within this module.
AnnotatedQueryHandlingComponent<T> - Class in org.axonframework.messaging.queryhandling.annotation
Adapter that turns classes with QueryHandler annotated methods into a QueryHandlingComponent.
AnnotatedQueryHandlingComponent(T, ParameterResolverFactory, HandlerDefinition, MessageTypeResolver, MessageConverter) - Constructor for class org.axonframework.messaging.queryhandling.annotation.AnnotatedQueryHandlingComponent
Wraps the given annotatedQueryHandler, allowing it to be subscribed to a QueryBus as a QueryHandlingComponent.
annotation() - Method in record class org.axonframework.messaging.core.annotation.AnnotationMessageTypeResolver.AnnotationSpecification
Returns the value of the annotation record component.
Annotation-based entities - Search tag in interface org.axonframework.eventsourcing.configuration.EventSourcedEntityModule
Section
AnnotationBasedEntityEvolvingComponent<E> - Class in org.axonframework.modelling.annotation
Implementation of the EntityEvolvingComponent that applies state changes through EventHandler(-meta)-annotated methods using the AnnotatedHandlerInspector.
AnnotationBasedEntityEvolvingComponent(Class<E>, AnnotatedHandlerInspector<E>, EventConverter, MessageTypeResolver) - Constructor for class org.axonframework.modelling.annotation.AnnotationBasedEntityEvolvingComponent
Initialize a new annotation-based EntityEvolver.
AnnotationBasedEntityEvolvingComponent(Class<E>, EventConverter, MessageTypeResolver) - Constructor for class org.axonframework.modelling.annotation.AnnotationBasedEntityEvolvingComponent
Initialize a new annotation-based EntityEvolver.
AnnotationBasedEntityIdResolver<T> - Class in org.axonframework.modelling.annotation
Implementation of a EntityIdResolver that inspects the payload of a Message for fields or methods annotated with TargetEntityId.
AnnotationBasedEntityIdResolver() - Constructor for class org.axonframework.modelling.annotation.AnnotationBasedEntityIdResolver
 
AnnotationBasedEntityIdResolverDefinition - Class in org.axonframework.modelling.annotation
Definition for an EntityIdResolver that uses annotation to resolve the entity identifier.
AnnotationBasedEntityIdResolverDefinition() - Constructor for class org.axonframework.modelling.annotation.AnnotationBasedEntityIdResolverDefinition
 
AnnotationBasedEventCriteriaResolver<E,ID> - Class in org.axonframework.eventsourcing.annotation
Annotation-based CriteriaResolver implementation which resolves EventCriteria based on the given id for loading the entity.
AnnotationBasedEventCriteriaResolver(Class<E>, Class<ID>, Configuration) - Constructor for class org.axonframework.eventsourcing.annotation.AnnotationBasedEventCriteriaResolver
Initialize the resolver for the given entityType.
AnnotationBasedEventCriteriaResolverDefinition - Class in org.axonframework.eventsourcing.annotation
Defines how an AnnotationBasedEventCriteriaResolver should be constructed for an EventSourcedEntity annotated class.
AnnotationBasedEventCriteriaResolverDefinition() - Constructor for class org.axonframework.eventsourcing.annotation.AnnotationBasedEventCriteriaResolverDefinition
 
AnnotationBasedEventSourcedEntityFactory<E,ID> - Class in org.axonframework.eventsourcing.annotation.reflection
Reflection-based implementation of the EventSourcedEntityFactory interface.
AnnotationBasedEventSourcedEntityFactory(Class<E>, Class<ID>, Set<Class<? extends E>>, ParameterResolverFactory, MessageTypeResolver, EventConverter) - Constructor for class org.axonframework.eventsourcing.annotation.reflection.AnnotationBasedEventSourcedEntityFactory
Instantiate a reflection-based EventSourcedEntityFactory for the given super entityType, with the given subTypes.
AnnotationBasedEventSourcedEntityFactory(Class<E>, Class<ID>, ParameterResolverFactory, MessageTypeResolver, EventConverter) - Constructor for class org.axonframework.eventsourcing.annotation.reflection.AnnotationBasedEventSourcedEntityFactory
Instantiate an annotation-based EventSourcedEntityFactory for the given concrete entityType.
AnnotationBasedEventSourcedEntityFactoryDefinition - Class in org.axonframework.eventsourcing.annotation.reflection
Definition for an annotation-based EventSourcedEntityFactory that constructs an EventSourcedEntity-annotated class.
AnnotationBasedEventSourcedEntityFactoryDefinition() - Constructor for class org.axonframework.eventsourcing.annotation.reflection.AnnotationBasedEventSourcedEntityFactoryDefinition
 
AnnotationBasedTagResolver - Class in org.axonframework.eventsourcing.eventstore
Implementation of TagResolver that processes EventTag and EventTags annotation on fields and methods of event payload objects to create Tag instances.
AnnotationBasedTagResolver() - Constructor for class org.axonframework.eventsourcing.eventstore.AnnotationBasedTagResolver
 
AnnotationBasedTagResolver.TagResolutionException - Exception Class in org.axonframework.eventsourcing.eventstore
Exception thrown when tag resolution fails.
AnnotationMessageTypeResolver - Class in org.axonframework.messaging.core.annotation
A MessageTypeResolver implementation looking for a configurable annotation on the Class this resolver is invoked for.
AnnotationMessageTypeResolver() - Constructor for class org.axonframework.messaging.core.annotation.AnnotationMessageTypeResolver
Constructs a default AnnotationMessageTypeResolver, using the ClassBasedMessageTypeResolver as the fallback when there is no Message present on the given payloadType when resolving the MessageType.
AnnotationMessageTypeResolver(MessageTypeResolver) - Constructor for class org.axonframework.messaging.core.annotation.AnnotationMessageTypeResolver
Constructs a default AnnotationMessageTypeResolver, using the given fallback when there is no Message present on the given payloadType when resolving the MessageType.
AnnotationMessageTypeResolver(MessageTypeResolver, AnnotationMessageTypeResolver.AnnotationSpecification) - Constructor for class org.axonframework.messaging.core.annotation.AnnotationMessageTypeResolver
Constructs a default AnnotationMessageTypeResolver, using the given fallback when there defined AnnotationMessageTypeResolver.AnnotationSpecification.annotation() in the given specification is not present on the given payloadType when resolving the MessageType.
AnnotationMessageTypeResolver.AnnotationSpecification - Record Class in org.axonframework.messaging.core.annotation
An annotation specification unique to the AnnotationMessageTypeResolver.
AnnotationRoutingStrategy - Class in org.axonframework.messaging.commandhandling.annotation
RoutingStrategy that expects an Command (meta-)annotation on the command message's payload.
AnnotationRoutingStrategy() - Constructor for class org.axonframework.messaging.commandhandling.annotation.AnnotationRoutingStrategy
Instantiate an annotation RoutingStrategy.
AnnotationRoutingStrategy(Class<? extends Annotation>) - Constructor for class org.axonframework.messaging.commandhandling.annotation.AnnotationRoutingStrategy
Instantiate an annotation RoutingStrategy.
AnnotationSpecification(Class<? extends Annotation>, String, String, String) - Constructor for record class org.axonframework.messaging.core.annotation.AnnotationMessageTypeResolver.AnnotationSpecification
Creates an instance of a AnnotationSpecification record class.
AnnotationUtils - Class in org.axonframework.common.annotation
Utility class for locating annotation and attribute values on elements.
append(Object...) - Method in interface org.axonframework.messaging.eventhandling.gateway.EventAppender
Append a collection of events to the event store in the current ProcessingContext.
append(List<?>) - Method in interface org.axonframework.messaging.eventhandling.gateway.EventAppender
Append a collection of events to the event store in the current ProcessingContext.
append(List<?>) - Method in class org.axonframework.messaging.eventhandling.gateway.ProcessingContextEventAppender
 
AppendCondition - Interface in org.axonframework.eventsourcing.eventstore
Interface describing the consistency boundary condition for EventMessages when appending them to an Event Store.
appendEvent(EventMessage) - Method in class org.axonframework.eventsourcing.eventstore.DefaultEventStoreTransaction
 
appendEvent(EventMessage) - Method in interface org.axonframework.eventsourcing.eventstore.EventStoreTransaction
Appends an eventMessage to be appended to an EventStore in this transaction with the given condition.
appendEvents(AppendCondition, ProcessingContext, List<TaggedEventMessage<?>>) - Method in class org.axonframework.axonserver.connector.event.AggregateBasedAxonServerEventStorageEngine
 
appendEvents(AppendCondition, ProcessingContext, List<TaggedEventMessage<?>>) - Method in class org.axonframework.axonserver.connector.event.AxonServerEventStorageEngine
 
appendEvents(AppendCondition, ProcessingContext, List<TaggedEventMessage<?>>) - Method in interface org.axonframework.eventsourcing.eventstore.EventStorageEngine
Appends a List of events to the underlying storage solution.
appendEvents(AppendCondition, ProcessingContext, List<TaggedEventMessage<?>>) - Method in class org.axonframework.eventsourcing.eventstore.inmemory.InMemoryEventStorageEngine
 
appendEvents(AppendCondition, ProcessingContext, List<TaggedEventMessage<?>>) - Method in class org.axonframework.eventsourcing.eventstore.jpa.AggregateBasedJpaEventStorageEngine
 
appendEvents(AppendCondition, ProcessingContext, TaggedEventMessage<?>...) - Method in interface org.axonframework.eventsourcing.eventstore.EventStorageEngine
Append one or more events to the underlying storage solution.
AppendEventsTransactionRejectedException - Exception Class in org.axonframework.eventsourcing.eventstore
Exception indicating that a transaction was rejected due to conflicts detected in the events to append.
AppendEventsTransactionRejectedException(String) - Constructor for exception class org.axonframework.eventsourcing.eventstore.AppendEventsTransactionRejectedException
Constructs an AppendConditionAssertionException with the given message.
appendPosition() - Method in class org.axonframework.eventsourcing.eventstore.DefaultEventStoreTransaction
 
appendPosition() - Method in interface org.axonframework.eventsourcing.eventstore.EventStoreTransaction
Returns the position in the event store of the last appended event by this transaction.
ApplicationConfigurer - Interface in org.axonframework.common.configuration
An ApplicationConfigurer combines the component registry with the notion of lifecycle.
ApplicationContext - Interface in org.axonframework.messaging.core
An ApplicationContext is a container for components that are registered in the ComponentRegistry of the ApplicationConfigurer.
ApplicationContextEventPublisher - Class in org.axonframework.extension.spring.messaging
Component that forward events received from a SubscribableEventSource as Spring ApplicationEvent to the ApplicationContext.
ApplicationContextEventPublisher(SubscribableEventSource) - Constructor for class org.axonframework.extension.spring.messaging.ApplicationContextEventPublisher
Initialize the publisher to forward events received from the given messageSource to the application context that this bean is part of.
apply(String) - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.pooled.MaxSegmentProvider
Returns the maximum amount of segments to claim for the given processorName.
apply(Connection) - Method in interface org.axonframework.common.jdbc.JdbcUtils.SqlFunction
Create a new PreparedStatement using the given connection.
apply(ResultSet) - Method in interface org.axonframework.common.jdbc.JdbcUtils.SqlResultConverter
Convert the given resultSet to a result of type R.
apply(ThrowingFunction<EntityManager, R, Exception>) - Method in class org.axonframework.common.jpa.EntityManagerExecutor
 
apply(ThrowingFunction<Connection, R, Exception>) - Method in class org.axonframework.common.jdbc.ConnectionExecutor
 
apply(ThrowingFunction<T, R, Exception>) - Method in interface org.axonframework.common.tx.TransactionalExecutor
Executes a transactional operation that returns a result.
apply(T) - Method in interface org.axonframework.common.function.ThrowingFunction
Applies the function to the given T.
applyEvolvedChildEntities(P, List<C>) - Method in class org.axonframework.modelling.entity.child.AbstractEntityChildMetamodel
 
applyEvolvedChildEntities(P, List<C>) - Method in class org.axonframework.modelling.entity.child.ListEntityChildMetamodel
 
applyEvolvedChildEntities(P, List<C>) - Method in class org.axonframework.modelling.entity.child.SingleEntityChildMetamodel
 
applySettings(EventProcessorConfiguration) - Method in interface org.axonframework.extension.spring.config.ProcessorDefinition
Applies this processor's configuration settings to the given settings object.
applyStateChange(UnaryOperator<E>) - Method in interface org.axonframework.modelling.repository.ManagedEntity
Change the current state of the entity using the given {code change} function.
applyStrategyConfiguration(AvroConverterStrategyConfiguration) - Method in interface org.axonframework.conversion.avro.AvroConverterStrategy
Sets the configuration for the strategy.
applyStrategyConfiguration(AvroConverterStrategyConfiguration) - Method in class org.axonframework.conversion.avro.SpecificRecordBaseConverterStrategy
 
areTypeAndNameEqual() - Method in record class org.axonframework.common.configuration.Component.Identifier
Checks whether the Class.getName() of this Identifier's given type is equal to the given name.
Artifact - Record Class in org.axonframework.update.api
Represents an artifact with its group ID, artifact ID, and version.
Artifact(String, String, String) - Constructor for record class org.axonframework.update.api.Artifact
Creates an instance of a Artifact record class.
ArtifactAvailableUpgrade - Record Class in org.axonframework.update.api
Represents an upgrade suggestion for a specific artifact version by the AxonIQ UpdateChecker API.
ArtifactAvailableUpgrade(String, String, String) - Constructor for record class org.axonframework.update.api.ArtifactAvailableUpgrade
Creates an instance of a ArtifactAvailableUpgrade record class.
artifactId() - Method in record class org.axonframework.update.api.Artifact
Returns the value of the artifactId record component.
artifactId() - Method in record class org.axonframework.update.api.ArtifactAvailableUpgrade
Returns the value of the artifactId record component.
artifactId() - Method in record class org.axonframework.update.api.DetectedVulnerability
Returns the value of the artifactId record component.
asCollection(Object) - Static method in class org.axonframework.common.CollectionUtils
Returns a Collection instance that contains the elements of the given potentialCollection.
asCompletableFuture() - Method in interface org.axonframework.messaging.core.MessageStream.Single
Returns a CompletableFuture that completes with the first entry contained in this MessageStream, or exceptionally if the stream completes with an error before returning any entries.
asCompletableFuture(MessageStream<M>) - Static method in class org.axonframework.messaging.core.MessageStreamUtils
Returns a CompletableFuture that completes with the first entry from the given source.
asMessageStream(Flux<M>) - Static method in class org.axonframework.messaging.core.FluxUtils
Create a stream that provides the Messages returned by the given flux, automatically wrapped in an MessageStream.Entry.
asMessageStream(Flux<M>, Function<M, Context>) - Static method in class org.axonframework.messaging.core.FluxUtils
Create a stream that provides the Messages returned by the given flux, automatically wrapped in an MessageStream.Entry with the resulting Context from the contextSupplier.
asResultMessage(Object) - Static method in class org.axonframework.messaging.core.GenericResultMessage
Deprecated.
In favor of using the constructor, as we intend to enforce thinking about the type.
Assert - Class in org.axonframework.common
Utility class (inspired by Springs Assert class) for doing assertions on parameters and object state.
assertDispatchedEqualTo(Object...) - Method in class org.axonframework.test.fixture.CommandValidator
Assert that the given commands have been dispatched in the exact sequence provided.
assertDispatchedMatching(Matcher<?>) - Method in class org.axonframework.test.fixture.CommandValidator
Assert that commands matching the given matcher has been dispatched on the command bus.
assertNonBlank(String, String) - Static method in class org.axonframework.common.BuilderUtils
Assert that the given string is not null or blank.
assertNonEmpty(String, String) - Static method in class org.axonframework.common.BuilderUtils
Assert that the given string is not null and does not equal an empty String.
assertNonNull(T, String) - Static method in class org.axonframework.common.BuilderUtils
Assert that the given value is non null.
assertNonNull(T, Supplier<? extends X>) - Static method in class org.axonframework.common.Assert
Assert that the given value is non-null.
assertPositive(int, String) - Static method in class org.axonframework.common.BuilderUtils
Assert that the given value is positive, meaning greater than, or equal to, zero.
assertPositive(long, String) - Static method in class org.axonframework.common.BuilderUtils
Assert that the given value is positive, meaning greater than, or equal to, zero.
assertSchemaCompatibility(Class<?>, Schema, Schema, boolean) - Method in interface org.axonframework.conversion.avro.SchemaIncompatibilityChecker
Checks schema compatibilities and throws exception if schemas are not compatible.
assertStrictPositive(int, String) - Static method in class org.axonframework.common.Assert
Assert that the given value is strictly positive, meaning greater than zero.
assertStrictPositive(int, String) - Static method in class org.axonframework.common.BuilderUtils
Assert that the given value is strictly positive, meaning greater than zero.
assertStrictPositive(long, String) - Static method in class org.axonframework.common.Assert
Assert that the given value is strictly positive, meaning greater than zero.
assertStrictPositive(long, String) - Static method in class org.axonframework.common.BuilderUtils
Assert that the given value is strictly positive, meaning greater than zero.
assertThat(T, Predicate<T>, String) - Static method in class org.axonframework.common.BuilderUtils
Assert that the given value will result to true through the assertion Predicate.
assertThat(T, Predicate<T>, Supplier<? extends X>) - Static method in class org.axonframework.common.Assert
Assert that the given value will result to true through the assertion Predicate.
assertValidTags(List<TaggedEventMessage<?>>) - Static method in class org.axonframework.eventsourcing.eventstore.AggregateBasedEventStorageEngineUtils
Validates the tags associated with a list of event messages.
assigningHandlers(Predicate<ProcessorDefinition.EventHandlerDescriptor>) - Method in interface org.axonframework.extension.spring.config.ProcessorDefinition.ProcessorDefinitionSelectorStep
Defines the selection criteria for event handlers to be assigned to this processor.
asSingle(Mono<M>) - Static method in class org.axonframework.messaging.core.MonoUtils
Create a stream that returns a single
invalid reference
entry
wrapping the Message from the given mono, once the given mono completes.
asSingle(Mono<M>, Function<M, Context>) - Static method in class org.axonframework.messaging.core.MonoUtils
Create a stream that returns a single
invalid reference
entry
wrapping the Message from the given mono, once the given mono completes.
AsyncRetryScheduler - Class in org.axonframework.messaging.core.retry
RetryScheduler implementation that schedules retries on a ScheduledExecutorService based on a given policy.
AsyncRetryScheduler(RetryPolicy, ScheduledExecutorService) - Constructor for class org.axonframework.messaging.core.retry.AsyncRetryScheduler
Initialize the retry scheduler using given retryPolicy and execute retries on given executor.
attach(ManagedEntity<ID, E>, ProcessingContext) - Method in class org.axonframework.eventsourcing.EventSourcingRepository
 
attach(ManagedEntity<ID, E>, ProcessingContext) - Method in class org.axonframework.modelling.repository.AccessSerializingRepository
 
attach(ManagedEntity<ID, E>, ProcessingContext) - Method in class org.axonframework.modelling.repository.InMemoryRepository
 
attach(ManagedEntity<ID, E>, ProcessingContext) - Method in interface org.axonframework.modelling.repository.Repository.LifecycleManagement
Ensures that the given entity has its lifecycle managed in the given processingContext.
attach(ManagedEntity<ID, E>, ProcessingContext) - Method in class org.axonframework.modelling.repository.SimpleRepository
 
attachToProcessingLifecycle(ProcessingLifecycle) - Method in class org.axonframework.extension.spring.messaging.unitofwork.SpringTransactionManager
 
attachToProcessingLifecycle(ProcessingLifecycle) - Method in interface org.axonframework.messaging.core.unitofwork.transaction.TransactionManager
Attaches a Transaction to the given processingLifecycle in the pre-invocation phase.
attribute(String) - Method in interface org.axonframework.messaging.core.annotation.MessageHandlingMember
Retrieve a single attributes for the given attributeKey.
attribute(String) - Method in class org.axonframework.messaging.core.annotation.MethodInvokingMessageHandlingMember
 
attribute(String) - Method in class org.axonframework.messaging.core.annotation.WrappedMessageHandlingMember
 
AUTHENTICATION_INVALID_TOKEN - Enum constant in enum class org.axonframework.axonserver.connector.ErrorCode
 
AUTHENTICATION_TOKEN_MISSING - Enum constant in enum class org.axonframework.axonserver.connector.ErrorCode
 
AutoConfiguration() - Constructor for class org.axonframework.extension.springboot.MetricsProperties.AutoConfiguration
 
autodetected(Class<ID>, Class<E>) - Static method in interface org.axonframework.eventsourcing.configuration.EventSourcedEntityModule
Creates the module for an annotated event-sourced entity with the given entityType and idType.
autodetected(ComponentBuilder<Object>) - Method in interface org.axonframework.messaging.eventhandling.configuration.EventHandlingComponentsConfigurer.ComponentsPhase
Configures an auto-detected event handling component.
AVRO - Enum constant in enum class org.axonframework.extension.springboot.ConverterProperties.ConverterType
Uses Avro-based Converter to convert objects into bytes as specified by Avro Specification using single object encoding.
AVRO_FINGERPRINT_LENGTH - Static variable in class org.axonframework.conversion.avro.AvroUtil
Length of encoded fingerprint long value.
AVRO_HEADER_LENGTH - Static variable in class org.axonframework.conversion.avro.AvroUtil
Header size of single-object-encoding as defined in Avro specification.
AvroConverter - Class in org.axonframework.conversion.avro
Converter providing support for Apache Avro, using Single Object Encoded binary encoding.
AvroConverter(SchemaStore, UnaryOperator<AvroConverterConfiguration>) - Constructor for class org.axonframework.conversion.avro.AvroConverter
Creates the converter instance.
AvroConverter(SchemaStore, UnaryOperator<AvroConverterConfiguration>, ChainingContentTypeConverter) - Constructor for class org.axonframework.conversion.avro.AvroConverter
Creates the converter instance.
AvroConverterConfiguration - Record Class in org.axonframework.conversion.avro
Configuration for the AvroConverter.
AvroConverterConfiguration(List<AvroConverterStrategy>, boolean, SchemaStore, SchemaIncompatibilityChecker, AvroConverterStrategyConfiguration) - Constructor for record class org.axonframework.conversion.avro.AvroConverterConfiguration
Constructor validating that required values are provided.
AvroConverterConfiguration(SchemaStore) - Constructor for record class org.axonframework.conversion.avro.AvroConverterConfiguration
Compact constructor, using provided schema store, default strategies, performing compatibility checks but not reporting schemas in stack traces on any conversion errors.
AvroConverterStrategy - Interface in org.axonframework.conversion.avro
Strategy for Avro Converter.
avroConverterStrategyConfiguration() - Method in record class org.axonframework.conversion.avro.AvroConverterConfiguration
Returns the value of the avroConverterStrategyConfiguration record component.
AvroConverterStrategyConfiguration - Record Class in org.axonframework.conversion.avro
Configuration for the Avro converter strategy.
AvroConverterStrategyConfiguration(boolean, boolean) - Constructor for record class org.axonframework.conversion.avro.AvroConverterStrategyConfiguration
Creates an instance of a AvroConverterStrategyConfiguration record class.
AvroSchemaPackages - Class in org.axonframework.extension.spring.conversion.avro
Holder for package-based class scanning for Avro schema extraction.
AvroSchemaScan - Annotation Interface in org.axonframework.extension.spring.conversion.avro
Configures the base packages used by autoconfiguration when scanning for classes containing Avro Schema.
AvroSchemaStoreAutoConfiguration - Class in org.axonframework.extension.springboot.autoconfig
Autoconfigures required beans for the Avro Converter.
AvroSchemaStoreAutoConfiguration() - Constructor for class org.axonframework.extension.springboot.autoconfig.AvroSchemaStoreAutoConfiguration
 
AvroUtil - Class in org.axonframework.conversion.avro
Utilities for Avro manipulations.
await(Consumer<T>) - Method in interface org.axonframework.test.fixture.AxonTestPhase.Then.Message
Waits until the given assertion passes or the default timeout of 5 seconds is reached.
await(Consumer<T>, Duration) - Method in interface org.axonframework.test.fixture.AxonTestPhase.Then.Message
Waits until the given assertion passes or the given timeout is reached.
awaitTermination(long, TimeUnit) - Method in class org.axonframework.axonserver.connector.util.PriorityExecutorService
 
AXON_SERVER_CONFIGURATION_ENHANCEMENT_ORDER - Static variable in class org.axonframework.extension.springboot.autoconfig.AxonServerAutoConfiguration
Constant specifying the order used to decorate the AxonServerConfiguration and DistributedCommandBusConfiguration with specifics of the Spring Boot autoconfiguration.
AxonAssertionError - Exception Class in org.axonframework.test
Error indication that an Assertion failed during a test case.
AxonAssertionError(String) - Constructor for exception class org.axonframework.test.AxonAssertionError
Create a new error instance using the given detailMessage.
AxonAssertionError(String, Throwable) - Constructor for exception class org.axonframework.test.AxonAssertionError
Create a new error instance using the given cause and detailMessage.
AxonAutoConfiguration - Class in org.axonframework.extension.springboot.autoconfig
Autoconfiguration class that defines the AxonConfiguration and ComponentRegistry implementations that supports beans to be accessed as components.
AxonAutoConfiguration() - Constructor for class org.axonframework.extension.springboot.autoconfig.AxonAutoConfiguration
 
AxonConfiguration - Interface in org.axonframework.common.configuration
The configuration of any Axon Framework application.
AxonConfigurationException - Exception Class in org.axonframework.common
Exception indicating that a configuration error has been made in the Axon configuration.
AxonConfigurationException(String) - Constructor for exception class org.axonframework.common.AxonConfigurationException
Initializes the exception using the given message.
AxonConfigurationException(String, Throwable) - Constructor for exception class org.axonframework.common.AxonConfigurationException
Initializes the exception using the given message and cause.
AxonException - Exception Class in org.axonframework.common
Base exception for all Axon Framework related exceptions.
AxonException(String) - Constructor for exception class org.axonframework.common.AxonException
Initializes the exception using the given message.
AxonException(String, Throwable) - Constructor for exception class org.axonframework.common.AxonException
Initializes the exception using the given message and cause.
AxonException(String, Throwable, boolean) - Constructor for exception class org.axonframework.common.AxonException
Initializes the exception using the given message, cause and writableStackTrace.
AXONIQ_USAGE_FORCE_TEST_ENVIRONMENT - Static variable in class org.axonframework.update.detection.TestEnvironmentDetector
System property to force the usage reporter to assume it's not a test environment.
AxonNonTransientException - Exception Class in org.axonframework.common
Exception indicating an error has been caused that cannot be resolved without intervention.
AxonNonTransientException(String) - Constructor for exception class org.axonframework.common.AxonNonTransientException
Initializes the exception using the given message.
AxonNonTransientException(String, Throwable) - Constructor for exception class org.axonframework.common.AxonNonTransientException
Initializes the exception using the given message and cause.
AxonNonTransientExceptionClassesPredicate - Class in org.axonframework.messaging.core.retry
An Axon-specific Predicate, used to check the non-transiency of a failure comparing it against concrete classes.
AxonNonTransientExceptionClassesPredicate() - Constructor for class org.axonframework.messaging.core.retry.AxonNonTransientExceptionClassesPredicate
 
AxonProcessorInstructionHandler(EventProcessor, String) - Constructor for record class org.axonframework.axonserver.connector.event.EventProcessorControlService.AxonProcessorInstructionHandler
Creates an instance of a AxonProcessorInstructionHandler record class.
AxonServerActuatorAutoConfiguration - Class in org.axonframework.extension.springboot.autoconfig
Autoconfiguration class for Spring Boot Actuator monitoring tools around Axon Server.
AxonServerActuatorAutoConfiguration() - Constructor for class org.axonframework.extension.springboot.autoconfig.AxonServerActuatorAutoConfiguration
 
AxonServerAutoConfiguration - Class in org.axonframework.extension.springboot.autoconfig
Base Axon Server Autoconfiguration.
AxonServerAutoConfiguration() - Constructor for class org.axonframework.extension.springboot.autoconfig.AxonServerAutoConfiguration
 
AxonServerCommandBusConnector - Class in org.axonframework.axonserver.connector.command
An implementation of the CommandBusConnector that connects to an Axon Server instance to send and receive commands.
AxonServerCommandBusConnector(AxonServerConnection, AxonServerConfiguration) - Constructor for class org.axonframework.axonserver.connector.command.AxonServerCommandBusConnector
Creates a new AxonServerConnector that communicate with Axon Server using the provided connection.
AxonServerCommandDispatchException - Exception Class in org.axonframework.axonserver.connector.command
Exception thrown if there is a problem dispatching a command on Axon Server.
AxonServerCommandDispatchException(String, ErrorMessage) - Constructor for exception class org.axonframework.axonserver.connector.command.AxonServerCommandDispatchException
Initialize the exception with given errorCode and errorMessage.
AxonServerCommandDispatchException(String, String, Throwable) - Constructor for exception class org.axonframework.axonserver.connector.command.AxonServerCommandDispatchException
 
axonServerConfiguration(AxonServerConfiguration) - Method in class org.axonframework.axonserver.connector.AxonServerConnectionManager.Builder
Sets the AxonServerConfiguration used to correctly configure connections between Axon clients and Axon Server.
AxonServerConfiguration - Class in org.axonframework.axonserver.connector
Configuration class provided configurable fields and defaults for anything Axon Server related.
AxonServerConfiguration() - Constructor for class org.axonframework.axonserver.connector.AxonServerConfiguration
Instantiate a default AxonServerConfiguration.
AxonServerConfiguration.Builder - Class in org.axonframework.axonserver.connector
 
AxonServerConfiguration.Eventhandling - Class in org.axonframework.axonserver.connector
 
AxonServerConfiguration.Eventhandling.ProcessorSettings - Class in org.axonframework.axonserver.connector
 
AxonServerConfiguration.EventStoreConfiguration - Class in org.axonframework.axonserver.connector
 
AxonServerConfiguration.FlowControlConfiguration - Class in org.axonframework.axonserver.connector
Configuration class for Flow Control of specific message types.
AxonServerConfiguration.HeartbeatConfiguration - Class in org.axonframework.axonserver.connector
 
axonServerConfigurationEnhancer() - Method in class org.axonframework.extension.springboot.autoconfig.AxonServerAutoConfiguration
Bean creation method constructing a ConfigurationEnhancer that decorates the AxonServerConfiguration and DistributedCommandBusConfiguration.
AxonServerConfigurationEnhancer - Class in org.axonframework.axonserver.connector
A ConfigurationEnhancer that is auto-loadable by the ApplicationConfigurer, setting sensible defaults when using Axon Server.
AxonServerConfigurationEnhancer() - Constructor for class org.axonframework.axonserver.connector.AxonServerConfigurationEnhancer
 
axonServerConfigurationWithConnectionDetails(AxonServerConnectionDetails) - Method in class org.axonframework.extension.springboot.autoconfig.AxonServerAutoConfiguration
Bean creation method constructing a ConfigurationEnhancer that uses the available AxonServerConnectionDetails to specify the AxonServerConfiguration.getServers().
AxonServerConnectionDetails - Interface in org.axonframework.extension.springboot.service.connection
ConnectionDetails implementation carrying the connection details for an Axon Server instance.
AxonServerConnectionManager - Class in org.axonframework.axonserver.connector
The component which manages all the connections which an Axon client can establish with an Axon Server instance.
AxonServerConnectionManager(AxonServerConnectionManager.Builder, AxonServerConnectionFactory) - Constructor for class org.axonframework.axonserver.connector.AxonServerConnectionManager
Instantiate a AxonServerConnectionManager based on the fields contained in the AxonServerConnectionManager.Builder, using the given connectionFactory to obtain connections to AxonServer.
AxonServerConnectionManager.Builder - Class in org.axonframework.axonserver.connector
Builder class to instantiate an AxonServerConnectionManager.
AxonServerContainer - Class in org.axonframework.test.server
Constructs an Axon Server container for testing.
AxonServerContainer() - Constructor for class org.axonframework.test.server.AxonServerContainer
Initialize an Axon Server test container using the default image name "docker.axoniq.io/axoniq/axonserver".
AxonServerContainer(String) - Constructor for class org.axonframework.test.server.AxonServerContainer
Initialize Axon Server with the given dockerImageName.
AxonServerContainer(DockerImageName) - Constructor for class org.axonframework.test.server.AxonServerContainer
Initialize Axon Server with the given dockerImageName.
AxonServerContainerUtils - Class in org.axonframework.test.server
Utility class for the AxonServerContainer, used to initialize the cluster.
AxonServerContainerUtils() - Constructor for class org.axonframework.test.server.AxonServerContainerUtils
 
axonServerDisabled() - Method in record class org.axonframework.test.fixture.AxonTestFixture.Customization
Indicates whether Axon Server is disabled.
AxonServerDockerComposeConnectionDetailsFactory - Class in org.axonframework.extension.springboot.service.connection
ConnectionDetailsFactory implementation that recognizes Spring Boot Docker Compose-managed Docker containers running Axon Server and creates an AxonServerConnectionDetails bean with the details to connect to AxonServer within that container.
AxonServerDockerComposeConnectionDetailsFactory() - Constructor for class org.axonframework.extension.springboot.service.connection.AxonServerDockerComposeConnectionDetailsFactory
Initializes the factory to look for containers running the "docker.axoniq.io/axoniq/axonserver" image.
axonServerEnabled() - Method in record class org.axonframework.test.fixture.AxonTestFixture.Customization
Indicates whether Axon Server is enabled.
AxonServerEventStorageEngine - Class in org.axonframework.axonserver.connector.event
An EventStorageEngine implementation using Axon Server through the axonserver-connector-java project.
AxonServerEventStorageEngine(AxonServerConnection, EventConverter) - Constructor for class org.axonframework.axonserver.connector.event.AxonServerEventStorageEngine
Constructs an AxonServerEventStorageEngine with the given connection and converter.
AxonServerEventStorageEngineFactory - Class in org.axonframework.axonserver.connector.event
A ComponentFactory implementation that generates AxonServerEventStorageEngine instances.
AxonServerEventStorageEngineFactory() - Constructor for class org.axonframework.axonserver.connector.event.AxonServerEventStorageEngineFactory
 
AxonServerException - Exception Class in org.axonframework.axonserver.connector
Generic exception indicating an error related to AxonServer.
AxonServerException(String, ErrorMessage) - Constructor for exception class org.axonframework.axonserver.connector.AxonServerException
Initializes the exception using the given code and errorMessage.
AxonServerException(String, String) - Constructor for exception class org.axonframework.axonserver.connector.AxonServerException
Initializes the exception using the given code and message.
AxonServerException(String, String, String, List<String>) - Constructor for exception class org.axonframework.axonserver.connector.AxonServerException
Initializes the exception using the given message, code, source and details.
AxonServerException(String, String, Throwable) - Constructor for exception class org.axonframework.axonserver.connector.AxonServerException
Initializes the exception using the given message, code, and cause.
axonServerHealthIndicator(AxonServerConnectionManager) - Method in class org.axonframework.extension.springboot.autoconfig.AxonServerActuatorAutoConfiguration
 
AxonServerHealthIndicator - Class in org.axonframework.extension.springboot.actuator.axonserver
An AbstractHealthIndicator implementation exposing the health of the connections made through the AxonServerConnectionManager.
AxonServerHealthIndicator(AxonServerConnectionManager) - Constructor for class org.axonframework.extension.springboot.actuator.axonserver.AxonServerHealthIndicator
Constructs this health indicator, extracting health information from the given connectionManager.
AxonServerNonTransientRemoteCommandHandlingException - Exception Class in org.axonframework.axonserver.connector.command
Exception indicating a non-transient problem that was reported by the remote end of a connection.
AxonServerNonTransientRemoteCommandHandlingException(String, ErrorMessage) - Constructor for exception class org.axonframework.axonserver.connector.command.AxonServerNonTransientRemoteCommandHandlingException
Initialize the exception with given errorCode and errorMessage.
AxonServerNonTransientRemoteQueryHandlingException - Exception Class in org.axonframework.axonserver.connector.query
Exception indicating a non-transient problem that was reported during query handling by the remote end of a connection.
AxonServerNonTransientRemoteQueryHandlingException(String, ErrorMessage) - Constructor for exception class org.axonframework.axonserver.connector.query.AxonServerNonTransientRemoteQueryHandlingException
Initialize the exception with given errorCode and errorMessage.
AxonServerQueryBusConnector - Class in org.axonframework.axonserver.connector.query
AxonServerQueryBusConnector is an implementation of QueryBusConnector that connects to AxonServer to enable the dispatching and receiving of queries.
AxonServerQueryBusConnector(AxonServerConnection, AxonServerConfiguration) - Constructor for class org.axonframework.axonserver.connector.query.AxonServerQueryBusConnector
Creates a QueryBusConnector implementation that connects to AxonServer for dispatching and receiving queries.
AxonServerQueryDispatchException - Exception Class in org.axonframework.axonserver.connector.query
An AxonServer Exception which is thrown on a Query Dispatching exception.
AxonServerQueryDispatchException(String, ErrorMessage) - Constructor for exception class org.axonframework.axonserver.connector.query.AxonServerQueryDispatchException
Initializes an AxonServer Query Dispatch Exception using the given code and errorMessage.
AxonServerQueryDispatchException(String, String) - Constructor for exception class org.axonframework.axonserver.connector.query.AxonServerQueryDispatchException
Initializes an AxonServer Query Dispatch Exception using the given code and message.
AxonServerQueryDispatchException(String, String, String, List<String>) - Constructor for exception class org.axonframework.axonserver.connector.query.AxonServerQueryDispatchException
Initializes an AxonServer Query Dispatch Exception using the given message, code, source and details .
AxonServerRegistration - Class in org.axonframework.axonserver.connector
Wrapper around standard Axon Framework Registration.
AxonServerRegistration(Registration, Runnable) - Constructor for class org.axonframework.axonserver.connector.AxonServerRegistration
Instantiate an AxonServerRegistration, which wraps the given wrappedRegistration and runs the provided closeCallback on AxonServerRegistration.cancel() call
AxonServerRemoteCommandHandlingException - Exception Class in org.axonframework.axonserver.connector.command
Exception indicating a problem that was reported by the remote end of a connection.
AxonServerRemoteCommandHandlingException(String, ErrorMessage) - Constructor for exception class org.axonframework.axonserver.connector.command.AxonServerRemoteCommandHandlingException
Initialize the exception with given errorCode and errorMessage.
AxonServerRemoteCommandHandlingException(String, ErrorMessage, boolean) - Constructor for exception class org.axonframework.axonserver.connector.command.AxonServerRemoteCommandHandlingException
Initialize the exception with given errorCode, errorMessage and writableStackTrace.
AxonServerRemoteQueryHandlingException - Exception Class in org.axonframework.axonserver.connector.query
An AxonServer Exception which is thrown on a Query Handling exception.
AxonServerRemoteQueryHandlingException(String, ErrorMessage) - Constructor for exception class org.axonframework.axonserver.connector.query.AxonServerRemoteQueryHandlingException
Initialize a Query Handling exception from a remote source.
AxonServerRemoteQueryHandlingException(String, ErrorMessage, boolean) - Constructor for exception class org.axonframework.axonserver.connector.query.AxonServerRemoteQueryHandlingException
Initialize a Query Handling exception from a remote source.
axonServerStatusAggregator() - Method in class org.axonframework.extension.springboot.autoconfig.AxonServerActuatorAutoConfiguration
 
AxonServerStatusAggregator - Class in org.axonframework.extension.springboot.actuator.axonserver
A SimpleStatusAggregator implementation determining the overall health of an Axon Framework application using Axon Server.
AxonServerStatusAggregator() - Constructor for class org.axonframework.extension.springboot.actuator.axonserver.AxonServerStatusAggregator
Constructs a default Axon Server specific SimpleStatusAggregator.
axonServerSupportsQueryStreaming(List<ProcessingInstruction>) - Static method in class org.axonframework.axonserver.connector.util.ProcessingInstructionUtils
Retrieve whether Axon Server supports streaming from the given instructions, by searching for the value of ProcessingKey.SERVER_SUPPORTS_STREAMING.
AxonServerTestContainerConnectionDetailsFactory - Class in org.axonframework.extension.springboot.service.connection
ConnectionDetailsFactory class that recognizes TestContainer instances running Axon Server.
AxonServerTestContainerConnectionDetailsFactory() - Constructor for class org.axonframework.extension.springboot.service.connection.AxonServerTestContainerConnectionDetailsFactory
 
AxonStartedEvent - Class in org.axonframework.extension.spring.event
Event published after initialization of Axon through the Spring event mechanism.
AxonStartedEvent() - Constructor for class org.axonframework.extension.spring.event.AxonStartedEvent
 
AxonTaskJanitor - Class in org.axonframework.messaging.core.timeout
Container of unique ScheduledExecutorService and Logger instances for the AxonTimeLimitedTask.
AxonTestFixture - Class in org.axonframework.test.fixture
Fixture for testing Axon Framework application.
AxonTestFixture(AxonConfiguration, AxonTestFixture.Customization) - Constructor for class org.axonframework.test.fixture.AxonTestFixture
Creates a new fixture.
AxonTestFixture.Customization - Record Class in org.axonframework.test.fixture
Allow customizing the fixture setup.
AxonTestPhase - Interface in org.axonframework.test.fixture
Interface describing the operations available on a test phase for testing Axon-based applications using a given-when-then pattern.
AxonTestPhase.Given - Interface in org.axonframework.test.fixture
Interface describing the operations available in the Given phase of the test fixture execution.
AxonTestPhase.Setup - Interface in org.axonframework.test.fixture
Interface describing the initial setup phase of a test fixture.
AxonTestPhase.Then - Interface in org.axonframework.test.fixture
Interface describing the operations available in the Then phase of the test fixture execution.
AxonTestPhase.Then.Command - Interface in org.axonframework.test.fixture
Operations available in the Then phase of the test fixture execution only if command was dispatched during the When phase.
AxonTestPhase.Then.Event - Interface in org.axonframework.test.fixture
Operations available in the Then phase of the test fixture execution only if event was published during the When phase.
AxonTestPhase.Then.Message<T> - Interface in org.axonframework.test.fixture
Interface describing the operations available in the Then phase of the test fixture execution.
AxonTestPhase.Then.MessageAssertions<T> - Interface in org.axonframework.test.fixture
Interface describing the operations available in the Then phase of the test fixture execution.
AxonTestPhase.Then.Nothing - Interface in org.axonframework.test.fixture
Operations available in the Then phase of the test fixture execution only if no command or event was dispatched during the When phase.
AxonTestPhase.When - Interface in org.axonframework.test.fixture
Interface describing the operations available in the When phase of the test fixture execution.
AxonTestPhase.When.Command - Interface in org.axonframework.test.fixture
When-phase specific for executing a command.
AxonTestPhase.When.Event - Interface in org.axonframework.test.fixture
When-phase specific for publishing an event.
AxonTestPhase.When.Nothing - Interface in org.axonframework.test.fixture
When-phase after no action in the When-phase.
AxonThreadFactory - Class in org.axonframework.common
Thread factory that created threads in a given group.
AxonThreadFactory(int, ThreadGroup) - Constructor for class org.axonframework.common.AxonThreadFactory
Initializes a ThreadFactory instance that create each thread in the given group with given priority.
AxonThreadFactory(String) - Constructor for class org.axonframework.common.AxonThreadFactory
Initializes a ThreadFactory instance that creates each thread in a group with given groupName with default priority.
AxonThreadFactory(ThreadGroup) - Constructor for class org.axonframework.common.AxonThreadFactory
Initializes a ThreadFactory instance that create each thread in the given group with default priority.
AxonTimeoutAutoConfiguration - Class in org.axonframework.extension.springboot.autoconfig
Configures the timeout settings for message handlers.
AxonTimeoutAutoConfiguration() - Constructor for class org.axonframework.extension.springboot.autoconfig.AxonTimeoutAutoConfiguration
 
axonTimeoutConfigurationEnhancer(TimeoutProperties) - Method in class org.axonframework.extension.springboot.autoconfig.AxonTimeoutAutoConfiguration
AxonTimeoutException - Exception Class in org.axonframework.messaging.core.timeout
Exception indicated that an Axon-specific task has timed out.
AxonTimeoutException(String) - Constructor for exception class org.axonframework.messaging.core.timeout.AxonTimeoutException
Initializes an AxonTimeoutException with the given message.
axonTransactionManager() - Method in class org.axonframework.extension.springboot.autoconfig.NoOpTransactionAutoConfiguration
Bean creation method constructing the default TransactionManager to be used by Axon Framework.
axonTransactionManager(PlatformTransactionManager, EntityManagerProvider, ConnectionProvider) - Method in class org.axonframework.extension.springboot.autoconfig.JdbcTransactionAutoConfiguration
Bean creation method constructing a SpringTransactionManager based on the given transactionManager.
axonTransactionManager(PlatformTransactionManager, EntityManagerProvider, ConnectionProvider) - Method in class org.axonframework.extension.springboot.autoconfig.JpaTransactionAutoConfiguration
Bean creation method constructing a SpringTransactionManager based on the given transactionManager.
AxonTransientException - Exception Class in org.axonframework.common
Exception indicating an error occurred that might be resolved by retrying the operation that caused the exception.
AxonTransientException(String) - Constructor for exception class org.axonframework.common.AxonTransientException
Initializes the exception using the given message.
AxonTransientException(String, Throwable) - Constructor for exception class org.axonframework.common.AxonTransientException
Initializes the exception using the given message and cause.
AxonVersionDetector - Class in org.axonframework.update.detection
Utility class to detect Axon Framework versions from the classpath.

B

BaseModule<S> - Class in org.axonframework.common.configuration
Base implementation for custom modules that contains the ComponentRegistry required to register components, enhancers and (sub)modules.
BaseModule(String) - Constructor for class org.axonframework.common.configuration.BaseModule
Construct a base module with the given name.
basePackageClasses() - Element in annotation interface org.axonframework.extension.spring.conversion.avro.AvroSchemaScan
Type-safe alternative to AvroSchemaScan.basePackages() for specifying the packages to scan for classes containing Avro Schemas.
basePackages() - Element in annotation interface org.axonframework.extension.spring.conversion.avro.AvroSchemaScan
Base packages to scan for classes containing Avro Schemas.
batchSize() - Method in record class org.axonframework.eventsourcing.eventstore.jpa.AggregateBasedJpaEventStorageEngineConfiguration
Returns the value of the batchSize record component.
batchSize() - Method in interface org.axonframework.extension.spring.config.EventProcessorSettings.PooledEventProcessorSettings
Batch size for the pooled processor.
batchSize() - Method in class org.axonframework.extension.springboot.EventProcessorProperties.ProcessorSettings
Returns the maximum size of a processing batch.
batchSize() - Method in class org.axonframework.extension.springboot.JpaEventStorageEngineConfigurationProperties
Batch size to retrieve events from the storage.
batchSize() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorConfiguration
Returns the number of events processed in a single transaction.
batchSize(int) - Method in record class org.axonframework.eventsourcing.eventstore.jpa.AggregateBasedJpaEventStorageEngineConfiguration
Sets the batchSize specifying the number of events that should be read at each database access.
batchSize(int) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorConfiguration
Specifies the number of events to be processed inside a single transaction.
beanClass() - Element in annotation interface org.axonframework.extension.springboot.util.ConditionalOnMissingQualifiedBean
The class type of bean that should be checked.
beanClass() - Element in annotation interface org.axonframework.extension.springboot.util.ConditionalOnQualifiedBean
The class type of bean that should be checked.
beanDefinition() - Method in interface org.axonframework.extension.spring.config.ProcessorDefinition.EventHandlerDescriptor
Returns the Spring BeanDefinition for this event handler.
BeanDefinitionUtils - Class in org.axonframework.extension.spring
Utility methods for working with Spring BeanDefinitions.
beanName() - Method in interface org.axonframework.extension.spring.config.ProcessorDefinition.EventHandlerDescriptor
Returns the Spring bean name of this event handler.
BeanPropertyAccessStrategy - Class in org.axonframework.common.property
BeanPropertyAccessStrategy implementation that uses JavaBean style property access.
BeanPropertyAccessStrategy() - Constructor for class org.axonframework.common.property.BeanPropertyAccessStrategy
 
beanType() - Method in interface org.axonframework.extension.spring.config.ProcessorDefinition.EventHandlerDescriptor
Returns the Java type of this event handler bean.
BeanValidationInterceptor<M> - Class in org.axonframework.messaging.core.interception
Interceptor that applies JSR303 bean validation on incoming Messages.
BeanValidationInterceptor() - Constructor for class org.axonframework.messaging.core.interception.BeanValidationInterceptor
Initializes a validation interceptor using a default ValidatorFactory.
BeanValidationInterceptor(ValidatorFactory) - Constructor for class org.axonframework.messaging.core.interception.BeanValidationInterceptor
Initializes a validation interceptor using the given ValidatorFactory.
Before 5.0.0 - Search tag in exception class org.axonframework.modelling.entity.ChildEntityNotFoundException
Section
beforeStart(ClientCallStreamObserver<Object>) - Method in class org.axonframework.axonserver.connector.util.UpstreamAwareStreamObserver
 
BlobToInputStreamConverter - Class in org.axonframework.conversion.converter
A ContentTypeConverter implementation that converts Blob into an InputStream.
BlobToInputStreamConverter() - Constructor for class org.axonframework.conversion.converter.BlobToInputStreamConverter
 
build() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Builder
Initializes a AxonServerConfiguration as specified through this Builder.
build() - Method in class org.axonframework.axonserver.connector.AxonServerConnectionManager.Builder
Initializes a AxonServerConnectionManager as specified through this Builder.
build() - Method in interface org.axonframework.common.configuration.ApplicationConfigurer
Returns the completely initialized Configuration instance of type C built using this Configurer implementation.
build() - Method in class org.axonframework.common.configuration.DefaultAxonApplication
 
build() - Method in interface org.axonframework.common.configuration.ModuleBuilder
Builds a Module of type M.
build() - Method in class org.axonframework.common.lock.PessimisticLockFactory.Builder
Builds the PessimisticLockFactory instance using the properties defined in this builder
build() - Method in class org.axonframework.eventsourcing.configuration.EventSourcingConfigurer
 
build() - Method in class org.axonframework.extension.metrics.dropwizard.MessageTimerMonitor.Builder
Initializes a MessageTimerMonitor as specified through this Builder.
build() - Method in class org.axonframework.extension.metrics.micrometer.EventProcessorLatencyMonitor.Builder
Initializes a MessageTimerMonitor as specified through this Builder.
build() - Method in class org.axonframework.extension.metrics.micrometer.MessageTimerMonitor.Builder
Initializes a MessageTimerMonitor as specified through this Builder.
build() - Method in class org.axonframework.extension.spring.config.SpringAxonApplication
 
build() - Method in class org.axonframework.extension.tracing.opentelemetry.OpenTelemetrySpanFactory.Builder
Initializes the OpenTelemetrySpanFactory.
build() - Method in class org.axonframework.messaging.commandhandling.tracing.DefaultCommandBusSpanFactory.Builder
Initializes a DefaultCommandBusSpanFactory as specified through this Builder.
build() - Method in class org.axonframework.messaging.core.configuration.MessagingConfigurer
 
build() - Method in class org.axonframework.messaging.eventhandling.configuration.EventProcessingConfigurer
Builds the configurer, registering the necessary modules and customizations.
build() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorModule
 
build() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorsConfigurer
Builds and registers all configured pooled streaming event processors.
build() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.TokenSchema.Builder
Builds a new TokenSchema from builder values.
build() - Method in class org.axonframework.messaging.eventhandling.processing.subscribing.SubscribingEventProcessorModule
 
build() - Method in class org.axonframework.messaging.eventhandling.processing.subscribing.SubscribingEventProcessorsConfigurer
Builds and registers all configured subscribing event processing.
build() - Method in class org.axonframework.messaging.eventhandling.tracing.DefaultEventBusSpanFactory.Builder
Initializes a DefaultEventBusSpanFactory as specified through this Builder.
build() - Method in class org.axonframework.messaging.eventhandling.tracing.DefaultEventProcessorSpanFactory.Builder
Initializes a DefaultEventProcessorSpanFactory as specified through this Builder.
build() - Method in class org.axonframework.messaging.queryhandling.tracing.DefaultQueryBusSpanFactory.Builder
Initializes a DefaultQueryBusSpanFactory as specified through this Builder.
build() - Method in class org.axonframework.messaging.queryhandling.tracing.DefaultQueryUpdateEmitterSpanFactory.Builder
Initializes a DefaultQueryUpdateEmitterSpanFactory as specified through this Builder.
build() - Method in class org.axonframework.messaging.tracing.TracingHandlerEnhancerDefinition.Builder
Initializes the TracingHandlerEnhancerDefinition based on the builder contents.
build() - Method in class org.axonframework.modelling.configuration.ModellingConfigurer
 
build() - Method in class org.axonframework.modelling.entity.child.ListEntityChildMetamodel.Builder
Builds a new ListEntityChildMetamodel instance with the configured properties.
build() - Method in class org.axonframework.modelling.entity.child.SingleEntityChildMetamodel.Builder
Builds a new SingleEntityChildMetamodel instance with the configured properties.
build() - Method in interface org.axonframework.modelling.entity.EntityMetamodelBuilder
Builds the EntityMetamodel instance based on the configuration of this builder.
build(Configuration) - Method in interface org.axonframework.common.configuration.ComponentBuilder
Builds a component of type C using the given config during construction.
build(Configuration) - Method in interface org.axonframework.messaging.eventhandling.configuration.EventHandlingComponentsConfigurer.CompletePhase
Builds all configured components using the provided configuration.
build(Configuration, LifecycleRegistry) - Method in class org.axonframework.common.configuration.BaseModule
 
build(Configuration, LifecycleRegistry) - Method in interface org.axonframework.common.configuration.Module
Builds this Module, resulting in the Configuration containing all registered components.
build(Configuration, EntityMetamodelBuilder<E>) - Method in interface org.axonframework.modelling.configuration.EntityMetamodelConfigurationBuilder
Builds an EntityMetamodel for the given entity type, using the provided Configuration and EntityMetamodelBuilder.
build(LifecycleRegistry) - Method in class org.axonframework.common.configuration.DefaultComponentRegistry
Builds the Configuration from this ComponentRegistry as a root configuration.
build(LifecycleRegistry, Function<LifecycleRegistry, Configuration>) - Static method in class org.axonframework.common.configuration.HierarchicalConfiguration
Builds a Configuration based on the passed childConfigurationBuilder.
buildCommandInterceptor() - Method in class org.axonframework.messaging.core.timeout.UnitOfWorkTimeoutInterceptorBuilder
Constructs a CommandMessage handler interceptor, to be registered on (e.g.) the CommandBus.
builder() - Static method in class org.axonframework.axonserver.connector.AxonServerConfiguration
builder() - Static method in class org.axonframework.axonserver.connector.AxonServerConnectionManager
Instantiate a Builder to be able to create an AxonServerConnectionManager.
builder() - Static method in class org.axonframework.common.lock.PessimisticLockFactory
Creates a builder to construct an instance of this LockFactory.
builder() - Static method in class org.axonframework.extension.metrics.dropwizard.MessageTimerMonitor
Instantiate a Builder to be able to create a MessageTimerMonitor.
builder() - Static method in class org.axonframework.extension.metrics.micrometer.EventProcessorLatencyMonitor
Instantiate a Builder to be able to create a EventProcessorLatencyMonitor.
builder() - Static method in class org.axonframework.extension.metrics.micrometer.MessageTimerMonitor
Instantiate a Builder to be able to create a MessageTimerMonitor.
builder() - Static method in class org.axonframework.extension.tracing.opentelemetry.OpenTelemetrySpanFactory
Instantiate a Builder to create a OpenTelemetrySpanFactory.
builder() - Static method in class org.axonframework.messaging.commandhandling.tracing.DefaultCommandBusSpanFactory
Creates a Builder to be able to create a DefaultCommandBusSpanFactory.
builder() - Static method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.TokenSchema
Returns a new TokenSchema.Builder initialized with default settings.
builder() - Static method in class org.axonframework.messaging.eventhandling.tracing.DefaultEventBusSpanFactory
builder() - Static method in class org.axonframework.messaging.eventhandling.tracing.DefaultEventProcessorSpanFactory
builder() - Static method in class org.axonframework.messaging.queryhandling.tracing.DefaultQueryBusSpanFactory
Creates a Builder to be able to create a DefaultQueryBusSpanFactory.
builder() - Static method in class org.axonframework.messaging.queryhandling.tracing.DefaultQueryUpdateEmitterSpanFactory
Creates a Builder to be able to create a DefaultQueryUpdateEmitterSpanFactory.
builder() - Static method in class org.axonframework.messaging.tracing.TracingHandlerEnhancerDefinition
Instantiate a builder to create a TracingHandlerEnhancerDefinition.
Builder() - Constructor for class org.axonframework.axonserver.connector.AxonServerConfiguration.Builder
 
Builder() - Constructor for class org.axonframework.axonserver.connector.AxonServerConnectionManager.Builder
 
Builder() - Constructor for class org.axonframework.common.lock.PessimisticLockFactory.Builder
Default constructor
Builder() - Constructor for class org.axonframework.extension.metrics.dropwizard.MessageTimerMonitor.Builder
 
Builder() - Constructor for class org.axonframework.extension.metrics.micrometer.EventProcessorLatencyMonitor.Builder
 
Builder() - Constructor for class org.axonframework.extension.metrics.micrometer.MessageTimerMonitor.Builder
 
Builder() - Constructor for class org.axonframework.extension.tracing.opentelemetry.OpenTelemetrySpanFactory.Builder
 
Builder() - Constructor for class org.axonframework.messaging.commandhandling.tracing.DefaultCommandBusSpanFactory.Builder
 
Builder() - Constructor for class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.TokenSchema.Builder
 
Builder() - Constructor for class org.axonframework.messaging.eventhandling.tracing.DefaultEventBusSpanFactory.Builder
 
Builder() - Constructor for class org.axonframework.messaging.eventhandling.tracing.DefaultEventProcessorSpanFactory.Builder
 
Builder() - Constructor for class org.axonframework.messaging.queryhandling.tracing.DefaultQueryBusSpanFactory.Builder
 
Builder() - Constructor for class org.axonframework.messaging.queryhandling.tracing.DefaultQueryUpdateEmitterSpanFactory.Builder
 
Builder() - Constructor for class org.axonframework.messaging.tracing.TracingHandlerEnhancerDefinition.Builder
 
Builder(Class<P>, EntityMetamodel<C>) - Constructor for class org.axonframework.modelling.entity.child.AbstractEntityChildMetamodel.Builder
 
BuilderUtils - Class in org.axonframework.common
Utility class containing reusable functionality for implementing the Builder Pattern in (infrastructure) components.
buildEventInterceptor() - Method in class org.axonframework.messaging.core.timeout.UnitOfWorkTimeoutInterceptorBuilder
Constructs a EventMessage handler interceptor, to be registered on (e.g.) the EventProcessorConfiguration.
buildMonitor(String, MeterRegistry) - Static method in class org.axonframework.extension.metrics.micrometer.CapacityMonitor
Creates a capacity monitor with the default time window 10 minutes
buildMonitor(String, MeterRegistry) - Static method in class org.axonframework.extension.metrics.micrometer.MessageCountingMonitor
Creates a message counting monitor
buildMonitor(String, MeterRegistry, long, TimeUnit) - Static method in class org.axonframework.extension.metrics.micrometer.CapacityMonitor
Creates a capacity monitor with the default system clock.
buildMonitor(String, MeterRegistry, long, TimeUnit, Clock) - Static method in class org.axonframework.extension.metrics.micrometer.CapacityMonitor
Creates a capacity monitor with the given time window.
buildMonitor(String, MeterRegistry, long, TimeUnit, Clock, Function<Message, Iterable<Tag>>) - Static method in class org.axonframework.extension.metrics.micrometer.CapacityMonitor
Creates a capacity monitor with the given time window.
buildMonitor(String, MeterRegistry, long, TimeUnit, Function<Message, Iterable<Tag>>) - Static method in class org.axonframework.extension.metrics.micrometer.CapacityMonitor
Creates a capacity monitor with the default system clock.
buildMonitor(String, MeterRegistry, Function<Message, Iterable<Tag>>) - Static method in class org.axonframework.extension.metrics.micrometer.CapacityMonitor
Creates a capacity monitor with the default time window 10 minutes
buildMonitor(String, MeterRegistry, Function<Message, Iterable<Tag>>) - Static method in class org.axonframework.extension.metrics.micrometer.MessageCountingMonitor
Creates a message counting monitor
buildNested(Configuration, LifecycleRegistry) - Method in class org.axonframework.common.configuration.DefaultComponentRegistry
Builds the Configuration from this ComponentRegistry as a nested configuration under the given parent.
buildOutcome(boolean, String) - Method in class org.axonframework.extension.springboot.util.AbstractQualifiedBeanCondition
 
buildOutcome(boolean, String) - Method in class org.axonframework.extension.springboot.util.OnMissingQualifiedBeanCondition
 
buildOutcome(boolean, String) - Method in class org.axonframework.extension.springboot.util.OnQualifiedBeanCondition
 
buildProcessorModules(Set<ProcessorDefinition.EventHandlerDescriptor>) - Method in class org.axonframework.extension.spring.config.DefaultProcessorModuleFactory
Builds a set of EventProcessorModules from the given event handler descriptors.
buildProcessorModules(Set<ProcessorDefinition.EventHandlerDescriptor>) - Method in interface org.axonframework.extension.spring.config.ProcessorModuleFactory
Builds a set of EventProcessorModules from the given event handler descriptors.
buildQueryInterceptor() - Method in class org.axonframework.messaging.core.timeout.UnitOfWorkTimeoutInterceptorBuilder
Constructs a QueryMessage handler interceptor, to be registered on (e.g.) the QueryBus.
buildResponseMessage(QueryResponse) - Method in class org.axonframework.axonserver.connector.query.QueryResponseMessageStream
 
buildResponseMessage(QueryUpdate) - Method in class org.axonframework.axonserver.connector.query.QueryUpdateMessageStream
 
buildResponseMessage(T) - Method in class org.axonframework.axonserver.connector.query.AbstractQueryResponseMessageStream
 
ByteArrayToGenericRecordConverter - Class in org.axonframework.conversion.avro
A ContentTypeConverter implementation that converts byte[] into an Avro GenericRecord.
ByteArrayToGenericRecordConverter(SchemaStore) - Constructor for class org.axonframework.conversion.avro.ByteArrayToGenericRecordConverter
Constructs a content type converter used during deserialization for upcasting, to create GenericRecord from single-object-encoded for a given schema.
ByteArrayToInputStreamConverter - Class in org.axonframework.conversion.converter
A ContentTypeConverter implementation that converts byte[] into an InputStream.
ByteArrayToInputStreamConverter() - Constructor for class org.axonframework.conversion.converter.ByteArrayToInputStreamConverter
 
ByteArrayToJsonNodeConverter - Class in org.axonframework.conversion.json
A ContentTypeConverter implementation that converts byte[] containing UTF8 encoded JSON string to a JsonNode.
ByteArrayToJsonNodeConverter(ObjectMapper) - Constructor for class org.axonframework.conversion.json.ByteArrayToJsonNodeConverter
Initialize the Converter, using given objectMapper to parse the binary contents
ByteArrayToStringConverter - Class in org.axonframework.conversion.converter
A ContentTypeConverter implementation that converts byte[] into String.
ByteArrayToStringConverter() - Constructor for class org.axonframework.conversion.converter.ByteArrayToStringConverter
 

C

Cache - Interface in org.axonframework.common.caching
Abstraction for a Caching mechanism.
Cache.EntryListener - Interface in org.axonframework.common.caching
Interface describing callback methods, which are invoked when changes are made in the underlying cache.
Cache.EntryListenerAdapter - Class in org.axonframework.common.caching
Adapter implementation for the EntryListener, allowing for overriding only specific callback methods.
CachingSupplier<T> - Class in org.axonframework.conversion
A Supplier that caches its result, useful if the supplier operation is expensive and expected to always yield the same result.
calculateChain(Class<S>, Class<T>, Collection<ContentTypeConverter<?, ?>>) - Static method in class org.axonframework.conversion.ChainedConverter
Returns a ChainedConverter that can convert an object from the given sourceType to the given targetType using a chain formed with the given candidates.
call() - Method in class org.axonframework.common.util.PriorityCallable
 
CallbackBehavior - Interface in org.axonframework.test.util
Interface towards a mechanism that replicates the behavior of a Command Handling component.
callWithInterceptorChain(ProcessingContext, MessageHandlerInterceptorChain<M>, Function<ProcessingContext, MessageStream<?>>) - Static method in class org.axonframework.messaging.core.annotation.InterceptorChainParameterResolverFactory
Invoke the given action with the given interceptorChain being available for parameter injection.
callWithInterceptorChainSync(MessageHandlerInterceptorChain<?>, Callable<R>) - Static method in class org.axonframework.messaging.core.annotation.InterceptorChainParameterResolverFactory
Invoke the given action with the given interceptorChain being available for parameter injection.
callWithResult(Object, Callable<?>) - Static method in class org.axonframework.messaging.core.interception.annotation.ResultParameterResolverFactory
Calls the given action (typically a handler invocation) such that the given result is available for injection as parameter
callWithResult(Object, ProcessingContext, Function<ProcessingContext, R>) - Static method in class org.axonframework.messaging.core.interception.annotation.ResultParameterResolverFactory
 
cancel() - Method in class org.axonframework.axonserver.connector.AxonServerRegistration
 
cancel() - Method in interface org.axonframework.common.Registration
Cancels this Registration.
cancel() - Method in class org.axonframework.update.common.DelayedTask
Cancels the task if it is still running.
cancel(boolean) - Method in interface org.axonframework.axonserver.connector.util.Scheduler.ScheduledTask
Cancels the scheduled registration.
canConvert(Class<?>, Class<?>) - Method in interface org.axonframework.conversion.Converter
Indicates whether this Converter is capable of converting the given sourceType to the targetType.
canConvert(Class<S>, Class<T>, List<ContentTypeConverter<?, ?>>) - Static method in class org.axonframework.conversion.ChainedConverter
Indicates whether this converter is capable of converting the given sourceContentType into targetContentType, using the given converters.
canConvert(Type, Type) - Method in class org.axonframework.conversion.avro.AvroConverter
 
canConvert(Type, Type) - Method in class org.axonframework.conversion.ChainingContentTypeConverter
 
canConvert(Type, Type) - Method in interface org.axonframework.conversion.Converter
Indicates whether this Converter is capable of converting the given sourceType to the targetType.
canConvert(Type, Type) - Method in class org.axonframework.conversion.json.JacksonConverter
 
canConvert(Type, Type) - Method in class org.axonframework.conversion.PassThroughConverter
 
canConvert(Type, Type) - Method in class org.axonframework.messaging.core.conversion.DelegatingMessageConverter
 
canConvert(Type, Type) - Method in class org.axonframework.messaging.eventhandling.conversion.DelegatingEventConverter
 
canHandle(CommandMessage, P, ProcessingContext) - Method in class org.axonframework.modelling.entity.child.AbstractEntityChildMetamodel
 
canHandle(CommandMessage, P, ProcessingContext) - Method in interface org.axonframework.modelling.entity.child.EntityChildMetamodel
Checks if this child can handle the given CommandMessage for the given parent entity, and a child entity is available to handle it.
canHandle(Message, ProcessingContext) - Method in interface org.axonframework.messaging.core.annotation.MessageHandlingMember
Checks if this handler is capable of handling the given message.
canHandle(Message, ProcessingContext) - Method in class org.axonframework.messaging.core.annotation.MethodInvokingMessageHandlingMember
 
canHandle(Message, ProcessingContext) - Method in class org.axonframework.messaging.core.annotation.WrappedMessageHandlingMember
 
canHandleMessageType(Class<? extends Message>) - Method in interface org.axonframework.messaging.core.annotation.MessageHandlingMember
Checks if this handler is capable of handling Message implementations of the given messageType.
canHandleMessageType(Class<? extends Message>) - Method in class org.axonframework.messaging.core.annotation.MethodInvokingMessageHandlingMember
 
canHandleMessageType(Class<? extends Message>) - Method in class org.axonframework.messaging.core.annotation.WrappedMessageHandlingMember
 
canHandleType(Class<?>) - Method in interface org.axonframework.messaging.core.annotation.MessageHandlingMember
Checks if this handler is capable of handling messages with the given payloadType.
canHandleType(Class<?>) - Method in class org.axonframework.messaging.core.annotation.MethodInvokingMessageHandlingMember
 
canHandleType(Class<?>) - Method in class org.axonframework.messaging.core.annotation.WrappedMessageHandlingMember
 
CapacityMonitor - Class in org.axonframework.extension.metrics.dropwizard
Calculates capacity by tracking, within the configured time window, the average message processing time and multiplying that by the amount of messages processed.
CapacityMonitor - Class in org.axonframework.extension.metrics.micrometer
Calculates capacity by tracking, within the configured time window, the average message processing time and multiplying that by the amount of messages processed.
CapacityMonitor() - Constructor for class org.axonframework.extension.metrics.dropwizard.CapacityMonitor
Creates a capacity monitor with the default time window 10 minutes
CapacityMonitor(long, TimeUnit) - Constructor for class org.axonframework.extension.metrics.dropwizard.CapacityMonitor
Creates a capacity monitor with the default time window 10 minutes
CapacityMonitor(long, TimeUnit, Clock) - Constructor for class org.axonframework.extension.metrics.dropwizard.CapacityMonitor
Creates a capacity monitor with the given time window.
capitalize(String) - Static method in class org.axonframework.common.StringUtils
Return the given string, with its first character uppercase.
cast() - Method in interface org.axonframework.messaging.core.MessageStream
Casts this stream to the given type.
cast() - Method in interface org.axonframework.messaging.core.MessageStream.Empty
 
cast() - Method in interface org.axonframework.messaging.core.MessageStream.Single
 
caughtUp() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.TrackerStatus
Returns this TrackerStatus if it is caught up, otherwise return a new instance with the caught up flag set to true.
cause() - Method in record class org.axonframework.test.util.MessageMonitorReport.Report.Failure
Returns the value of the cause record component.
CBOR - Enum constant in enum class org.axonframework.extension.springboot.ConverterProperties.ConverterType
Uses Jackson's CBORMapper to convert objects into CBOR.
CBORMapperAutoConfiguration - Class in org.axonframework.extension.springboot.autoconfig
Autoconfiguration that constructs a default CBORMapper, typically to be used by a JacksonConverter.
CBORMapperAutoConfiguration() - Constructor for class org.axonframework.extension.springboot.autoconfig.CBORMapperAutoConfiguration
 
ChainedConverter<S,T> - Class in org.axonframework.conversion
A ContentTypeConverter implementation that delegates to a chain of other ContentTypeConverters to convert from a source to a target for which there is not necessarily a single converter available.
ChainedConverter(List<ContentTypeConverter<?, ?>>) - Constructor for class org.axonframework.conversion.ChainedConverter
Creates a new instance that uses the given delegates to form a chain of converters.
chainedInterceptor(Class<?>) - Method in class org.axonframework.messaging.core.annotation.AnnotatedHandlerInspector
Returns an Interceptor Chain of annotated interceptor methods defined on the given type.
ChainedMessageHandlerInterceptorMember<T> - Class in org.axonframework.messaging.core.annotation
A MessageHandlerInterceptorMemberChain implementation that constructs a chain of instances of itself based on a given iterator of MessageHandlingMembers.
ChainedMessageHandlerInterceptorMember(Class<?>, Iterator<MessageHandlingMember<? super T>>) - Constructor for class org.axonframework.messaging.core.annotation.ChainedMessageHandlerInterceptorMember
Constructs a chained message handling interceptor for the given handlerType, constructing a chain from the given iterator.
ChainingContentTypeConverter - Class in org.axonframework.conversion
A Converter implementation that will combine ContentTypeConverters to form chains of converters to be able to convert from one type to another, for which there is no suitable single converter.
ChainingContentTypeConverter() - Constructor for class org.axonframework.conversion.ChainingContentTypeConverter
Initialize a new ChainingConverter with the context ClassLoader for this thread.
ChainingContentTypeConverter(ClassLoader) - Constructor for class org.axonframework.conversion.ChainingContentTypeConverter
Initialize a new ChainingConverter with the given classLoader.
channelCustomizer(UnaryOperator<ManagedChannelBuilder<?>>) - Method in class org.axonframework.axonserver.connector.AxonServerConnectionManager.Builder
Registers the given channelCustomization, which configures the underling ManagedChannelBuilder used to set up connections to AxonServer.
checkCompatibility(Schema, Schema) - Static method in class org.axonframework.conversion.avro.AvroUtil
Checks compatibility between reader and writer schema.
checkCompatibility(Schema, Schema) - Method in class org.axonframework.conversion.avro.DefaultSchemaIncompatibilityChecker
 
checkCompatibility(Schema, Schema) - Method in interface org.axonframework.conversion.avro.SchemaIncompatibilityChecker
Performs compatibility check.
checkInterval() - Method in record class org.axonframework.update.api.UpdateCheckResponse
Returns the value of the checkInterval record component.
ChildAmbiguityException - Exception Class in org.axonframework.modelling.entity.child
Exception indicating that multiple child entities of a parent entity are able to handle the same command.
ChildAmbiguityException(String) - Constructor for exception class org.axonframework.modelling.entity.child.ChildAmbiguityException
Initializes the ChildAmbiguityException with the given message.
childEntityFieldDefinition(ChildEntityFieldDefinition<P, C>) - Method in class org.axonframework.modelling.entity.child.SingleEntityChildMetamodel.Builder
Sets the ChildEntityFieldDefinition to use for resolving the child entity from the parent entity and evolving the parent entity based on the evolved child entity.
childEntityFieldDefinition(ChildEntityFieldDefinition<P, List<C>>) - Method in class org.axonframework.modelling.entity.child.ListEntityChildMetamodel.Builder
Sets the ChildEntityFieldDefinition to use for resolving the child entities from the parent entity and evolving the parent entity based on the evolved child entities.
ChildEntityFieldDefinition<P,F> - Interface in org.axonframework.modelling.entity.child
Functional interface describing how to get the child entity (or entity collection), and apply the evolved child entity (or entities in case of a collection) to the parent entity.
ChildEntityNotFoundException - Exception Class in org.axonframework.modelling.entity
Exception indicating that there was no child entity available to handle a command.
ChildEntityNotFoundException(String) - Constructor for exception class org.axonframework.modelling.entity.ChildEntityNotFoundException
Creates a new exception with the given message.
ChildEntityNotFoundException(CommandMessage, Object) - Constructor for exception class org.axonframework.modelling.entity.ChildEntityNotFoundException
Creates a new exception with the given commandMessage and parentEntity.
claim(String, TemporalAmount) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenEntry
Attempt to claim ownership of this token.
claim(String, TemporalAmount) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa.TokenEntry
Attempt to claim ownership of this token.
claimExtensionThreshold() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorConfiguration
Returns the claim extension threshold in milliseconds.
claimExtensionThreshold(long) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorConfiguration
Specifies a time in milliseconds the work packages of this processor should extend the claim on a TrackingToken.
claimSegment(int) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessor
 
claimSegment(int) - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.StreamingEventProcessor
Instructs the processor to claim the segment with given segmentId and start processing it as soon as possible.
claimTimeout() - Method in record class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenStoreConfiguration
Returns the value of the claimTimeout record component.
claimTimeout() - Method in record class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa.JpaTokenStoreConfiguration
Returns the value of the claimTimeout record component.
claimTimeout(TemporalAmount) - Method in record class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenStoreConfiguration
Sets the claimTimeout specifying the amount of time a process will wait after which this process will force a claim of a TrackingToken.
claimTimeout(TemporalAmount) - Method in record class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa.JpaTokenStoreConfiguration
Sets the claimTimeout specifying the amount of time a process will wait after which this process will force a claim of a TrackingToken.
claimToken(Connection, JdbcTokenEntry) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenStore
Tries to claim the given token entry.
ClassBasedMessageTypeResolver - Class in org.axonframework.messaging.core
A MessageTypeResolver using the Class of the given payload to base the type on.
ClassBasedMessageTypeResolver() - Constructor for class org.axonframework.messaging.core.ClassBasedMessageTypeResolver
Constructs a ClassBasedMessageTypeResolver using MessageType.DEFAULT_VERSION as the revision for all resolved types.
ClassBasedMessageTypeResolver(String) - Constructor for class org.axonframework.messaging.core.ClassBasedMessageTypeResolver
Constructs a ClassBasedMessageTypeResolver using the given revision as the revision for all resolved types.
ClasspathAvroSchemaLoader - Interface in org.axonframework.extension.spring.conversion.avro
Classpath Avro schema loader.
ClasspathHandlerDefinition - Class in org.axonframework.messaging.core.annotation
HandlerDefinition instance that locates other HandlerDefinition instances on the class path.
ClasspathHandlerEnhancerDefinition - Class in org.axonframework.messaging.core.annotation
HandlerEnhancerDefinition instance that locates other HandlerEnhancerDefinition instances on the class path.
ClasspathParameterResolverConfigurationEnhancer - Class in org.axonframework.messaging.core.reflection
ClasspathParameterResolverConfigurationEnhancer() - Constructor for class org.axonframework.messaging.core.reflection.ClasspathParameterResolverConfigurationEnhancer
 
ClasspathParameterResolverFactory - Class in org.axonframework.messaging.core.annotation
ParameterResolverFactory instance that locates other ParameterResolverFactory instances on the class path.
ClasspathResolver - Class in org.axonframework.common.util
Resolves certain parameters from the classpath.
ClassUtils - Class in org.axonframework.common
Utility for creating classes by name containing a class cache.
clear() - Method in class org.axonframework.messaging.core.Metadata
This operation is not supported since Metadata is an immutable object.
clearCommands() - Method in class org.axonframework.test.util.RecordingCommandBus
Clears all the commands recorded by this Command Bus.
clearSubscriptions() - Method in class org.axonframework.test.util.RecordingCommandBus
Clears all subscribed handlers on this command bus.
clientId() - Method in class org.axonframework.axonserver.connector.TopologyChange
Returns the client identifier for which a TopologyChange occurred.
clientId(String) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Builder
 
clientStreamId() - Method in class org.axonframework.axonserver.connector.TopologyChange
Returns the client stream identifier for which a TopologyChange occurred.
clientSupportsQueryStreaming(List<ProcessingInstruction>) - Static method in class org.axonframework.axonserver.connector.util.ProcessingInstructionUtils
Retrieve whether Client (query issuer) supports streaming from the given instructions, by searching for the value of ProcessingKey.CLIENT_SUPPORTS_STREAMING.
clock - Static variable in class org.axonframework.messaging.eventhandling.GenericEventMessage
Deprecated.
#3083 - Configure application wide Clock
clock - Static variable in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenEntry
The clock used to persist timestamps in this entry.
clock - Static variable in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa.TokenEntry
The clock used to persist timestamps in this entry.
clock() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorConfiguration
Returns the Clock used for time-dependent operations.
clock(Clock) - Method in class org.axonframework.extension.metrics.dropwizard.MessageTimerMonitor.Builder
Sets the Clock used to define the processing duration of a given message being pushed through this MessageMonitor.
clock(Clock) - Method in class org.axonframework.extension.metrics.micrometer.EventProcessorLatencyMonitor.Builder
Sets the Clock used to define the processing duration of a given message being pushed through this MessageMonitor.
clock(Clock) - Method in class org.axonframework.extension.metrics.micrometer.MessageTimerMonitor.Builder
Sets the Clock used to define the processing duration of a given message being pushed through this MessageMonitor.
clock(Clock) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorConfiguration
Defines the Clock used for time dependent operation by this EventProcessor.
clone() - Method in interface org.axonframework.common.caching.Cache.EntryListener
Clone operation used by some Cache implementations.
clone() - Method in class org.axonframework.common.caching.Cache.EntryListenerAdapter
 
close() - Method in class org.axonframework.axonserver.connector.event.SourcingEventMessageStream
 
close() - Method in class org.axonframework.axonserver.connector.event.StreamingEventMessageStream
 
close() - Method in class org.axonframework.axonserver.connector.query.AbstractQueryResponseMessageStream
 
close() - Method in class org.axonframework.common.lifecycle.ShutdownLatch.ActivityHandle
close() - Method in interface org.axonframework.common.lock.Lock
Releases this lock.
close() - Method in class org.axonframework.eventsourcing.eventstore.ContinuousMessageStream
 
close() - Method in class org.axonframework.eventsourcing.eventstore.jpa.AggregateBasedJpaEventStorageEngine
Releases any resources associated with this engine.
close() - Method in class org.axonframework.messaging.core.CloseCallbackMessageStream
 
close() - Method in class org.axonframework.messaging.core.DelayedMessageStream
 
close() - Method in class org.axonframework.messaging.core.DelegatingMessageStream
 
close() - Method in interface org.axonframework.messaging.core.MessageStream
Closes this stream, freeing any possible resources occupied by the underlying stream.
close() - Method in class org.axonframework.messaging.core.QueueMessageStream
 
close() - Method in interface org.axonframework.messaging.tracing.SpanScope
Closes the scope of the Span on which it was opened.
close(Connection) - Method in interface org.axonframework.common.jdbc.ConnectionWrapperFactory.ConnectionCloseHandler
Close the given connection, which was wrapped by the ConnectionWrapperFactory.
close(Connection) - Method in class org.axonframework.common.jdbc.ConnectionWrapperFactory.NoOpCloseHandler
 
CloseCallbackMessageStream<M> - Class in org.axonframework.messaging.core
MessageStream implementation that invokes the given closeHandler once the stream is closed.
CloseCallbackMessageStream(MessageStream<M>, Runnable) - Constructor for class org.axonframework.messaging.core.CloseCallbackMessageStream
Creates an instance of the CloseCallbackMessageStream, calling the given closeHandler once this stream is closed, or the given delegate completes.
closeQuietly(AutoCloseable) - Static method in class org.axonframework.common.io.IOUtils
Closes any AutoCloseable object, while suppressing any IOExceptions it will generate.
closeQuietly(Connection) - Static method in class org.axonframework.common.jdbc.JdbcUtils
Close the given connection, if possible.
closeQuietly(ResultSet) - Static method in class org.axonframework.common.jdbc.JdbcUtils
Close the given resultSet, if possible.
closeQuietly(Statement) - Static method in class org.axonframework.common.jdbc.JdbcUtils
Close the given statement, if possible.
closeQuietlyIfCloseable(Object) - Static method in class org.axonframework.common.io.IOUtils
Closes any object if that object implements AutoCloseable, while suppressing any IOExceptions it will generate.
code() - Method in exception class org.axonframework.axonserver.connector.AxonServerException
 
code() - Method in exception class org.axonframework.axonserver.connector.query.AxonServerQueryDispatchException
Return a String defining the error code.
collectAvroSchemasFromClassPath(BeanFactory, List<ClasspathAvroSchemaLoader>) - Method in class org.axonframework.extension.springboot.autoconfig.AvroSchemaStoreAutoConfiguration
Scans classpath for schemas, configured using AvroSchemaScan annotations.
CollectionUtils - Class in org.axonframework.common
Utility methods for operations on collections.
Combining - Search tag in interface org.axonframework.messaging.eventstreaming.EventCriteria
Section
command(Object) - Method in interface org.axonframework.test.fixture.AxonTestPhase.Given
Configures a single command as part of the "given" state.
command(Object) - Method in interface org.axonframework.test.fixture.AxonTestPhase.When
Dispatches the given command to the appropriate command handler and records all activity for result validation.
command(Object, Map<String, String>) - Method in interface org.axonframework.test.fixture.AxonTestPhase.Given
Configures a single command with the given metadata as part of the "given" state.
command(Object, Map<String, String>) - Method in interface org.axonframework.test.fixture.AxonTestPhase.When
Dispatches the given command with the provided metadata to the appropriate command handler and records all activity for result validation.
command(Object, Metadata) - Method in interface org.axonframework.test.fixture.AxonTestPhase.Given
Configures a single command with the given metadata as part of the "given" state.
command(Object, Metadata) - Method in interface org.axonframework.test.fixture.AxonTestPhase.When
Dispatches the given command with the provided metadata to the appropriate command handler and records all activity for result validation.
Command - Annotation Interface in org.axonframework.messaging.commandhandling.annotation
Annotation used to mark an object as a command.
COMMAND - Enum constant in enum class org.axonframework.extension.spring.config.MessageHandlerConfigurer.Type
Lists the message handler for CommandMessages.
COMMAND_DISPATCH_ERROR - Enum constant in enum class org.axonframework.axonserver.connector.ErrorCode
 
COMMAND_EXECUTION_ERROR - Enum constant in enum class org.axonframework.axonserver.connector.ErrorCode
 
COMMAND_EXECUTION_NON_TRANSIENT_ERROR - Enum constant in enum class org.axonframework.axonserver.connector.ErrorCode
 
COMMAND_HANDLER_ADDED - Enum constant in enum class org.axonframework.axonserver.connector.TopologyChange.Type
A change type signalling a command handler was added.
COMMAND_HANDLER_REMOVED - Enum constant in enum class org.axonframework.axonserver.connector.TopologyChange.Type
A change type signalling a command handler was removed.
COMMAND_NAME - Static variable in interface org.axonframework.messaging.core.annotation.HandlerAttributes
Attribute key referencing the name of the CommandMessage the handler can handle.
COMMAND_NAME_PATTERN - Static variable in interface org.axonframework.messaging.core.annotation.HandlerAttributes
Attribute key reference the command name pattern for a command message interceptor.
COMMAND_ROUTING_KEY - Static variable in interface org.axonframework.messaging.core.annotation.HandlerAttributes
Attribute key referencing the routing key used to route a CommandMessage to the handler.
CommandBus - Interface in org.axonframework.messaging.commandhandling
The mechanism that dispatches commands to their appropriate command handler.
CommandBusConnector - Interface in org.axonframework.messaging.commandhandling.distributed
The CommandBusConnector interface defines the contract for connecting multiple CommandBus instances.
CommandBusConnector.Handler - Interface in org.axonframework.messaging.commandhandling.distributed
A functional interface representing a handler for incoming command messages.
CommandBusConnector.ResultCallback - Interface in org.axonframework.messaging.commandhandling.distributed
A callback interface for handling the result of command processing.
CommandBusSpanFactory - Interface in org.axonframework.messaging.commandhandling.tracing
Span factory that creates spans for the CommandBus.
CommandConverter - Class in org.axonframework.axonserver.connector.command
Utility class to convert commands during dispatching and handling of subscribed command handlers in the AxonServerCommandBusConnector.
CommandDispatcher - Interface in org.axonframework.messaging.commandhandling.gateway
Component that dispatches commands to a CommandGateway in a predefined context.
CommandDispatcherParameterResolverFactory - Class in org.axonframework.messaging.commandhandling.annotation
ParameterResolverFactory that ensures the CommandDispatcher is resolved in the context of the current ProcessingContext.
CommandDispatcherParameterResolverFactory() - Constructor for class org.axonframework.messaging.commandhandling.annotation.CommandDispatcherParameterResolverFactory
 
CommandDispatcherParameterResolverFactoryConfigurationEnhancer - Class in org.axonframework.messaging.commandhandling.annotation
Configuration enhancer that registers the CommandDispatcherParameterResolverFactory to the ComponentRegistry of the Configuration.
CommandDispatcherParameterResolverFactoryConfigurationEnhancer() - Constructor for class org.axonframework.messaging.commandhandling.annotation.CommandDispatcherParameterResolverFactoryConfigurationEnhancer
 
CommandDispatchException - Exception Class in org.axonframework.messaging.commandhandling
Exception indicating that an error has occurred while trying to dispatch a command to another (potentially remote) segment of the CommandBus.
CommandDispatchException(String) - Constructor for exception class org.axonframework.messaging.commandhandling.CommandDispatchException
Initializes the exception using the given message.
CommandDispatchException(String, Throwable) - Constructor for exception class org.axonframework.messaging.commandhandling.CommandDispatchException
Initializes the exception using the given message and cause.
CommandExecutionException - Exception Class in org.axonframework.messaging.commandhandling
Indicates that an exception has occurred while handling a command.
CommandExecutionException(String, Throwable) - Constructor for exception class org.axonframework.messaging.commandhandling.CommandExecutionException
Initializes the exception with given message and cause.
CommandExecutionException(String, Throwable, Object) - Constructor for exception class org.axonframework.messaging.commandhandling.CommandExecutionException
Initializes the exception with given message, cause and an object providing application-specific details.
CommandExecutionException(String, Throwable, Object, boolean) - Constructor for exception class org.axonframework.messaging.commandhandling.CommandExecutionException
Initializes the exception with given message, cause, an object providing application-specific details, and writableStackTrace
commandFlowControl(int, int, int) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Builder
 
CommandGateway - Interface in org.axonframework.messaging.commandhandling.gateway
Interface towards the Command Handling components of an application.
commandHandler(QualifiedName, ComponentBuilder<CommandHandler>) - Method in interface org.axonframework.messaging.commandhandling.configuration.CommandHandlingModule.CommandHandlerPhase
Registers the given commandHandlerBuilder for the given qualified commandName within this module.
commandHandler(QualifiedName, CommandHandler) - Method in interface org.axonframework.messaging.commandhandling.configuration.CommandHandlingModule.CommandHandlerPhase
Registers the given commandHandler for the given qualified commandName within this module.
CommandHandler - Interface in org.axonframework.messaging.commandhandling
Interface describing a handler of commands.
CommandHandler - Annotation Interface in org.axonframework.messaging.commandhandling.annotation
Annotation to be placed on methods that can handle commands, thus making them CommandHandlers.
CommandHandlerRegistry<S> - Interface in org.axonframework.messaging.commandhandling
Interface describing a registry of command handlers.
commandHandlers() - Method in interface org.axonframework.messaging.commandhandling.configuration.CommandHandlingModule.SetupPhase
Initiates the command handler configuration phase for this module.
commandHandlers(Consumer<CommandHandlingModule.CommandHandlerPhase>) - Method in interface org.axonframework.messaging.commandhandling.configuration.CommandHandlingModule.SetupPhase
Initiates the command handler configuration phase for this module, as well as performing the given configurationLambda within this phase.
Command handling - Search tag in annotation interface org.axonframework.eventsourcing.annotation.EventSourcedEntity
Section
Command Handling - Search tag in interface org.axonframework.eventsourcing.configuration.EventSourcedEntityModule
Section
commandHandlingComponent(ComponentBuilder<CommandHandlingComponent>) - Method in interface org.axonframework.messaging.commandhandling.configuration.CommandHandlingModule.CommandHandlerPhase
Registers the given handlingComponentBuilder within this module.
CommandHandlingComponent - Interface in org.axonframework.messaging.commandhandling
Interface describing a group of CommandHandlers belonging to a single component.
CommandHandlingMember<T> - Interface in org.axonframework.messaging.commandhandling.annotation
Interface describing a message handler capable of handling a specific command.
CommandHandlingModule - Interface in org.axonframework.messaging.commandhandling.configuration
A Module and ModuleBuilder implementation providing operation to construct a command handling application module.
CommandHandlingModule.CommandHandlerPhase - Interface in org.axonframework.messaging.commandhandling.configuration
The command handler configuration phase of the command handling module.
CommandHandlingModule.SetupPhase - Interface in org.axonframework.messaging.commandhandling.configuration
The setup phase of the command handling module.
commandInterceptors(Configuration) - Method in class org.axonframework.messaging.core.interception.DefaultDispatchInterceptorRegistry
 
commandInterceptors(Configuration) - Method in class org.axonframework.messaging.core.interception.DefaultHandlerInterceptorRegistry
 
commandInterceptors(Configuration) - Method in interface org.axonframework.messaging.core.interception.DispatchInterceptorRegistry
Returns the list of MessageDispatchInterceptors registered in this registry.
commandInterceptors(Configuration) - Method in interface org.axonframework.messaging.core.interception.HandlerInterceptorRegistry
Returns the list of CommandMessage-specific MessageHandlerInterceptors registered in this registry.
CommandLineUsagePropertyProvider - Class in org.axonframework.update.configuration
A UsagePropertyProvider implementation that reads the usage properties from the command line system properties.
CommandLineUsagePropertyProvider() - Constructor for class org.axonframework.update.configuration.CommandLineUsagePropertyProvider
 
commandLoadFactor(int) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Builder
 
CommandMessage - Interface in org.axonframework.messaging.commandhandling
A Message carrying a command as its payload.
CommandMessageHandlerInterceptorChain - Class in org.axonframework.messaging.commandhandling.interception
CommandMessageHandlerInterceptorChain(List<MessageHandlerInterceptor<? super CommandMessage>>, CommandHandler) - Constructor for class org.axonframework.messaging.commandhandling.interception.CommandMessageHandlerInterceptorChain
Constructs a new CommandMessageHandlerInterceptorChain with a list of interceptors and an commandHandler.
commandMonitor(Configuration) - Method in class org.axonframework.messaging.monitoring.configuration.DefaultMessageMonitorRegistry
 
commandMonitor(Configuration) - Method in interface org.axonframework.messaging.monitoring.configuration.MessageMonitorRegistry
Retrieves a MessageMonitor dedicated for monitoring CommandMessage processing.
commandName() - Element in annotation interface org.axonframework.messaging.commandhandling.annotation.CommandHandler
The name of the command this handler listens to, matching to the MessageType.name() from the Message.type().
commandName() - Method in interface org.axonframework.messaging.commandhandling.annotation.CommandHandlingMember
Returns the name of the command that can be handled.
CommandPriorityCalculator - Interface in org.axonframework.messaging.commandhandling
Calculate the priority of CommandMessage based on its content.
CommandResult - Interface in org.axonframework.messaging.commandhandling.gateway
Interface describing the result from command handling.
CommandResultMessage - Interface in org.axonframework.messaging.commandhandling
A ResultMessage that represents a result from handling a CommandMessage.
commands(Object...) - Method in interface org.axonframework.test.fixture.AxonTestPhase.Given
Configures the given commands as commands in the "given" state.
commands(Object...) - Method in interface org.axonframework.test.fixture.AxonTestPhase.Then.MessageAssertions
Expect the given set of commands to have been dispatched during the When phase.
commands(List<?>) - Method in interface org.axonframework.test.fixture.AxonTestPhase.Given
Configures the given commands as commands in the "given" state.
commands(CommandMessage...) - Method in interface org.axonframework.test.fixture.AxonTestPhase.Given
Configures the given messages as commands in the "given" state.
commands(CommandMessage...) - Method in interface org.axonframework.test.fixture.AxonTestPhase.Then.MessageAssertions
Expect the given set of command messages to have been dispatched during the When phase.
commandsMatch(Predicate<List<CommandMessage>>) - Method in interface org.axonframework.test.fixture.AxonTestPhase.Then.MessageAssertions
Allow to check if the set of command messages which have been dispatched during the When phase match given predicate.
commandsSatisfy(Consumer<List<CommandMessage>>) - Method in interface org.axonframework.test.fixture.AxonTestPhase.Then.MessageAssertions
Invokes the given consumer of the set of command messages that have been dispatched during the When phase, allowing for any form of assertion
commandTargetResolver - Variable in class org.axonframework.modelling.entity.child.AbstractEntityChildMetamodel.Builder
 
commandTargetResolver - Variable in class org.axonframework.modelling.entity.child.AbstractEntityChildMetamodel
 
commandTargetResolver() - Element in annotation interface org.axonframework.modelling.entity.annotation.EntityMember
The CommandTargetResolverDefinition is used to determine to which of the child entities a CommandMessage should be forwarded.
commandTargetResolver(CommandTargetResolver<C>) - Method in class org.axonframework.modelling.entity.child.AbstractEntityChildMetamodel.Builder
Sets the CommandTargetResolver to use for resolving the child entity to handle the command.
CommandTargetResolver<E> - Interface in org.axonframework.modelling.entity.child
Resolves the target child entity for a given command message.
CommandTargetResolverDefinition - Interface in org.axonframework.modelling.entity.annotation
Defines how a CommandTargetResolver should be constructed for an EntityMember-annotated member of an AnnotatedEntityMetamodel.
commandThreads() - Method in record class org.axonframework.messaging.commandhandling.distributed.DistributedCommandBusConfiguration
Returns the value of the commandThreads record component.
commandThreads(int) - Method in record class org.axonframework.messaging.commandhandling.distributed.DistributedCommandBusConfiguration
Sets the number of threads to use for the distributed command bus.
CommandValidator - Class in org.axonframework.test.fixture
Helper class for validation of dispatched commands.
CommandValidator(Supplier<List<CommandMessage>>, Runnable, FieldFilter) - Constructor for class org.axonframework.test.fixture.CommandValidator
 
CommandValidator(RecordingCommandBus, FieldFilter) - Constructor for class org.axonframework.test.fixture.CommandValidator
Creates a validator which monitors the given commandBus.
commit() - Method in record class org.axonframework.eventsourcing.eventstore.EmptyAppendTransaction
 
commit() - Method in interface org.axonframework.eventsourcing.eventstore.EventStorageEngine.AppendTransaction
Commit any underlying transactions to make the appended events visible to consumers.
commit() - Method in interface org.axonframework.messaging.core.unitofwork.transaction.Transaction
Commit this transaction.
commit(Connection) - Method in interface org.axonframework.common.jdbc.ConnectionWrapperFactory.ConnectionCloseHandler
Commits the underlying transaction
commit(Connection) - Method in class org.axonframework.common.jdbc.ConnectionWrapperFactory.NoOpCloseHandler
 
COMMIT - Enum constant in enum class org.axonframework.messaging.core.unitofwork.ProcessingLifecycle.DefaultPhases
Phase used to contain actions to commit of the ProcessingLifecycle.
commitTransaction(TransactionStatus) - Method in class org.axonframework.extension.spring.messaging.unitofwork.SpringTransactionManager
Commits the transaction with given status if the transaction is new and not completed.
compare(T, T) - Method in class org.axonframework.common.annotation.PriorityAnnotationComparator
 
compareTo(PropertyAccessStrategy) - Method in class org.axonframework.common.property.PropertyAccessStrategy
 
compareTo(PriorityTask) - Method in interface org.axonframework.common.util.PriorityTask
 
compareTo(Segment) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.Segment
 
compareTo(GlobalSequenceTrackingToken) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.GlobalSequenceTrackingToken
 
complete() - Method in class org.axonframework.messaging.core.QueueMessageStream
Marks the queue as completed, indicating to any consumer that no more entries will become available.
complete() - Method in interface org.axonframework.messaging.monitoring.MessageMonitor.MonitorCallback
 
complete() - Method in interface org.axonframework.messaging.queryhandling.distributed.QueryBusConnector.UpdateCallback
Completes the processing of a subscription query gracefully.
complete() - Method in interface org.axonframework.messaging.queryhandling.SinkWrapper
Wrapper around Sink complete().
complete(Class<Q>, Predicate<? super Q>) - Method in interface org.axonframework.messaging.queryhandling.QueryUpdateEmitter
Completes subscription queries matching the given queryType and filter.
complete(Class<Q>, Predicate<? super Q>) - Method in class org.axonframework.messaging.queryhandling.SimpleQueryUpdateEmitter
 
complete(QualifiedName, Predicate<Object>) - Method in interface org.axonframework.messaging.queryhandling.QueryUpdateEmitter
Completes subscription queries matching the given queryName and filter.
complete(QualifiedName, Predicate<Object>) - Method in class org.axonframework.messaging.queryhandling.SimpleQueryUpdateEmitter
 
CompletedEmitterException - Exception Class in org.axonframework.messaging.queryhandling
Exception indicating that QueryUpdateEmitter is completed, thus cannot be used to emit messages and report errors.
CompletedEmitterException(String) - Constructor for exception class org.axonframework.messaging.queryhandling.CompletedEmitterException
Initializes the exception with given message.
completeExceptionally(Class<Q>, Predicate<? super Q>, Throwable) - Method in interface org.axonframework.messaging.queryhandling.QueryUpdateEmitter
Completes subscription queries with the given cause matching given queryType and filter.
completeExceptionally(Class<Q>, Predicate<? super Q>, Throwable) - Method in class org.axonframework.messaging.queryhandling.SimpleQueryUpdateEmitter
 
completeExceptionally(Throwable) - Method in class org.axonframework.messaging.core.QueueMessageStream
Marks the queue as completed exceptionally caused by given error, indicating to any consumer that no more messages will become available.
completeExceptionally(Throwable) - Method in interface org.axonframework.messaging.queryhandling.distributed.QueryBusConnector.UpdateCallback
Completes the processing of a subscription query exceptionally.
completeExceptionally(QualifiedName, Predicate<Object>, Throwable) - Method in interface org.axonframework.messaging.queryhandling.QueryUpdateEmitter
Completes subscription queries with the given cause matching given queryName and filter.
completeExceptionally(QualifiedName, Predicate<Object>, Throwable) - Method in class org.axonframework.messaging.queryhandling.SimpleQueryUpdateEmitter
 
completeRequestStream() - Method in class org.axonframework.axonserver.connector.util.UpstreamAwareStreamObserver
Completes the request steam related to this stream observer.
completeSubscriptions(Predicate<QueryMessage>, ProcessingContext) - Method in class org.axonframework.messaging.queryhandling.distributed.DistributedQueryBus
 
completeSubscriptions(Predicate<QueryMessage>, ProcessingContext) - Method in class org.axonframework.messaging.queryhandling.interception.InterceptingQueryBus
 
completeSubscriptions(Predicate<QueryMessage>, ProcessingContext) - Method in interface org.axonframework.messaging.queryhandling.QueryBus
Completes subscription queries matching the given filter.
completeSubscriptions(Predicate<QueryMessage>, ProcessingContext) - Method in class org.axonframework.messaging.queryhandling.SimpleQueryBus
 
completeSubscriptionsExceptionally(Predicate<QueryMessage>, Throwable, ProcessingContext) - Method in class org.axonframework.messaging.queryhandling.distributed.DistributedQueryBus
 
completeSubscriptionsExceptionally(Predicate<QueryMessage>, Throwable, ProcessingContext) - Method in class org.axonframework.messaging.queryhandling.interception.InterceptingQueryBus
 
completeSubscriptionsExceptionally(Predicate<QueryMessage>, Throwable, ProcessingContext) - Method in interface org.axonframework.messaging.queryhandling.QueryBus
Completes subscription queries matching the given filter exceptionally with the given cause.
completeSubscriptionsExceptionally(Predicate<QueryMessage>, Throwable, ProcessingContext) - Method in class org.axonframework.messaging.queryhandling.SimpleQueryBus
 
component() - Method in interface org.axonframework.extension.spring.config.ProcessorDefinition.EventHandlerDescriptor
Returns the component builder for this event handler.
component(Class<C>) - Method in interface org.axonframework.messaging.core.ApplicationContext
Returns the component declared under the given type or throws a ComponentNotFoundException if it does not exist.
component(Class<C>) - Method in class org.axonframework.messaging.core.ConfigurationApplicationContext
 
component(Class<C>) - Method in class org.axonframework.messaging.core.unitofwork.ResourceOverridingProcessingContext
 
component(Class<C>, String) - Method in interface org.axonframework.messaging.core.ApplicationContext
Returns the component declared under the given type and name or throws a ComponentNotFoundException if it does not exist.
component(Class<C>, String) - Method in class org.axonframework.messaging.core.ConfigurationApplicationContext
 
component(Class<C>, String) - Method in class org.axonframework.messaging.core.EmptyApplicationContext
 
component(Class<C>, String) - Method in class org.axonframework.messaging.core.unitofwork.LegacyMessageSupportingContext
Deprecated.
 
component(Class<C>, String) - Method in class org.axonframework.messaging.core.unitofwork.ResourceOverridingProcessingContext
 
Component<C> - Interface in org.axonframework.common.configuration
Describes a component defined in a Configuration, that may depend on other component for its initialization or during it's startup/shutdown operations.
Component.Identifier<C> - Record Class in org.axonframework.common.configuration
A tuple representing a Component's uniqueness, consisting out of a type and name.
ComponentBuilder<C> - Interface in org.axonframework.common.configuration
Functional interface describing how to build a component of type C using the Configuration during construction.
ComponentDecorator<C,D> - Interface in org.axonframework.common.configuration
A functional interface describing how to decorate a component of type C.
ComponentDefinition<C> - Interface in org.axonframework.common.configuration
Defines the structure of a Component that is available in the Configuration of the application or one of its Modules.
ComponentDefinition.ComponentCreator<C> - Interface in org.axonframework.common.configuration
Mandatory interface to be implemented by all implementations of ComponentDefinition.
ComponentDefinition.IncompleteComponentDefinition<C> - Interface in org.axonframework.common.configuration
Represents an intermediate step in the creation of a ComponentDefinition.
ComponentDescriptor - Interface in org.axonframework.common.infra
Contract towards describing the properties an (infrastructure) component might have.
ComponentDescriptorException - Exception Class in org.axonframework.common.infra
Exception indicating that an error occurred in the component description process.
ComponentDescriptorException(String) - Constructor for exception class org.axonframework.common.infra.ComponentDescriptorException
Initializes the exception using the given message.
ComponentDescriptorException(String, Throwable) - Constructor for exception class org.axonframework.common.infra.ComponentDescriptorException
Initializes the exception using the given message and cause.
ComponentFactory<C> - Interface in org.axonframework.common.configuration
A factory of components of type generic C.
ComponentLifecycleHandler<C> - Interface in org.axonframework.common.configuration
Represents a handler for a component's lifecycle.
componentName() - Method in class org.axonframework.axonserver.connector.TopologyChange
Returns the component name for which a TopologyChange occurred.
componentName(String) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Builder
 
ComponentNotFoundException - Exception Class in org.axonframework.common.configuration
A RuntimeException dedicated when a Component cannot be found in the Configuration.
ComponentNotFoundException(Class<?>, String) - Constructor for exception class org.axonframework.common.configuration.ComponentNotFoundException
Constructs a ComponentNotFoundException with a default message describing a Component couldn't be found for the given type and name.
ComponentOverrideException - Exception Class in org.axonframework.common.configuration
A RuntimeException thrown whenever a Component has been overridden in a ComponentRegistry.
ComponentOverrideException(Class<?>, String) - Constructor for exception class org.axonframework.common.configuration.ComponentOverrideException
Constructs a ComponentOverrideException with the given type and name as the unique identifier of the Component that has been overridden in a ApplicationConfigurer.
componentRegistry(Consumer<ComponentRegistry>) - Method in interface org.axonframework.common.configuration.ApplicationConfigurer
Executes the given componentRegistrar on the component registry associated with this ApplicationConfigurer.
componentRegistry(Consumer<ComponentRegistry>) - Method in class org.axonframework.common.configuration.BaseModule
Executes the given registryAction on the ComponentRegistry associated with this module.
componentRegistry(Consumer<ComponentRegistry>) - Method in class org.axonframework.common.configuration.DefaultAxonApplication
 
componentRegistry(Consumer<ComponentRegistry>) - Method in class org.axonframework.eventsourcing.configuration.EventSourcingConfigurer
 
componentRegistry(Consumer<ComponentRegistry>) - Method in class org.axonframework.extension.spring.config.SpringAxonApplication
 
componentRegistry(Consumer<ComponentRegistry>) - Method in class org.axonframework.messaging.core.configuration.MessagingConfigurer
 
componentRegistry(Consumer<ComponentRegistry>) - Method in class org.axonframework.messaging.eventhandling.configuration.EventProcessingConfigurer
Executes the given componentRegistrar on the component registry associated with the MessagingConfigurer, which is the parent of this configurer.
componentRegistry(Consumer<ComponentRegistry>) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorsConfigurer
Provides access to the component registry for additional component registrations.
componentRegistry(Consumer<ComponentRegistry>) - Method in class org.axonframework.messaging.eventhandling.processing.subscribing.SubscribingEventProcessorsConfigurer
Provides access to the component registry for additional component registrations.
componentRegistry(Consumer<ComponentRegistry>) - Method in class org.axonframework.modelling.configuration.ModellingConfigurer
 
ComponentRegistry - Interface in org.axonframework.common.configuration
The starting point when configuring any Axon Framework application.
Components - Class in org.axonframework.common.configuration
Wrapper around a Map of Components stored per Component.Identifier.
Components() - Constructor for class org.axonframework.common.configuration.Components
 
computeIfAbsent(Object, Supplier<T>) - Method in interface org.axonframework.common.caching.Cache
Returns the value under the given key in the cache.
computeIfAbsent(Object, Supplier<T>) - Method in class org.axonframework.common.caching.NoCache
 
computeIfAbsent(Object, Supplier<T>) - Method in class org.axonframework.common.caching.WeakReferenceCache
 
computeIfAbsent(Component.Identifier<C>, Supplier<Component<C>>) - Method in class org.axonframework.common.configuration.Components
Computes a Component for the given identifier when absent, otherwise returns the Component Components.put(Component) under the identifier.
computeIfPresent(Object, UnaryOperator<V>) - Method in interface org.axonframework.common.caching.Cache
Perform the update in the value behind the given key.
computeIfPresent(Object, UnaryOperator<V>) - Method in class org.axonframework.common.caching.EhCacheAdapter
 
computeIfPresent(Object, UnaryOperator<V>) - Method in class org.axonframework.common.caching.JCacheAdapter
 
computeIfPresent(Object, UnaryOperator<V>) - Method in class org.axonframework.common.caching.NoCache
 
computeIfPresent(Object, UnaryOperator<V>) - Method in class org.axonframework.common.caching.WeakReferenceCache
 
computeResourceIfAbsent(Context.ResourceKey<T>, Supplier<T>) - Method in class org.axonframework.messaging.core.unitofwork.LegacyMessageSupportingContext
Deprecated.
 
computeResourceIfAbsent(Context.ResourceKey<T>, Supplier<T>) - Method in interface org.axonframework.messaging.core.unitofwork.ProcessingContext
If no resource is present for the given key, the given resourceSupplier is used to supply the instance to register under this key.
computeResourceIfAbsent(Context.ResourceKey<T>, Supplier<T>) - Method in class org.axonframework.messaging.core.unitofwork.ResourceOverridingProcessingContext
 
computeTokenTimestamp() - Static method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa.TokenEntry
Computes a token timestamp.
concatWith(MessageStream<M>) - Method in interface org.axonframework.messaging.core.MessageStream
Returns a stream that concatenates this stream with the given other stream, if this stream completes successfully.
concatWith(MessageStream<M>) - Method in interface org.axonframework.messaging.core.MessageStream.Empty
 
ConcludesBatch - Annotation Interface in org.axonframework.messaging.eventhandling.annotation
Annotation indication that a parameter on an EventHandler method should be injected with a value that informs whether the event is the last event of a processed batch of events.
ConcreteEntityMetamodel<E> - Class in org.axonframework.modelling.entity
Implementation of the EntityMetamodel interface that enables the definition of command handlers and child entities for a given entity type E.
concreteTypes() - Element in annotation interface org.axonframework.eventsourcing.annotation.EventSourcedEntity
If the entity is a polymorphic entity, any subclasses that should be considered concrete types of the entity should be specified here.
concreteTypes() - Element in annotation interface org.axonframework.extension.spring.stereotype.EventSourced
If the entity is a polymorphic entity, any subclasses that should be considered concrete types of the entity should be specified here.
CONCURRENCY_EXCEPTION - Enum constant in enum class org.axonframework.axonserver.connector.ErrorCode
 
ConcurrencyException - Exception Class in org.axonframework.modelling
Exception indicating that concurrent access to a repository was detected.
ConcurrencyException(String) - Constructor for exception class org.axonframework.modelling.ConcurrencyException
Initialize a ConcurrencyException with the given message.
ConcurrencyException(String, Throwable) - Constructor for exception class org.axonframework.modelling.ConcurrencyException
Initialize a ConcurrencyException with the given message and cause.
ConditionalOnMissingQualifiedBean - Annotation Interface in org.axonframework.extension.springboot.util
Conditional that only matches when for the specified bean class in the BeanFactory there is an instance which has the given qualifier set on it.
ConditionalOnQualifiedBean - Annotation Interface in org.axonframework.extension.springboot.util
Conditional that only matches when for the specified bean class in the BeanFactory there is an instance which has the given qualifier set on it.
ConditionConverter - Class in org.axonframework.axonserver.connector.event
Utility class containing operations to convert Axon Framework's SourcingCondition and StreamingCondition into an Axon Server SourceEventsRequest and StreamEventsRequest respectively.
conditionFor(Position, EventCriteria) - Static method in interface org.axonframework.eventsourcing.eventstore.SourcingCondition
Construct a SourcingCondition used to source a model based on the given criteria.
conditionFor(TrackingToken, EventCriteria) - Static method in interface org.axonframework.messaging.eventstreaming.StreamingCondition
Constructs a simple StreamingCondition that starts streaming from the given position, only returning events matching the given criteria.
conditionFor(EventCriteria) - Static method in interface org.axonframework.eventsourcing.eventstore.SourcingCondition
Construct a SourcingCondition used to source a model based on the given criteria.
ConfigToken - Class in org.axonframework.messaging.eventhandling.processing.streaming.token.store
A special implementation of a Token that is used to store configuration specific to the underlying storage of each TokenStore instance.
ConfigToken(Map<String, String>) - Constructor for class org.axonframework.messaging.eventhandling.processing.streaming.token.store.ConfigToken
Initialize a ConfigToken instance using the given config properties.
configuration() - Method in class org.axonframework.extension.spring.config.SpringComponentRegistry
Accessor method for the SpringAxonApplication to access this registry's Configuration.
Configuration - Interface in org.axonframework.common.configuration
Interface providing access to all configured components in an Axon Framework application.
ConfigurationApplicationContext - Class in org.axonframework.messaging.core
An ApplicationContext implementation that retrieves components from a given Configuration.
ConfigurationApplicationContext(Configuration) - Constructor for class org.axonframework.messaging.core.ConfigurationApplicationContext
Creates a new ConfigurationApplicationContext that retrieves components from the given configuration.
ConfigurationEnhancer - Interface in org.axonframework.common.configuration
Interface describing an enhancement of the ComponentRegistry from the Axon Framework configuration API, taking effect during build of the configurer.
ConfigurationParameterResolverConfigurationEnhancer - Class in org.axonframework.messaging.core.configuration.reflection
ConfigurationEnhancer that registers the ConfigurationParameterResolverFactory as additional parameter resolver factory to the ComponentRegistry.
ConfigurationParameterResolverConfigurationEnhancer() - Constructor for class org.axonframework.messaging.core.configuration.reflection.ConfigurationParameterResolverConfigurationEnhancer
 
ConfigurationParameterResolverFactory - Class in org.axonframework.messaging.core.configuration.reflection
A ParameterResolverFactory implementation that resolves parameters from available components in the Configuration instance it was configured with.
ConfigurationParameterResolverFactory(Configuration) - Constructor for class org.axonframework.messaging.core.configuration.reflection.ConfigurationParameterResolverFactory
Initialize an instance using given configuration to supply the value to resolve parameters with.
configure() - Method in class org.axonframework.test.server.AxonServerContainer
 
conflictingEventsDetected(ConsistencyMarker) - Static method in exception class org.axonframework.eventsourcing.eventstore.AppendEventsTransactionRejectedException
Constructs an AppendConditionAssertionException noting that the EventStorageEngine contains events matching the criteria passed the given consistencyMarker.
CONNECTION_FAILED - Enum constant in enum class org.axonframework.axonserver.connector.ErrorCode
 
ConnectionExecutor - Class in org.axonframework.common.jdbc
A TransactionalExecutor implementation for JDBC Connections.
ConnectionExecutor(ConnectionProvider) - Constructor for class org.axonframework.common.jdbc.ConnectionExecutor
Creates a new instance.
ConnectionManager - Interface in org.axonframework.axonserver.connector
Interface describing functionality for connection managers.
ConnectionProvider - Interface in org.axonframework.common.jdbc
Interface towards a mechanism that provides access to a JDBC Connection.
connections() - Method in class org.axonframework.axonserver.connector.AxonServerConnectionManager
 
connections() - Method in interface org.axonframework.axonserver.connector.ConnectionManager
Return the connections this instances manages.
ConnectionWrapperFactory - Class in org.axonframework.common.jdbc
Factory for creating wrappers around a Connection, allowing one to override the behavior of the Connection.close() method.
ConnectionWrapperFactory.ConnectionCloseHandler - Interface in org.axonframework.common.jdbc
Interface defining an operation to close the wrapped connection
ConnectionWrapperFactory.NoOpCloseHandler - Class in org.axonframework.common.jdbc
Implementation of ConnectionCloseHandler that does nothing on close or commit.
connectTimeout(long) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Builder
 
consistencyMarker() - Method in interface org.axonframework.eventsourcing.eventstore.AppendCondition
Returns the position in the event store until which the EventsCondition.criteria() should be validated against.
ConsistencyMarker - Interface in org.axonframework.eventsourcing.eventstore
Interface representing a point in an Event Stream up to where certain state has been made up-to-date.
construct(String, Configuration) - Method in class org.axonframework.axonserver.connector.event.AxonServerEventStorageEngineFactory
 
construct(String, Configuration) - Method in interface org.axonframework.common.configuration.ComponentFactory
Constructs a Component containing an implementation of the generic type C.
constructForContext(String, Configuration) - Static method in class org.axonframework.axonserver.connector.event.AxonServerEventStorageEngineFactory
Constructs an AxonServerEventStorageEngine for the given context, retrieving a AxonServerConnectionManager and EventConverter from the given config.
ConstructorUtils - Class in org.axonframework.common
Utility class for constructing objects using reflection.
ContainerManagedEntityManagerProvider - Class in org.axonframework.extension.springboot.util.jpa
EntityManagerProvider implementation that expects the container to inject the default container managed EntityManager instance.
ContainerManagedEntityManagerProvider() - Constructor for class org.axonframework.extension.springboot.util.jpa.ContainerManagedEntityManagerProvider
 
contains(String) - Method in class org.axonframework.messaging.core.annotation.AnnotatedHandlerAttributes
 
contains(String) - Method in interface org.axonframework.messaging.core.annotation.HandlerAttributes
Validates whether the given attributeKey is present in this object.
contains(String) - Method in class org.axonframework.messaging.core.SimpleHandlerAttributes
 
contains(Component.Identifier<?>) - Method in class org.axonframework.common.configuration.Components
Check whether there is a Component present for the given identifier.
containsKey(Object) - Method in interface org.axonframework.common.caching.Cache
Indicates whether there is an item stored under given key.
containsKey(Object) - Method in class org.axonframework.common.caching.EhCacheAdapter
 
containsKey(Object) - Method in class org.axonframework.common.caching.JCacheAdapter
 
containsKey(Object) - Method in class org.axonframework.common.caching.NoCache
 
containsKey(Object) - Method in class org.axonframework.common.caching.WeakReferenceCache
 
containsKey(Object) - Method in class org.axonframework.messaging.core.Metadata
 
containsResource(Context.ResourceKey<?>) - Method in interface org.axonframework.messaging.core.Context
Indicates whether a resource has been registered with the given key in this Context.
containsResource(Context.ResourceKey<?>) - Method in class org.axonframework.messaging.core.SimpleContext
 
containsResource(Context.ResourceKey<?>) - Method in record class org.axonframework.messaging.core.SimpleEntry
 
containsResource(Context.ResourceKey<?>) - Method in class org.axonframework.messaging.core.unitofwork.LegacyMessageSupportingContext
Deprecated.
 
containsResource(Context.ResourceKey<?>) - Method in class org.axonframework.messaging.core.unitofwork.ResourceOverridingProcessingContext
 
containsValue(Object) - Method in class org.axonframework.messaging.core.Metadata
 
ContentTypeConverter<S,T> - Interface in org.axonframework.conversion
Interface describing a mechanism that converts an object from a specified source type to the defined target type.
context() - Method in class org.axonframework.axonserver.connector.TopologyChange
Returns the context for which a TopologyChange occurred.
context() - Method in record class org.axonframework.messaging.core.SimpleEntry
Returns the value of the context record component.
context() - Method in record class org.axonframework.messaging.eventhandling.processing.errorhandling.ErrorContext
Returns the value of the context record component.
context() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.ReplayToken
Returns the context that was provided when the token was reset.
context(String) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Builder
 
Context - Interface in org.axonframework.messaging.core
Interface describing operations for context-specific, immutable, resource management.
CONTEXT_DELIMITER - Static variable in class org.axonframework.axonserver.connector.event.AxonServerEventStorageEngineFactory
The name delimiter used when deriving the context name for the AxonServerEventStorageEngine under construction.
Context.ResourceKey<T> - Class in org.axonframework.messaging.core
Object that is used as a key to retrieve and register resources of a given type in a Context.
ContextAwareCommandDispatcher - Class in org.axonframework.messaging.commandhandling.gateway
A CommandDispatcher that publishes commands to a CommandGateway in a predefined ProcessingContext.
contextPropagators(TextMapPropagator) - Method in class org.axonframework.extension.tracing.opentelemetry.OpenTelemetrySpanFactory.Builder
Sets the propagator to be used.
contexts(String, int) - Static method in class org.axonframework.test.server.AxonServerContainerUtils
Retrieves all the contexts of the Axon Server instance located at the given hostname and port combination.
ContinuousMessageStream<E> - Class in org.axonframework.eventsourcing.eventstore
A MessageStream implementation that continuously fetches event messages from a configurable data source.
ContinuousMessageStream(Function<E, List<E>>, Function<E, MessageStream.Entry<EventMessage>>, BiFunction<ContinuousMessageStream<?>, Runnable, Registration>) - Constructor for class org.axonframework.eventsourcing.eventstore.ContinuousMessageStream
Creates a new ContinuousMessageStream instance configured with the given strategies.
ConversionException - Exception Class in org.axonframework.conversion
Exception indicating that a conversion is required between two formats, but there is no converter capable of doing the conversion.
ConversionException(String) - Constructor for exception class org.axonframework.conversion.ConversionException
Initializes the exception with the given message.
ConversionException(String, Throwable) - Constructor for exception class org.axonframework.conversion.ConversionException
Initializing the exception with given message and cause.
convert(byte[]) - Method in class org.axonframework.conversion.avro.ByteArrayToGenericRecordConverter
 
convert(byte[]) - Method in class org.axonframework.conversion.converter.ByteArrayToInputStreamConverter
 
convert(byte[]) - Method in class org.axonframework.conversion.converter.ByteArrayToStringConverter
 
convert(byte[]) - Method in class org.axonframework.conversion.json.ByteArrayToJsonNodeConverter
 
convert(JsonNode) - Method in class org.axonframework.conversion.json.JsonNodeToByteArrayConverter
 
convert(JsonNode) - Method in class org.axonframework.conversion.json.JsonNodeToObjectNodeConverter
 
convert(ObjectNode) - Method in class org.axonframework.conversion.json.ObjectNodeToJsonNodeConverter
 
convert(ErrorMessage) - Method in enum class org.axonframework.axonserver.connector.ErrorCode
Converts the errorMessage to the relevant AxonException
convert(ErrorMessage, Supplier<Object>) - Method in enum class org.axonframework.axonserver.connector.ErrorCode
Converts the errorMessage to the relevant AxonException
convert(InputStream) - Method in class org.axonframework.conversion.converter.InputStreamToByteArrayConverter
 
convert(Object, Class<T>) - Method in interface org.axonframework.conversion.Converter
Converts the given input object into an object of the given targetType.
convert(Object, Type) - Method in class org.axonframework.conversion.avro.AvroConverter
 
convert(Object, Type) - Method in class org.axonframework.conversion.ChainingContentTypeConverter
 
convert(Object, Type) - Method in interface org.axonframework.conversion.Converter
Converts the given input object into an object of the given targetType.
convert(Object, Type) - Method in class org.axonframework.conversion.json.JacksonConverter
 
convert(Object, Type) - Method in class org.axonframework.conversion.PassThroughConverter
 
convert(Object, Type) - Method in class org.axonframework.messaging.core.conversion.DelegatingMessageConverter
 
convert(Object, Type) - Method in class org.axonframework.messaging.eventhandling.conversion.DelegatingEventConverter
 
convert(String) - Method in class org.axonframework.conversion.converter.StringToByteArrayConverter
 
convert(String, Throwable) - Method in enum class org.axonframework.axonserver.connector.ErrorCode
Converts the source and the throwable to the relevant AxonException
convert(Throwable) - Method in enum class org.axonframework.axonserver.connector.ErrorCode
Converts the throwable to the relevant AxonException
convert(Blob) - Method in class org.axonframework.conversion.converter.BlobToInputStreamConverter
 
convert(Set<ConstraintViolation<Object>>) - Static method in exception class org.axonframework.messaging.core.interception.JSR303ViolationException
Convert the violations to a human readable format, sorted by class and property e.g.:
convert(GenericRecord) - Method in class org.axonframework.conversion.avro.GenericRecordToByteArrayConverter
 
convert(EventMessage) - Method in class org.axonframework.extension.spring.messaging.ApplicationContextEventPublisher
Converts the given Axon eventMessage to a Spring ApplicationEvent.
convert(S) - Method in class org.axonframework.conversion.ChainedConverter
 
convert(S) - Method in interface org.axonframework.conversion.ContentTypeConverter
Converts the given input object of generic type S into an object of generic type T.
convertAppendCondition(AppendCondition) - Static method in class org.axonframework.axonserver.connector.event.ConditionConverter
Converts the given condition into a ConsistencyCondition.
convertCommand(Command) - Static method in class org.axonframework.axonserver.connector.command.CommandConverter
Converts the given command into a CommandMessage for handling in subscribed command handlers.
convertCommandMessage(CommandMessage, String, String) - Static method in class org.axonframework.axonserver.connector.command.CommandConverter
Converts the given command into a Command for dispatching.
convertCommandResponse(CommandResponse) - Static method in class org.axonframework.axonserver.connector.command.CommandConverter
Converts the given commandResponse to a CommandResultMessage, wrapped in a CompletableFuture for convenience when dealing with CommandResponses during dispatching.
converter() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenStore
Returns the converter used by the TokenStore to serialize tokens.
converter() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa.JpaTokenStore
Returns the Converter used by the TokenStore to serialize tokens.
converter(ConverterProperties) - Method in class org.axonframework.extension.springboot.autoconfig.ConverterAutoConfiguration
Bean creation method constructing the "general" Converter to be used by Axon Framework.
Converter - Interface in org.axonframework.conversion
Interface describing a mechanism that can convert data from one to another type.
ConverterAutoConfiguration - Class in org.axonframework.extension.springboot.autoconfig
Autoconfiguration class dedicated to configuring the Converter.
ConverterAutoConfiguration() - Constructor for class org.axonframework.extension.springboot.autoconfig.ConverterAutoConfiguration
 
ConverterProperties - Class in org.axonframework.extension.springboot
A group of properties that allows easy configuration of the Converters used for different types of objects that Axon needs to convert.
ConverterProperties() - Constructor for class org.axonframework.extension.springboot.ConverterProperties
 
ConverterProperties.ConverterType - Enum Class in org.axonframework.extension.springboot
Enumerates different possible standard Converters available in Axon Framework.
convertEvent(E, Class<T>) - Method in interface org.axonframework.messaging.eventhandling.conversion.EventConverter
Converts the given event's payload to the given targetType, returning a new EventMessage with the converted payload.
convertEvent(E, Type) - Method in class org.axonframework.messaging.eventhandling.conversion.DelegatingEventConverter
 
convertEvent(E, Type) - Method in interface org.axonframework.messaging.eventhandling.conversion.EventConverter
Converts the given event's payload to the given targetType, returning a new EventMessage with the converted payload.
convertEvent(Event) - Method in class org.axonframework.axonserver.connector.event.TaggedEventConverter
Convert the given event to an EventMessage.
convertFromGenericRecord(GenericRecord, Class<T>) - Method in interface org.axonframework.conversion.avro.AvroConverterStrategy
Converts from Apache Avro generic record (intermediate representation).
convertFromGenericRecord(GenericRecord, Class<T>) - Method in class org.axonframework.conversion.avro.SpecificRecordBaseConverterStrategy
 
convertFromInboundMessage(Message) - Method in class org.axonframework.extension.spring.messaging.DefaultEventMessageConverter
 
convertFromInboundMessage(Message) - Method in interface org.axonframework.extension.spring.messaging.EventMessageConverter
Converts a Spring inbound message into an Axon event Message
convertFromSingleObjectEncoded(byte[], Class<T>) - Method in interface org.axonframework.conversion.avro.AvroConverterStrategy
Converts from single object encoded byte array.
convertFromSingleObjectEncoded(byte[], Class<T>) - Method in class org.axonframework.conversion.avro.SpecificRecordBaseConverterStrategy
 
convertGrpcToMetadataValues(Map<String, String>) - Static method in class org.axonframework.axonserver.connector.MetadataConverter
Converts a Map of String key-value pairs to a Map of Axon Server MetaDataValue objects.
CONVERTING_COMMAND_GATEWAY_ORDER - Static variable in class org.axonframework.messaging.core.configuration.MessagingConfigurationDefaults
The order in which the ConvertingCommandGateway is applied to the CommandGateway in the ComponentRegistry.
ConvertingCommandGateway - Class in org.axonframework.messaging.commandhandling.gateway
A CommandGateway implementation that wraps the CommandResult of the delegate into a result that can convert the payload of the result using a provided MessageConverter.
ConvertingCommandGateway(CommandGateway, MessageConverter) - Constructor for class org.axonframework.messaging.commandhandling.gateway.ConvertingCommandGateway
Constructs a ConvertingCommandGateway with the given delegate and converter.
convertMessage(M, Class<T>) - Method in interface org.axonframework.messaging.core.conversion.MessageConverter
Converts the given message's payload to the given targetType, returning a new Message with the converted payload.
convertMessage(M, Type) - Method in class org.axonframework.messaging.core.conversion.DelegatingMessageConverter
 
convertMessage(M, Type) - Method in interface org.axonframework.messaging.core.conversion.MessageConverter
Converts the given message's payload to the given targetType, returning a new Message with the converted payload.
convertMetadataValuesToGrpc(Map<String, MetaDataValue>) - Static method in class org.axonframework.axonserver.connector.MetadataConverter
Converts a Map of Axon Server MetaDataValue objects to a Map of String key-value pairs.
convertPayload(E, Class<T>) - Method in interface org.axonframework.messaging.eventhandling.conversion.EventConverter
Converts the given event's payload into a payload of the given targetType.
convertPayload(E, Type) - Method in class org.axonframework.messaging.eventhandling.conversion.DelegatingEventConverter
 
convertPayload(E, Type) - Method in interface org.axonframework.messaging.eventhandling.conversion.EventConverter
Converts the given event's payload into a payload of the given targetType.
convertPayload(M, Class<T>) - Method in interface org.axonframework.messaging.core.conversion.MessageConverter
Converts the given message's payload into a payload of the given targetType.
convertPayload(M, Type) - Method in class org.axonframework.messaging.core.conversion.DelegatingMessageConverter
 
convertPayload(M, Type) - Method in interface org.axonframework.messaging.core.conversion.MessageConverter
Converts the given message's payload into a payload of the given targetType.
convertQueryMessage(QueryMessage, String, String) - Static method in class org.axonframework.axonserver.connector.query.QueryConverter
Converts a QueryMessage into a QueryRequest.
convertQueryRequest(QueryRequest) - Static method in class org.axonframework.axonserver.connector.query.QueryConverter
Converts a QueryRequest into a QueryMessage.
convertQueryResponse(QueryResponse) - Static method in class org.axonframework.axonserver.connector.query.QueryConverter
Converts a QueryResponse into a QueryResponseMessage.
convertQueryResponseMessage(String, QueryResponseMessage) - Static method in class org.axonframework.axonserver.connector.query.QueryConverter
Converts a QueryResponseMessage into a QueryResponse.
convertQueryUpdate(QueryUpdate) - Static method in class org.axonframework.axonserver.connector.query.QueryConverter
Converts a QueryUpdate object into a SubscriptionQueryUpdateMessage.
convertQueryUpdate(String, ErrorCode, Throwable) - Static method in class org.axonframework.axonserver.connector.query.QueryConverter
Converts error information and a client identifier into a QueryUpdate.
convertQueryUpdate(SubscriptionQueryUpdateMessage) - Static method in class org.axonframework.axonserver.connector.query.QueryConverter
Converts a SubscriptionQueryUpdateMessage into a QueryUpdate.
convertResultMessage(CommandResultMessage, String) - Static method in class org.axonframework.axonserver.connector.command.CommandConverter
Converts the given resultMessage, when present, into a CommandResponse, using the given requestIdentifier to correlate the Command that led to this CommandResponse.
convertSourcingCondition(SourcingCondition) - Static method in class org.axonframework.axonserver.connector.event.ConditionConverter
Converts the given condition into a SourceEventsRequest.
convertStreamingCondition(StreamingCondition) - Static method in class org.axonframework.axonserver.connector.event.ConditionConverter
Converts the given condition into a StreamEventsRequest.
convertSubscriptionQueryMessage(SubscriptionQuery) - Static method in class org.axonframework.axonserver.connector.query.QueryConverter
Converts a SubscriptionQuery into a QueryMessage.
convertTaggedEventMessage(TaggedEventMessage<?>) - Method in class org.axonframework.axonserver.connector.event.TaggedEventConverter
Convert the given taggedEvent to a TaggedEvent.
convertToAxonException(String, ErrorMessage, SerializedObject) - Static method in class org.axonframework.axonserver.connector.util.ExceptionConverter
Converts the given error information into an AxonException.
convertToErrorMessage(String, ErrorCode, Throwable) - Static method in class org.axonframework.axonserver.connector.util.ExceptionConverter
Serializes a given Throwable into an ErrorMessage.
convertToOutboundMessage(EventMessage) - Method in class org.axonframework.extension.spring.messaging.DefaultEventMessageConverter
 
convertToOutboundMessage(EventMessage) - Method in interface org.axonframework.extension.spring.messaging.EventMessageConverter
Converts Axon event into Spring message.
convertToSingleObjectEncoded(Object) - Method in interface org.axonframework.conversion.avro.AvroConverterStrategy
Converts the given object to byte array using Avro single-object-encoding.
convertToSingleObjectEncoded(Object) - Method in class org.axonframework.conversion.avro.SpecificRecordBaseConverterStrategy
 
coordinatorExecutor() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorConfiguration
Returns the coordinator's ScheduledExecutorService.
coordinatorExecutor(ScheduledExecutorService) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorConfiguration
Specifies the ScheduledExecutorService used by the coordinator of this PooledStreamingEventProcessor.
coordinatorExecutor(Supplier<ScheduledExecutorService>) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorConfiguration
Specifies the ScheduledExecutorService used by the coordinator of this PooledStreamingEventProcessor.
coordinatorExtendsClaims() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorConfiguration
Returns whether the coordinator extends claims for work packages.
CORRELATION_DATA - Static variable in class org.axonframework.messaging.core.interception.CorrelationDataInterceptor
Resource key the correlation data is stored in the ProcessingContext.
correlationDataFor(Message) - Method in interface org.axonframework.messaging.core.correlation.CorrelationDataProvider
Provides a map with the entries to attach as correlation data to generated messages while processing given message.
correlationDataFor(Message) - Method in class org.axonframework.messaging.core.correlation.MessageOriginProvider
 
correlationDataFor(Message) - Method in class org.axonframework.messaging.core.correlation.MultiCorrelationDataProvider
 
correlationDataFor(Message) - Method in class org.axonframework.messaging.core.correlation.SimpleCorrelationDataProvider
 
CorrelationDataInterceptor<M> - Class in org.axonframework.messaging.core.interception
A MessageDispatchInterceptor and MessageHandlerInterceptor implementation using CorrelationDataProviders to collect and set a collection of correlation data.
CorrelationDataInterceptor(Collection<CorrelationDataProvider>) - Constructor for class org.axonframework.messaging.core.interception.CorrelationDataInterceptor
Construct a CorrelationDataInterceptor that collects correlation data from intercepted messages with the given correlationDataProviders, and sets it during dispatching
CorrelationDataInterceptor(CorrelationDataProvider...) - Constructor for class org.axonframework.messaging.core.interception.CorrelationDataInterceptor
Construct a CorrelationDataInterceptor that collects correlation data from intercepted messages with the given correlationDataProviders, and sets it during dispatching
CorrelationDataProvider - Interface in org.axonframework.messaging.core.correlation
Object defining the data from a Message that should be attached as correlation data to Messages generated as result of the processing of the given message.
CorrelationDataProviderAutoConfiguration - Class in org.axonframework.extension.springboot.autoconfig
Autoconfiguration class dedicated to collection any CorrelationDataProviders.
CorrelationDataProviderAutoConfiguration() - Constructor for class org.axonframework.extension.springboot.autoconfig.CorrelationDataProviderAutoConfiguration
 
CorrelationDataProviderRegistry - Interface in org.axonframework.messaging.core.correlation
correlationDataProviders(Configuration) - Method in interface org.axonframework.messaging.core.correlation.CorrelationDataProviderRegistry
Returns the list of CorrelationDataProviders registered in this registry.
correlationDataProviders(Configuration) - Method in class org.axonframework.messaging.core.correlation.DefaultCorrelationDataProviderRegistry
 
covers(TrackingToken) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.GapAwareTrackingToken
 
covers(TrackingToken) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.GlobalSequenceTrackingToken
 
covers(TrackingToken) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.MergedTrackingToken
 
covers(TrackingToken) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.ReplayToken
 
covers(TrackingToken) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.ConfigToken
 
covers(TrackingToken) - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.token.TrackingToken
Indicates whether this token covers the other token completely.
create() - Static method in class org.axonframework.eventsourcing.configuration.EventSourcingConfigurer
Build a default EventSourcingConfigurer instance with several event sourcing defaults.
create() - Static method in class org.axonframework.messaging.core.configuration.MessagingConfigurer
Build a default MessagingConfigurer instance with several messaging defaults, as well as methods to register (e.g.) a command bus.
create() - Method in interface org.axonframework.messaging.core.unitofwork.UnitOfWorkFactory
Creates a new UnitOfWork with a randomly generated identifier.
create() - Static method in class org.axonframework.modelling.configuration.ModellingConfigurer
This configurer does not set any defaults other than the defaults granted by the MessagingConfigurer it wraps.
create(ID, EventMessage, ProcessingContext) - Method in class org.axonframework.eventsourcing.annotation.reflection.AnnotationBasedEventSourcedEntityFactory
 
create(ID, EventMessage, ProcessingContext) - Method in interface org.axonframework.eventsourcing.EventSourcedEntityFactory
Creates an entity of type E with the given identifier.
create(String) - Static method in class org.axonframework.messaging.commandhandling.SimpleCommandHandlingComponent
Instantiates a simple CommandHandlingComponent that is able to handle commands and delegate them to subcomponents.
create(String) - Method in interface org.axonframework.messaging.core.unitofwork.UnitOfWorkFactory
Creates a new UnitOfWork with the given identifier.
create(String) - Static method in class org.axonframework.messaging.eventhandling.SimpleEventHandlingComponent
Instantiates a simple EventHandlingComponent that is able to handle events and delegate them to subcomponents.
create(String) - Static method in class org.axonframework.messaging.queryhandling.SimpleQueryHandlingComponent
Instantiates a simple QueryHandlingComponent that is able to handle query and delegate them to subcomponents.
create(String, Function<UnitOfWorkConfiguration, UnitOfWorkConfiguration>) - Method in class org.axonframework.messaging.core.unitofwork.SimpleUnitOfWorkFactory
 
create(String, Function<UnitOfWorkConfiguration, UnitOfWorkConfiguration>) - Method in class org.axonframework.messaging.core.unitofwork.TransactionalUnitOfWorkFactory
Creates a new UnitOfWork that is bound to a transaction.
create(String, Function<UnitOfWorkConfiguration, UnitOfWorkConfiguration>) - Method in interface org.axonframework.messaging.core.unitofwork.UnitOfWorkFactory
Creates a new UnitOfWork with the given identifier and applies the provided customization to its configuration.
create(String, SequencingPolicy) - Static method in class org.axonframework.messaging.eventhandling.SimpleEventHandlingComponent
Instantiates a simple EventHandlingComponent that is able to handle events and delegate them to subcomponents, using the given sequencingPolicy to decide how to sequence incoming events.
create(CompletableFuture<? extends MessageStream<M>>) - Static method in class org.axonframework.messaging.core.DelayedMessageStream
Creates a stream that delays actions to its delegate when it becomes available.
create(Function<UnitOfWorkConfiguration, UnitOfWorkConfiguration>) - Method in interface org.axonframework.messaging.core.unitofwork.UnitOfWorkFactory
Creates a new UnitOfWork with a random identifier and applies the provided customization to its configuration.
create(Configuration) - Method in interface org.axonframework.messaging.eventhandling.configuration.SubscribableEventSourceDefinition
Creates a SubscribableEventSource based on this definition and the provided configuration.
create(ParameterResolverFactory, ParameterResolverFactory) - Static method in class org.axonframework.messaging.core.annotation.HierarchicalParameterResolverFactory
Creates a new hierarchicalParameterResolverFactory that delegates to the given parent and child factories.
create(StateManager, StateManager) - Static method in class org.axonframework.modelling.HierarchicalStateManager
Creates a new hierarchical StateManager that delegates to the given parent and child managers, giving preference to the child manager.
create(UsagePropertyProvider...) - Static method in interface org.axonframework.update.configuration.UsagePropertyProvider
Creates a new instance of UsagePropertyProvider that combines multiple property providers.
createAxonException(QueryResponse) - Method in class org.axonframework.axonserver.connector.query.QueryResponseMessageStream
 
createAxonException(QueryUpdate) - Method in class org.axonframework.axonserver.connector.query.QueryUpdateMessageStream
 
createAxonException(T) - Method in class org.axonframework.axonserver.connector.query.AbstractQueryResponseMessageStream
 
createBatchSpan(boolean, List<? extends EventMessage>) - Method in class org.axonframework.messaging.eventhandling.tracing.DefaultEventProcessorSpanFactory
 
createBatchSpan(boolean, List<? extends EventMessage>) - Method in interface org.axonframework.messaging.eventhandling.tracing.EventProcessorSpanFactory
Creates a span for the batch of events that are handled by the event processor.
createChildDefinition(Class<P>, AnnotatedEntityMetamodelFactory, Member) - Method in class org.axonframework.modelling.entity.annotation.AbstractEntityChildModelDefinition
 
createChildDefinition(Class<P>, AnnotatedEntityMetamodelFactory, Member) - Method in interface org.axonframework.modelling.entity.annotation.EntityChildModelDefinition
Inspect the given member, which is declared on the given parentClass for the presence of a child entity according to this definition.
createChildEntityMatcher(AnnotatedEntityMetamodel<E>, Member) - Method in interface org.axonframework.modelling.entity.annotation.EventTargetMatcherDefinition
Creates a EventTargetMatcher for the given entity and member.
createChildEntityMatcher(AnnotatedEntityMetamodel<E>, Member) - Method in class org.axonframework.modelling.entity.annotation.RoutingKeyEventTargetMatcherDefinition
 
createChildHandlerSpan(Supplier<String>, Message, Message...) - Method in interface org.axonframework.messaging.tracing.SpanFactory
Creates a new Span which is part of the current trace.
createCommandTargetResolver(AnnotatedEntityMetamodel<E>, Member) - Method in interface org.axonframework.modelling.entity.annotation.CommandTargetResolverDefinition
Creates a CommandTargetResolver for the given entity and member.
createCommandTargetResolver(AnnotatedEntityMetamodel<E>, Member) - Method in class org.axonframework.modelling.entity.annotation.RoutingKeyCommandTargetResolverDefinition
 
createCommitEventsSpan() - Method in class org.axonframework.messaging.eventhandling.tracing.DefaultEventBusSpanFactory
 
createCommitEventsSpan() - Method in interface org.axonframework.messaging.eventhandling.tracing.EventBusSpanFactory
Creates a span for the committing of events.
createComponent() - Method in class org.axonframework.common.configuration.AbstractComponent
 
createComponent() - Method in interface org.axonframework.common.configuration.ComponentDefinition.ComponentCreator
Create a component matching the requirements configured on this definition.
createContext(String, int, String, boolean) - Static method in class org.axonframework.test.server.AxonServerContainerUtils
Calls the API of Axon Server at the given hostname and (http) port to create a context with the given context name.
createDispatchCommandSpan(CommandMessage, boolean) - Method in interface org.axonframework.messaging.commandhandling.tracing.CommandBusSpanFactory
Creates a span for the dispatching of a command.
createDispatchCommandSpan(CommandMessage, boolean) - Method in class org.axonframework.messaging.commandhandling.tracing.DefaultCommandBusSpanFactory
 
createDispatchSpan(Supplier<String>, Message, Message...) - Method in class org.axonframework.extension.tracing.opentelemetry.OpenTelemetrySpanFactory
 
createDispatchSpan(Supplier<String>, Message, Message...) - Method in class org.axonframework.messaging.tracing.MultiSpanFactory
 
createDispatchSpan(Supplier<String>, Message, Message...) - Method in class org.axonframework.messaging.tracing.NoOpSpanFactory
 
createDispatchSpan(Supplier<String>, Message, Message...) - Method in interface org.axonframework.messaging.tracing.SpanFactory
Creates a new Span linked to dispatching a Message, for example when sending a command to Axon Server.
createEventCriteriaResolver(Class<E>, Class<I>, Configuration) - Method in interface org.axonframework.eventsourcing.annotation.CriteriaResolverDefinition
Constructs a CriteriaResolver for the given entityType and idType.
createEventCriteriaResolver(Class<E>, Class<ID>, Configuration) - Method in class org.axonframework.eventsourcing.annotation.AnnotationBasedEventCriteriaResolverDefinition
 
createExceptionFailedToDeserialize(Class<?>, Schema, Schema, Exception, boolean) - Static method in class org.axonframework.conversion.avro.AvroUtil
Creates a conversion exception for reader type.
createExceptionFailedToDeserialize(Class<?>, Schema, Schema, String, boolean) - Static method in class org.axonframework.conversion.avro.AvroUtil
Creates a conversion exception for reader type.
createExceptionNoSchemaFound(Class<?>, long) - Static method in class org.axonframework.conversion.avro.AvroUtil
Creates exception if the schema for a given fingerprint could not be found.
createExecutorService(C, BlockingQueue<Runnable>) - Method in interface org.axonframework.common.util.ExecutorServiceFactory
Creates an ExecutorService based on the given configuration and queue.
createFactory(Class<E>, Set<Class<? extends E>>, Class<ID>, Configuration) - Method in interface org.axonframework.eventsourcing.annotation.EventSourcedEntityFactoryDefinition
Creates a new EventSourcedEntityFactory for the given entityType and idType.
createFactory(Class<Object>, Set<Class<? extends Object>>, Class<Object>, Configuration) - Method in class org.axonframework.eventsourcing.annotation.reflection.AnnotationBasedEventSourcedEntityFactoryDefinition
 
createHandleCommandSpan(CommandMessage, boolean) - Method in interface org.axonframework.messaging.commandhandling.tracing.CommandBusSpanFactory
Creates a span for the handling of a command.
createHandleCommandSpan(CommandMessage, boolean) - Method in class org.axonframework.messaging.commandhandling.tracing.DefaultCommandBusSpanFactory
 
createHandler(Class<T>, Method, ParameterResolverFactory, Function<Object, MessageStream<?>>) - Method in class org.axonframework.messaging.core.annotation.AnnotatedMessageHandlingMemberDefinition
 
createHandler(Class<T>, Method, ParameterResolverFactory, Function<Object, MessageStream<?>>) - Method in interface org.axonframework.messaging.core.annotation.HandlerDefinition
Create a MessageHandlingMember for the given method method.
createHandler(Class<T>, Method, ParameterResolverFactory, Function<Object, MessageStream<?>>) - Method in class org.axonframework.messaging.core.annotation.MultiHandlerDefinition
 
createHandlerSpan(Supplier<String>, Message, boolean, Message...) - Method in class org.axonframework.extension.tracing.opentelemetry.OpenTelemetrySpanFactory
 
createHandlerSpan(Supplier<String>, Message, boolean, Message...) - Method in class org.axonframework.messaging.tracing.MultiSpanFactory
 
createHandlerSpan(Supplier<String>, Message, boolean, Message...) - Method in class org.axonframework.messaging.tracing.NoOpSpanFactory
 
createHandlerSpan(Supplier<String>, Message, boolean, Message...) - Method in interface org.axonframework.messaging.tracing.SpanFactory
Creates a new Span linked to asynchronously handling a Message, for example when handling a command from Axon Server.
createIdResolver(Class<E>, Class<ID>, AnnotatedEntityMetamodel<E>, Configuration) - Method in class org.axonframework.modelling.annotation.AnnotationBasedEntityIdResolverDefinition
 
createIdResolver(Class<E>, Class<ID>, AnnotatedEntityMetamodel<E>, Configuration) - Method in interface org.axonframework.modelling.annotation.EntityIdResolverDefinition
Creates an EntityIdResolver for the given entity type and identifier type.
createIdResolver(Class<E>, Class<ID>, AnnotatedEntityMetamodel<E>, Configuration) - Method in class org.axonframework.modelling.entity.annotation.AnnotatedEntityIdResolverDefinition
 
createInstance(Executable, Parameter[], int) - Method in class org.axonframework.extension.spring.config.annotation.SpringBeanDependencyResolverFactory
 
createInstance(Executable, Parameter[], int) - Method in class org.axonframework.extension.spring.config.annotation.SpringBeanParameterResolverFactory
 
createInstance(Executable, Parameter[], int) - Method in class org.axonframework.messaging.commandhandling.annotation.CommandDispatcherParameterResolverFactory
 
createInstance(Executable, Parameter[], int) - Method in class org.axonframework.messaging.core.annotation.AbstractAnnotatedParameterResolverFactory
 
createInstance(Executable, Parameter[], int) - Method in class org.axonframework.messaging.core.annotation.DefaultParameterResolverFactory
 
createInstance(Executable, Parameter[], int) - Method in class org.axonframework.messaging.core.annotation.HierarchicalParameterResolverFactory
 
createInstance(Executable, Parameter[], int) - Method in class org.axonframework.messaging.core.annotation.InterceptorChainParameterResolverFactory
 
createInstance(Executable, Parameter[], int) - Method in class org.axonframework.messaging.core.annotation.MultiParameterResolverFactory
 
createInstance(Executable, Parameter[], int) - Method in interface org.axonframework.messaging.core.annotation.ParameterResolverFactory
If available, creates a ParameterResolver instance that can provide a parameter of type parameterType for a given message.
createInstance(Executable, Parameter[], int) - Method in class org.axonframework.messaging.core.annotation.SimpleResourceParameterResolverFactory
 
createInstance(Executable, Parameter[], int) - Method in class org.axonframework.messaging.core.configuration.reflection.ConfigurationParameterResolverFactory
 
createInstance(Executable, Parameter[], int) - Method in class org.axonframework.messaging.core.interception.annotation.ResultParameterResolverFactory
 
createInstance(Executable, Parameter[], int) - Method in class org.axonframework.messaging.core.unitofwork.annotation.ProcessingContextParameterResolverFactory
 
createInstance(Executable, Parameter[], int) - Method in class org.axonframework.messaging.eventhandling.annotation.EventAppenderParameterResolverFactory
 
createInstance(Executable, Parameter[], int) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.annotation.TrackingTokenParameterResolverFactory
 
createInstance(Executable, Parameter[], int) - Method in class org.axonframework.messaging.eventhandling.replay.annotation.ReplayContextParameterResolverFactory
 
createInstance(Executable, Parameter[], int) - Method in class org.axonframework.messaging.eventhandling.replay.annotation.ReplayParameterResolverFactory
 
createInstance(Executable, Parameter[], int) - Method in class org.axonframework.messaging.queryhandling.QueryUpdateEmitterParameterResolverFactory
 
createInstance(Executable, Parameter[], int) - Method in class org.axonframework.modelling.annotation.InjectEntityParameterResolverFactory
 
createInstance(Executable, Parameter[], int) - Method in class org.axonframework.test.FixtureResourceParameterResolverFactory
 
createInternalSpan(Supplier<String>) - Method in class org.axonframework.extension.tracing.opentelemetry.OpenTelemetrySpanFactory
 
createInternalSpan(Supplier<String>) - Method in class org.axonframework.messaging.tracing.MultiSpanFactory
 
createInternalSpan(Supplier<String>) - Method in class org.axonframework.messaging.tracing.NoOpSpanFactory
 
createInternalSpan(Supplier<String>) - Method in interface org.axonframework.messaging.tracing.SpanFactory
Creates a new Span linked to the currently active span.
createInternalSpan(Supplier<String>, Message) - Method in class org.axonframework.extension.tracing.opentelemetry.OpenTelemetrySpanFactory
 
createInternalSpan(Supplier<String>, Message) - Method in class org.axonframework.messaging.tracing.MultiSpanFactory
 
createInternalSpan(Supplier<String>, Message) - Method in class org.axonframework.messaging.tracing.NoOpSpanFactory
 
createInternalSpan(Supplier<String>, Message) - Method in interface org.axonframework.messaging.tracing.SpanFactory
Creates a new Span linked to the currently active span.
createLinkedHandlerSpan(Supplier<String>, Message, Message...) - Method in interface org.axonframework.messaging.tracing.SpanFactory
Creates a new Span which becomes its own separate trace, linked to the previous span.
createListenerAdapter(Cache.EntryListener) - Method in class org.axonframework.common.caching.AbstractCacheAdapter
Creates an adapter for the given cacheEntryListener.
createListenerAdapter(Cache.EntryListener) - Method in class org.axonframework.common.caching.EhCacheAdapter
 
createListenerAdapter(Cache.EntryListener) - Method in class org.axonframework.common.caching.JCacheAdapter
 
createMetamodelForType(Class<C>) - Method in interface org.axonframework.modelling.entity.annotation.AnnotatedEntityMetamodelFactory
Creates an AnnotatedEntityMetamodel for the given entity type.
createNullStatement(Connection) - Static method in class org.axonframework.common.jdbc.Oracle11Utils
Creates a prepared statement that acts as a null object.
createProcessEventSpan(boolean, EventMessage) - Method in class org.axonframework.messaging.eventhandling.tracing.DefaultEventProcessorSpanFactory
 
createProcessEventSpan(boolean, EventMessage) - Method in interface org.axonframework.messaging.eventhandling.tracing.EventProcessorSpanFactory
Creates a span for the handling of an event.
createProcessingInstruction(ProcessingKey, boolean) - Static method in class org.axonframework.axonserver.connector.util.ProcessingInstructionUtils
Creates a new ProcessingInstruction.Builder with the given key and value.
createProcessingInstruction(ProcessingKey, long) - Static method in class org.axonframework.axonserver.connector.util.ProcessingInstructionUtils
Creates a new ProcessingInstruction.Builder with the given key and value.
createProcessingInstruction(ProcessingKey, MetaDataValue.Builder) - Static method in class org.axonframework.axonserver.connector.util.ProcessingInstructionUtils
Creates a new ProcessingInstruction.Builder with the given key and value.
createProcessingInstruction(ProcessingKey, String) - Static method in class org.axonframework.axonserver.connector.util.ProcessingInstructionUtils
Creates a new ProcessingInstruction.Builder with the given key and value.
createPublishEventSpan(EventMessage) - Method in class org.axonframework.messaging.eventhandling.tracing.DefaultEventBusSpanFactory
 
createPublishEventSpan(EventMessage) - Method in interface org.axonframework.messaging.eventhandling.tracing.EventBusSpanFactory
Creates a span for the publishing of an event.
createQueryProcessingSpan(QueryMessage) - Method in class org.axonframework.messaging.queryhandling.tracing.DefaultQueryBusSpanFactory
 
createQueryProcessingSpan(QueryMessage) - Method in interface org.axonframework.messaging.queryhandling.tracing.QueryBusSpanFactory
Creates a span for processing a query.
createQuerySpan(QueryMessage, boolean) - Method in class org.axonframework.messaging.queryhandling.tracing.DefaultQueryBusSpanFactory
 
createQuerySpan(QueryMessage, boolean) - Method in interface org.axonframework.messaging.queryhandling.tracing.QueryBusSpanFactory
Creates a span for a query.
createReplayToken(TrackingToken) - Static method in class org.axonframework.messaging.eventhandling.processing.streaming.token.ReplayToken
Creates a new TrackingToken that represents the tail of the stream.
createReplayToken(TrackingToken, TrackingToken) - Static method in class org.axonframework.messaging.eventhandling.processing.streaming.token.ReplayToken
Creates a new TrackingToken that represents the given startPosition of a stream.
createReplayToken(TrackingToken, TrackingToken, Object) - Static method in class org.axonframework.messaging.eventhandling.processing.streaming.token.ReplayToken
Creates a new TrackingToken that represents the given startPosition of a stream.
createResponseProcessingSpan(QueryMessage) - Method in class org.axonframework.messaging.queryhandling.tracing.DefaultQueryBusSpanFactory
 
createResponseProcessingSpan(QueryMessage) - Method in interface org.axonframework.messaging.queryhandling.tracing.QueryBusSpanFactory
Creates a span for processing a response.
createRootTrace(Supplier<String>) - Method in class org.axonframework.extension.tracing.opentelemetry.OpenTelemetrySpanFactory
 
createRootTrace(Supplier<String>) - Method in class org.axonframework.messaging.tracing.MultiSpanFactory
 
createRootTrace(Supplier<String>) - Method in class org.axonframework.messaging.tracing.NoOpSpanFactory
 
createRootTrace(Supplier<String>) - Method in interface org.axonframework.messaging.tracing.SpanFactory
Creates a new Span without any parent trace.
createSchema(TokenTableFactory) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenStore
Performs the DDL queries to create the schema necessary for this token store implementation.
createSequencer() - Method in class org.axonframework.eventsourcing.eventstore.AggregateBasedConsistencyMarker
Create an AggregateBasedConsistencyMarker.AggregateSequencer, initialized with values from this marker, which can increment and provide sequence numbers of multiple aggregates, and integrate the results into a new AggregateBasedConsistencyMarker.
createSingle(CompletableFuture<MessageStream.Single<M>>) - Static method in class org.axonframework.messaging.core.DelayedMessageStream
Creates a single stream that delays actions to its delegate when it becomes available.
createSortedSetOf(Collection<Long>, long) - Static method in class org.axonframework.messaging.eventhandling.processing.streaming.token.GapAwareTrackingToken
Construct a SortedSet of the given gaps to be set in this Tracking Token.
createStreamingQuerySpan(QueryMessage, boolean) - Method in class org.axonframework.messaging.queryhandling.tracing.DefaultQueryBusSpanFactory
 
createStreamingQuerySpan(QueryMessage, boolean) - Method in interface org.axonframework.messaging.queryhandling.tracing.QueryBusSpanFactory
Creates a span for a streaming query.
createSubscriptionQueryProcessUpdateSpan(SubscriptionQueryUpdateMessage, QueryMessage) - Method in class org.axonframework.messaging.queryhandling.tracing.DefaultQueryBusSpanFactory
 
createSubscriptionQueryProcessUpdateSpan(SubscriptionQueryUpdateMessage, QueryMessage) - Method in interface org.axonframework.messaging.queryhandling.tracing.QueryBusSpanFactory
Creates a span for processing a subscription query update that has been received from the server.
createSubscriptionQuerySpan(QueryMessage, boolean) - Method in class org.axonframework.messaging.queryhandling.tracing.DefaultQueryBusSpanFactory
 
createSubscriptionQuerySpan(QueryMessage, boolean) - Method in interface org.axonframework.messaging.queryhandling.tracing.QueryBusSpanFactory
Creates a span for a subscription query.
createTable(Connection, TokenSchema) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.GenericTokenTableFactory
 
createTable(Connection, TokenSchema) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.Oracle11TokenTableFactory
 
createTable(Connection, TokenSchema) - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.TokenTableFactory
Creates a PreparedStatement that allows for the creation of the table to store tracking token entries.
createUpdateEmitSpan(SubscriptionQueryUpdateMessage) - Method in class org.axonframework.messaging.queryhandling.tracing.DefaultQueryUpdateEmitterSpanFactory
 
createUpdateEmitSpan(SubscriptionQueryUpdateMessage) - Method in interface org.axonframework.messaging.queryhandling.tracing.QueryUpdateEmitterSpanFactory
Creates a span for the actual emit of a query update when the UnitOfWork commits (or immediately if no UnitOfWork is active).
createUpdateScheduleEmitSpan(SubscriptionQueryUpdateMessage) - Method in class org.axonframework.messaging.queryhandling.tracing.DefaultQueryUpdateEmitterSpanFactory
 
createUpdateScheduleEmitSpan(SubscriptionQueryUpdateMessage) - Method in interface org.axonframework.messaging.queryhandling.tracing.QueryUpdateEmitterSpanFactory
Creates a span for the scheduling of emitting a query update.
creationalCommandHandler(QualifiedName, CommandHandler) - Method in interface org.axonframework.modelling.entity.EntityMetamodelBuilder
Adds a CommandHandler to this metamodel for the given QualifiedName that is in charge of creation of the entity.
creationalCommandHandler(QualifiedName, CommandHandler) - Method in interface org.axonframework.modelling.entity.PolymorphicEntityMetamodelBuilder
 
criteria() - Method in interface org.axonframework.messaging.eventstreaming.EventsCondition
The set of criteria against which events must match.
criteria() - Method in interface org.axonframework.messaging.eventstreaming.StreamingCondition
 
criteriaResolver(ComponentBuilder<CriteriaResolver<ID>>) - Method in interface org.axonframework.eventsourcing.configuration.EventSourcedEntityModule.CriteriaResolverPhase
Registers the given ComponentBuilder of a CriteriaResolver as the criteria resolver for the event-sourced entity being built.
CriteriaResolver<I> - Interface in org.axonframework.eventsourcing
Functional interface describing a resolver of an EventCriteria based on an identifier of type I.
criteriaResolverDefinition() - Element in annotation interface org.axonframework.eventsourcing.annotation.EventSourcedEntity
The definition of the CriteriaResolver to use to resolve the EventCriteria for the entity.
criteriaResolverDefinition() - Element in annotation interface org.axonframework.extension.spring.stereotype.EventSourced
The definition of the CriteriaResolver to use to resolve the EventCriteria for the entity.
CriteriaResolverDefinition - Interface in org.axonframework.eventsourcing.annotation
Defines how a CriteriaResolver should be constructed for an EventSourcedEntity annotated class.
CRITICAL - Enum constant in enum class org.axonframework.update.api.DetectedVulnerabilitySeverity
The vulnerability has a critical severity.
CURRENT - Enum constant in enum class org.axonframework.common.configuration.SearchScope
Searches for Components in the current ComponentRegistry only, disregarding any ancestors.
currentInterceptorChain() - Static method in class org.axonframework.messaging.core.annotation.InterceptorChainParameterResolverFactory
Returns the current interceptor chain registered for injection as a parameter.
currentInterceptorChain(ProcessingContext) - Static method in class org.axonframework.messaging.core.annotation.InterceptorChainParameterResolverFactory
 
Customization() - Constructor for record class org.axonframework.test.fixture.AxonTestFixture.Customization
Creates a new instance of Customization.
Customization(boolean, List<FieldFilter>) - Constructor for record class org.axonframework.test.fixture.AxonTestFixture.Customization
Creates an instance of a Customization record class.
customized(BiFunction<Configuration, C, C>) - Method in interface org.axonframework.messaging.eventhandling.configuration.EventProcessorModule.CustomizationPhase
Customizes the processor configuration by applying modifications to the default configuration.
customized(BiFunction<Configuration, PooledStreamingEventProcessorConfiguration, PooledStreamingEventProcessorConfiguration>) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorModule
 
customized(BiFunction<Configuration, SubscribingEventProcessorConfiguration, SubscribingEventProcessorConfiguration>) - Method in class org.axonframework.messaging.eventhandling.processing.subscribing.SubscribingEventProcessorModule
 

D

DATAFILE_READ_ERROR - Enum constant in enum class org.axonframework.axonserver.connector.ErrorCode
 
DATAFILE_WRITE_ERROR - Enum constant in enum class org.axonframework.axonserver.connector.ErrorCode
 
DataSourceConnectionProvider - Class in org.axonframework.common.jdbc
ConnectionProvider implementation that obtains a connection from a given DataSource.
DataSourceConnectionProvider(DataSource) - Constructor for class org.axonframework.common.jdbc.DataSourceConnectionProvider
Initialize the Connection Provider, using given dataSource to obtain new connections.
DateTimeUtils - Class in org.axonframework.common
Some utility methods regarding Date and Time.
DCB_CONTEXT - Static variable in class org.axonframework.test.server.AxonServerContainerUtils
Constant boolean specifying that a context supports DCB.
DEADLINE_NAME - Static variable in interface org.axonframework.messaging.core.annotation.HandlerAttributes
Attribute key referencing the name of the
invalid reference
org.axonframework.deadline.DeadlineMessage
the handler can handle.
DeadlockException - Exception Class in org.axonframework.common.lock
Exception indicating that a deadlock has been detected while a thread was attempting to acquire a lock.
DeadlockException(String) - Constructor for exception class org.axonframework.common.lock.DeadlockException
Initializes the exception with given message.
declarative(Class<ID>, Class<E>) - Static method in interface org.axonframework.eventsourcing.configuration.EventSourcedEntityModule
Starts building an event-sourced entity with the given entityType and idType.
declarative(Class<ID>, Class<E>) - Static method in interface org.axonframework.modelling.configuration.StateBasedEntityModule
Starts the builder for a state-based entity with the given entityType and idType.
declarative(ComponentBuilder<EventHandlingComponent>) - Method in class org.axonframework.messaging.eventhandling.configuration.DefaultEventHandlingComponentsConfigurer
 
declarative(ComponentBuilder<EventHandlingComponent>) - Method in interface org.axonframework.messaging.eventhandling.configuration.EventHandlingComponentsConfigurer.ComponentsPhase
Configures a single event handling component.
Declarative building - Search tag in interface org.axonframework.eventsourcing.configuration.EventSourcedEntityModule
Section
declaringClass() - Method in interface org.axonframework.messaging.core.annotation.MessageHandlingMember
Gets the declaring class of this Message Handling Member.
declaringClass(Class<?>, String, Class<?>...) - Static method in class org.axonframework.common.ReflectionUtils
Returns the class on which the method with given methodName and parameters of type parameterTypes is declared.
decorate(Component<C>) - Method in interface org.axonframework.common.configuration.DecoratorDefinition.CompletedDecoratorDefinition
Decorates the given delegate by returning the instance that should be used in its place.
decorate(Configuration, String, C) - Method in interface org.axonframework.common.configuration.ComponentDecorator
Decorates the given delegate into a mutated or replaced instance of type D, which must be the same or a subclass of C.
decorated(BiFunction<Configuration, EventHandlingComponent, EventHandlingComponent>) - Method in class org.axonframework.messaging.eventhandling.configuration.DefaultEventHandlingComponentsConfigurer
 
decorated(BiFunction<Configuration, EventHandlingComponent, EventHandlingComponent>) - Method in interface org.axonframework.messaging.eventhandling.configuration.EventHandlingComponentsConfigurer.CompletePhase
Applies a decorator to all components in the collection.
DECORATION_ORDER - Static variable in class org.axonframework.eventsourcing.eventstore.InterceptingEventStore
The order in which the InterceptingEventStore is applied as a decorator to the EventStore.
DECORATION_ORDER - Static variable in class org.axonframework.messaging.commandhandling.interception.InterceptingCommandBus
The order in which the InterceptingCommandBus is applied as a decorator to the CommandBus.
DECORATION_ORDER - Static variable in class org.axonframework.messaging.eventhandling.InterceptingEventBus
The order in which the InterceptingEventBus is applied as a decorator to the EventBus.
DECORATION_ORDER - Static variable in class org.axonframework.messaging.eventhandling.InterceptingEventSink
The order in which the InterceptingEventSink is applied as a decorator to the EventSink.
DECORATION_ORDER - Static variable in class org.axonframework.messaging.eventhandling.interception.InterceptingEventHandlingComponent
The order in which the InterceptingEventHandlingComponent is applied as a decorator to an EventHandlingComponent.
DECORATION_ORDER - Static variable in class org.axonframework.messaging.queryhandling.interception.InterceptingQueryBus
The order in which the InterceptingQueryBus is applied as a decorator to the QueryBus.
DecoratorDefinition<C,D> - Interface in org.axonframework.common.configuration
Defines the structure of a decorator for components in the Configuration of the application or one of its Modules.
DecoratorDefinition.CompletedDecoratorDefinition<C,D> - Interface in org.axonframework.common.configuration
Defines the behavior that all implementation of DecoratorDefinition must provide.
DecoratorDefinition.PartialDecoratorDefinition<C> - Interface in org.axonframework.common.configuration
Represents an intermediate phase in the creation of a DecoratorDefinition.
deepEquals(T) - Static method in class org.axonframework.test.matchers.Matchers
Constructs a deep equals Matcher.
deepEquals(T, FieldFilter) - Static method in class org.axonframework.test.matchers.Matchers
Constructs a deep equals Matcher.
DeepEqualsMatcher<T> - Class in org.axonframework.test.matchers
A BaseMatcher implementation that first matches based on Object.equals(Object).
DeepEqualsMatcher(T) - Constructor for class org.axonframework.test.matchers.DeepEqualsMatcher
Construct a DeepEqualsMatcher that will match an actual value with the given expected.
DeepEqualsMatcher(T, FieldFilter) - Constructor for class org.axonframework.test.matchers.DeepEqualsMatcher
Construct a DeepEqualsMatcher that will match an actual value with the given expected.
DEFAULT - Enum constant in enum class org.axonframework.extension.springboot.ConverterProperties.ConverterType
Defines that the default serializer should be used.
DEFAULT - Static variable in record class org.axonframework.conversion.avro.AvroConverterStrategyConfiguration
Default configuration.
DEFAULT - Static variable in record class org.axonframework.eventsourcing.eventstore.jpa.AggregateBasedJpaEventStorageEngineConfiguration
DEFAULT - Static variable in interface org.axonframework.extension.spring.config.EventProcessorSettings
Key for default settings.
DEFAULT - Static variable in record class org.axonframework.messaging.commandhandling.distributed.DistributedCommandBusConfiguration
DEFAULT - Static variable in record class org.axonframework.messaging.core.annotation.AnnotationMessageTypeResolver.AnnotationSpecification
The default AnnotationMessageTypeResolver.AnnotationSpecification looking for the Message annotation.
DEFAULT - Static variable in record class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenStoreConfiguration
A JdbcTokenStoreConfiguration instance with the following default values: The schema defaults to new TokenSchema(). The claimTimeout defaults to 10 seconds. The nodeId defaults to the name of the managed bean for the runtime system of the Java virtual machine. The contentType defaults to a byte[]-Class.
DEFAULT - Static variable in record class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa.JpaTokenStoreConfiguration
A JpaTokenStoreConfiguration instance with the following default values: The loadingLockMode defaults to LockModeType.PESSIMISTIC_WRITE The claimTimeout defaults to 10 seconds The nodeId defaults to the name of the managed bean for the runtime system of the Java virtual machine
DEFAULT - Static variable in record class org.axonframework.messaging.queryhandling.distributed.DistributedQueryBusConfiguration
DEFAULT_CAUSATION_KEY - Static variable in class org.axonframework.messaging.core.correlation.MessageOriginProvider
The default metadata key for the causation identifier of a Message.
DEFAULT_CORRELATION_KEY - Static variable in class org.axonframework.messaging.core.correlation.MessageOriginProvider
The default metadata key for the correlation identifier of a Message.
DEFAULT_VERSION - Static variable in record class org.axonframework.messaging.core.MessageType
The default version of a MessageType when none is given.
DefaultAxonApplication - Class in org.axonframework.common.configuration
Default implementation of the AxonApplication.
DefaultAxonApplication() - Constructor for class org.axonframework.common.configuration.DefaultAxonApplication
Creates a default axon application.
defaultAxonCborMapper() - Method in class org.axonframework.extension.springboot.autoconfig.CBORMapperAutoConfiguration
Returns the default Axon Framework CBORMapper, if required.
defaultAxonObjectMapper() - Method in class org.axonframework.extension.springboot.autoconfig.ObjectMapperAutoConfiguration
Returns the default Axon Framework ObjectMapper, if required.
defaultAxonSchemaStore(Set<Schema>) - Method in class org.axonframework.extension.springboot.autoconfig.AvroSchemaStoreAutoConfiguration
Constructs a simple default in-memory schema store filled with schemas.
defaultCalculator() - Static method in interface org.axonframework.messaging.commandhandling.CommandPriorityCalculator
Returns a default implementation of the CommandPriorityCalculator, always returning priority 0.
defaultCalculator() - Static method in interface org.axonframework.messaging.queryhandling.QueryPriorityCalculator
Returns a default implementation of the QueryPriorityCalculator, always returning priority 0.
DefaultCallbackBehavior - Class in org.axonframework.test.util
Default implementation of the CallbackBehavior interface.
DefaultCallbackBehavior() - Constructor for class org.axonframework.test.util.DefaultCallbackBehavior
 
DefaultCommandBusSpanFactory - Class in org.axonframework.messaging.commandhandling.tracing
Default implementation of the CommandBusSpanFactory.
DefaultCommandBusSpanFactory(DefaultCommandBusSpanFactory.Builder) - Constructor for class org.axonframework.messaging.commandhandling.tracing.DefaultCommandBusSpanFactory
Creates a new DefaultCommandBusSpanFactory using the provided builder.
DefaultCommandBusSpanFactory.Builder - Class in org.axonframework.messaging.commandhandling.tracing
Builder class to instantiate a DefaultCommandBusSpanFactory.
DefaultCommandGateway - Class in org.axonframework.messaging.commandhandling.gateway
Default implementation of the CommandGateway interface.
DefaultCommandGateway(CommandBus, MessageTypeResolver, CommandPriorityCalculator, RoutingStrategy) - Constructor for class org.axonframework.messaging.commandhandling.gateway.DefaultCommandGateway
Initialize the DefaultCommandGateway to send commands through given commandBus.
DefaultComponentRegistry - Class in org.axonframework.common.configuration
Default implementation of the ComponentRegistry allowing for reuse of Component, ComponentDecorator, ConfigurationEnhancer, and Module registration for the ApplicationConfigurer and Module implementations alike.
DefaultComponentRegistry() - Constructor for class org.axonframework.common.configuration.DefaultComponentRegistry
 
DefaultCorrelationDataProviderRegistry - Class in org.axonframework.messaging.core.correlation
Default implementation of the CorrelationDataProviderRegistry, maintaining a list of CorrelationDataProviders.
DefaultCorrelationDataProviderRegistry() - Constructor for class org.axonframework.messaging.core.correlation.DefaultCorrelationDataProviderRegistry
 
DefaultDispatchInterceptorRegistry - Class in org.axonframework.messaging.core.interception
Default implementation of the DispatchInterceptorRegistry, maintaining lists of CommandMessage, EventMessage, and QueryMessage-specific MessageDispatchInterceptors.
DefaultDispatchInterceptorRegistry() - Constructor for class org.axonframework.messaging.core.interception.DefaultDispatchInterceptorRegistry
 
DefaultEntityRegistrar - Class in org.axonframework.extension.springboot.util
 
DefaultEntityRegistrar() - Constructor for class org.axonframework.extension.springboot.util.DefaultEntityRegistrar
 
DefaultEventBusSpanFactory - Class in org.axonframework.messaging.eventhandling.tracing
Default implementation of the EventBusSpanFactory.
DefaultEventBusSpanFactory(DefaultEventBusSpanFactory.Builder) - Constructor for class org.axonframework.messaging.eventhandling.tracing.DefaultEventBusSpanFactory
Creates a new DefaultEventBusSpanFactory using the provided builder.
DefaultEventBusSpanFactory.Builder - Class in org.axonframework.messaging.eventhandling.tracing
Builder class to instantiate a DefaultEventBusSpanFactory.
DefaultEventGateway - Class in org.axonframework.messaging.eventhandling.gateway
Default implementation of the EventGateway interface using the EventSink to publish events.
DefaultEventGateway(EventSink, MessageTypeResolver) - Constructor for class org.axonframework.messaging.eventhandling.gateway.DefaultEventGateway
Creates a new EventGateway that uses the given eventSink to publish events.
DefaultEventHandlingComponentsConfigurer - Class in org.axonframework.messaging.eventhandling.configuration
Default implementation of EventHandlingComponentsConfigurer providing EventHandlingComponents` builders management with decoration support.
DefaultEventHandlingComponentsConfigurer() - Constructor for class org.axonframework.messaging.eventhandling.configuration.DefaultEventHandlingComponentsConfigurer
Creates a new empty configurer instance.
DefaultEventMessageConverter - Class in org.axonframework.extension.spring.messaging
An EventMessageConverter that will convert an Axon event message into a Spring message by: Copying axon event payload into Spring message payload. Copying axon event metadata into Spring message headers. Adding axon event message specific attributes - that are not part of axon metadata - to the Spring message Headers.
DefaultEventMessageConverter() - Constructor for class org.axonframework.extension.spring.messaging.DefaultEventMessageConverter
 
DefaultEventProcessorSpanFactory - Class in org.axonframework.messaging.eventhandling.tracing
Default implementation of the EventProcessorSpanFactory.
DefaultEventProcessorSpanFactory(DefaultEventProcessorSpanFactory.Builder) - Constructor for class org.axonframework.messaging.eventhandling.tracing.DefaultEventProcessorSpanFactory
Creates a new DefaultEventProcessorSpanFactory using the provided builder.
DefaultEventProcessorSpanFactory.Builder - Class in org.axonframework.messaging.eventhandling.tracing
Builder class to instantiate a DefaultEventProcessorSpanFactory.
DefaultEventStoreTransaction - Class in org.axonframework.eventsourcing.eventstore
DefaultEventStoreTransaction(EventStorageEngine, ProcessingContext, Function<EventMessage, TaggedEventMessage<?>>) - Constructor for class org.axonframework.eventsourcing.eventstore.DefaultEventStoreTransaction
Constructs a DefaultEventStoreTransaction using the given eventStorageEngine to append events originating from the given context.
DefaultHandlerInterceptorRegistry - Class in org.axonframework.messaging.core.interception
Default implementation of the HandlerInterceptorRegistry, maintaining lists of CommandMessage, EventMessage, and QueryMessage-specific MessageHandlerInterceptors.
DefaultHandlerInterceptorRegistry() - Constructor for class org.axonframework.messaging.core.interception.DefaultHandlerInterceptorRegistry
 
DefaultIdentifierFactory - Class in org.axonframework.common
Default IdentifierFactory implementation that uses generates random java.util.UUID based identifiers.
DefaultIdentifierFactory() - Constructor for class org.axonframework.common.DefaultIdentifierFactory
 
DefaultInstructionAckSource<T> - Class in org.axonframework.axonserver.connector
Default implementation of InstructionAckSource.
DefaultInstructionAckSource(Function<InstructionAck, T>) - Constructor for class org.axonframework.axonserver.connector.DefaultInstructionAckSource
DefaultMessageDispatchInterceptorChain<M> - Class in org.axonframework.messaging.core
Default implementation for a MessageDispatchInterceptorChain.
DefaultMessageDispatchInterceptorChain(Collection<MessageDispatchInterceptor<? super M>>) - Constructor for class org.axonframework.messaging.core.DefaultMessageDispatchInterceptorChain
Constructs a DefaultMessageDispatchInterceptorChain from the given interceptors without a terminal operation once the end of the interceptor chain has been reached.
DefaultMessageDispatchInterceptorChain(Collection<MessageDispatchInterceptor<? super M>>, BiFunction<? super M, ProcessingContext, MessageStream<?>>) - Constructor for class org.axonframework.messaging.core.DefaultMessageDispatchInterceptorChain
Constructs a DefaultMessageDispatchInterceptorChain from the given interceptors, invoking the given terminal operation when reaching the end of the interceptor chain.
DefaultMessageMonitorRegistry - Class in org.axonframework.messaging.monitoring.configuration
The DefaultMessageMonitorRegistry is a default implementation of the MessageMonitorRegistry interface responsible for managing and providing components of MessageMonitor for various message types such as CommandMessage, EventMessage, and QueryMessage.
DefaultMessageMonitorRegistry() - Constructor for class org.axonframework.messaging.monitoring.configuration.DefaultMessageMonitorRegistry
 
DefaultParameterResolverFactory - Class in org.axonframework.messaging.core.annotation
Factory for the default parameter resolvers.
DefaultParameterResolverFactory() - Constructor for class org.axonframework.messaging.core.annotation.DefaultParameterResolverFactory
 
defaultProcessor(String, Function<EventHandlingComponentsConfigurer.RequiredComponentPhase, EventHandlingComponentsConfigurer.CompletePhase>) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorsConfigurer
Registers a pooled streaming event processor with the specified name and event handling components.
defaultProcessor(String, Function<EventHandlingComponentsConfigurer.RequiredComponentPhase, EventHandlingComponentsConfigurer.CompletePhase>) - Method in class org.axonframework.messaging.eventhandling.processing.subscribing.SubscribingEventProcessorsConfigurer
Registers a subscribing event processor with the specified name and event handling components.
DefaultProcessorModuleFactory - Class in org.axonframework.extension.spring.config
Default implementation of ProcessorModuleFactory that assigns event handlers to processors using ProcessorDefinitions.
DefaultProcessorModuleFactory(List<ProcessorDefinition>, Map<String, EventProcessorSettings>, Configuration) - Constructor for class org.axonframework.extension.spring.config.DefaultProcessorModuleFactory
Creates a new factory with the given processor definitions, settings, and Axon configuration.
DefaultQueryBusSpanFactory - Class in org.axonframework.messaging.queryhandling.tracing
Default implementation of the QueryBusSpanFactory.
DefaultQueryBusSpanFactory(DefaultQueryBusSpanFactory.Builder) - Constructor for class org.axonframework.messaging.queryhandling.tracing.DefaultQueryBusSpanFactory
Creates a new DefaultQueryBusSpanFactory using the provided builder.
DefaultQueryBusSpanFactory.Builder - Class in org.axonframework.messaging.queryhandling.tracing
Builder class to instantiate a DefaultQueryBusSpanFactory.
DefaultQueryGateway - Class in org.axonframework.messaging.queryhandling.gateway
Default implementation of the QueryGateway interface.
DefaultQueryGateway(QueryBus, MessageTypeResolver, QueryPriorityCalculator, MessageConverter) - Constructor for class org.axonframework.messaging.queryhandling.gateway.DefaultQueryGateway
Initialize the DefaultQueryGateway to send queries through the given queryBus.
DefaultQueryUpdateEmitterSpanFactory - Class in org.axonframework.messaging.queryhandling.tracing
Default implementation of the QueryUpdateEmitterSpanFactory.
DefaultQueryUpdateEmitterSpanFactory(DefaultQueryUpdateEmitterSpanFactory.Builder) - Constructor for class org.axonframework.messaging.queryhandling.tracing.DefaultQueryUpdateEmitterSpanFactory
Creates a new DefaultQueryUpdateEmitterSpanFactory using the provided builder.
DefaultQueryUpdateEmitterSpanFactory.Builder - Class in org.axonframework.messaging.queryhandling.tracing
Builder class to instantiate a DefaultQueryUpdateEmitterSpanFactory.
defaults(BiFunction<Configuration, EventProcessorConfiguration, EventProcessorConfiguration>) - Method in class org.axonframework.messaging.eventhandling.configuration.EventProcessingConfigurer
Configures default settings that will be applied to all event processors managed by this module.
defaults(BiFunction<Configuration, PooledStreamingEventProcessorConfiguration, PooledStreamingEventProcessorConfiguration>) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorsConfigurer
Configures default settings that will be applied to all PooledStreamingEventProcessor instances managed by this configurer.
defaults(BiFunction<Configuration, SubscribingEventProcessorConfiguration, SubscribingEventProcessorConfiguration>) - Method in class org.axonframework.messaging.eventhandling.processing.subscribing.SubscribingEventProcessorsConfigurer
Configures default settings that will be applied to all SubscribingEventProcessor instances managed by this configurer.
defaults(UnaryOperator<EventProcessorConfiguration>) - Method in class org.axonframework.messaging.eventhandling.configuration.EventProcessingConfigurer
Configures default settings that will be applied to all event processors managed by this module.
defaults(UnaryOperator<PooledStreamingEventProcessorConfiguration>) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorsConfigurer
Configures default settings that will be applied to all PooledStreamingEventProcessor instances managed by this configurer.
defaults(UnaryOperator<SubscribingEventProcessorConfiguration>) - Method in class org.axonframework.messaging.eventhandling.processing.subscribing.SubscribingEventProcessorsConfigurer
Configures default settings that will be applied to all SubscribingEventProcessor instances managed by this configurer.
DefaultSchemaIncompatibilityChecker - Class in org.axonframework.conversion.avro
Provides functionality for incompatibility checks and saves the results in a cache.
DefaultSchemaIncompatibilityChecker() - Constructor for class org.axonframework.conversion.avro.DefaultSchemaIncompatibilityChecker
 
DefaultUsagePropertyProvider - Class in org.axonframework.update.configuration
Default implementation of the UsagePropertyProvider interface.
defaultValues() - Static method in record class org.axonframework.messaging.core.unitofwork.UnitOfWorkConfiguration
Creates default configuration with direct execution.
defineFor(Message, Throwable, List<Class<? extends Throwable>[]>) - Method in class org.axonframework.messaging.core.retry.ExponentialBackOffRetryPolicy
 
defineFor(Message, Throwable, List<Class<? extends Throwable>[]>) - Method in class org.axonframework.messaging.core.retry.FilteringRetryPolicy
 
defineFor(Message, Throwable, List<Class<? extends Throwable>[]>) - Method in class org.axonframework.messaging.core.retry.MaxAttemptsPolicy
 
defineFor(Message, Throwable, List<Class<? extends Throwable>[]>) - Method in interface org.axonframework.messaging.core.retry.RetryPolicy
Provides the outcome for the policy given the failed message that was dispatched and resulted in given failure.
DelayedMessageStream<M> - Class in org.axonframework.messaging.core
An implementation of the MessageStream that wraps a stream that will become available asynchronously.
DelayedTask - Class in org.axonframework.update.common
A utility class to run a task with a delay in a virtual thread.
delegate - Variable in class org.axonframework.messaging.commandhandling.distributed.DelegatingCommandBusConnector
 
delegate - Variable in class org.axonframework.messaging.eventhandling.DelegatingEventBus
 
delegate - Variable in class org.axonframework.messaging.eventhandling.DelegatingEventHandlingComponent
 
delegate - Variable in class org.axonframework.messaging.queryhandling.distributed.DelegatingQueryBusConnector
 
delegate - Variable in class org.axonframework.test.fixture.RecordingEventSink
 
delegate() - Method in class org.axonframework.messaging.core.conversion.DelegatingMessageConverter
Returns the delegate Converter this MessageConverter delegates to.
delegate() - Method in class org.axonframework.messaging.core.DelegatingMessageStream
Returns the delegate as provided in the constructor.
delegate() - Method in class org.axonframework.messaging.core.MessageDecorator
Returns the wrapped Message delegated by this decorator.
delegate() - Method in class org.axonframework.messaging.eventhandling.conversion.DelegatingEventConverter
Returns the MessageConverter this EventConverter delegates to.
DelegatingCommandBusConnector - Class in org.axonframework.messaging.commandhandling.distributed
A CommandBusConnector implementation that wraps another CommandBusConnector and delegates all calls to it.
DelegatingCommandBusConnector(CommandBusConnector) - Constructor for class org.axonframework.messaging.commandhandling.distributed.DelegatingCommandBusConnector
Initialize the WrappedConnector to delegate all calls to the given delegate.
DelegatingEventBus - Class in org.axonframework.messaging.eventhandling
Abstract implementation of an EventBus that delegates all calls to a given delegate.
DelegatingEventBus(EventBus) - Constructor for class org.axonframework.messaging.eventhandling.DelegatingEventBus
Constructs the DelegatingEventBus with the given delegate to receive calls.
DelegatingEventConverter - Class in org.axonframework.messaging.eventhandling.conversion
An EventConverter implementation delegating conversion operations to a MessageConverter.
DelegatingEventConverter(Converter) - Constructor for class org.axonframework.messaging.eventhandling.conversion.DelegatingEventConverter
Constructs a DelegatingEventConverter, delegating operations to a DelegatingMessageConverter build with the given converter.
DelegatingEventConverter(MessageConverter) - Constructor for class org.axonframework.messaging.eventhandling.conversion.DelegatingEventConverter
Constructs a DelegatingEventConverter, delegating operations to the given converter.
DelegatingEventHandlingComponent - Class in org.axonframework.messaging.eventhandling
Abstract implementation of an EventHandlingComponent that delegates calls to a given delegate.
DelegatingEventHandlingComponent(EventHandlingComponent) - Constructor for class org.axonframework.messaging.eventhandling.DelegatingEventHandlingComponent
Constructs the component with given delegate to receive calls.
DelegatingMessageConverter - Class in org.axonframework.messaging.core.conversion
A MessageConverter implementation delegating conversion operations to a Converter.
DelegatingMessageConverter(Converter) - Constructor for class org.axonframework.messaging.core.conversion.DelegatingMessageConverter
Constructs a DelegatingMessageConverter, delegating operations to the given converter.
DelegatingMessageStream<DM,RM> - Class in org.axonframework.messaging.core
Abstract implementation of an MessageStream that delegates calls to a given delegate.
DelegatingMessageStream(MessageStream<DM>) - Constructor for class org.axonframework.messaging.core.DelegatingMessageStream
Constructs the DelegatingMessageStream with given delegate to receive calls.
DelegatingQueryBusConnector - Class in org.axonframework.messaging.queryhandling.distributed
A QueryBusConnector implementation that wraps another QueryBusConnector and delegates all calls to it.
DelegatingQueryBusConnector(QueryBusConnector) - Constructor for class org.axonframework.messaging.queryhandling.distributed.DelegatingQueryBusConnector
Initialize the delegating QueryBusConnector to delegate all calls to the given delegate.
deleteContext(String, int, String) - Static method in class org.axonframework.test.server.AxonServerContainerUtils
Calls the API of Axon Server at the given hostname and (http) port to delete the given context.
deleteToken(String, int, ProcessingContext) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.inmemory.InMemoryTokenStore
 
deleteToken(String, int, ProcessingContext) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenStore
 
deleteToken(String, int, ProcessingContext) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa.JpaTokenStore
 
deleteToken(String, int, ProcessingContext) - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.token.store.TokenStore
Deletes the token associated with the specified processorName and segmentId.
deleteToken(Connection, String, int) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenStore
Creates a new PreparedStatement to release the current claim this node has on a token belonging to a processor with given processorName and segment.
DescribableComponent - Interface in org.axonframework.common.infra
Contract allowing components to describe themselves with a given ComponentDescriptor.
describe() - Method in interface org.axonframework.common.infra.ComponentDescriptor
Provides the description of this ComponentDescriptor.
describe() - Method in class org.axonframework.common.infra.FilesystemStyleComponentDescriptor
 
describe() - Method in class org.axonframework.common.infra.JacksonComponentDescriptor
 
describe(List<?>, Description) - Static method in class org.axonframework.test.util.DescriptionUtils
Describe the contents of the given list in the given description.
describeCollectionType(Description) - Method in class org.axonframework.test.matchers.ExactSequenceMatcher
 
describeCollectionType(Description) - Method in class org.axonframework.test.matchers.ListMatcher
Describes the type of collection expected.
describeCollectionType(Description) - Method in class org.axonframework.test.matchers.ListWithAllOfMatcher
 
describeCollectionType(Description) - Method in class org.axonframework.test.matchers.ListWithAnyOfMatcher
 
describeCollectionType(Description) - Method in class org.axonframework.test.matchers.SequenceMatcher
 
describeProperty(String, Boolean) - Method in interface org.axonframework.common.infra.ComponentDescriptor
Describe the given value with this descriptor for the given name.
describeProperty(String, Boolean) - Method in class org.axonframework.common.infra.FilesystemStyleComponentDescriptor
 
describeProperty(String, Boolean) - Method in class org.axonframework.common.infra.JacksonComponentDescriptor
 
describeProperty(String, Long) - Method in interface org.axonframework.common.infra.ComponentDescriptor
Describe the given value with this descriptor for the given name.
describeProperty(String, Long) - Method in class org.axonframework.common.infra.FilesystemStyleComponentDescriptor
 
describeProperty(String, Long) - Method in class org.axonframework.common.infra.JacksonComponentDescriptor
 
describeProperty(String, Object) - Method in interface org.axonframework.common.infra.ComponentDescriptor
Describe the given object with this descriptor for the given name.
describeProperty(String, Object) - Method in class org.axonframework.common.infra.FilesystemStyleComponentDescriptor
 
describeProperty(String, Object) - Method in class org.axonframework.common.infra.JacksonComponentDescriptor
 
describeProperty(String, String) - Method in interface org.axonframework.common.infra.ComponentDescriptor
Describe the given value with this descriptor for the given name.
describeProperty(String, String) - Method in class org.axonframework.common.infra.FilesystemStyleComponentDescriptor
 
describeProperty(String, String) - Method in class org.axonframework.common.infra.JacksonComponentDescriptor
 
describeProperty(String, Collection<?>) - Method in interface org.axonframework.common.infra.ComponentDescriptor
Describe the given collection with this descriptor for the given name.
describeProperty(String, Collection<?>) - Method in class org.axonframework.common.infra.FilesystemStyleComponentDescriptor
 
describeProperty(String, Collection<?>) - Method in class org.axonframework.common.infra.JacksonComponentDescriptor
 
describeProperty(String, Map<?, ?>) - Method in interface org.axonframework.common.infra.ComponentDescriptor
Describe the given map with this descriptor for the given name.
describeProperty(String, Map<?, ?>) - Method in class org.axonframework.common.infra.FilesystemStyleComponentDescriptor
 
describeProperty(String, Map<?, ?>) - Method in class org.axonframework.common.infra.JacksonComponentDescriptor
 
describeTo(StringBuilder) - Method in class org.axonframework.messaging.commandhandling.GenericCommandMessage
 
describeTo(StringBuilder) - Method in class org.axonframework.messaging.core.MessageDecorator
Describe the message specific properties to the given stringBuilder.
describeTo(StringBuilder) - Method in class org.axonframework.messaging.eventhandling.GenericEventMessage
 
describeTo(StringBuilder) - Method in class org.axonframework.messaging.queryhandling.GenericQueryMessage
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.test.fixture.RecordingEventStore
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.axonserver.connector.command.AxonServerCommandBusConnector
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.axonserver.connector.event.AggregateBasedAxonServerEventStorageEngine
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.axonserver.connector.event.AxonServerEventStorageEngine
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.axonserver.connector.event.AxonServerEventStorageEngineFactory
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.axonserver.connector.event.TaggedEventConverter
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.axonserver.connector.query.AxonServerQueryBusConnector
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.common.configuration.AbstractComponent
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.common.configuration.Components
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.common.configuration.DefaultComponentRegistry
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.common.configuration.InstantiatedComponentDefinition
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.common.configuration.LazyInitializedComponentDefinition
 
describeTo(ComponentDescriptor) - Method in interface org.axonframework.common.infra.DescribableComponent
Describe the properties of this DescribableComponent with the given descriptor.
describeTo(ComponentDescriptor) - Method in class org.axonframework.conversion.avro.AvroConverter
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.conversion.avro.SpecificRecordBaseConverterStrategy
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.conversion.ChainingContentTypeConverter
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.conversion.json.JacksonConverter
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.conversion.PassThroughConverter
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.eventsourcing.annotation.AnnotationBasedEventCriteriaResolver
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.eventsourcing.EventSourcingRepository
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.eventsourcing.eventstore.inmemory.InMemoryEventStorageEngine
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.eventsourcing.eventstore.InterceptingEventStore
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.eventsourcing.eventstore.jpa.AggregateBasedJpaEventStorageEngine
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.eventsourcing.eventstore.StorageEngineBackedEventStore
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.extension.spring.config.SpringComponentRegistry
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.messaging.commandhandling.annotation.AnnotatedCommandHandlingComponent
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.messaging.commandhandling.distributed.DelegatingCommandBusConnector
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.messaging.commandhandling.distributed.DistributedCommandBus
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.messaging.commandhandling.distributed.PayloadConvertingCommandBusConnector
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.messaging.commandhandling.gateway.ContextAwareCommandDispatcher
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.messaging.commandhandling.gateway.ConvertingCommandGateway
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.messaging.commandhandling.gateway.DefaultCommandGateway
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.messaging.commandhandling.interception.InterceptingCommandBus
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.messaging.commandhandling.retry.RetryingCommandBus
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.messaging.commandhandling.SimpleCommandBus
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.messaging.commandhandling.SimpleCommandHandlingComponent
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.messaging.commandhandling.tracing.TracingCommandBus
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.messaging.core.conversion.DelegatingMessageConverter
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.messaging.core.interception.DefaultDispatchInterceptorRegistry
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.messaging.core.interception.DefaultHandlerInterceptorRegistry
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.messaging.core.retry.AsyncRetryScheduler
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.messaging.core.retry.ExponentialBackOffRetryPolicy
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.messaging.core.retry.FilteringRetryPolicy
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.messaging.core.retry.MaxAttemptsPolicy
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.messaging.eventhandling.annotation.AnnotatedEventHandlingComponent
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.messaging.eventhandling.configuration.EventProcessorConfiguration
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.messaging.eventhandling.conversion.DelegatingEventConverter
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.messaging.eventhandling.DelegatingEventBus
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.messaging.eventhandling.DelegatingEventHandlingComponent
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.messaging.eventhandling.gateway.ProcessingContextEventAppender
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.messaging.eventhandling.InterceptingEventBus
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.messaging.eventhandling.InterceptingEventSink
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.messaging.eventhandling.interception.InterceptingEventHandlingComponent
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessor
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorConfiguration
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.SequenceOverridingEventHandlingComponent
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.messaging.eventhandling.processing.subscribing.SubscribingEventProcessor
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.messaging.eventhandling.processing.subscribing.SubscribingEventProcessorConfiguration
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.messaging.eventhandling.SimpleEventBus
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.messaging.eventhandling.SimpleEventHandlingComponent
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.messaging.monitoring.configuration.DefaultMessageMonitorRegistry
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.messaging.queryhandling.annotation.AnnotatedQueryHandlingComponent
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.messaging.queryhandling.distributed.DelegatingQueryBusConnector
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.messaging.queryhandling.distributed.DistributedQueryBus
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.messaging.queryhandling.distributed.PayloadConvertingQueryBusConnector
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.messaging.queryhandling.gateway.DefaultQueryGateway
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.messaging.queryhandling.interception.InterceptingQueryBus
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.messaging.queryhandling.SimpleQueryBus
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.messaging.queryhandling.SimpleQueryHandlingComponent
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.messaging.queryhandling.SimpleQueryUpdateEmitter
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.modelling.entity.annotation.AnnotatedEntityIdResolver
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.modelling.entity.annotation.AnnotatedEntityMetamodel
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.modelling.entity.child.FieldChildEntityFieldDefinition
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.modelling.entity.ConcreteEntityMetamodel
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.modelling.entity.EntityCommandHandlingComponent
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.modelling.entity.PolymorphicEntityMetamodel
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.modelling.repository.AccessSerializingRepository
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.modelling.repository.InMemoryRepository
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.modelling.repository.SimpleRepository
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.modelling.SimpleEntityEvolvingComponent
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.modelling.SimpleStateManager
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.test.fixture.RecordingCommandBus
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.test.fixture.RecordingEventBus
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.test.fixture.RecordingEventSink
 
describeTo(ComponentDescriptor) - Method in class org.axonframework.test.util.RecordingCommandBus
 
describeTo(Description) - Method in class org.axonframework.test.matchers.DeepEqualsMatcher
 
describeTo(Description) - Method in class org.axonframework.test.matchers.EmptyCollectionMatcher
 
describeTo(Description) - Method in class org.axonframework.test.matchers.EqualsMatcher
 
describeTo(Description) - Method in class org.axonframework.test.matchers.ExactClassMatcher
 
describeTo(Description) - Method in class org.axonframework.test.matchers.ListMatcher
 
describeTo(Description) - Method in class org.axonframework.test.matchers.MapStringEntryMatcher
 
describeTo(Description) - Method in class org.axonframework.test.matchers.NullOrVoidMatcher
 
describeTo(Description) - Method in class org.axonframework.test.matchers.PayloadMatcher
 
describeTo(Description) - Method in class org.axonframework.test.matchers.PayloadsMatcher
 
describeTo(Description) - Method in class org.axonframework.test.matchers.PredicateMatcher
 
describeType() - Method in class org.axonframework.messaging.commandhandling.GenericCommandMessage
 
describeType() - Method in class org.axonframework.messaging.commandhandling.GenericCommandResultMessage
 
describeType() - Method in class org.axonframework.messaging.core.GenericResultMessage
 
describeType() - Method in class org.axonframework.messaging.core.MessageDecorator
Describe the type of message, used in MessageDecorator.toString().
describeType() - Method in class org.axonframework.messaging.eventhandling.GenericEventMessage
 
describeType() - Method in class org.axonframework.messaging.eventhandling.replay.GenericResetContext
 
describeType() - Method in class org.axonframework.messaging.queryhandling.GenericQueryMessage
 
describeType() - Method in class org.axonframework.messaging.queryhandling.GenericSubscriptionQueryUpdateMessage
 
describeWrapperOf(Object) - Method in interface org.axonframework.common.infra.ComponentDescriptor
Describe the given delegate with this descriptor under the name "delegate".
describing(Throwable) - Static method in class org.axonframework.messaging.core.RemoteExceptionDescription
Provide a description as a List of Strings of all the causes in the given exception.
description() - Method in record class org.axonframework.update.api.DetectedVulnerability
Returns the value of the description record component.
DescriptionUtils - Class in org.axonframework.test.util
Utility class for creating a description.
details() - Method in exception class org.axonframework.axonserver.connector.AxonServerException
 
details() - Method in exception class org.axonframework.axonserver.connector.query.AxonServerQueryDispatchException
Return a List of Strings, each describing a single "cause".
DetectedVulnerability - Record Class in org.axonframework.update.api
Represents a vulnerability in an AxonIQ Artifact in use.
DetectedVulnerability(String, String, DetectedVulnerabilitySeverity, String, String) - Constructor for record class org.axonframework.update.api.DetectedVulnerability
Creates an instance of a DetectedVulnerability record class.
DetectedVulnerabilitySeverity - Enum Class in org.axonframework.update.api
Represents the severity of a vulnerability in an AxonIQ artifact.
determineMessageName(Message) - Static method in class org.axonframework.messaging.tracing.SpanUtils
Creates a human-readable name for a message based on its Message.type().
determinePriority(CommandMessage) - Method in interface org.axonframework.messaging.commandhandling.CommandPriorityCalculator
Determines the priority of the given command.
determinePriority(QueryMessage) - Method in interface org.axonframework.messaging.queryhandling.QueryPriorityCalculator
Determines the priority of the given query.
Digester - Class in org.axonframework.common.digest
Utility class for generating hashes for values using several algorithms.
digestHex() - Method in class org.axonframework.common.digest.Digester
Returns the hex representation of the digest of all data that has been provided so far.
DirectExecutor - Class in org.axonframework.common
Simple executor implementation that runs a given Runnable immediately in the calling thread.
DirectlyAccessedProperty<T> - Class in org.axonframework.common.property
Property implementation that accesses public field to obtain a value of a property for a given instance.
DirectlyAccessedProperty(Field, String) - Constructor for class org.axonframework.common.property.DirectlyAccessedProperty
 
DIRECTORY_CREATION_FAILED - Enum constant in enum class org.axonframework.axonserver.connector.ErrorCode
 
DirectPropertyAccessStrategy - Class in org.axonframework.common.property
Implementation of PropertyAccessStrategy that scans class hierarchy to get public field named "property"
DirectPropertyAccessStrategy() - Constructor for class org.axonframework.common.property.DirectPropertyAccessStrategy
 
disableAxonServer() - Method in record class org.axonframework.test.fixture.AxonTestFixture.Customization
Configures Axon Server to be disabled.
disableAxonServerConfigurationEnhancer() - Method in class org.axonframework.extension.springboot.autoconfig.AxonServerAutoConfiguration
Bean creation method constructing a ConfigurationEnhancer that disables Axon Server that is only constructed when axon.axonserver.enabled is set to false.
disableBatchTrace(boolean) - Method in class org.axonframework.messaging.eventhandling.tracing.DefaultEventProcessorSpanFactory.Builder
Sets whether batch tracing should be disabled.
DISABLED_KEY - Static variable in class org.axonframework.update.configuration.CommandLineUsagePropertyProvider
The system property key to check if the update checker is disabled.
DISABLED_KEY - Static variable in class org.axonframework.update.configuration.EnvironmentVariableUsagePropertyProvider
The environment variable key to check if the update checker is disabled.
disableEnhancer(Class<? extends ConfigurationEnhancer>) - Method in interface org.axonframework.common.configuration.ComponentRegistry
Disables the given ConfigurationEnhancer class from executing during the configuration initialization phase.
disableEnhancer(Class<? extends ConfigurationEnhancer>) - Method in class org.axonframework.common.configuration.DefaultComponentRegistry
 
disableEnhancer(Class<? extends ConfigurationEnhancer>) - Method in class org.axonframework.extension.spring.config.SpringComponentRegistry
 
disableEnhancer(String) - Method in interface org.axonframework.common.configuration.ComponentRegistry
Disables the given ConfigurationEnhancer class from executing during the configuration initialization phase.
disableEnhancer(String) - Method in class org.axonframework.common.configuration.DefaultComponentRegistry
 
disableEnhancer(String) - Method in class org.axonframework.extension.spring.config.SpringComponentRegistry
 
disableEnhancerScanning() - Method in interface org.axonframework.common.configuration.ComponentRegistry
Completely disables scanning for enhancers on the classpath through the ServiceLoader mechanism.
disableEnhancerScanning() - Method in class org.axonframework.common.configuration.DefaultComponentRegistry
 
disableEnhancerScanning() - Method in class org.axonframework.extension.spring.config.SpringComponentRegistry
 
DisallowReplay - Annotation Interface in org.axonframework.messaging.eventhandling.replay.annotation
Annotation marking a Handler (or class) as not being able to handle replays
disconnect() - Method in class org.axonframework.axonserver.connector.AxonServerConnectionManager
Disconnects any active connections, forcing a new connection to be established when one is requested.
disconnect() - Method in class org.axonframework.axonserver.connector.command.AxonServerCommandBusConnector
Disconnect the command bus for receiving commands from Axon Server, by unsubscribing all registered command handlers and waiting for in-flight commands to complete.
disconnect() - Method in class org.axonframework.axonserver.connector.query.AxonServerQueryBusConnector
Disconnect the query bus for receiving queries from Axon Server, by unsubscribing all registered query handlers.
disconnect(String) - Method in class org.axonframework.axonserver.connector.AxonServerConnectionManager
Disconnects any active connection for the given context, forcing a new connection to be established when one is requested.
dispatch(M, ProcessingContext) - Method in interface org.axonframework.messaging.core.retry.RetryScheduler.Dispatcher
 
dispatch(CommandMessage, ProcessingContext) - Method in class org.axonframework.axonserver.connector.command.AxonServerCommandBusConnector
 
dispatch(CommandMessage, ProcessingContext) - Method in interface org.axonframework.messaging.commandhandling.CommandBus
Dispatch the given command to the command handler subscribed to the given command's name.
dispatch(CommandMessage, ProcessingContext) - Method in interface org.axonframework.messaging.commandhandling.distributed.CommandBusConnector
Dispatches the given command to the appropriate command bus, which may be local or remote.
dispatch(CommandMessage, ProcessingContext) - Method in class org.axonframework.messaging.commandhandling.distributed.DelegatingCommandBusConnector
 
dispatch(CommandMessage, ProcessingContext) - Method in class org.axonframework.messaging.commandhandling.distributed.DistributedCommandBus
 
dispatch(CommandMessage, ProcessingContext) - Method in class org.axonframework.messaging.commandhandling.distributed.PayloadConvertingCommandBusConnector
 
dispatch(CommandMessage, ProcessingContext) - Method in class org.axonframework.messaging.commandhandling.interception.InterceptingCommandBus
 
dispatch(CommandMessage, ProcessingContext) - Method in class org.axonframework.messaging.commandhandling.retry.RetryingCommandBus
 
dispatch(CommandMessage, ProcessingContext) - Method in class org.axonframework.messaging.commandhandling.SimpleCommandBus
 
dispatch(CommandMessage, ProcessingContext) - Method in class org.axonframework.messaging.commandhandling.tracing.TracingCommandBus
 
dispatch(CommandMessage, ProcessingContext) - Method in class org.axonframework.test.fixture.RecordingCommandBus
 
dispatch(CommandMessage, ProcessingContext) - Method in class org.axonframework.test.util.RecordingCommandBus
 
dispatchInterceptorEnhancer(Optional<List<MessageDispatchInterceptor<? super CommandMessage>>>, Optional<List<MessageDispatchInterceptor<? super EventMessage>>>, Optional<List<MessageDispatchInterceptor<? super QueryMessage>>>) - Method in class org.axonframework.extension.springboot.autoconfig.InterceptorAutoConfiguration
Bean creation method for a DecoratorDefinition that registers Message-specific MessageDispatchInterceptors with the DispatchInterceptorRegistry.
DispatchInterceptorRegistry - Interface in org.axonframework.messaging.core.interception
distinct(List<E>) - Static method in class org.axonframework.common.ListUtils
Returns a new list containing unique elements from the given list.
Distributed<MessageBus> - Interface in org.axonframework.messaging.core
A contract towards being a distributed message bus implementation.
DISTRIBUTED_COMMAND_BUS_ORDER - Static variable in class org.axonframework.messaging.commandhandling.distributed.DistributedCommandBusConfigurationEnhancer
The order in which the DistributedCommandBus is applied to the CommandBus in the ComponentRegistry.
DISTRIBUTED_QUERY_BUS_ORDER - Static variable in class org.axonframework.messaging.queryhandling.distributed.DistributedQueryBusConfigurationEnhancer
The order in which the DistributedQueryBus is applied to the QueryBus in the ComponentRegistry.
DistributedCommandBus - Class in org.axonframework.messaging.commandhandling.distributed
Implementation of a CommandBus that is aware of multiple instances of a CommandBus working together to spread load.
DistributedCommandBus(CommandBus, CommandBusConnector, DistributedCommandBusConfiguration) - Constructor for class org.axonframework.messaging.commandhandling.distributed.DistributedCommandBus
Constructs a DistributedCommandBus using the given localSegment for subscribing handlers and the given connector to dispatch commands and replies to different segments of the CommandBus.
DistributedCommandBusConfiguration - Record Class in org.axonframework.messaging.commandhandling.distributed
Configuration for the DistributedCommandBus.
DistributedCommandBusConfiguration(int, int, ExecutorServiceFactory<DistributedCommandBusConfiguration>) - Constructor for record class org.axonframework.messaging.commandhandling.distributed.DistributedCommandBusConfiguration
Compact constructor validating that the given loadFactor and commandThreads are strictly positive.
DistributedCommandBusConfigurationEnhancer - Class in org.axonframework.messaging.commandhandling.distributed
Configuration enhancer for the DistributedCommandBus, which upon detection of a CommandBusConnector in the configuration will decorate the regular CommandBus with the provided connector.
DistributedCommandBusConfigurationEnhancer() - Constructor for class org.axonframework.messaging.commandhandling.distributed.DistributedCommandBusConfigurationEnhancer
 
DistributedCommandBusProperties - Class in org.axonframework.extension.springboot
Defines the properties for the Distributed Command Bus, when automatically configured in the Application Context.
DistributedCommandBusProperties() - Constructor for class org.axonframework.extension.springboot.DistributedCommandBusProperties
 
DistributedCommandBusProperties.JGroupsProperties - Class in org.axonframework.extension.springboot
The JGroups specific configuration for the Distributed Command Bus.
DistributedCommandBusProperties.JGroupsProperties.Gossip - Class in org.axonframework.extension.springboot
 
DistributedCommandBusProperties.SpringCloudProperties - Class in org.axonframework.extension.springboot
 
distributedInSameTrace(boolean) - Method in class org.axonframework.messaging.commandhandling.tracing.DefaultCommandBusSpanFactory.Builder
Sets whether the CommandMessages should be handled in the same trace as the dispatching span.
distributedInSameTrace(boolean) - Method in class org.axonframework.messaging.eventhandling.tracing.DefaultEventProcessorSpanFactory.Builder
Sets whether events handled by a StreamingEventProcessor should be traced in the same trace as the trace that published it.
distributedInSameTrace(boolean) - Method in class org.axonframework.messaging.queryhandling.tracing.DefaultQueryBusSpanFactory.Builder
Sets whether the distributed query should be in the same trace as the parent.
distributedInSameTraceTimeLimit(Duration) - Method in class org.axonframework.messaging.eventhandling.tracing.DefaultEventProcessorSpanFactory.Builder
Sets the time limit for events handled by a StreamingEventProcessor to be traced in the same trace as the trace that published it.
DistributedQueryBus - Class in org.axonframework.messaging.queryhandling.distributed
Implementation of a QueryBus that is aware of multiple instances of a QueryBus working together to spread the load.
DistributedQueryBus(QueryBus, QueryBusConnector, DistributedQueryBusConfiguration) - Constructor for class org.axonframework.messaging.queryhandling.distributed.DistributedQueryBus
Constructs a DistributedQueryBus using the given localSegment for subscribing handlers and the given connector to dispatch and receive queries and query responses with, to and from different segments of the QueryBus.
DistributedQueryBusConfiguration - Record Class in org.axonframework.messaging.queryhandling.distributed
Configuration for the DistributedQueryBus.
DistributedQueryBusConfiguration(int, ExecutorServiceFactory<DistributedQueryBusConfiguration>, int, ExecutorServiceFactory<DistributedQueryBusConfiguration>) - Constructor for record class org.axonframework.messaging.queryhandling.distributed.DistributedQueryBusConfiguration
Compact constructor validating that the given queryThreads and queryResponseThreads are strictly positive.
DistributedQueryBusConfigurationEnhancer - Class in org.axonframework.messaging.queryhandling.distributed
Configuration enhancer for the DistributedQueryBus, which upon detection of a QueryBusConnector in the configuration will decorate the regular QueryBus with the provided connector.
DistributedQueryBusConfigurationEnhancer() - Constructor for class org.axonframework.messaging.queryhandling.distributed.DistributedQueryBusConfigurationEnhancer
 
Dlq() - Constructor for class org.axonframework.extension.springboot.EventProcessorProperties.Dlq
 
DlqCache() - Constructor for class org.axonframework.extension.springboot.EventProcessorProperties.DlqCache
 
doCreate(Class<P>, EntityMetamodel<C>, String, EventTargetMatcher<C>, CommandTargetResolver<C>) - Method in class org.axonframework.modelling.entity.annotation.AbstractEntityChildModelDefinition
Creates a new EntityChildMetamodel for the given parent class and child metamodel.
doCreate(Class<P>, EntityMetamodel<C>, String, EventTargetMatcher<C>, CommandTargetResolver<C>) - Method in class org.axonframework.modelling.entity.annotation.ListEntityChildModelDefinition
 
doCreate(Class<P>, EntityMetamodel<C>, String, EventTargetMatcher<C>, CommandTargetResolver<C>) - Method in class org.axonframework.modelling.entity.annotation.SingleEntityChildModelDefinition
 
doFinally(Consumer<ProcessingContext>) - Method in interface org.axonframework.messaging.core.unitofwork.ProcessingLifecycle
Registers the provided action to be executed on error of and when completing this ProcessingLifecycle.
doFinally(Consumer<ProcessingContext>) - Method in class org.axonframework.messaging.core.unitofwork.ResourceOverridingProcessingContext
 
doHealthCheck(Health.Builder) - Method in class org.axonframework.extension.springboot.actuator.axonserver.AxonServerHealthIndicator
 
doLowerBound(AggregateBasedConsistencyMarker) - Method in class org.axonframework.eventsourcing.eventstore.AggregateBasedConsistencyMarker
 
doLowerBound(GlobalIndexConsistencyMarker) - Method in class org.axonframework.eventsourcing.eventstore.GlobalIndexConsistencyMarker
 
doLowerBound(T) - Method in class org.axonframework.eventsourcing.eventstore.AbstractConsistencyMarker
Calculate the lower bound of this marker and given other marker.
doNotReschedule() - Static method in interface org.axonframework.messaging.core.retry.RetryPolicy.Outcome
Factory method to create an Outcome that requests the retry to not be rescheduled.
doRegisterListener(CacheEntryListenerConfiguration<Object, Object>) - Method in class org.axonframework.common.caching.JCacheAdapter
 
doRegisterListener(L) - Method in class org.axonframework.common.caching.AbstractCacheAdapter
Registers the given listener with the cache implementation
doRegisterListener(CacheEventListener) - Method in class org.axonframework.common.caching.EhCacheAdapter
 
doResolve(Configuration) - Method in class org.axonframework.common.configuration.InstantiatedComponentDefinition
 
doResolve(Configuration) - Method in class org.axonframework.common.configuration.LazyInitializedComponentDefinition
 
doStart() - Method in class org.axonframework.test.server.AxonServerContainer
 
doUpperBound(AggregateBasedConsistencyMarker) - Method in class org.axonframework.eventsourcing.eventstore.AggregateBasedConsistencyMarker
 
doUpperBound(GlobalIndexConsistencyMarker) - Method in class org.axonframework.eventsourcing.eventstore.GlobalIndexConsistencyMarker
 
doUpperBound(T) - Method in class org.axonframework.eventsourcing.eventstore.AbstractConsistencyMarker
Calculate the upper bound of this marker and given other marker.
DuplicateCommandHandlerSubscriptionException - Exception Class in org.axonframework.messaging.commandhandling
Exception indicating a duplicate CommandHandler was subscribed.
DuplicateCommandHandlerSubscriptionException(String) - Constructor for exception class org.axonframework.messaging.commandhandling.DuplicateCommandHandlerSubscriptionException
Initializes a DuplicateCommandHandlerSubscriptionException using the given message.
DuplicateCommandHandlerSubscriptionException(QualifiedName, CommandHandler, CommandHandler) - Constructor for exception class org.axonframework.messaging.commandhandling.DuplicateCommandHandlerSubscriptionException
Initialize a duplicate CommandHandler subscription exception using the given initialHandler and duplicateHandler to form a specific message.
DuplicateModuleRegistrationException - Exception Class in org.axonframework.common.configuration
Exception indicating that a duplicate registration of modules has been detected.
DuplicateModuleRegistrationException(Module) - Constructor for exception class org.axonframework.common.configuration.DuplicateModuleRegistrationException
Initialize the exception indicating that the given module failed to register.
DuplicateQueryHandlerSubscriptionException - Exception Class in org.axonframework.messaging.queryhandling
Exception indicating a duplicate QueryHandler was subscribed.
DuplicateQueryHandlerSubscriptionException(String) - Constructor for exception class org.axonframework.messaging.queryhandling.DuplicateQueryHandlerSubscriptionException
Initializes a DuplicateQueryHandlerSubscriptionException using the given message.
DuplicateQueryHandlerSubscriptionException(QualifiedName, QueryHandler, QueryHandler) - Constructor for exception class org.axonframework.messaging.queryhandling.DuplicateQueryHandlerSubscriptionException
Initialize a duplicate QueryHandler subscription exception using the given initialHandler and duplicateHandler to form a specific message.

E

EhCacheAdapter - Class in org.axonframework.common.caching
Cache implementation that delegates all calls to an EhCache instance.
EhCacheAdapter(Ehcache) - Constructor for class org.axonframework.common.caching.EhCacheAdapter
Initialize the adapter to forward all call to the given ehCache instance
either(Collection<EventCriteria>) - Static method in interface org.axonframework.messaging.eventstreaming.EventCriteria
Create an EventCriteria that matches events that match either of the given EventCriteria.
either(EventCriteria...) - Static method in interface org.axonframework.messaging.eventstreaming.EventCriteria
Create an EventCriteria that matches events that match either of the given EventCriteria.
emit(Class<Q>, Predicate<? super Q>, Object) - Method in interface org.axonframework.messaging.queryhandling.QueryUpdateEmitter
Emits given update to subscription queries matching the given queryType and given filter.
emit(Class<Q>, Predicate<? super Q>, Supplier<Object>) - Method in interface org.axonframework.messaging.queryhandling.QueryUpdateEmitter
Emits the outcome of the updateSupplier to subscription queries matching the given queryType and given filter.
emit(Class<Q>, Predicate<? super Q>, Supplier<Object>) - Method in class org.axonframework.messaging.queryhandling.SimpleQueryUpdateEmitter
 
emit(QualifiedName, Predicate<Object>, Object) - Method in interface org.axonframework.messaging.queryhandling.QueryUpdateEmitter
Emits given update to subscription queries matching the given queryName and given filter.
emit(QualifiedName, Predicate<Object>, Supplier<Object>) - Method in interface org.axonframework.messaging.queryhandling.QueryUpdateEmitter
Emits the outcome of the updateSupplier to subscription queries matching the given queryName and given filter.
emit(QualifiedName, Predicate<Object>, Supplier<Object>) - Method in class org.axonframework.messaging.queryhandling.SimpleQueryUpdateEmitter
 
emitUpdate(Predicate<QueryMessage>, Supplier<SubscriptionQueryUpdateMessage>, ProcessingContext) - Method in class org.axonframework.messaging.queryhandling.distributed.DistributedQueryBus
 
emitUpdate(Predicate<QueryMessage>, Supplier<SubscriptionQueryUpdateMessage>, ProcessingContext) - Method in class org.axonframework.messaging.queryhandling.interception.InterceptingQueryBus
 
emitUpdate(Predicate<QueryMessage>, Supplier<SubscriptionQueryUpdateMessage>, ProcessingContext) - Method in interface org.axonframework.messaging.queryhandling.QueryBus
Emits the outcome of the updateSupplier to subscription queries matching the given queryName and given filter.
emitUpdate(Predicate<QueryMessage>, Supplier<SubscriptionQueryUpdateMessage>, ProcessingContext) - Method in class org.axonframework.messaging.queryhandling.SimpleQueryBus
 
empty() - Static method in interface org.axonframework.messaging.core.Context
Creates an empty Context.
empty() - Static method in interface org.axonframework.messaging.core.MessageStream
Create a stream that carries no MessageStream.Entry and is considered to be successfully completed.
EmptyAppendTransaction - Record Class in org.axonframework.eventsourcing.eventstore
Represents an empty append transaction.
EmptyAppendTransaction() - Constructor for record class org.axonframework.eventsourcing.eventstore.EmptyAppendTransaction
Creates an instance of a EmptyAppendTransaction record class.
EmptyApplicationContext - Class in org.axonframework.messaging.core
An ApplicationContext implementation that does not provide any components.
EmptyCollectionMatcher<T> - Class in org.axonframework.test.matchers
Matches any empty collection.
EmptyCollectionMatcher(String) - Constructor for class org.axonframework.test.matchers.EmptyCollectionMatcher
Creates a matcher of a list of empty items.
emptyCompletedFuture() - Static method in class org.axonframework.common.FutureUtils
Creates a completed CompletableFuture with null as result.
emptyInstance() - Static method in class org.axonframework.messaging.core.Metadata
Returns an empty Metadata instance.
emptyMessage() - Static method in class org.axonframework.messaging.core.GenericMessage
Construct an empty message.
emptyOrNull(String) - Static method in class org.axonframework.common.StringUtils
Validate whether the given String s is null or not empty (where empty is defined as "").
enableCoordinatorClaimExtension() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorConfiguration
Enables the Coordinator to extend the claims of its WorkPackages.
end() - Method in class org.axonframework.common.lifecycle.ShutdownLatch.ActivityHandle
Mark this activity as being finalized.
end() - Method in class org.axonframework.extension.tracing.opentelemetry.OpenTelemetrySpan
 
end() - Method in class org.axonframework.messaging.tracing.NoOpSpanFactory.NoOpSpan
 
end() - Method in interface org.axonframework.messaging.tracing.Span
Ends the span.
ENGINE_PREFIX - Static variable in class org.axonframework.axonserver.connector.event.AxonServerEventStorageEngineFactory
The expected prefix for any name given when constructing an instance.
enhance(ApplicationConfigurer) - Static method in class org.axonframework.messaging.core.configuration.MessagingConfigurer
Creates a MessagingConfigurer that enhances an existing ApplicationConfigurer.
enhance(ComponentRegistry) - Method in class org.axonframework.axonserver.connector.AxonServerConfigurationEnhancer
 
enhance(ComponentRegistry) - Method in interface org.axonframework.common.configuration.ConfigurationEnhancer
Enhances the given registry with, for example, additional components and decorators.
enhance(ComponentRegistry) - Method in class org.axonframework.eventsourcing.configuration.EventSourcingConfigurationDefaults
 
enhance(ComponentRegistry) - Method in class org.axonframework.extension.metrics.dropwizard.MetricsConfigurerModule
 
enhance(ComponentRegistry) - Method in class org.axonframework.extension.metrics.micrometer.MetricsConfigurerModule
 
enhance(ComponentRegistry) - Method in class org.axonframework.extension.spring.config.MessageHandlerConfigurer
 
enhance(ComponentRegistry) - Method in class org.axonframework.extension.spring.config.SpringEventSourcedEntityConfigurer
 
enhance(ComponentRegistry) - Method in record class org.axonframework.extension.springboot.autoconfig.JpaEventStoreAutoConfiguration.AggregateBasedJpaEventStorageEngineConfigurationEnhancer
 
enhance(ComponentRegistry) - Method in class org.axonframework.messaging.commandhandling.annotation.CommandDispatcherParameterResolverFactoryConfigurationEnhancer
 
enhance(ComponentRegistry) - Method in class org.axonframework.messaging.commandhandling.distributed.DistributedCommandBusConfigurationEnhancer
 
enhance(ComponentRegistry) - Method in class org.axonframework.messaging.core.configuration.MessagingConfigurationDefaults
 
enhance(ComponentRegistry) - Method in class org.axonframework.messaging.core.configuration.reflection.ConfigurationParameterResolverConfigurationEnhancer
 
enhance(ComponentRegistry) - Method in class org.axonframework.messaging.core.reflection.ClasspathParameterResolverConfigurationEnhancer
 
enhance(ComponentRegistry) - Method in class org.axonframework.messaging.core.reflection.HierarchicalParameterResolverFactoryConfigurationEnhancer
 
enhance(ComponentRegistry) - Method in class org.axonframework.messaging.eventhandling.annotation.EventAppenderParameterResolverFactoryConfigurationEnhancer
 
enhance(ComponentRegistry) - Method in class org.axonframework.messaging.eventhandling.configuration.EventBusConfigurationDefaults
 
enhance(ComponentRegistry) - Method in class org.axonframework.messaging.queryhandling.distributed.DistributedQueryBusConfigurationEnhancer
 
enhance(ComponentRegistry) - Method in class org.axonframework.modelling.annotation.InjectEntityParameterResolverFactoryConfigurationEnhancer
 
enhance(ComponentRegistry) - Method in class org.axonframework.modelling.configuration.ModellingConfigurationDefaults
 
enhance(ComponentRegistry) - Method in class org.axonframework.modelling.HierarchicalStateManagerConfigurationEnhancer
 
enhance(ComponentRegistry) - Method in class org.axonframework.test.fixture.MessagesRecordingConfigurationEnhancer
 
enhance(ComponentRegistry) - Method in class org.axonframework.update.UpdateCheckerConfigurationEnhancer
 
enhance(MessagingConfigurer) - Static method in class org.axonframework.modelling.configuration.ModellingConfigurer
Creates a ModellingConfigurer that enhances an existing MessagingConfigurer.
enhance(ModellingConfigurer) - Static method in class org.axonframework.eventsourcing.configuration.EventSourcingConfigurer
Creates a EventSourcingConfigurer that enhances an existing ModellingConfigurer.
ENHANCER_ORDER - Static variable in class org.axonframework.axonserver.connector.AxonServerConfigurationEnhancer
ENHANCER_ORDER - Static variable in class org.axonframework.eventsourcing.configuration.EventSourcingConfigurationDefaults
The order of this enhancer compared to others, equal to 100 positions before MessagingConfigurationDefaults (thus, MessagingConfigurationDefaults.ENHANCER_ORDER - 100).
ENHANCER_ORDER - Static variable in class org.axonframework.messaging.core.configuration.MessagingConfigurationDefaults
The order of this enhancer compared to others, equal to Integer.MAX_VALUE.
ENHANCER_ORDER - Static variable in class org.axonframework.messaging.eventhandling.configuration.EventBusConfigurationDefaults
The order of this enhancer compared to others, equal to 100 positions before MessagingConfigurationDefaults (thus, MessagingConfigurationDefaults.ENHANCER_ORDER - 100).
ENHANCER_ORDER - Static variable in class org.axonframework.update.UpdateCheckerConfigurationEnhancer
The order of this enhancer compared to others, equal to Integer.MAX_VALUE.
ensureAccessible(T) - Static method in class org.axonframework.common.ReflectionUtils
Makes the given member accessible via reflection if it is not the case already.
entity() - Method in interface org.axonframework.modelling.repository.ManagedEntity
The current state of the entity.
EntityAlreadyExistsForCreationalCommandHandlerException - Exception Class in org.axonframework.modelling.entity
Exception indicating that a creational command handler was invoked for an entity that already exists.
EntityAlreadyExistsForCreationalCommandHandlerException(CommandMessage, Object) - Constructor for exception class org.axonframework.modelling.entity.EntityAlreadyExistsForCreationalCommandHandlerException
Creates a new exception with the given command and existingEntity.
EntityChildMetamodel<C,P> - Interface in org.axonframework.modelling.entity.child
Interface describing a child EntityMetamodel that can be handled in the context of its parent.
EntityChildModelDefinition - Interface in org.axonframework.modelling.entity.annotation
Interface describing the definition of an EntityChildMetamodel.
EntityCommandHandler<E> - Interface in org.axonframework.modelling.entity
Functional interface describing a handler of a CommandMessage for that uses an entity to make a decision.
EntityCommandHandlingComponent<ID,E> - Class in org.axonframework.modelling.entity
A CommandHandlingComponent that handles commands for an entity.
EntityCommandHandlingComponent(Repository<ID, E>, EntityMetamodel<E>, EntityIdResolver<ID>) - Constructor for class org.axonframework.modelling.entity.EntityCommandHandlingComponent
Creates a new CommandHandlingComponent that handles commands for the given entity type.
Entity creation methods - Search tag in annotation interface org.axonframework.eventsourcing.annotation.reflection.EntityCreator
Section
EntityCreator - Annotation Interface in org.axonframework.eventsourcing.annotation.reflection
Annotation that indicates that a method or constructor is a factory method for an event-sourced entity.
entityEvolver(EntityEvolver<E>) - Method in interface org.axonframework.modelling.entity.EntityMetamodelBuilder
Adds a EntityEvolver to this metamodel.
entityEvolver(EntityEvolver<E>) - Method in interface org.axonframework.modelling.entity.PolymorphicEntityMetamodelBuilder
 
EntityEvolver<E> - Interface in org.axonframework.modelling
Functional interface describing how to evolve a given entity of type e based on a given EventMessage.
EntityEvolvingComponent<E> - Interface in org.axonframework.modelling
Interface describing a group of EntityEvolvers belonging to a single entity of type E, forming an entity that can evolve its state based on the events it receives.
entityFactory(ComponentBuilder<EventSourcedEntityFactory<ID, E>>) - Method in interface org.axonframework.eventsourcing.configuration.EventSourcedEntityModule.EntityFactoryPhase
Registers the given ComponentBuilder of an EventSourcedEntityFactory as the factory for the event-sourced entity being built.
Entity Factory - Search tag in annotation interface org.axonframework.eventsourcing.annotation.EventSourcedEntity
Section
entityFactoryDefinition() - Element in annotation interface org.axonframework.eventsourcing.annotation.EventSourcedEntity
The definition of the EventSourcedEntityFactory to use to create a new instance of the entity.
entityFactoryDefinition() - Element in annotation interface org.axonframework.extension.spring.stereotype.EventSourced
The definition of the EventSourcedEntityFactory to use to create a new instance of the entity.
EntityIdResolutionException - Exception Class in org.axonframework.modelling
Thrown when an EntityIdResolver was unable to determine an id from a given payload.
EntityIdResolutionException(Class<?>, List<Object>) - Constructor for exception class org.axonframework.modelling.EntityIdResolutionException
Constructs a new instance.
entityIdResolver(ComponentBuilder<EntityIdResolver<ID>>) - Method in interface org.axonframework.eventsourcing.configuration.EventSourcedEntityModule.EntityIdResolverPhase
Registers the given ComponentBuilder of an EntityIdResolver as the resolver for the event-sourced entity being built.
entityIdResolver(ComponentBuilder<EntityIdResolver<ID>>) - Method in interface org.axonframework.modelling.configuration.StateBasedEntityModule.EntityIdResolverPhase
Registers the given entityIdResolver to resolver the entity's identifiers from a given Message when loading.
EntityIdResolver<ID> - Interface in org.axonframework.modelling
Resolver for the id of an entity.
entityIdResolverDefinition() - Element in annotation interface org.axonframework.eventsourcing.annotation.EventSourcedEntity
The definition of the EntityIdResolverDefinition to use to resolve the entity id from a command message.
entityIdResolverDefinition() - Element in annotation interface org.axonframework.extension.spring.stereotype.EventSourced
The definition of the EntityIdResolverDefinition to use to resolve the entity id from a command message.
EntityIdResolverDefinition - Interface in org.axonframework.modelling.annotation
Definition describing how to create an EntityIdResolver for a given entity type and identifier type.
EntityManagerExecutor - Class in org.axonframework.common.jpa
A TransactionalExecutor implementation for EntityManagers.
EntityManagerExecutor(EntityManagerProvider) - Constructor for class org.axonframework.common.jpa.EntityManagerExecutor
Creates a new instance.
entityManagerProvider() - Method in class org.axonframework.extension.springboot.autoconfig.JpaAutoConfiguration
Retrieves an entity manager provider.
EntityManagerProvider - Interface in org.axonframework.common.jpa
Provides components with an EntityManager to access the persistence mechanism.
EntityMember - Annotation Interface in org.axonframework.modelling.entity.annotation
Annotation placed on fields or methods of an entity that should be treated as a child entity.
entityMetamodel() - Method in interface org.axonframework.modelling.entity.child.EntityChildMetamodel
Returns the EntityMetamodel of the child entity this metamodel describes.
entityMetamodel() - Method in class org.axonframework.modelling.entity.child.ListEntityChildMetamodel
 
entityMetamodel() - Method in class org.axonframework.modelling.entity.child.SingleEntityChildMetamodel
 
EntityMetamodel<E> - Interface in org.axonframework.modelling.entity
The messaging metamodel of entity type E, containing the information needed to handle commands and events.
EntityMetamodelBuilder<E> - Interface in org.axonframework.modelling.entity
Builder for an EntityMetamodel instance, allowing the registration of command handlers, an entity evolver, and child entities.
EntityMetamodelConfigurationBuilder<E> - Interface in org.axonframework.modelling.configuration
Functional interface used to build an EntityMetamodel for a specific entity type, based on the provided Configuration and EntityMetamodelBuilder.
EntityMissingAfterFirstEventException - Exception Class in org.axonframework.eventsourcing
Exception thrown by the EventSourcedEntityFactory when the entity returned by
invalid reference
EventSourcedEntityFactory#create(Object, EventMessage)
is null when calling it with a non-null firstEventMessage during the EventSourcingRepository.load(Object, ProcessingContext) or EventSourcingRepository.loadOrCreate(Object, ProcessingContext).
EntityMissingAfterFirstEventException(Object) - Constructor for exception class org.axonframework.eventsourcing.EntityMissingAfterFirstEventException
Constructs the exception with the given identifier.
EntityMissingAfterLoadOrCreateException - Exception Class in org.axonframework.eventsourcing
Exception thrown by the EventSourcedEntityFactory when the entity returned by
invalid reference
EventSourcedEntityFactory#create(Object, EventMessage)
is null when calling it with a null firstEventMessage during the EventSourcingRepository.loadOrCreate(Object, ProcessingContext).
EntityMissingAfterLoadOrCreateException(Object) - Constructor for exception class org.axonframework.eventsourcing.EntityMissingAfterLoadOrCreateException
Constructs the exception with the given identifier.
EntityMissingForInstanceCommandHandlerException - Exception Class in org.axonframework.modelling.entity
Exception indicating that an instance command handler was invoked for an entity that does not exist.
EntityMissingForInstanceCommandHandlerException(CommandMessage) - Constructor for exception class org.axonframework.modelling.entity.EntityMissingForInstanceCommandHandlerException
Creates a new exception with the given command.
EntityModule<ID,E> - Interface in org.axonframework.modelling.configuration
Module that builds an entity of type E with an identifier of type ID.
entityName() - Method in interface org.axonframework.modelling.configuration.EntityModule
The name of the entity, typically a concatenation of the entity type's simple name and the identifier type's simple name.
entityType() - Method in class org.axonframework.eventsourcing.EventSourcingRepository
 
entityType() - Method in interface org.axonframework.modelling.configuration.EntityModule
Returns the type of the entity.
entityType() - Method in class org.axonframework.modelling.entity.annotation.AnnotatedEntityMetamodel
 
entityType() - Method in class org.axonframework.modelling.entity.child.AbstractEntityChildMetamodel
 
entityType() - Method in interface org.axonframework.modelling.entity.child.EntityChildMetamodel
Returns the Class of the child entity this metamodel describes.
entityType() - Method in class org.axonframework.modelling.entity.ConcreteEntityMetamodel
 
entityType() - Method in interface org.axonframework.modelling.entity.EntityMetamodel
Returns the Class of the entity this metamodel describes.
entityType() - Method in class org.axonframework.modelling.entity.PolymorphicEntityMetamodel
 
entityType() - Method in class org.axonframework.modelling.repository.AccessSerializingRepository
 
entityType() - Method in class org.axonframework.modelling.repository.InMemoryRepository
 
entityType() - Method in interface org.axonframework.modelling.repository.Repository
The type of entity stored in this repository.
entityType() - Method in class org.axonframework.modelling.repository.SimpleRepository
 
EntryListenerAdapter() - Constructor for class org.axonframework.common.caching.Cache.EntryListenerAdapter
 
entrySet() - Method in class org.axonframework.messaging.core.Metadata
 
EnvironmentVariableUsagePropertyProvider - Class in org.axonframework.update.configuration
A UsagePropertyProvider implementation that reads the usage properties from the environment variables.
EnvironmentVariableUsagePropertyProvider() - Constructor for class org.axonframework.update.configuration.EnvironmentVariableUsagePropertyProvider
Creates a new EnvironmentVariableUsagePropertyProvider that reads properties from the system environment.
EnvironmentVariableUsagePropertyProvider(EnvironmentVariableUsagePropertyProvider.EnvironmentVariableSupplier) - Constructor for class org.axonframework.update.configuration.EnvironmentVariableUsagePropertyProvider
Creates a new EnvironmentVariableUsagePropertyProvider that reads properties from the provided EnvironmentVariableUsagePropertyProvider.EnvironmentVariableSupplier.
EnvironmentVariableUsagePropertyProvider.EnvironmentVariableSupplier - Interface in org.axonframework.update.configuration
A functional interface to supply environment variables.
equals(Object) - Method in record class org.axonframework.axonserver.connector.event.EventProcessorControlService.AxonProcessorInstructionHandler
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.axonframework.axonserver.connector.TopologyChange
 
equals(Object) - Method in class org.axonframework.axonserver.connector.TopologyChange.HandlerSubscription
 
equals(Object) - Method in record class org.axonframework.common.configuration.AbstractComponent.HandlerRegistration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.axonframework.common.configuration.Component.Identifier
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.axonframework.common.TypeReference
 
equals(Object) - Method in class org.axonframework.common.util.PriorityCallable
 
equals(Object) - Method in class org.axonframework.common.util.PriorityRunnable
 
equals(Object) - Method in record class org.axonframework.conversion.avro.AvroConverterConfiguration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.axonframework.conversion.avro.AvroConverterStrategyConfiguration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.axonframework.eventsourcing.eventstore.AggregateBasedConsistencyMarker
 
equals(Object) - Method in class org.axonframework.eventsourcing.eventstore.AggregateSequenceNumberPosition
 
equals(Object) - Method in record class org.axonframework.eventsourcing.eventstore.EmptyAppendTransaction
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.axonframework.eventsourcing.eventstore.GenericTaggedEventMessage
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.axonframework.eventsourcing.eventstore.GlobalIndexConsistencyMarker
 
equals(Object) - Method in class org.axonframework.eventsourcing.eventstore.GlobalIndexPosition
 
equals(Object) - Method in record class org.axonframework.eventsourcing.eventstore.jpa.AggregateBasedJpaEventStorageEngineConfiguration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.axonframework.extension.spring.config.EventProcessorSettings.MapWrapper
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.axonframework.extension.springboot.autoconfig.JpaEventStoreAutoConfiguration.AggregateBasedJpaEventStorageEngineConfigurationEnhancer
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.axonframework.messaging.commandhandling.distributed.DistributedCommandBusConfiguration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.axonframework.messaging.core.annotation.AnnotatedHandlerAttributes
 
equals(Object) - Method in record class org.axonframework.messaging.core.annotation.AnnotationMessageTypeResolver.AnnotationSpecification
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.axonframework.messaging.core.annotation.MethodInvokingMessageHandlingMember
 
equals(Object) - Method in record class org.axonframework.messaging.core.MessageType
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.axonframework.messaging.core.Metadata
 
equals(Object) - Method in record class org.axonframework.messaging.core.QualifiedName
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.axonframework.messaging.core.RemoteExceptionDescription
 
equals(Object) - Method in class org.axonframework.messaging.core.SimpleContext
 
equals(Object) - Method in record class org.axonframework.messaging.core.SimpleEntry
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.axonframework.messaging.core.SimpleHandlerAttributes
 
equals(Object) - Method in record class org.axonframework.messaging.core.unitofwork.UnitOfWorkConfiguration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.axonframework.messaging.eventhandling.processing.errorhandling.ErrorContext
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.Segment
 
equals(Object) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.TrackerStatus
 
equals(Object) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.WrappedTrackerStatus
 
equals(Object) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.GapAwareTrackingToken
 
equals(Object) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.GlobalSequenceTrackingToken
 
equals(Object) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.MergedTrackingToken
 
equals(Object) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.ReplayToken
 
equals(Object) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.ConfigToken
 
equals(Object) - Method in record class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenStoreConfiguration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa.JpaTokenStoreConfiguration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa.TokenEntry.PK
 
equals(Object) - Method in record class org.axonframework.messaging.eventstreaming.Tag
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.axonframework.messaging.queryhandling.distributed.DistributedQueryBusConfiguration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.axonframework.test.fixture.AxonTestFixture.Customization
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.axonframework.test.server.AxonServerContainer
 
equals(Object) - Method in record class org.axonframework.test.util.MessageMonitorReport.Report.Failure
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.axonframework.test.util.MessageMonitorReport.Report.Ignored
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.axonframework.test.util.MessageMonitorReport.Report.Success
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.axonframework.update.api.Artifact
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.axonframework.update.api.ArtifactAvailableUpgrade
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.axonframework.update.api.DetectedVulnerability
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.axonframework.update.api.UpdateCheckRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.axonframework.update.api.UpdateCheckResponse
Indicates whether some other object is "equal to" this one.
EqualsMatcher<T> - Class in org.axonframework.test.matchers
Matcher testing for object equality as per Object.equals(Object o)
EqualsMatcher(T) - Constructor for class org.axonframework.test.matchers.EqualsMatcher
 
equalTo(T) - Static method in class org.axonframework.test.matchers.EqualsMatcher
 
error() - Method in class org.axonframework.axonserver.connector.event.SourcingEventMessageStream
 
error() - Method in class org.axonframework.axonserver.connector.event.StreamingEventMessageStream
 
error() - Method in class org.axonframework.axonserver.connector.query.AbstractQueryResponseMessageStream
 
error() - Method in class org.axonframework.eventsourcing.eventstore.ContinuousMessageStream
 
error() - Method in class org.axonframework.messaging.core.DelayedMessageStream
 
error() - Method in class org.axonframework.messaging.core.DelegatingMessageStream
 
error() - Method in interface org.axonframework.messaging.core.MessageStream
Indicates whether any error has been reported in this stream.
error() - Method in class org.axonframework.messaging.core.QueueMessageStream
 
error() - Method in record class org.axonframework.messaging.eventhandling.processing.errorhandling.ErrorContext
Returns the value of the error record component.
error(Throwable) - Method in interface org.axonframework.messaging.queryhandling.SinkWrapper
Wrapper around Sink error(Throwable).
ERROR - Enum constant in enum class org.axonframework.messaging.commandhandling.UnresolvedRoutingKeyPolicy
A RoutingStrategy which always throws a CommandDispatchException regardless of the CommandMessage received.
errorCode() - Method in exception class org.axonframework.axonserver.connector.AxonServerException
 
errorCode() - Method in enum class org.axonframework.axonserver.connector.ErrorCode
 
errorCode() - Method in exception class org.axonframework.axonserver.connector.query.AxonServerQueryDispatchException
ErrorCode - Enum Class in org.axonframework.axonserver.connector
Converts an Axon Server Error to the relevant Axon framework exception.
Error Conditions - Search tag in annotation interface org.axonframework.messaging.eventhandling.annotation.SequencingPolicy
Section
ErrorContext - Record Class in org.axonframework.messaging.eventhandling.processing.errorhandling
Describes the context of an error caught by an EventProcessor while processing a batch of events.
ErrorContext(String, Throwable, List<? extends EventMessage>, Context) - Constructor for record class org.axonframework.messaging.eventhandling.processing.errorhandling.ErrorContext
Compact constructor of the ErrorContext to validate the eventProcessor, error, failedEvents, and context are not null.
errorHandler - Variable in class org.axonframework.messaging.eventhandling.configuration.EventProcessorConfiguration
 
errorHandler() - Method in class org.axonframework.messaging.eventhandling.configuration.EventProcessorConfiguration
Returns the ErrorHandler invoked when an UnitOfWork throws an exception during processing.
errorHandler(ErrorHandler) - Method in class org.axonframework.messaging.eventhandling.configuration.EventProcessorConfiguration
Sets the ErrorHandler invoked when an UnitOfWork throws an exception during processing.
errorHandler(ErrorHandler) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorConfiguration
 
errorHandler(ErrorHandler) - Method in class org.axonframework.messaging.eventhandling.processing.subscribing.SubscribingEventProcessorConfiguration
 
ErrorHandler - Interface in org.axonframework.messaging.eventhandling.processing.errorhandling
Interface of the error handler that will be invoked if event processing fails.
event() - Method in record class org.axonframework.eventsourcing.eventstore.GenericTaggedEventMessage
Returns the value of the event record component.
event() - Method in interface org.axonframework.eventsourcing.eventstore.TaggedEventMessage
Return the EventMessage of generic type E carried by this TaggedEventMessage.
event(Object) - Method in interface org.axonframework.test.fixture.AxonTestPhase.Given
Configures a single event as part of the "given" state.
event(Object) - Method in interface org.axonframework.test.fixture.AxonTestPhase.When
Publishes the given event to the appropriate event handler and records all activity for result validation.
event(Object, Map<String, String>) - Method in interface org.axonframework.test.fixture.AxonTestPhase.Given
Configures a single event with the given metadata as part of the "given" state.
event(Object, Map<String, String>) - Method in interface org.axonframework.test.fixture.AxonTestPhase.When
Publishes the given event with the provided metadata to the appropriate event handler and records all activity for result validation.
event(Object, Metadata) - Method in interface org.axonframework.test.fixture.AxonTestPhase.Given
Configures a single event with the given metadata as part of the "given" state.
event(Object, Metadata) - Method in interface org.axonframework.test.fixture.AxonTestPhase.When
Publishes the given event with the provided metadata to the appropriate event handler and records all activity for result validation.
Event - Annotation Interface in org.axonframework.messaging.eventhandling.annotation
Annotation used to mark an object as an event.
EVENT - Enum constant in enum class org.axonframework.extension.spring.config.MessageHandlerConfigurer.Type
Lists the message handler for EventMessages.
EVENT_NAME - Static variable in interface org.axonframework.messaging.core.annotation.HandlerAttributes
Attribute key referencing the name of the EventMessage the handler can handle.
EVENT_PAYLOAD_TOO_LARGE - Enum constant in enum class org.axonframework.axonserver.connector.ErrorCode
 
EventAppender - Interface in org.axonframework.messaging.eventhandling.gateway
Component that appends events to an EventSink in the context of a ProcessingContext.
EventAppenderParameterResolverFactory - Class in org.axonframework.messaging.eventhandling.annotation
ParameterResolverFactory that ensures the EventAppender is resolved in the context of the current ProcessingContext.
EventAppenderParameterResolverFactory() - Constructor for class org.axonframework.messaging.eventhandling.annotation.EventAppenderParameterResolverFactory
 
EventAppenderParameterResolverFactoryConfigurationEnhancer - Class in org.axonframework.messaging.eventhandling.annotation
Configuration enhancer that registers the EventAppenderParameterResolverFactory to the ComponentRegistry of the Configuration.
EventAppenderParameterResolverFactoryConfigurationEnhancer() - Constructor for class org.axonframework.messaging.eventhandling.annotation.EventAppenderParameterResolverFactoryConfigurationEnhancer
 
EventBus - Interface in org.axonframework.messaging.eventhandling
Specification of the mechanism on which the Event Listeners can subscribe for events and event publishers can publish their events.
EventBusConfigurationDefaults - Class in org.axonframework.messaging.eventhandling.configuration
A ConfigurationEnhancer registering the default components for event publishing and event bus.
EventBusConfigurationDefaults() - Constructor for class org.axonframework.messaging.eventhandling.configuration.EventBusConfigurationDefaults
 
EventBusSpanFactory - Interface in org.axonframework.messaging.eventhandling.tracing
Span factory that creates spans for the EventBus.
eventConverter(Converter, MessageConverter, ConverterProperties) - Method in class org.axonframework.extension.springboot.autoconfig.ConverterAutoConfiguration
Bean creation method constructing the EventConverter to be used by Axon Framework.
EventConverter - Interface in org.axonframework.messaging.eventhandling.conversion
A converter specific for EventMessages, acting on the payload.
eventCoordinator() - Method in record class org.axonframework.eventsourcing.eventstore.jpa.AggregateBasedJpaEventStorageEngineConfiguration
Returns the value of the eventCoordinator record component.
eventCoordinator(EventCoordinator) - Method in record class org.axonframework.eventsourcing.eventstore.jpa.AggregateBasedJpaEventStorageEngineConfiguration
Defines the EventCoordinator to use.
EventCoordinator - Interface in org.axonframework.eventsourcing.eventstore
Coordinates appended events notifications for event storage engines.
EventCoordinator.Handle - Interface in org.axonframework.eventsourcing.eventstore
Represents a handle to a coordination instance, allowing the engine to notify of new events and to terminate the coordination.
eventCriteria(Function<Set<QualifiedName>, EventCriteria>) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorConfiguration
Sets the function to build the EventCriteria used to filter events when opening the event source.
EventCriteria - Interface in org.axonframework.messaging.eventstreaming
Describes the criteria for EventStoreTransaction#source(SourcingCondition) sourcing or
invalid reference
streaming
events.
Event Criteria - Search tag in annotation interface org.axonframework.eventsourcing.annotation.EventSourcedEntity
Section
EventCriteriaBuilder - Annotation Interface in org.axonframework.eventsourcing.annotation
Annotation to indicate that a method can be used to resolve the EventCriteria based on the TargetEntityId when loading an EventSourcedEntity.
eventCriteriaProvider() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorConfiguration
Returns the function to build EventCriteria from supported event types.
EventCriterion - Interface in org.axonframework.messaging.eventstreaming
Describes a singular, non-nested criteria for filtering events.
eventFlowControl(int, int, int) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Builder
 
EventGateway - Interface in org.axonframework.messaging.eventhandling.gateway
Interface towards the Event Handling components of an application.
EventHandler - Interface in org.axonframework.messaging.eventhandling
Interface describing a handler of events.
EventHandler - Annotation Interface in org.axonframework.messaging.eventhandling.annotation
Annotation to be placed on methods that can handle events, thus making them EventHandlers.
EventHandlerRegistry<S> - Interface in org.axonframework.messaging.eventhandling
Interface describing a registry of event handlers.
Eventhandling() - Constructor for class org.axonframework.axonserver.connector.AxonServerConfiguration.Eventhandling
 
EventHandlingComponent - Interface in org.axonframework.messaging.eventhandling
Interface describing a group of EventHandlers belonging to a single component.
eventHandlingComponents(Function<EventHandlingComponentsConfigurer.RequiredComponentPhase, EventHandlingComponentsConfigurer.CompletePhase>) - Method in interface org.axonframework.messaging.eventhandling.configuration.EventProcessorModule.EventHandlingPhase
Configures event handling components using a configurer function.
eventHandlingComponents(Function<EventHandlingComponentsConfigurer.RequiredComponentPhase, EventHandlingComponentsConfigurer.CompletePhase>) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorModule
 
eventHandlingComponents(Function<EventHandlingComponentsConfigurer.RequiredComponentPhase, EventHandlingComponentsConfigurer.CompletePhase>) - Method in class org.axonframework.messaging.eventhandling.processing.subscribing.SubscribingEventProcessorModule
 
EventHandlingComponentsConfigurer - Interface in org.axonframework.messaging.eventhandling.configuration
Builder interface for configuring collections of EventHandlingComponent instances.
EventHandlingComponentsConfigurer.AdditionalComponentPhase - Interface in org.axonframework.messaging.eventhandling.configuration
Additional phase for specifying optional event handling components.
EventHandlingComponentsConfigurer.CompletePhase - Interface in org.axonframework.messaging.eventhandling.configuration
Final phase for applying decorations and building the component list.
EventHandlingComponentsConfigurer.ComponentsPhase - Interface in org.axonframework.messaging.eventhandling.configuration
Phase that allows configuring event handling components.
EventHandlingComponentsConfigurer.RequiredComponentPhase - Interface in org.axonframework.messaging.eventhandling.configuration
Initial phase for specifying event handling components.
EventHandlingMember<T> - Interface in org.axonframework.messaging.eventhandling.annotation
Interface indicating that a MessageHandlingMember is capable of handling specific event messages.
eventInterceptors(Configuration) - Method in class org.axonframework.messaging.core.interception.DefaultDispatchInterceptorRegistry
 
eventInterceptors(Configuration) - Method in class org.axonframework.messaging.core.interception.DefaultHandlerInterceptorRegistry
 
eventInterceptors(Configuration) - Method in interface org.axonframework.messaging.core.interception.DispatchInterceptorRegistry
Returns the list of EventMessage-specific MessageDispatchInterceptors registered in this registry.
eventInterceptors(Configuration) - Method in interface org.axonframework.messaging.core.interception.HandlerInterceptorRegistry
Returns the list of EventMessage-specific MessageHandlerInterceptors registered in this registry.
eventMessage() - Method in exception class org.axonframework.eventsourcing.eventstore.TooManyTagsOnEventMessageException
Returns the message that was rejected by the storage engine.
EventMessage - Interface in org.axonframework.messaging.eventhandling
A Message wrapping an event, which is represented by its payload.
EventMessageConverter - Interface in org.axonframework.extension.spring.messaging
Interface describing a mechanism that converts Spring Messages from an Axon Event Messages and vice versa.
EventMessageHandlerInterceptorChain - Class in org.axonframework.messaging.eventhandling.interception
EventMessageHandlerInterceptorChain(List<MessageHandlerInterceptor<? super EventMessage>>, EventHandler) - Constructor for class org.axonframework.messaging.eventhandling.interception.EventMessageHandlerInterceptorChain
Constructs a new EventMessageHandlerInterceptorChain with a list of interception and an eventHandler.
eventMonitor(Configuration) - Method in class org.axonframework.messaging.monitoring.configuration.DefaultMessageMonitorRegistry
 
eventMonitor(Configuration) - Method in interface org.axonframework.messaging.monitoring.configuration.MessageMonitorRegistry
Retrieves a MessageMonitor specifically designed to monitor the processing of EventMessage instances.
eventName() - Element in annotation interface org.axonframework.messaging.eventhandling.annotation.EventHandler
The name of the event this handler listens to, matching to the MessageType.name() from the Message.type().
eventName() - Method in interface org.axonframework.messaging.eventhandling.annotation.EventHandlingMember
Returns the name of the event that can be handled.
eventProcessing(Consumer<EventProcessingConfigurer>) - Method in class org.axonframework.messaging.core.configuration.MessagingConfigurer
Delegates given configurerTask to the EventProcessingConfigurer.
EventProcessingAutoConfiguration - Class in org.axonframework.extension.springboot.autoconfig
Auto configuration for event processors.
EventProcessingAutoConfiguration() - Constructor for class org.axonframework.extension.springboot.autoconfig.EventProcessingAutoConfiguration
 
EventProcessingConfigurer - Class in org.axonframework.messaging.eventhandling.configuration
A configuration module for event processing that provides a unified way to configure and manage both EventProcessor types: PooledStreamingEventProcessor SubscribingEventProcessor
EventProcessingConfigurer(MessagingConfigurer) - Constructor for class org.axonframework.messaging.eventhandling.configuration.EventProcessingConfigurer
Constructs a new event processing module with the given name.
EventProcessingException - Exception Class in org.axonframework.messaging.eventhandling.processing
Exception thrown when an EventProcessor failed to handle a batch of events.
EventProcessingException(String, Throwable) - Constructor for exception class org.axonframework.messaging.eventhandling.processing.EventProcessingException
Initialize the exception with given message and cause.
eventProcessor() - Method in record class org.axonframework.messaging.eventhandling.processing.errorhandling.ErrorContext
Returns the value of the eventProcessor record component.
EventProcessor - Interface in org.axonframework.messaging.eventhandling.processing
An Event Processor processes event messages from an event queue or event bus.
EventProcessorConfiguration - Class in org.axonframework.messaging.eventhandling.configuration
Configuration class to be used for EventProcessor implementations.
EventProcessorConfiguration() - Constructor for class org.axonframework.messaging.eventhandling.configuration.EventProcessorConfiguration
Constructs a new EventProcessorConfiguration with just default values.
EventProcessorConfiguration(Configuration) - Constructor for class org.axonframework.messaging.eventhandling.configuration.EventProcessorConfiguration
Constructs a new EventProcessorConfiguration with default values and retrieve global default values.
EventProcessorConfiguration(EventProcessorConfiguration) - Constructor for class org.axonframework.messaging.eventhandling.configuration.EventProcessorConfiguration
Constructs a new EventProcessorConfiguration copying properties from the given configuration.
EventProcessorControlService - Class in org.axonframework.axonserver.connector.event
Service that listens to PlatformOutboundInstructions to control EventProcessors when requested by Axon Server.
EventProcessorControlService(Configuration, AxonServerConnectionManager, String, Map<String, AxonServerConfiguration.Eventhandling.ProcessorSettings>) - Constructor for class org.axonframework.axonserver.connector.event.EventProcessorControlService
Initialize an EventProcessorControlService.
EventProcessorControlService.AxonProcessorInstructionHandler - Record Class in org.axonframework.axonserver.connector.event
 
EventProcessorCustomization - Interface in org.axonframework.messaging.eventhandling.configuration
Allows customizing the EventProcessorConfiguration.
EventProcessorLatencyMonitor - Class in org.axonframework.extension.metrics.dropwizard
A MessageMonitor implementation dedicated to EventMessages.
EventProcessorLatencyMonitor - Class in org.axonframework.extension.metrics.micrometer
A MessageMonitor implementation dedicated to EventMessages.
EventProcessorLatencyMonitor() - Constructor for class org.axonframework.extension.metrics.dropwizard.EventProcessorLatencyMonitor
EventProcessorLatencyMonitor(Clock) - Constructor for class org.axonframework.extension.metrics.dropwizard.EventProcessorLatencyMonitor
Construct an EventProcessorLatencyMonitor using the given clock.
EventProcessorLatencyMonitor(EventProcessorLatencyMonitor.Builder) - Constructor for class org.axonframework.extension.metrics.micrometer.EventProcessorLatencyMonitor
Instantiate a EventProcessorLatencyMonitor based on the fields contained in the EventProcessorLatencyMonitor.Builder.
EventProcessorLatencyMonitor.Builder - Class in org.axonframework.extension.metrics.micrometer
Builder class to instantiate a EventProcessorLatencyMonitor.
EventProcessorModule - Interface in org.axonframework.messaging.eventhandling.configuration
Interface for configuring individual EventProcessor modules.
EventProcessorModule.CustomizationPhase<P,C> - Interface in org.axonframework.messaging.eventhandling.configuration
Configuration phase interface that provides methods for setting up event processor configurations.
EventProcessorModule.EventHandlingPhase<P,C> - Interface in org.axonframework.messaging.eventhandling.configuration
Builder phase for configuring event handling components.
EventProcessorProperties - Class in org.axonframework.extension.springboot
Properties describing the settings for Event Processors.
EventProcessorProperties() - Constructor for class org.axonframework.extension.springboot.EventProcessorProperties
 
EventProcessorProperties.Dlq - Class in org.axonframework.extension.springboot
Configuration for the Dead-letter-queue (DLQ).
EventProcessorProperties.DlqCache - Class in org.axonframework.extension.springboot
Configuration for the Dead-Letter-Queue Caching.
EventProcessorProperties.Mode - Enum Class in org.axonframework.extension.springboot
The processing modes of an EventProcessor.
EventProcessorProperties.ProcessorSettings - Class in org.axonframework.extension.springboot
Processor settings.
eventProcessorSettings(Environment) - Method in class org.axonframework.extension.springboot.autoconfig.EventProcessingAutoConfiguration
Constructs event processing settings.
EventProcessorSettings - Interface in org.axonframework.extension.spring.config
Event processor settings.
EventProcessorSettings.MapWrapper - Record Class in org.axonframework.extension.spring.config
Holder class to be able to retrieve a map of those by a single non-parameterized class.
EventProcessorSettings.PooledEventProcessorSettings - Interface in org.axonframework.extension.spring.config
Settings for pooled event processor.
EventProcessorSettings.ProcessorMode - Enum Class in org.axonframework.extension.spring.config
The processing modes of an EventProcessor.
EventProcessorSettings.SubscribingEventProcessorSettings - Interface in org.axonframework.extension.spring.config
Settings for subscribing event processor.
EventProcessorSpanFactory - Interface in org.axonframework.messaging.eventhandling.tracing
Span factory that creates spans for the EventProcessor implementations.
EventPublicationFailedException - Exception Class in org.axonframework.messaging.core
Exception indication that an error occurred while publishing an event to an AMQP Broker
EventPublicationFailedException(String, Throwable) - Constructor for exception class org.axonframework.messaging.core.EventPublicationFailedException
Initialize the exception using given descriptive message and cause
events(Object...) - Method in interface org.axonframework.test.fixture.AxonTestPhase.Given
Configures the given events as events in the "given" state.
events(Object...) - Method in interface org.axonframework.test.fixture.AxonTestPhase.Then.MessageAssertions
Expect the given set of events to have been published during the AxonTestPhase.When phase.
events(Object...) - Method in interface org.axonframework.test.fixture.AxonTestPhase.When
Publishes the given events to the appropriate event handlers and records all activity for result validation.
events(List<?>) - Method in interface org.axonframework.test.fixture.AxonTestPhase.Given
Configures the given events as events in the "given" state.
events(List<?>) - Method in interface org.axonframework.test.fixture.AxonTestPhase.When
Publishes the given events to the appropriate event handlers and records all activity for result validation.
events(EventMessage...) - Method in interface org.axonframework.test.fixture.AxonTestPhase.Given
Configures the given messages as events in the "given" state.
events(EventMessage...) - Method in interface org.axonframework.test.fixture.AxonTestPhase.Then.MessageAssertions
Expect the given set of event messages to have been published during the AxonTestPhase.When phase.
events(EventMessage...) - Method in interface org.axonframework.test.fixture.AxonTestPhase.When
Publishes the given Event Messages to the appropriate event handlers and records all activity for result validation.
EventsCondition - Interface in org.axonframework.messaging.eventstreaming
Interface describing a condition that the type and tags of event messages must match against in order to be relevant.
EventSink - Interface in org.axonframework.messaging.eventhandling
Interface describing the option to publish events.
eventsMatch(Predicate<List<EventMessage>>) - Method in interface org.axonframework.test.fixture.AxonTestPhase.Then.MessageAssertions
Allow to check if the set of event messages which have been published during the When phase match given predicate.
eventSource() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorConfiguration
Returns the StreamableEventSource used to track events.
eventSource() - Method in class org.axonframework.messaging.eventhandling.processing.subscribing.SubscribingEventProcessorConfiguration
Returns the SubscribableEventSource to which this processor subscribes.
eventSource(SubscribableEventSource) - Method in class org.axonframework.messaging.eventhandling.processing.subscribing.SubscribingEventProcessorConfiguration
Sets the SubscribableEventSource (e.g. the EventBus) to which this EventProcessor implementation will subscribe itself to receive EventMessages.
eventSource(StreamableEventSource) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorConfiguration
Sets the StreamableEventSource (e.g. the EventStore) which this EventProcessor will track.
EventSourced - Annotation Interface in org.axonframework.extension.spring.stereotype
Annotation that informs Axon's auto configurer for Spring that a given Component is an event-sourced entity instance.
EventSourcedEntity - Annotation Interface in org.axonframework.eventsourcing.annotation
Annotation to configure several aspects of an event-sourced entity.
EventSourcedEntityFactory<ID,E> - Interface in org.axonframework.eventsourcing
Defines how an EventSourcingRepository should construct an entity of type E.
EventSourcedEntityFactoryDefinition<E,ID> - Interface in org.axonframework.eventsourcing.annotation
Defines how an EventSourcedEntityFactory should be constructed for an EventSourcedEntity annotated class.
EventSourcedEntityModule<ID,E> - Interface in org.axonframework.eventsourcing.configuration
An expansion of the EntityModule, specifically for event-sourced entities.
EventSourcedEntityModule.CriteriaResolverPhase<ID,E> - Interface in org.axonframework.eventsourcing.configuration
Phase of the module's building process in which a ComponentBuilder for a CriteriaResolver should be provided.
EventSourcedEntityModule.EntityFactoryPhase<ID,E> - Interface in org.axonframework.eventsourcing.configuration
Phase of the module's building process in which a ComponentBuilder for an EventSourcedEntityFactory should be provided.
EventSourcedEntityModule.EntityIdResolverPhase<ID,E> - Interface in org.axonframework.eventsourcing.configuration
Phase of the module's building process in which a ComponentBuilder for an EntityIdResolver should be provided.
EventSourcedEntityModule.MessagingModelPhase<ID,E> - Interface in org.axonframework.eventsourcing.configuration
Phase of the module's building process in which the user should define the messaging metamodel for the event-sourced entity being built.
EventSourcingConfigurationDefaults - Class in org.axonframework.eventsourcing.configuration
A ConfigurationEnhancer registering the default components of the EventSourcingConfigurer.
EventSourcingConfigurationDefaults() - Constructor for class org.axonframework.eventsourcing.configuration.EventSourcingConfigurationDefaults
 
EventSourcingConfigurer - Class in org.axonframework.eventsourcing.configuration
The event sourcing ApplicationConfigurer of Axon Framework's configuration API.
EventSourcingHandler - Annotation Interface in org.axonframework.eventsourcing.annotation
Annotation that marks a method in: - an Aggregate (either the root, or an entity) as a handler for Events generated by that aggregate. - a State model needed for CommandHandler as a handler for Events sourced in order to handle given CommandMessage.
EventSourcingRepository<ID,E> - Class in org.axonframework.eventsourcing
Repository implementation that loads entities based on their historic event streams, provided by an EventStore.
EventSourcingRepository(Class<ID>, Class<E>, EventStore, EventSourcedEntityFactory<ID, E>, CriteriaResolver<ID>, EntityEvolver<E>) - Constructor for class org.axonframework.eventsourcing.EventSourcingRepository
Initialize the repository to load events from the given eventStore using the given applier to apply state transitions to the entity based on the events received, and given criteriaResolver to resolve the EventCriteria of the given identifier type used to source an entity.
eventsSatisfy(Consumer<List<EventMessage>>) - Method in interface org.axonframework.test.fixture.AxonTestPhase.Then.MessageAssertions
Invokes the given consumer of the set of event messages that have been published during the When phase, allowing for any form of assertion.
EventStorageEngine - Interface in org.axonframework.eventsourcing.eventstore
Interface for providing storage engines for the StorageEngineBackedEventStore.
EventStorageEngine.AppendTransaction<R> - Interface in org.axonframework.eventsourcing.eventstore
Interface representing the transaction of an appendEvents invocation.
EventStore - Interface in org.axonframework.eventsourcing.eventstore
Infrastructure component providing the means to start an EventStoreTransaction to append events and event source models from the underlying storage solution.
EventStoreConfiguration() - Constructor for class org.axonframework.axonserver.connector.AxonServerConfiguration.EventStoreConfiguration
 
EventStoreException - Exception Class in org.axonframework.eventsourcing.eventstore
Indicates that the given events stream could not be stored or read due to an underlying exception.
EventStoreException(String) - Constructor for exception class org.axonframework.eventsourcing.eventstore.EventStoreException
Initialize the exception with the given message.
EventStoreException(String, Throwable) - Constructor for exception class org.axonframework.eventsourcing.eventstore.EventStoreException
Initialize the exception with the given message and cause
EventStoreTransaction - Interface in org.axonframework.eventsourcing.eventstore
Interface describing the actions that can be taken on a transaction to source a model from the EventStore based on the resulting MessageStream.
EventTag - Annotation Interface in org.axonframework.eventsourcing.annotation
Field or method level annotation that marks a field or method providing the Tag for the Event.
EventTags - Annotation Interface in org.axonframework.eventsourcing.annotation
Container annotation for repeatable EventTag annotation.
eventTargetMatcher - Variable in class org.axonframework.modelling.entity.child.AbstractEntityChildMetamodel.Builder
 
eventTargetMatcher - Variable in class org.axonframework.modelling.entity.child.AbstractEntityChildMetamodel
 
eventTargetMatcher() - Element in annotation interface org.axonframework.modelling.entity.annotation.EntityMember
The EventTargetMatcher is used to determine which entity should be evolved by the EventMessage.
eventTargetMatcher(EventTargetMatcher<C>) - Method in class org.axonframework.modelling.entity.child.AbstractEntityChildMetamodel.Builder
Sets the EventTargetMatcher to determine whether a child entity should handle the given EventMessage.
EventTargetMatcher<E> - Interface in org.axonframework.modelling.entity.child
Functional interface that determines if a given entity should be targeted for a specific EventMessage.
EventTargetMatcherDefinition - Interface in org.axonframework.modelling.entity.annotation
Defines how a EventTargetMatcher should be constructed for an EntityMember-annotated member of an AnnotatedEntityMetamodel.
EventTrackerStatus - Interface in org.axonframework.messaging.eventhandling.processing.streaming.segmenting
Interface describing the status of a Segment of a StreamingEventProcessor.
EventTrackerStatusChangeListener - Interface in org.axonframework.messaging.eventhandling.processing.streaming.segmenting
Represent a listener that is notified whenever the Map of EventTrackerStatus' in the StreamingEventProcessor this component is registered to has changed.
EventTypeRestrictableEventCriteria - Interface in org.axonframework.messaging.eventstreaming
An EventCriteria that can be restricted to a specific set of event types.
evolve(E, EventMessage, ProcessingContext) - Method in class org.axonframework.modelling.annotation.AnnotationBasedEntityEvolvingComponent
 
evolve(E, EventMessage, ProcessingContext) - Method in class org.axonframework.modelling.entity.annotation.AnnotatedEntityMetamodel
 
evolve(E, EventMessage, ProcessingContext) - Method in class org.axonframework.modelling.entity.ConcreteEntityMetamodel
 
evolve(E, EventMessage, ProcessingContext) - Method in class org.axonframework.modelling.entity.PolymorphicEntityMetamodel
 
evolve(E, EventMessage, ProcessingContext) - Method in interface org.axonframework.modelling.EntityEvolver
Evolve the given entity by applying the given event to it.
evolve(E, EventMessage, ProcessingContext) - Method in class org.axonframework.modelling.PayloadBasedEntityEvolver
 
evolve(E, EventMessage, ProcessingContext) - Method in class org.axonframework.modelling.SimpleEntityEvolvingComponent
 
evolve(P, EventMessage, ProcessingContext) - Method in class org.axonframework.modelling.entity.child.AbstractEntityChildMetamodel
 
evolveParentBasedOnChildInput(P, F) - Method in interface org.axonframework.modelling.entity.child.ChildEntityFieldDefinition
Evolves the parent entity based on the provided child value.
evolveParentBasedOnChildInput(P, F) - Method in class org.axonframework.modelling.entity.child.FieldChildEntityFieldDefinition
 
evolveParentBasedOnChildInput(P, F) - Method in class org.axonframework.modelling.entity.child.GetterEvolverChildEntityFieldDefinition
 
evolveParentBasedOnChildInput(P, F) - Method in class org.axonframework.modelling.entity.child.GetterSetterChildEntityFieldDefinition
 
ExactClassMatcher<T> - Class in org.axonframework.test.matchers
Matcher testing for exact classes.
ExactClassMatcher(Class<T>) - Constructor for class org.axonframework.test.matchers.ExactClassMatcher
Construct a ExactClassMatcher that will match an actual value with the given expectedClass.
exactClassOf(Class<T>) - Static method in class org.axonframework.test.matchers.ExactClassMatcher
Construct a ExactClassMatcher that will match an actual value with the given expectedClass.
exactClassOf(Class<T>) - Static method in class org.axonframework.test.matchers.Matchers
Returns a Matcher that matches with exact class type defined by the given expected.
ExactSequenceMatcher<T> - Class in org.axonframework.test.matchers
A matcher that will match if all the given matchers against the event in a list at their respective index.
ExactSequenceMatcher(Matcher<? super T>...) - Constructor for class org.axonframework.test.matchers.ExactSequenceMatcher
Construct a matcher that will return true if all the given matchers match against the event with the same index in a given List if Events.
exactSequenceOf(Matcher<T>...) - Static method in class org.axonframework.test.matchers.Matchers
Returns a Matcher that matches a list of items of type T if each of the given matchers matches against the item at the respective index in the list.
Example 1 - Search tag in interface org.axonframework.messaging.eventstreaming.EventCriteria
Section
Example 2 - Search tag in interface org.axonframework.messaging.eventstreaming.EventCriteria
Section
Example 3 - Search tag in interface org.axonframework.messaging.eventstreaming.EventCriteria
Section
Example 4 - Search tag in interface org.axonframework.messaging.eventstreaming.EventCriteria
Section
Examples: Immutable entity - Search tag in annotation interface org.axonframework.eventsourcing.annotation.reflection.EntityCreator
Section
Examples: Mutable entity - Search tag in annotation interface org.axonframework.eventsourcing.annotation.reflection.EntityCreator
Section
Examples: Polymorphic immutable entities - Search tag in annotation interface org.axonframework.eventsourcing.annotation.reflection.EntityCreator
Section
Examples: Polymorphic mutable entities - Search tag in annotation interface org.axonframework.eventsourcing.annotation.reflection.EntityCreator
Section
Examples To make it easier to understand how the criteria work, here are some examples. These examples all have the following events in the event store: Event [StudentRegistered, student -> matchingStudent] Event [CourseRegistered, course -> matchingCourse] Event [StudentAssignedToCourse, student -> nonMatchingStudent, course -> matchingCourse] Event [StudentAssignedToCourse, student -> matchingStudent, course -> nonMatchingCourse] Event [StudentAssignedToCourse, student -> matchingStudent, course -> matchingStudent] Event [StudentRegistered, student -> nonMatchingStudent] Event [CourseRegistered, course -> nonMatchingCourse] Event [StudentAssignedToCourse, student -> nonMatchingStudent, course -> nonMatchingCourse] Example 1 EventCriteria criteria = EventCriteria .havingTags(Tag.of("student", "matchingStudent")) This criteria will match all events with the tag "student" and the value "matchingStudent". The following events will match: Event [StudentRegistered, student -> matchingStudent] Event [StudentAssignedToCourse, student -> matchingStudent, course -> nonMatchingCourse] Event [StudentAssignedToCourse, student -> matchingStudent, course -> matchingStudent] Example 2 We don't have to pass in tags as Tag instances. We can also pass them in as key-value pairs: EventCriteria criteria = EventCriteria .havingTags("student", "matchingStudent", "course", "matchingCourse") This criteria will match all events with both the "student" tag of value "matchingStudent" and the "course" tag with value "matchingStudent". The following events will match: Event [StudentRegistered, student -> matchingStudent] Event [StudentAssignedToCourse, student -> matchingStudent, course -> matchingStudent] Example 3 We can also combine multiple criteria using #or(EventCriteria), such as searching for multiple students: EventCriteria criteria = EventCriteria .havingTags("student", "matchingStudent") .or() .havingTags("student", "nonMatchingStudent") This works as an OR condition, meaning that the following events will match: Event [StudentRegistered, student -> matchingStudent] Event [StudentAssignedToCourse, student -> matchingStudent, course -> nonMatchingCourse] Event [StudentAssignedToCourse, student -> nonMatchingStudent, course -> matchingCourse] Event [StudentAssignedToCourse, student -> nonMatchingStudent, course -> nonMatchingCourse] Example 4 Last but not least, let's say that we only want the "StudentRegistered" events for the "matchingStudent". This can be done by using the EventTypeRestrictableEventCriteria#andBeingOneOfTypes(QualifiedName...) method: EventCriteria criteria = EventCriteria .havingTags("student", "matchingStudent") .andBeingOneOfTypes(new QualifiedName("StudentRegistered")) The following events will match: Event [StudentRegistered, student -> matchingStudent] See EventTypeRestrictableEventCriteria for all the methods available to you. Flattening - Search tag in interface org.axonframework.messaging.eventstreaming.EventCriteria
Section
Example Usage - Search tag in annotation interface org.axonframework.messaging.eventhandling.annotation.SequencingPolicy
Section
exception(Class<? extends Throwable>) - Method in interface org.axonframework.test.fixture.AxonTestPhase.Then.MessageAssertions
Expect the given expectedException to occur during the When phase execution.
exception(Class<? extends Throwable>, String) - Method in interface org.axonframework.test.fixture.AxonTestPhase.Then.MessageAssertions
Expect the exception with given type and message to occur during the When phase execution.
EXCEPTION_RESULT_TYPE - Static variable in interface org.axonframework.messaging.core.annotation.HandlerAttributes
Attribute key referencing the exception result type the handler can handle.
ExceptionConverter - Class in org.axonframework.axonserver.connector.util
Utility class used to serializer Throwables into ErrorMessages.
ExceptionHandler - Annotation Interface in org.axonframework.messaging.core.interception.annotation
Annotation marking a Handler as an interceptor for other handlers that is only interested in handling exception results.
exceptionSatisfies(Consumer<Throwable>) - Method in interface org.axonframework.test.fixture.AxonTestPhase.Then.MessageAssertions
Invokes the given consumer of the exception that has been throw during the When phase, allowing for any form of assertion.
ExceptionUtils - Class in org.axonframework.common
Exception utility methods.
execute() - Method in class org.axonframework.messaging.core.unitofwork.UnitOfWork
Executes all the registered action in their respective phases.
execute(Runnable) - Method in class org.axonframework.axonserver.connector.util.PriorityExecutorService
 
execute(Runnable) - Method in class org.axonframework.common.DirectExecutor
Executes the given command immediately in the current thread.
execute(Consumer<Configuration>) - Method in interface org.axonframework.test.fixture.AxonTestPhase.Given
Allows running custom setup steps (other than executing messages) on any component retrievable from the Configuration.
executeAsync(Function<Configuration, CompletableFuture<?>>) - Method in interface org.axonframework.test.fixture.AxonTestPhase.Given
Allows running custom setup steps (other than executing messages) on any component retrievable from the Configuration.
executeBatch(Connection, JdbcUtils.SqlFunction, Consumer<SQLException>) - Static method in class org.axonframework.common.jdbc.JdbcUtils
Execute the a batch update or insert statement produced by the given sqlFunction.
executeInTransaction(Runnable) - Method in interface org.axonframework.messaging.core.unitofwork.transaction.TransactionManager
Executes the given task in a new Transaction.
executeQuery(Connection, JdbcUtils.SqlFunction, JdbcUtils.SqlResultConverter<R>, Function<SQLException, RuntimeException>) - Static method in class org.axonframework.common.jdbc.JdbcUtils
Execute the query given by the sqlFunction.
executeQuery(Connection, JdbcUtils.SqlFunction, JdbcUtils.SqlResultConverter<R>, Function<SQLException, RuntimeException>, boolean) - Static method in class org.axonframework.common.jdbc.JdbcUtils
Execute the query given by the sqlFunction.
executeUntilTrue(BooleanSupplier, long, long) - Static method in class org.axonframework.common.ProcessUtils
Executes an action, with potential retry in case the result is false.
executeUpdate(Connection, JdbcUtils.SqlFunction, Function<SQLException, RuntimeException>) - Static method in class org.axonframework.common.jdbc.JdbcUtils
Execute the update statement produced by the given updateFunction.
executeUpdates(Connection, Consumer<SQLException>, JdbcUtils.SqlFunction...) - Static method in class org.axonframework.common.jdbc.JdbcUtils
Execute the update statements produced by the given sqlFunctions.
executeWithResult(Function<ProcessingContext, CompletableFuture<R>>) - Method in class org.axonframework.messaging.core.unitofwork.UnitOfWork
Registers the given action for the invocation Phase and executes this Unit of Work right away.
executeWithRetry(Runnable, Predicate<RuntimeException>, long, TimeUnit, long) - Static method in class org.axonframework.common.ProcessUtils
Executes an action, with potential retry in case of an exception.
ExecutionException - Exception Class in org.axonframework.messaging.core
Exception thrown to indicate that execution of a task has failed.
ExecutionException(String, Throwable) - Constructor for exception class org.axonframework.messaging.core.ExecutionException
Initialize an ExecutionException with the given message and cause.
executorService(ExecutorService) - Method in record class org.axonframework.messaging.commandhandling.distributed.DistributedCommandBusConfiguration
Sets the ExecutorService to use for the distributed command bus.
executorServiceFactory() - Method in record class org.axonframework.messaging.commandhandling.distributed.DistributedCommandBusConfiguration
Returns the value of the executorServiceFactory record component.
ExecutorServiceFactory<C> - Interface in org.axonframework.common.util
A Functional Interface towards a BiFunction which ingests both a Configuration and a BlockingQueue of Runnable, and outputs an ExecutorService.
expect(Consumer<Configuration>) - Method in interface org.axonframework.test.fixture.AxonTestPhase.Then.MessageAssertions
Allows running assertions on any component retrievable from the Configuration.
expectAsync(Function<Configuration, CompletableFuture<?>>) - Method in interface org.axonframework.test.fixture.AxonTestPhase.Then.MessageAssertions
Allows running assertions on any component retrievable from the Configuration.
expectedSourceType() - Method in class org.axonframework.conversion.avro.ByteArrayToGenericRecordConverter
 
expectedSourceType() - Method in class org.axonframework.conversion.avro.GenericRecordToByteArrayConverter
 
expectedSourceType() - Method in class org.axonframework.conversion.ChainedConverter
 
expectedSourceType() - Method in interface org.axonframework.conversion.ContentTypeConverter
Returns the expected type of input data for this ContentTypeConverter to ContentTypeConverter.convert(Object).
expectedSourceType() - Method in class org.axonframework.conversion.converter.BlobToInputStreamConverter
 
expectedSourceType() - Method in class org.axonframework.conversion.converter.ByteArrayToInputStreamConverter
 
expectedSourceType() - Method in class org.axonframework.conversion.converter.ByteArrayToStringConverter
 
expectedSourceType() - Method in class org.axonframework.conversion.converter.InputStreamToByteArrayConverter
 
expectedSourceType() - Method in class org.axonframework.conversion.converter.StringToByteArrayConverter
 
expectedSourceType() - Method in class org.axonframework.conversion.json.ByteArrayToJsonNodeConverter
 
expectedSourceType() - Method in class org.axonframework.conversion.json.JsonNodeToByteArrayConverter
 
expectedSourceType() - Method in class org.axonframework.conversion.json.JsonNodeToObjectNodeConverter
 
expectedSourceType() - Method in class org.axonframework.conversion.json.ObjectNodeToJsonNodeConverter
 
explicitlyUnequal(Object, Object) - Static method in class org.axonframework.common.ReflectionUtils
Indicates whether the two given objects are not the same, override an equals method that indicates they are not equal, or implements Comparable which indicates the two are not equal.
ExponentialBackOffRetryPolicy - Class in org.axonframework.messaging.core.retry
A RetryScheduler that uses a backoff strategy, doubling the retry delay after each attempt.
ExponentialBackOffRetryPolicy(long) - Constructor for class org.axonframework.messaging.core.retry.ExponentialBackOffRetryPolicy
Initializes an exponential delay policy with given initialWaitTime in milliseconds.
extendClaim(String, int, ProcessingContext) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa.JpaTokenStore
 
extendClaim(String, int, ProcessingContext) - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.token.store.TokenStore
Extends the claim on the current token held by this node for the given processorName and segment.
EXTERNAL_CONNECTIONS - Static variable in class org.axonframework.common.lifecycle.Phase
Phase to start or shutdown all external connections.
extract(ResultSet, int, Class<T>) - Static method in class org.axonframework.common.jdbc.JdbcUtils
Returns the object read from the resultSet, which object can be null, at the given column (base 1).
extract(ResultSet, int, Class<T>, T) - Static method in class org.axonframework.common.jdbc.JdbcUtils
Returns the object read from the resultSet, which object can be null, at the given column (base 1).
ExtractionSequencingPolicy<T,K> - Class in org.axonframework.messaging.eventhandling.sequencing
A SequencingPolicy implementation that extracts the sequence identifier from the event message payload based on a given property extractor.
ExtractionSequencingPolicy(Class<T>, Function<T, K>) - Constructor for class org.axonframework.messaging.eventhandling.sequencing.ExtractionSequencingPolicy
Creates a new instance of the ExtractionSequencingPolicy, which extracts the sequence identifier from the event message payload of the given payloadClass using the given identifierExtractor.
extractPackageName(BeanDefinition) - Static method in class org.axonframework.extension.spring.BeanDefinitionUtils
Extracts the package name from the given bean definition's class name.

F

factory() - Method in record class org.axonframework.extension.springboot.autoconfig.JpaEventStoreAutoConfiguration.AggregateBasedJpaEventStorageEngineConfigurationEnhancer
Returns the value of the factory record component.
FactoryBasedEntityManagerProvider - Class in org.axonframework.common.jpa
An implementation of the EntityManagerProvider that returns a new EntityManager instance each time using the EntityManagerFactory.
FactoryBasedEntityManagerProvider(EntityManagerFactory) - Constructor for class org.axonframework.common.jpa.FactoryBasedEntityManagerProvider
Constructs a new instance.
factoryForTypeWithOptionalArgument(Class<T>, Class<? extends A>) - Static method in class org.axonframework.common.ConstructorUtils
Returns a function that constructs an instance of the given type using the constructor that accepts an argument of the given class, or alternatively using a zero-argument constructor.
Factory methods - Search tag in annotation interface org.axonframework.eventsourcing.annotation.reflection.EntityCreator
Section
failed(Throwable) - Static method in interface org.axonframework.messaging.core.MessageStream
Create a stream that completed with given failure.
failedEvents() - Method in record class org.axonframework.messaging.eventhandling.processing.errorhandling.ErrorContext
Returns the value of the failedEvents record component.
failedMatcherMessage() - Method in class org.axonframework.test.matchers.ListMatcher
The message to append behind a failing matcher.
failedMatcherMessage() - Method in class org.axonframework.test.matchers.ListWithAnyOfMatcher
 
failure(Message, Throwable) - Static method in class org.axonframework.test.util.MessageMonitorReport
Creates a new instance of MessageMonitorReport.Report.Failure with the specified message and cause.
Failure(Message, Throwable) - Constructor for record class org.axonframework.test.util.MessageMonitorReport.Report.Failure
Creates an instance of a Failure record class.
failureReports() - Method in class org.axonframework.test.util.MessageMonitorReport
Retrieves a list of MessageMonitorReport.Report.Failure elements filtered from the collection of reports.
fallback(MessageTypeResolver) - Method in class org.axonframework.messaging.core.NamespaceMessageTypeResolver.Builder
Finalizes the builder and returns a MessageTypeResolver that delegates to the given resolver when encountering unmapped payload types.
FallbackSequencingPolicy<E> - Class in org.axonframework.messaging.eventhandling.sequencing
Implementation of SequencingPolicy that provides exception-based fallback behavior.
FallbackSequencingPolicy(SequencingPolicy, SequencingPolicy, Class<E>) - Constructor for class org.axonframework.messaging.eventhandling.sequencing.FallbackSequencingPolicy
Initializes a new instance with the given delegate policy, fallback policy, and exceptionType to catch.
fetchAvailableSegments(String, ProcessingContext) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.inmemory.InMemoryTokenStore
 
fetchAvailableSegments(String, ProcessingContext) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenStore
 
fetchAvailableSegments(String, ProcessingContext) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa.JpaTokenStore
 
fetchAvailableSegments(String, ProcessingContext) - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.token.store.TokenStore
Returns a CompletableFuture supplying a List of known available Segments for a given processorName.
fetchInTransaction(Supplier<T>) - Method in interface org.axonframework.messaging.core.unitofwork.transaction.TransactionManager
Invokes the given supplier in a transaction managed by the current TransactionManager.
fetchSegment(String, int, ProcessingContext) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.inmemory.InMemoryTokenStore
 
fetchSegment(String, int, ProcessingContext) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenStore
 
fetchSegment(String, int, ProcessingContext) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa.JpaTokenStore
 
fetchSegment(String, int, ProcessingContext) - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.token.store.TokenStore
Returns a CompletableFuture that supplies the specified Segment, or null if there was no such segment.
fetchSegments(String, ProcessingContext) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.inmemory.InMemoryTokenStore
 
fetchSegments(String, ProcessingContext) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenStore
 
fetchSegments(String, ProcessingContext) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa.JpaTokenStore
 
fetchSegments(String, ProcessingContext) - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.token.store.TokenStore
Returns a CompletableFuture that supplies a list of known segments for a given processorName on completion.
fetchToken(String, int, ProcessingContext) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.inmemory.InMemoryTokenStore
 
fetchToken(String, int, ProcessingContext) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenStore
 
fetchToken(String, int, ProcessingContext) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa.JpaTokenStore
 
fetchToken(String, int, ProcessingContext) - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.token.store.TokenStore
Fetches the last stored token for the given processorName and segmentId.
fetchToken(String, Segment, ProcessingContext) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenStore
 
fetchToken(String, Segment, ProcessingContext) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa.JpaTokenStore
 
fetchToken(String, Segment, ProcessingContext) - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.token.store.TokenStore
Fetches the last stored token for the given processorName and segment.
FieldChildEntityFieldDefinition<P,F> - Class in org.axonframework.modelling.entity.child
A ChildEntityFieldDefinition that uses a field to access the child entity.
FieldChildEntityFieldDefinition(Class<P>, String) - Constructor for class org.axonframework.modelling.entity.child.FieldChildEntityFieldDefinition
Creates a new ChildEntityFieldDefinition that uses the given field to access the child entity.
FieldFilter - Interface in org.axonframework.test.matchers
The FieldFilter indicates whether any given Field should be accepted for processing or not.
fieldFilters() - Method in record class org.axonframework.test.fixture.AxonTestFixture.Customization
Configured field filters.
fieldNameFromMember(Member) - Static method in class org.axonframework.common.ReflectionUtils
Returns the name of the field represented by the given member.
fieldsOf(Class<?>) - Static method in class org.axonframework.common.ReflectionUtils
Returns an Iterable of all the fields declared on the given class and its super classes.
fieldsOf(Class<?>, boolean) - Static method in class org.axonframework.common.ReflectionUtils
Returns an Iterable of all the fields declared on the given class.
FilesystemStyleComponentDescriptor - Class in org.axonframework.common.infra
A ComponentDescriptor implementation inspired by filesystem structures.
FilesystemStyleComponentDescriptor() - Constructor for class org.axonframework.common.infra.FilesystemStyleComponentDescriptor
Constructs a new FilesystemComponentDescriptor as the root of the hierarchy.
filter(Predicate<MessageStream.Entry<M>>) - Method in interface org.axonframework.messaging.core.MessageStream
Returns a stream that will filter entries based on the given filter.
filter(Predicate<MessageStream.Entry<M>>) - Method in interface org.axonframework.messaging.core.MessageStream.Single
 
Filtering - Search tag in interface org.axonframework.messaging.eventstreaming.EventCriteria
Section
FilteringRetryPolicy - Class in org.axonframework.messaging.core.retry
A RetryPolicy that delegates to another RetryPolicy when the latest exception matches a given predicate.
FilteringRetryPolicy(RetryPolicy, Predicate<Throwable>) - Constructor for class org.axonframework.messaging.core.retry.FilteringRetryPolicy
Initializes a RetryPolicy to wrap given delegate RetryPolicy when the latest failure matches the given retryableErrorPredicate
finalBatchPredicate() - Method in record class org.axonframework.eventsourcing.eventstore.jpa.AggregateBasedJpaEventStorageEngineConfiguration
Returns the value of the finalBatchPredicate record component.
finalBatchPredicate(Predicate<List<? extends AggregateEventEntry>>) - Method in record class org.axonframework.eventsourcing.eventstore.jpa.AggregateBasedJpaEventStorageEngineConfiguration
Defines the predicate used to recognize the terminal batch when sourcing events.
findAnnotationAttribute(AnnotatedElement, Class<? extends Annotation>, String) - Static method in class org.axonframework.common.annotation.AnnotationUtils
Find the attributeName of an annotation of type annotationType on the given element.
findAnnotationAttributes(AnnotatedElement, Class<? extends Annotation>) - Static method in class org.axonframework.common.annotation.AnnotationUtils
Find the attributes of an annotation of type annotationType on the given element.
findAnnotationAttributes(AnnotatedElement, Class<? extends Annotation>, boolean) - Static method in class org.axonframework.common.annotation.AnnotationUtils
Find the attributes of an annotation of type annotationType on the given element.
findAnnotationAttributes(AnnotatedElement, String) - Static method in class org.axonframework.common.annotation.AnnotationUtils
Find the attributes of an annotation with given annotationName on the given element.
findAnnotationAttributes(AnnotatedElement, String, boolean) - Static method in class org.axonframework.common.annotation.AnnotationUtils
Find the attributes of an annotation with given annotationName on the given element.
findException(Throwable, Class<T>) - Static method in class org.axonframework.common.ExceptionUtils
Checks if the given exception class is an instance of the given exceptionClass.
findException(Throwable, Predicate<Throwable>) - Static method in class org.axonframework.common.ExceptionUtils
Checks if the given exception matches the given predicate.
fingerprint(byte[]) - Static method in class org.axonframework.conversion.avro.AvroUtil
Reads fingerprint from single object encoded byte array.
fingerprint(Schema) - Static method in class org.axonframework.conversion.avro.AvroUtil
Returns a fingerprint based on the given schema.
first() - Method in interface org.axonframework.messaging.core.MessageStream.Empty
 
first() - Method in interface org.axonframework.messaging.core.MessageStream
Returns a stream that includes only the first message of this stream, unless it completes without delivering any messages, in which case it completes the same way.
first() - Method in interface org.axonframework.messaging.core.MessageStream.Single
 
FIRST - Static variable in annotation interface org.axonframework.common.Priority
Value indicating the annotated member should be the very first
FIRST - Static variable in interface org.axonframework.messaging.eventhandling.processing.streaming.token.TrackingToken
A special TrackingToken that indicates the very beginning of an event stream.
firstToken() - Method in class org.axonframework.axonserver.connector.event.AggregateBasedAxonServerEventStorageEngine
 
firstToken() - Method in class org.axonframework.axonserver.connector.event.AxonServerEventStorageEngine
 
firstToken() - Method in interface org.axonframework.eventsourcing.eventstore.EventStorageEngine
Creates a TrackingToken that is at the first position of an event stream.
firstToken() - Method in class org.axonframework.eventsourcing.eventstore.inmemory.InMemoryEventStorageEngine
 
firstToken() - Method in class org.axonframework.eventsourcing.eventstore.jpa.AggregateBasedJpaEventStorageEngine
 
firstToken(ProcessingContext) - Method in class org.axonframework.eventsourcing.eventstore.InterceptingEventStore
 
firstToken(ProcessingContext) - Method in class org.axonframework.eventsourcing.eventstore.StorageEngineBackedEventStore
 
firstToken(ProcessingContext) - Method in interface org.axonframework.messaging.eventstreaming.TrackingTokenSource
Creates a TrackingToken representing the first position of the event stream.
firstToken(ProcessingContext) - Method in class org.axonframework.test.fixture.RecordingEventStore
 
FixedValueParameterResolver<T> - Class in org.axonframework.messaging.core.annotation
ParameterResolver implementation that injects a fixed value.
FixedValueParameterResolver(T) - Constructor for class org.axonframework.messaging.core.annotation.FixedValueParameterResolver
Initialize the ParameterResolver to inject the given value for each incoming message.
FixtureExecutionException - Exception Class in org.axonframework.test
Exception indicating that an error occurred that prevented successful execution of a test fixture.
FixtureExecutionException(String) - Constructor for exception class org.axonframework.test.FixtureExecutionException
Construct the exception with the given message.
FixtureExecutionException(String, Throwable) - Constructor for exception class org.axonframework.test.FixtureExecutionException
Construct the exception with the given message and cause.
FixtureResourceParameterResolverFactory - Class in org.axonframework.test
ParameterResolverFactory implementation for use in test cases that prevent that all declared resources on message handlers need to be configured.
FixtureResourceParameterResolverFactory() - Constructor for class org.axonframework.test.FixtureResourceParameterResolverFactory
 
fixVersion() - Method in record class org.axonframework.update.api.DetectedVulnerability
Returns the value of the fixVersion record component.
flatten() - Method in interface org.axonframework.messaging.eventstreaming.EventCriteria
Flatten this, possibly nested, EventCriteria into a Set of EventCriterion.
Flattening - Search tag in interface org.axonframework.messaging.eventstreaming.EventCriteria
Section
flowControl(int, int, int) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Builder
 
FlowControlConfiguration(Integer, Integer, Integer) - Constructor for class org.axonframework.axonserver.connector.AxonServerConfiguration.FlowControlConfiguration
FluxUtils - Class in org.axonframework.messaging.core
Utility methods to work with Project Reactor's fluxes.
forBus(QueryMessage) - Static method in exception class org.axonframework.messaging.queryhandling.NoHandlerForQueryException
Constructs a NoHandlerForQueryException with a message describing the given QueryMessage, specific for QueryBuses.
FORCE_NEW_SAGA - Static variable in interface org.axonframework.messaging.core.annotation.HandlerAttributes
Attribute key referencing whether the handler forces the creation of a new saga instance.
forcedSameThreadInvocation() - Method in record class org.axonframework.messaging.core.unitofwork.UnitOfWorkConfiguration
Creates a new UnitOfWorkConfiguration that forces all handlers to be invoked by the same thread.
forceReadFromLeader(boolean) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Builder
 
forClass(Class<?>) - Static method in class org.axonframework.messaging.core.annotation.ClasspathHandlerDefinition
Creates an instance for the given clazz.
forClass(Class<?>) - Static method in class org.axonframework.messaging.core.annotation.ClasspathHandlerEnhancerDefinition
Creates an instance for the given clazz.
forClass(Class<?>) - Static method in class org.axonframework.messaging.core.annotation.ClasspathParameterResolverFactory
Creates an instance for the given clazz.
forClassLoader(ClassLoader) - Static method in class org.axonframework.messaging.core.annotation.ClasspathHandlerDefinition
Creates an instance using the given classLoader.
forClassLoader(ClassLoader) - Static method in class org.axonframework.messaging.core.annotation.ClasspathHandlerEnhancerDefinition
Creates an instance using the given classLoader.
forClassLoader(ClassLoader) - Static method in class org.axonframework.messaging.core.annotation.ClasspathParameterResolverFactory
Creates an instance using the given classLoader.
forConcreteType(Class<E>, ParameterResolverFactory, MessageTypeResolver, MessageConverter, EventConverter) - Static method in class org.axonframework.modelling.entity.annotation.AnnotatedEntityMetamodel
Instantiate an annotated EntityMetamodel of a concrete entity type.
forContext(ProcessingContext) - Static method in interface org.axonframework.messaging.commandhandling.gateway.CommandDispatcher
Creates a dispatcher for the given ProcessingContext.
forContext(ProcessingContext) - Static method in interface org.axonframework.messaging.eventhandling.gateway.EventAppender
Creates an appender for the given ProcessingContext.
forContext(ProcessingContext) - Static method in interface org.axonframework.messaging.queryhandling.QueryUpdateEmitter
Creates a query update emitter for the given ProcessingContext.
forContext(ProcessingContext, EventSink, MessageTypeResolver) - Static method in interface org.axonframework.messaging.eventhandling.gateway.EventAppender
Creates an appender for the given ProcessingContext and EventSink.
forEntityClass(Class<E>) - Static method in class org.axonframework.modelling.entity.ConcreteEntityMetamodel
Creates a builder for the specified entity type.
forEntityModel(Class<P>, EntityMetamodel<C>) - Static method in class org.axonframework.modelling.entity.child.ListEntityChildMetamodel
Creates a new ListEntityChildMetamodel.Builder for the given parent class and child entity metamodel.
forEntityModel(Class<P>, EntityMetamodel<C>) - Static method in class org.axonframework.modelling.entity.child.SingleEntityChildMetamodel
Creates a new SingleEntityChildMetamodel.Builder for the given parent class and child entity metamodel.
forEntityType(Class<E>) - Static method in interface org.axonframework.modelling.entity.EntityMetamodel
Starts a new EntityMetamodelBuilder for the given entity type.
forFieldName(Class<P>, String) - Static method in interface org.axonframework.modelling.entity.child.ChildEntityFieldDefinition
Creates a new FieldChildEntityFieldDefinition for the given field name.
forGetterEvolver(Function<P, F>, BiFunction<P, F, P>) - Static method in interface org.axonframework.modelling.entity.child.ChildEntityFieldDefinition
Creates a new GetterEvolverChildEntityFieldDefinition for the given getter and evolver.
forGetterSetter(Function<P, F>, BiConsumer<P, F>) - Static method in interface org.axonframework.modelling.entity.child.ChildEntityFieldDefinition
Creates a new GetterSetterChildEntityFieldDefinition for the given getter and setter.
forHandlingComponent(QueryMessage) - Static method in exception class org.axonframework.messaging.queryhandling.NoHandlerForQueryException
Constructs a NoHandlerForQueryException with a message describing the given QueryMessage, specific for QueryHandlingComponents.
FORMAT_VERSION - Static variable in class org.axonframework.conversion.avro.AvroUtil
Format version of single-objet-encoding as defined in Avro specification.
formatInstant(TemporalAccessor) - Static method in class org.axonframework.common.DateTimeUtils
Formats the given instant to ISO8601 format including three positions for milliseconds.
forPayloadType(Class<P>) - Static method in class org.axonframework.eventsourcing.eventstore.PayloadBasedTagResolver
Construct a SimpleTagResolver for the given payloadType.
forPolymorphicEntityType(Class<E>) - Static method in interface org.axonframework.modelling.entity.EntityMetamodel
Starts a new PolymorphicEntityMetamodelBuilder for the given entity type.
forPolymorphicType(Class<E>, Set<Class<? extends E>>, ParameterResolverFactory, MessageTypeResolver, MessageConverter, EventConverter) - Static method in class org.axonframework.modelling.entity.annotation.AnnotatedEntityMetamodel
Instantiate an annotated EntityMetamodel of a polymorphic entity type.
forPriority(ExecutorService, long, AtomicLong) - Static method in interface org.axonframework.axonserver.connector.util.PriorityTaskSchedulers
Creates a Scheduler that is compatible with an ExecutorService that needs tasks that are submitted to be a PriorityTask so that they can be prioritized.
forSuperType(Class<E>) - Static method in class org.axonframework.modelling.entity.PolymorphicEntityMetamodel
Creates a new polymorphic EntityMetamodel for the given super type.
forType() - Method in class org.axonframework.axonserver.connector.event.AxonServerEventStorageEngineFactory
 
forType() - Method in interface org.axonframework.common.configuration.ComponentFactory
Returns the Class this factory constructs.
forType(Class<C>) - Static method in interface org.axonframework.common.configuration.DecoratorDefinition
Initiates the configuration of a decorator for components with the given type, which must correspond with the declared type of these components.
forTypeAndName(Class<C>, String) - Static method in interface org.axonframework.common.configuration.DecoratorDefinition
Initiates the configuration of a decorator for a component with the given type and name, which must correspond with the declared type of these components.
from(Map<String, String>) - Static method in class org.axonframework.messaging.core.Metadata
Creates a new Metadata instance from the given metadataEntries.
from(AppendCondition) - Static method in class org.axonframework.eventsourcing.eventstore.AggregateBasedConsistencyMarker
Constructs an AggregateBasedConsistencyMarker based of the given appendCondition.
fromClass(Class<C>) - Static method in class org.axonframework.common.TypeReference
Constructs a TypeReference for the given clazz.
fromContext(Context) - Static method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.Segment
Returns an Optional of Segment, returning the resource keyed under the Segment.RESOURCE_KEY in the given context.
fromContext(Context) - Static method in interface org.axonframework.messaging.eventhandling.processing.streaming.token.TrackingToken
Returns an Optional of {TrackingToken}, returning the resource keyed under the TrackingToken.RESOURCE_KEY in the given context.
fromContext(Context) - Static method in record class org.axonframework.messaging.eventstreaming.Tag
Returns an Optional of Tags, returning the resource keyed under the Tag.RESOURCE_KEY in the given context.
fromContext(ProcessingContext) - Static method in interface org.axonframework.messaging.core.Message
Retrieves the Message from the given context using the Message.RESOURCE_KEY.
fromEventMessage(BiFunction<ID, EventMessage, E>) - Static method in interface org.axonframework.eventsourcing.EventSourcedEntityFactory
Creates a factory for an entity of type EventSourcedEntityFactory using a specified constructor with the identifier and the event message as parameters.
fromFuture(CompletableFuture<M>) - Static method in interface org.axonframework.messaging.core.MessageStream
Create a stream that returns a single entry wrapping the Message from the given future, once the given future completes.
fromFuture(CompletableFuture<M>, Function<M, Context>) - Static method in interface org.axonframework.messaging.core.MessageStream
Create a stream that returns a single entry wrapping the Message from the given future, once the given future completes.
fromIdentifier(Function<ID, E>) - Static method in interface org.axonframework.eventsourcing.EventSourcedEntityFactory
Creates a factory for an entity of type EventSourcedEntityFactory using a specified constructor with the identifier as parameter.
fromItems(M...) - Static method in interface org.axonframework.messaging.core.MessageStream
Creates a MessageStream that provides the given items and then completes.
fromIterable(Iterable<M>) - Static method in interface org.axonframework.messaging.core.MessageStream
Create a stream that provides the Messages returned by the given iterable, automatically wrapped in an MessageStream.Entry.
fromIterable(Iterable<M>, Function<M, Context>) - Static method in interface org.axonframework.messaging.core.MessageStream
Create a stream that provides the Messages returned by the given iterable, automatically wrapped in an MessageStream.Entry with the resulting Context from the contextSupplier.
fromNoArgument(Supplier<E>) - Static method in interface org.axonframework.eventsourcing.EventSourcedEntityFactory
Creates a factory for an entity of type EventSourcedEntityFactory using a specified no-argument constructor.
fromRequest(String) - Static method in record class org.axonframework.update.api.UpdateCheckResponse
Parses the response body from the anonymous usage reporter into a UsageResponse object.
fromSpecificData(SpecificData) - Static method in class org.axonframework.conversion.avro.AvroUtil
Creates generic data from specific data.
fromStream(Stream<M>) - Static method in interface org.axonframework.messaging.core.MessageStream
Create a stream that provides the Messages returned by the given stream, automatically wrapped in an MessageStream.Entry.
fromStream(Stream<M>, Function<M, Context>) - Static method in interface org.axonframework.messaging.core.MessageStream
Create a stream that provides the Messages returned by the given stream, automatically wrapped in an MessageStream.Entry with the resulting Context from the contextSupplier.
fromStream(Stream<T>, Function<T, M>, Function<T, Context>) - Static method in interface org.axonframework.messaging.core.MessageStream
Create a stream that provides the items of type T returned by the given stream, automatically wrapped in an MessageStream.Entry with the resulting Message and Context from the messageSupplier and the contextSupplier respectively.
fromString(String) - Static method in record class org.axonframework.messaging.core.MessageType
Reconstruct a MessageType based on the output of MessageType.toString().
fromType(Type) - Static method in class org.axonframework.common.TypeReference
Constructs a TypeReference for the given type.
FULL_SEQUENTIAL_POLICY - Static variable in class org.axonframework.messaging.eventhandling.sequencing.SequentialPolicy
Object used to represent the full sequential policy.
FullConcurrencyPolicy - Class in org.axonframework.messaging.eventhandling.sequencing
SequencingPolicy that does not enforce any sequencing requirements on event processing.
fullName() - Method in record class org.axonframework.messaging.core.QualifiedName
Returns the full name of this QualifiedName, consisting of the namespace and localName, separated by a "."
FutureCommandResult - Class in org.axonframework.messaging.commandhandling.gateway
A CommandResult that wraps a completable future providing the Message that represents the result.
FutureCommandResult(CompletableFuture<? extends Message>) - Constructor for class org.axonframework.messaging.commandhandling.gateway.FutureCommandResult
Initializes the CommandResult based on the given result the completes when the result Message becomes available
FutureUtils - Class in org.axonframework.common
Utility class containing reusable functionality for interacting with the CompletableFuture.

G

GapAwareTrackingToken - Class in org.axonframework.messaging.eventhandling.processing.streaming.token
Implementation of a TrackingToken that uses the global insertion sequence number of the event to determine tracking order and additionally stores a set of possible gaps that have been detected while tracking the event store.
GapAwareTrackingToken(long, Collection<Long>) - Constructor for class org.axonframework.messaging.eventhandling.processing.streaming.token.GapAwareTrackingToken
This constructor is mean't to be used for deserialization.
gapCleaningThreshold() - Method in record class org.axonframework.eventsourcing.eventstore.jpa.AggregateBasedJpaEventStorageEngineConfiguration
Returns the value of the gapCleaningThreshold record component.
gapCleaningThreshold() - Method in class org.axonframework.extension.springboot.JpaEventStorageEngineConfigurationProperties
Retrieves the threshold for number of gaps in a gap-aware token before a cleanup takes place.
gapCleaningThreshold(int) - Method in record class org.axonframework.eventsourcing.eventstore.jpa.AggregateBasedJpaEventStorageEngineConfiguration
Sets the threshold of number of gaps in a token before an attempt to clean gaps up is taken.
gapTimeout() - Method in record class org.axonframework.eventsourcing.eventstore.jpa.AggregateBasedJpaEventStorageEngineConfiguration
Returns the value of the gapTimeout record component.
gapTimeout() - Method in class org.axonframework.extension.springboot.JpaEventStorageEngineConfigurationProperties
Retrieves the time until a gap in global index is considered as timed out.
gapTimeout(int) - Method in record class org.axonframework.eventsourcing.eventstore.jpa.AggregateBasedJpaEventStorageEngineConfiguration
Sets the amount of time until a gap in a GapAwareTrackingToken may be considered timed out and thus ready for removal.
generateIdentifier() - Method in class org.axonframework.common.DefaultIdentifierFactory
Generates a unique identifier for use by Entities (generally the Aggregate Root) and Events.
generateIdentifier() - Method in class org.axonframework.common.IdentifierFactory
Generates a unique identifier for use by Entities (generally the Aggregate Root) and Events.
GenericCommandMessage - Class in org.axonframework.messaging.commandhandling
Generic implementation of the CommandMessage interface.
GenericCommandMessage(Message) - Constructor for class org.axonframework.messaging.commandhandling.GenericCommandMessage
Constructs a GenericCommandMessage with given delegate.
GenericCommandMessage(Message, String, Integer) - Constructor for class org.axonframework.messaging.commandhandling.GenericCommandMessage
Constructs a GenericCommandMessage with given delegate, routingKey, and priority.
GenericCommandMessage(MessageType, Object) - Constructor for class org.axonframework.messaging.commandhandling.GenericCommandMessage
Constructs a GenericCommandMessage for the given type and payload.
GenericCommandMessage(MessageType, Object, Map<String, String>) - Constructor for class org.axonframework.messaging.commandhandling.GenericCommandMessage
Constructs a GenericCommandMessage for the given type, payload, and metadata.
GenericCommandMessage(MessageType, Object, Map<String, String>, String, Integer) - Constructor for class org.axonframework.messaging.commandhandling.GenericCommandMessage
Constructs a GenericCommandMessage for the given type, payload, and metadata.
GenericCommandResultMessage - Class in org.axonframework.messaging.commandhandling
Generic implementation of the CommandResultMessage interface.
GenericCommandResultMessage(Message) - Constructor for class org.axonframework.messaging.commandhandling.GenericCommandResultMessage
Constructs a GenericCommandResultMessage for the given delegate, intended to reconstruct another CommandResultMessage.
GenericCommandResultMessage(MessageType, Object) - Constructor for class org.axonframework.messaging.commandhandling.GenericCommandResultMessage
Constructs a GenericResultMessage for the given type and commandResult.
GenericCommandResultMessage(MessageType, Object, Map<String, String>) - Constructor for class org.axonframework.messaging.commandhandling.GenericCommandResultMessage
Constructs a GenericCommandResultMessage for the given type, commandResult, and metadata.
GenericCommandResultMessage(MessageType, Throwable) - Constructor for class org.axonframework.messaging.commandhandling.GenericCommandResultMessage
Deprecated.
GenericCommandResultMessage(MessageType, Throwable, Map<String, String>) - Constructor for class org.axonframework.messaging.commandhandling.GenericCommandResultMessage
Deprecated.
genericData - Static variable in class org.axonframework.conversion.avro.AvroUtil
Constant utilities for construction of GenericRecord preloaded by default Avro stack.
GenericEventMessage - Class in org.axonframework.messaging.eventhandling
Generic implementation of the EventMessage interface.
GenericEventMessage(String, MessageType, Object, Map<String, String>, Instant) - Constructor for class org.axonframework.messaging.eventhandling.GenericEventMessage
Constructs a GenericEventMessage for the given identifier, type, payload, metadata, and timestamp.
GenericEventMessage(Message, Instant) - Constructor for class org.axonframework.messaging.eventhandling.GenericEventMessage
Constructs a GenericEventMessage with given delegate and timestamp.
GenericEventMessage(Message, Supplier<Instant>) - Constructor for class org.axonframework.messaging.eventhandling.GenericEventMessage
Constructs a GenericEventMessage for the given delegate and timestampSupplier, intended to reconstruct another EventMessage.
GenericEventMessage(MessageType, Object) - Constructor for class org.axonframework.messaging.eventhandling.GenericEventMessage
Constructs a GenericEventMessage for the given type and payload.
GenericEventMessage(MessageType, Object, Map<String, String>) - Constructor for class org.axonframework.messaging.eventhandling.GenericEventMessage
Constructs a GenericEventMessage for the given type, payload and metadata.
GenericMessage - Class in org.axonframework.messaging.core
Generic implementation of the Message interface containing the payload and metadata in deserialized form.
GenericMessage(String, MessageType, Object, Map<String, String>) - Constructor for class org.axonframework.messaging.core.GenericMessage
Constructs a GenericMessage for the given identifier, type, payload, and metadata, intended to reconstruct another Message.
GenericMessage(String, MessageType, P, Class<P>, Map<String, String>) - Constructor for class org.axonframework.messaging.core.GenericMessage
Constructs a GenericMessage for the given identifier, type, payload, and metadata, intended to reconstruct another Message.
GenericMessage(MessageType, Object) - Constructor for class org.axonframework.messaging.core.GenericMessage
Constructs a GenericMessage for the given type and payload.
GenericMessage(MessageType, Object, Map<String, String>) - Constructor for class org.axonframework.messaging.core.GenericMessage
Constructs a GenericMessage for the given type, payload, and metadata.
GenericMessage(MessageType, P, Class<P>, Map<String, String>) - Constructor for class org.axonframework.messaging.core.GenericMessage
Constructs a GenericMessage for the given type, payload, declaredPayloadType, and metadata.
GenericQueryMessage - Class in org.axonframework.messaging.queryhandling
Generic implementation of the QueryMessage interface.
GenericQueryMessage(Message) - Constructor for class org.axonframework.messaging.queryhandling.GenericQueryMessage
Constructs a GenericQueryMessage with given delegate and responseType.
GenericQueryMessage(Message, Integer) - Constructor for class org.axonframework.messaging.queryhandling.GenericQueryMessage
Constructs a GenericQueryMessage with given delegate, responseType and priority.
GenericQueryMessage(MessageType, Object) - Constructor for class org.axonframework.messaging.queryhandling.GenericQueryMessage
Constructs a GenericQueryMessage for the given type, payload, and responseType.
GenericQueryResponseMessage - Class in org.axonframework.messaging.queryhandling
Generic implementation of the QueryResponseMessage interface.
GenericQueryResponseMessage(Message) - Constructor for class org.axonframework.messaging.queryhandling.GenericQueryResponseMessage
Constructs a GenericQueryResponseMessage for the given delegate, intended to reconstruct another QueryResponseMessage.
GenericQueryResponseMessage(MessageType, Object) - Constructor for class org.axonframework.messaging.queryhandling.GenericQueryResponseMessage
Constructs a GenericQueryResponseMessage for the given type and payload.
GenericQueryResponseMessage(MessageType, Object, Map<String, String>) - Constructor for class org.axonframework.messaging.queryhandling.GenericQueryResponseMessage
Constructs a GenericQueryResponseMessage for the given type, result, and metadata.
GenericQueryResponseMessage(MessageType, R, Class<R>) - Constructor for class org.axonframework.messaging.queryhandling.GenericQueryResponseMessage
Constructs a GenericQueryResponseMessage for the given type and payload.
GenericQueryResponseMessage(MessageType, R, Class<R>, Map<String, String>) - Constructor for class org.axonframework.messaging.queryhandling.GenericQueryResponseMessage
Constructs a GenericQueryResponseMessage for the given type, result, and metadata.
GenericRecordToByteArrayConverter - Class in org.axonframework.conversion.avro
A ContentTypeConverter implementation that converts an Avro GenericRecord into a single-object-encoded byte[].
GenericRecordToByteArrayConverter() - Constructor for class org.axonframework.conversion.avro.GenericRecordToByteArrayConverter
 
GenericResetContext - Class in org.axonframework.messaging.eventhandling.replay
Generic implementation of the ResetContext interface.
GenericResetContext(Message) - Constructor for class org.axonframework.messaging.eventhandling.replay.GenericResetContext
Constructs a GenericResetContext for the given delegate, intended to reconstruct another ResetContext.
GenericResetContext(MessageType, Object) - Constructor for class org.axonframework.messaging.eventhandling.replay.GenericResetContext
Constructs a GenericResetContext for the given type and payload.
GenericResetContext(MessageType, Object, Map<String, String>) - Constructor for class org.axonframework.messaging.eventhandling.replay.GenericResetContext
Constructs a GenericResetContext for the given type, payload, and metadata.
GenericResultMessage - Class in org.axonframework.messaging.core
Generic implementation of ResultMessage interface.
GenericResultMessage(Message) - Constructor for class org.axonframework.messaging.core.GenericResultMessage
Constructs a GenericResultMessage for the given delegate, intended to reconstruct another ResultMessage.
GenericResultMessage(MessageType, Object) - Constructor for class org.axonframework.messaging.core.GenericResultMessage
Constructs a GenericResultMessage for the given type and result.
GenericResultMessage(MessageType, Object, Map<String, String>) - Constructor for class org.axonframework.messaging.core.GenericResultMessage
Constructs a GenericResultMessage for the given type, result, and metadata.
GenericSubscriptionQueryUpdateMessage - Class in org.axonframework.messaging.queryhandling
Generic implementation of the SubscriptionQueryUpdateMessage interface holding incremental update of a subscription query.
GenericSubscriptionQueryUpdateMessage(Message) - Constructor for class org.axonframework.messaging.queryhandling.GenericSubscriptionQueryUpdateMessage
Initializes a new decorator with given delegate message.
GenericSubscriptionQueryUpdateMessage(MessageType, Object) - Constructor for class org.axonframework.messaging.queryhandling.GenericSubscriptionQueryUpdateMessage
Constructs a GenericSubscriptionQueryUpdateMessage for the given type and payload.
GenericSubscriptionQueryUpdateMessage(MessageType, P, Class<P>) - Constructor for class org.axonframework.messaging.queryhandling.GenericSubscriptionQueryUpdateMessage
Constructs a GenericSubscriptionQueryUpdateMessage for the given type and payload.
GenericSubscriptionQueryUpdateMessage(MessageType, P, Class<P>, Map<String, String>) - Constructor for class org.axonframework.messaging.queryhandling.GenericSubscriptionQueryUpdateMessage
Constructs a GenericSubscriptionQueryUpdateMessage for the given type, payload, and metadata.
GenericTaggedEventMessage<E> - Record Class in org.axonframework.eventsourcing.eventstore
Implementation of the TaggedEventMessage allowing a generic EventMessage of type E.
GenericTaggedEventMessage(E, Set<Tag>) - Constructor for record class org.axonframework.eventsourcing.eventstore.GenericTaggedEventMessage
Compact constructing asserting that the given event and tags are not null.
GenericTokenTableFactory - Class in org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc
Jdbc token entry table factory compatible with most databases.
GenericTokenTableFactory() - Constructor for class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.GenericTokenTableFactory
 
get() - Method in class org.axonframework.common.util.MavenArtifactVersionResolver
Returns the specified jar version.
get() - Method in class org.axonframework.conversion.CachingSupplier
 
get() - Method in class org.axonframework.extension.springboot.UpdateCheckerProperties
 
get() - Static method in class org.axonframework.update.detection.KotlinVersion
Returns the current Kotlin version as a string.
get() - Method in class org.axonframework.update.detection.MachineId
Returns the unique machine ID.
get(int) - Method in class org.axonframework.test.util.MessageMonitorReport
 
get(Object) - Method in class org.axonframework.messaging.core.Metadata
 
get(String) - Method in class org.axonframework.messaging.core.annotation.AnnotatedHandlerAttributes
 
get(String) - Method in interface org.axonframework.messaging.core.annotation.HandlerAttributes
Retrieve the attribute for the given attributeKey.
get(String) - Method in class org.axonframework.messaging.core.SimpleHandlerAttributes
 
get(String) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.ConfigToken
Retrieves the value of the configuration element for the given key.
get(String) - Method in interface org.axonframework.update.configuration.EnvironmentVariableUsagePropertyProvider.EnvironmentVariableSupplier
Retrieves the value of the specified environment variable.
get(String, Case) - Method in interface org.axonframework.axonserver.connector.Handlers
Gets all handlers that match given context and requestCase.
get(K) - Method in interface org.axonframework.common.caching.Cache
Returns an item from the cache, or null if no item was stored under that key
get(K) - Method in class org.axonframework.common.caching.EhCacheAdapter
 
get(K) - Method in class org.axonframework.common.caching.JCacheAdapter
 
get(K) - Method in class org.axonframework.common.caching.NoCache
 
get(K) - Method in class org.axonframework.common.caching.WeakReferenceCache
 
get(Component.Identifier<C>) - Method in class org.axonframework.common.configuration.Components
Get an Optional on the Component registered under the given identifier.
get(Message, String) - Method in class org.axonframework.extension.tracing.opentelemetry.MetadataContextGetter
 
get(BeanFactory) - Static method in class org.axonframework.extension.spring.conversion.avro.AvroSchemaPackages
Loader for the AvroSchemaPackages bean.
getAdditionalEntries() - Method in class org.axonframework.test.matchers.MapStringEntryMatcher
Returns The additional entries that were present in the expectedMap after matching.
getAll() - Method in class org.axonframework.messaging.core.annotation.AnnotatedHandlerAttributes
 
getAll() - Method in interface org.axonframework.messaging.core.annotation.HandlerAttributes
Retrieve all attributes stored in this HandlerAttributes object.
getAll() - Method in class org.axonframework.messaging.core.SimpleHandlerAttributes
 
getAllHandlers() - Method in class org.axonframework.messaging.core.annotation.AnnotatedHandlerInspector
Gets all handlers per type for inspected entity.
getAllInspectedTypes() - Method in class org.axonframework.messaging.core.annotation.AnnotatedHandlerInspector
Returns a Set of all types which have been inspected for handlers.
getAllInterceptors() - Method in class org.axonframework.messaging.core.annotation.AnnotatedHandlerInspector
Returns a Map of all registered interceptor methods per inspected type.
getAutoConfiguration() - Method in class org.axonframework.extension.springboot.MetricsProperties
Retrieves the AutoConfiguration settings for Metrics
getAxonServerAddress() - Method in class org.axonframework.test.server.AxonServerContainer
Returns the container address in a host:port format.
getBindAddr() - Method in class org.axonframework.extension.springboot.DistributedCommandBusProperties.JGroupsProperties
Returns the Address to bind the JGroups client to.
getBindPort() - Method in class org.axonframework.extension.springboot.DistributedCommandBusProperties.JGroupsProperties
Returns the port to listen to JGroups connections (default 7800).
getCache() - Method in class org.axonframework.extension.springboot.EventProcessorProperties.Dlq
Retrieves the AutoConfiguration settings for the cache of the sequenced dead letter queue.
getCertFile() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
The path to the certificate file used for SSL.
getChild() - Method in class org.axonframework.modelling.HierarchicalStateManager
Returns the child StateManager of this HierarchicalStateManager.
getChildEntities(P) - Method in class org.axonframework.modelling.entity.child.AbstractEntityChildMetamodel
 
getChildEntities(P) - Method in class org.axonframework.modelling.entity.child.ListEntityChildMetamodel
 
getChildEntities(P) - Method in class org.axonframework.modelling.entity.child.SingleEntityChildMetamodel
 
getChildTypeFromMember(Member) - Method in class org.axonframework.modelling.entity.annotation.AbstractEntityChildModelDefinition
Returns the actual child type.
getChildTypeFromMember(Member) - Method in class org.axonframework.modelling.entity.annotation.ListEntityChildModelDefinition
 
getChildTypeFromMember(Member) - Method in class org.axonframework.modelling.entity.annotation.SingleEntityChildModelDefinition
 
getChildValue(P) - Method in interface org.axonframework.modelling.entity.child.ChildEntityFieldDefinition
Returns the type of the field.
getChildValue(P) - Method in class org.axonframework.modelling.entity.child.FieldChildEntityFieldDefinition
 
getChildValue(P) - Method in class org.axonframework.modelling.entity.child.GetterEvolverChildEntityFieldDefinition
 
getChildValue(P) - Method in class org.axonframework.modelling.entity.child.GetterSetterChildEntityFieldDefinition
 
getClaimTimeout() - Method in class org.axonframework.extension.springboot.TokenStoreProperties
Gets the claim timeout as Duration.
getClassSchema(Class<SpecificRecordBase>) - Static method in class org.axonframework.conversion.avro.AvroUtil
Retrieves schema from specific record base class.
getClassSchemaChecked(Class<SpecificRecordBase>) - Static method in class org.axonframework.conversion.avro.AvroUtil
Retrieves schema from specific record base class.
getClientId() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
The client identifier as it registers itself to Axon Server, must be unique.
getClusterName() - Method in class org.axonframework.extension.springboot.DistributedCommandBusProperties.JGroupsProperties
Returns the Cluster Name of the JGroups Cluster to connect with (defaults to "Axon").
getCommandBus() - Method in class org.axonframework.extension.springboot.TimeoutProperties.TransactionTimeoutProperties
Timeout settings for the command bus.
getCommandExecutionErrorCode(Throwable) - Static method in enum class org.axonframework.axonserver.connector.ErrorCode
Returns an Command Execution ErrorCode variation based on the transiency of the given Throwable
getCommandFlowControl() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
Specific flow control settings for the command message stream.
getCommandLoadFactor() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
An int representing the fixed value of load factor sent to Axon Server for any command's subscription if no specific implementation of CommandLoadFactorProvider is configured.
getCommands() - Method in class org.axonframework.extension.springboot.TimeoutProperties.MessageHandlerTimeoutProperties
The timeout configuration for command handlers.
getCommands() - Method in class org.axonframework.messaging.core.timeout.HandlerTimeoutConfiguration
Retrieves the timeout settings for commands.
getCommandThreads() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
The number of threads executing commands.
getComponent(Class<C>) - Method in interface org.axonframework.common.configuration.Configuration
Returns the component declared under the given type or throws a ComponentNotFoundException if it does not exist.
getComponent(Class<C>, String) - Method in interface org.axonframework.common.configuration.Configuration
Returns the component declared under the given type and name or throws a ComponentNotFoundException if it does not exist.
getComponent(Class<C>, String, Supplier<C>) - Method in interface org.axonframework.common.configuration.Configuration
Returns the component declared under the given type and name, reverting to the given defaultImpl if no such component is defined.
getComponent(Class<C>, Supplier<C>) - Method in interface org.axonframework.common.configuration.Configuration
Returns the component declared under the given type, reverting to the given defaultImpl if no such component is defined.
getComponentName() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
The name of this application.
getComponents(Class<C>) - Method in interface org.axonframework.common.configuration.Configuration
Returns all components declared under the given type as a map of component names to component instances.
getConfig() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.ConfigToken
Returns the properties contained in this token as a Map.
getConfigurationFile() - Method in class org.axonframework.extension.springboot.DistributedCommandBusProperties.JGroupsProperties
Returns the path to the configuration file to use to configure the Groups instance.
getConfigurationPhase() - Method in class org.axonframework.extension.springboot.util.AbstractQualifiedBeanCondition
 
getConnection() - Method in class org.axonframework.axonserver.connector.AxonServerConnectionManager
Retrieves the AxonServerConnection used for the default context of this application.
getConnection() - Method in interface org.axonframework.common.jdbc.ConnectionProvider
Returns a connection, ready for use.
getConnection() - Method in class org.axonframework.common.jdbc.DataSourceConnectionProvider
 
getConnection() - Method in class org.axonframework.extension.spring.jdbc.SpringDataSourceConnectionProvider
 
getConnection() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenStore
Returns a Connection to the database.
getConnection(String) - Method in class org.axonframework.axonserver.connector.AxonServerConnectionManager
Retrieves the AxonServerConnection used for the given context of this application.
getConnectionManagementThreadPoolSize() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
The number of threads that should be used for connection management activities by the AxonServerConnectionFactory used by the AxonServerConnectionManager.
getConnectTimeout() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
A value representing the maximum time in milliseconds a request for the initial Axon Server connection may last.
getConstructorFunctionWithZeroArguments(Class<T>) - Static method in class org.axonframework.common.ConstructorUtils
Returns a function that constructs an instance of the given type using the zero-argument constructor.
getContainerConnectionDetails(ContainerConnectionSource<AxonServerContainer>) - Method in class org.axonframework.extension.springboot.service.connection.AxonServerTestContainerConnectionDetailsFactory
 
getContentTypeConverters() - Method in class org.axonframework.conversion.ChainingContentTypeConverter
Retrieves the list of ContentTypeConverters registered in this ChainingConverter instance.
getContext() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
The bounded context that this application operates in.
getCurrentPosition() - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.segmenting.EventTrackerStatus
Return the estimated relative current token position this Segment represents.
getCurrentPosition() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.TrackerStatus
 
getCurrentPosition() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.WrappedTrackerStatus
 
getCurrentToken() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.ReplayToken
Gets the current token.
getDeadline() - Method in class org.axonframework.extension.springboot.TimeoutProperties.TransactionTimeoutProperties
Timeout settings for deadlines.
getDeadlines() - Method in class org.axonframework.extension.springboot.TimeoutProperties.MessageHandlerTimeoutProperties
The timeout configuration for deadline handlers.
getDeadlines() - Method in class org.axonframework.messaging.core.timeout.HandlerTimeoutConfiguration
Retrieves the timeout settings for deadlines.
getDefaultContext() - Method in class org.axonframework.axonserver.connector.AxonServerConnectionManager
Returns the name of the default context of this application.
getDefaultFlowControlConfiguration() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
The default flow control settings used when no specific command, event, or query flow control settings are provided.
getDelegates() - Method in class org.axonframework.messaging.core.annotation.MultiHandlerDefinition
Returns the delegates of this instance, in the order they are evaluated to resolve parameters.
getDelegates() - Method in class org.axonframework.messaging.core.annotation.MultiHandlerEnhancerDefinition
Returns the delegates of this instance, in the order they are evaluated to resolve parameters.
getDelegates() - Method in class org.axonframework.messaging.core.annotation.MultiParameterResolverFactory
Returns the delegates of this instance, in the order they are evaluated to resolve parameters.
getDescriptions() - Method in class org.axonframework.messaging.core.RemoteExceptionDescription
Returns the List of Strings describing the causes of the exception on the remote end.
getDetails() - Method in exception class org.axonframework.messaging.core.HandlerExecutionException
Returns an Optional containing application-specific details of the exception, if any were provided.
getDisabled() - Method in class org.axonframework.extension.springboot.UpdateCheckerProperties
 
getDisabled() - Method in class org.axonframework.update.configuration.CommandLineUsagePropertyProvider
 
getDisabled() - Method in class org.axonframework.update.configuration.DefaultUsagePropertyProvider
 
getDisabled() - Method in class org.axonframework.update.configuration.EnvironmentVariableUsagePropertyProvider
 
getDisabled() - Method in class org.axonframework.update.configuration.HierarchicalUsagePropertyProvider
 
getDisabled() - Method in class org.axonframework.update.configuration.PropertyFileUsagePropertyProvider
 
getDisabled() - Method in interface org.axonframework.update.configuration.UsagePropertyProvider
Returns whether the Anonymous Usage Collection is disabled.
getDispatchedCommands() - Method in class org.axonframework.test.util.RecordingCommandBus
Returns a list with all commands that have been dispatched by this command bus.
getDlq() - Method in class org.axonframework.extension.springboot.EventProcessorProperties.ProcessorSettings
Retrieves the AutoConfiguration settings for the sequenced dead letter queue settings.
getDockerComposeConnectionDetails(DockerComposeConnectionSource) - Method in class org.axonframework.extension.springboot.service.connection.AxonServerDockerComposeConnectionDetailsFactory
 
getEntityManager() - Method in interface org.axonframework.common.jpa.EntityManagerProvider
Returns the EntityManager instance to use.
getEntityManager() - Method in class org.axonframework.common.jpa.FactoryBasedEntityManagerProvider
 
getEntityManager() - Method in class org.axonframework.common.jpa.SimpleEntityManagerProvider
 
getEntityManager() - Method in class org.axonframework.extension.springboot.util.jpa.ContainerManagedEntityManagerProvider
 
getEntityRoutingKey(Class<?>) - Static method in class org.axonframework.modelling.entity.annotation.RoutingKeyUtils
Retrieves the routing key property for the given child entity class, which is defined by the RoutingKey annotation on one of its fields.
getError() - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.segmenting.EventTrackerStatus
Returns the exception that caused processing to fail, if present.
getError() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.TrackerStatus
 
getError() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.WrappedTrackerStatus
 
getErrorCode() - Method in exception class org.axonframework.axonserver.connector.command.AxonServerCommandDispatchException
Returns the error code as reported by the server.
getErrorCode() - Method in exception class org.axonframework.axonserver.connector.command.AxonServerNonTransientRemoteCommandHandlingException
Returns the error code as reported by the server.
getErrorCode() - Method in exception class org.axonframework.axonserver.connector.command.AxonServerRemoteCommandHandlingException
Returns the error code as reported by the server.
getErrorCode() - Method in exception class org.axonframework.axonserver.connector.query.AxonServerNonTransientRemoteQueryHandlingException
Returns the error code as reported by the server.
getErrorCode() - Method in exception class org.axonframework.axonserver.connector.query.AxonServerRemoteQueryHandlingException
Return a String defining the error code.
getEventFlowControl() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
Specific flow control settings for the event message stream.
getEventhandling() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
Return the configured AxonServerConfiguration.Eventhandling of this application for Axon Server.
getEventProcessor() - Method in class org.axonframework.extension.springboot.TimeoutProperties.TransactionTimeoutProperties
Timeout settings for specific event processors.
getEventProcessors() - Method in class org.axonframework.extension.springboot.TimeoutProperties.TransactionTimeoutProperties
Timeout settings for all event processors, unless a more specific setting is registered via the event-processor property.
getEvents() - Method in class org.axonframework.extension.springboot.ConverterProperties
The type of Converter to use to convert the Message.payload() of EventMessages.
getEvents() - Method in class org.axonframework.extension.springboot.TimeoutProperties.MessageHandlerTimeoutProperties
The timeout configuration for event handlers.
getEvents() - Method in class org.axonframework.messaging.core.timeout.HandlerTimeoutConfiguration
Retrieves the timeout settings for events.
getEventStoreConfiguration() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
Return the configured AxonServerConfiguration.EventStoreConfiguration of this application for Axon Server.
getExactSuperType(Type, Class<?>) - Static method in class org.axonframework.common.TypeReflectionUtils
Finds the most specific supertype of type whose erasure is searchClass.
getExceptionDescriptions() - Method in exception class org.axonframework.axonserver.connector.command.AxonServerCommandDispatchException
Returns a List of Strings describing the remote exception.
getExceptionDescriptions() - Method in exception class org.axonframework.messaging.core.RemoteHandlingException
Returns a List of Strings describing the remote exception.
getExceptionDescriptions() - Method in exception class org.axonframework.messaging.core.RemoteNonTransientHandlingException
Returns a List of Strings describing the remote exception.
getExpectedRepresentation(QualifiedName) - Method in class org.axonframework.modelling.entity.annotation.AnnotatedEntityMetamodel
Returns the Class of the expected representation for handlers of the given qualifiedName.
getFailureCause() - Method in class org.axonframework.update.common.DelayedTask
Gets the cause of the failure if the task has failed.
getFallbackUrl() - Method in class org.axonframework.extension.springboot.DistributedCommandBusProperties.SpringCloudProperties
Returns the URL relative to the host's root to retrieve Instance Meta Data from.
getFieldValue(Field, Object) - Static method in class org.axonframework.common.ReflectionUtils
Returns the value of the given field in the given object.
getFromCode(String) - Static method in enum class org.axonframework.axonserver.connector.ErrorCode
 
getGaps() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.GapAwareTrackingToken
Get a SortedSet of this token's gaps.
getGeneral() - Method in class org.axonframework.extension.springboot.ConverterProperties
The type of Converter to use to convert any type for which no more specific Converter is configured.
getGlobalIndex() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.GlobalSequenceTrackingToken
Get the global sequence number of the event
getGossip() - Method in class org.axonframework.extension.springboot.DistributedCommandBusProperties.JGroupsProperties
Returns the DistributedCommandBusProperties.JGroupsProperties.Gossip configuration in case the Gossip protocol is configured for JGroups (default).
getGrpcPort() - Method in class org.axonframework.test.server.AxonServerContainer
Returns the mapped gRPC port used by this Axon Server container.
getHandler() - Method in class org.axonframework.extension.springboot.TimeoutProperties
Timeout settings for message handlers.
getHandlerEnhancerDefinition() - Method in class org.axonframework.messaging.core.annotation.MultiHandlerDefinition
Returns handler enhancer definition used to wrap handlers.
getHandlers(Class<?>) - Method in class org.axonframework.messaging.core.annotation.AnnotatedHandlerInspector
Returns a sorted set of detected members of given type that are capable of handling certain messages.
getHeartbeat() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
The configuration specifics on sending heartbeat messages to ensure a fully operational end-to-end connection with Axon Server.
getHosts() - Method in class org.axonframework.extension.springboot.DistributedCommandBusProperties.JGroupsProperties.Gossip
Returns the host names and ports of the DistributedCommandBusProperties.JGroupsProperties.Gossip Routers to connect to.
getHttpPort() - Method in class org.axonframework.test.server.AxonServerContainer
Returns the mapped Http port used by this Axon Server container.
getIndex() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.GapAwareTrackingToken
Get the highest global sequence of events seen up until the point of this tracking token.
getInstance() - Static method in class org.axonframework.common.annotation.PriorityAnnotationComparator
Returns the instance of the comparator.
getInstance() - Static method in class org.axonframework.common.IdentifierFactory
Returns an instance of the IdentifierFactory discovered on the classpath.
getInstance() - Static method in class org.axonframework.common.IdentifierValidator
Returns the singleton instance of the IdentifierValidator.
getInternalTrackingToken() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.TrackerStatus
Return the TrackingToken this EventTrackerStatus portrays the status of.
getInterval() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.HeartbeatConfiguration
The interval between consecutive heartbeat message sent in milliseconds.
getJgroups() - Method in class org.axonframework.extension.springboot.DistributedCommandBusProperties
Returns the JGroups configuration to use (if JGroups is on the classpath).
getKeepAliveTime() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
The interval (in ms) for keep alive requests, 0 is keep-alive disabled.
getKeepAliveTimeout() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
The timeout (in ms) for keep alive requests.
getLastSeparator() - Method in class org.axonframework.test.matchers.ListMatcher
The separator to use between the two last events.
getLastSeparator() - Method in class org.axonframework.test.matchers.ListWithAnyOfMatcher
 
getLoadBalancingStrategy() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Eventhandling.ProcessorSettings
Returns the load balancing strategy for this event processor.
getLoadFactor() - Method in class org.axonframework.extension.springboot.DistributedCommandBusProperties
Returns the load factor for this instance of the Distributed Command Bus (default 100).
getMask() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.Segment
Getter for the segment mask.
getMatchers() - Method in class org.axonframework.test.matchers.ListMatcher
Returns a read-only list of Matchers, in the order they were provided in the constructor.
getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.axonframework.extension.springboot.util.AbstractQualifiedBeanCondition
 
getMaxMessageSize() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
The gRPC max inbound message size.
getMaxMessageSizeWarningThreshold() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
The threshold (in percentage of 0-1) of the max message size at which a warning should be logged.
getMaxSegments(String) - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.pooled.MaxSegmentProvider
Returns the maximum amount of segments to claim for the given processorName.
getMeasurements() - Method in class org.axonframework.extension.metrics.micrometer.reservoir.SlidingTimeWindowReservoir
Retrieve the measurements
getMemberGenericString(Member) - Static method in class org.axonframework.common.ReflectionUtils
Returns the generic string of the given member.
getMemberGenericType(Member) - Static method in class org.axonframework.common.ReflectionUtils
Returns the generic type of value of the given member, either by returning the generic type of Field or generic return type of Method.
getMemberValue(Member, Object) - Static method in class org.axonframework.common.ReflectionUtils
Returns the value of the given member in the given object, either by returning Field value or invoking the method.
getMemberValueType(Member) - Static method in class org.axonframework.common.ReflectionUtils
Returns the type of value of the given member, either by returning the type of Field or type of the return value of a Method.
getMessageRoutingKey(AnnotatedElement) - Static method in class org.axonframework.modelling.entity.annotation.RoutingKeyUtils
Retrieves the routing key for the given member, which is defined by the EntityMember.routingKey() annotation.
getMessages() - Method in class org.axonframework.extension.springboot.ConverterProperties
The type of Converter to use to convert the Message.payload() of any type of Message.
getMessageType() - Method in enum class org.axonframework.extension.spring.config.MessageHandlerConfigurer.Type
Returns the supported Message implementation.
getMetrics() - Method in class org.axonframework.extension.metrics.dropwizard.CapacityMonitor
 
getMetrics() - Method in class org.axonframework.extension.metrics.dropwizard.EventProcessorLatencyMonitor
 
getMetrics() - Method in class org.axonframework.extension.metrics.dropwizard.MessageCountingMonitor
 
getMetrics() - Method in class org.axonframework.extension.metrics.dropwizard.MessageTimerMonitor
 
getMetrics() - Method in class org.axonframework.extension.metrics.dropwizard.PayloadTypeMessageMonitorWrapper
 
getMicrometer() - Method in class org.axonframework.extension.springboot.MetricsProperties
Retrieves the Micrometer specific settings for Metrics
getMissingEntries() - Method in class org.axonframework.test.matchers.MapStringEntryMatcher
Returns The missing entries that were present in the expectedMap after matching.
getMode() - Method in class org.axonframework.extension.springboot.EventProcessorProperties.ProcessorSettings
Returns the type of processor to configure.
getModuleConfiguration(String) - Method in interface org.axonframework.common.configuration.Configuration
Returns the Configuration from the Module with the given name.
getModuleConfigurations() - Method in interface org.axonframework.common.configuration.Configuration
Returns all Configurations from the Modules that have been registered with this Configuration.
getNewPermitsThreshold() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.FlowControlConfiguration
The threshold at which the application sends new permits to server.
getNewPermitsThreshold() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
The threshold at which the application sends new permits to server.
getNonEmptyOrDefault(T, T) - Static method in class org.axonframework.common.ObjectUtils
Returns the given instance, if not null or of zero length, or otherwise the given defaultValue.
getNonTransientFailures() - Method in class org.axonframework.messaging.core.retry.NonTransientExceptionClassesPredicate
Fetches a configured list of non-transient failures.
getNrOfNewPermits() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.FlowControlConfiguration
Additional number of permits send for message streams (events, commands, queries) when application is ready for more messages.
getNrOfNewPermits() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
Additional number of permits send for message streams (events, commands, queries) when application is ready for more messages.
getObject() - Method in class org.axonframework.extension.spring.config.annotation.HandlerDefinitionFactoryBean
 
getObject() - Method in class org.axonframework.extension.spring.config.annotation.SpringParameterResolverFactoryBean
 
getObjectType() - Method in class org.axonframework.extension.spring.config.annotation.HandlerDefinitionFactoryBean
 
getObjectType() - Method in class org.axonframework.extension.spring.config.annotation.SpringParameterResolverFactoryBean
 
getOptionalComponent(Class<C>) - Method in interface org.axonframework.common.configuration.Configuration
Returns the component declared under the given type within an Optional.
getOptionalComponent(Class<C>, String) - Method in interface org.axonframework.common.configuration.Configuration
Returns the component declared under the given type and name within an Optional.
getOrDefault(I, Function<I, T>, T) - Static method in class org.axonframework.common.ObjectUtils
Returns the result of the given valueProvider by ingesting the given instance, if the instance is not null.
getOrDefault(String, Case, Collection<Handler>) - Method in interface org.axonframework.axonserver.connector.Handlers
The same as Handlers.get(String, Object) but if no handler is found it returns provided def collection of handlers.
getOrDefault(T, Supplier<T>) - Static method in class org.axonframework.common.ObjectUtils
Returns the given instance, if not null, or otherwise the value provided by defaultProvider.
getOrDefault(T, T) - Static method in class org.axonframework.common.ObjectUtils
Returns the given instance, if not null, or otherwise the given defaultValue.
getOriginServer() - Method in exception class org.axonframework.axonserver.connector.command.AxonServerRemoteCommandHandlingException
Returns the name of the server that reported the error.
getOwner() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenEntry
Returns the identifier of the process (JVM) having a claim on this token, or null if the token isn't claimed.
getOwner() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa.TokenEntry
Returns the identifier of the process (JVM) having a claim on this token, or null if the token isn't claimed.
getPackages() - Method in class org.axonframework.extension.spring.conversion.avro.AvroSchemaPackages
Retrieves packages to scan for schemas.
getParent() - Method in interface org.axonframework.common.configuration.Configuration
Returns the parent configuration of this configuration, if the parent configuration exists.
getParent() - Method in class org.axonframework.modelling.HierarchicalStateManager
Returns the parent StateManager of this HierarchicalStateManager.
getPermits() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.FlowControlConfiguration
The initial number of permits send for message streams (events, commands, queries).
getPermits() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
The initial number of permits send for message streams (events, commands, queries).
getPhase() - Method in class org.axonframework.extension.spring.config.SpringLifecycleShutdownHandler
 
getPhase() - Method in class org.axonframework.extension.spring.config.SpringLifecycleStartHandler
 
getPriority() - Method in class org.axonframework.common.property.BeanPropertyAccessStrategy
 
getPriority() - Method in class org.axonframework.common.property.DirectPropertyAccessStrategy
 
getPriority() - Method in class org.axonframework.common.property.PropertyAccessStrategy
The priority of this strategy.
getPriority() - Method in class org.axonframework.common.property.UniformPropertyAccessStrategy
 
getProcessorName() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenEntry
Returns the name of the StreamingEventProcessor to which this token belongs.
getProcessorName() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa.TokenEntry
Returns the name of the StreamingEventProcessor to which this token belongs.
getProcessors() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Eventhandling
Returns the settings for each of the configured processors, by name.
getProcessors() - Method in class org.axonframework.extension.springboot.EventProcessorProperties
Returns the settings for each of the configured processors, by name.
getProcessors(Environment) - Static method in class org.axonframework.extension.springboot.EventProcessorProperties
Provides ProcessorSettings per processor name via Environment.
getProcessorsNotificationInitialDelay() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
The initial delay (in ms.) before application sends first status update on event processors to Axon Server.
getProcessorsNotificationRate() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
The interval (in ms.) application sends status update on event processors to Axon Server.
getProperty(Class<? extends T>, String) - Static method in class org.axonframework.common.property.PropertyAccessStrategy
Iterates over all known PropertyAccessStrategy implementations to create a Property instance for the given parameters.
getQueries() - Method in class org.axonframework.extension.springboot.TimeoutProperties.MessageHandlerTimeoutProperties
The timeout configuration for query handlers.
getQueries() - Method in class org.axonframework.messaging.core.timeout.HandlerTimeoutConfiguration
Retrieves the timeout settings for queries.
getQueryBus() - Method in class org.axonframework.extension.springboot.TimeoutProperties.TransactionTimeoutProperties
Timeout settings for the query bus.
getQueryExecutionErrorCode(Throwable) - Static method in enum class org.axonframework.axonserver.connector.ErrorCode
Returns a Query Execution ErrorCode variation based on the transiency of the given Throwable
getQueryFlowControl() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
Specific flow control settings for the query message stream.
getQueryResponseThreads() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
The number of threads executing query responses.
getQueryThreads() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
The number of threads executing queries.
getReconnectInterval() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
The amount of time in milliseconds to wait in between attempts to connect to Axon Server.
getRegistry() - Method in class org.axonframework.extension.metrics.dropwizard.GlobalMetricRegistry
Returns the global MetricRegistry to which components are registered.
getRegistry() - Method in class org.axonframework.extension.metrics.micrometer.GlobalMetricRegistry
Returns the global MeterRegistry to which components are registered.
getRemainingOfDeadline(long) - Static method in class org.axonframework.common.ObjectUtils
Gets number of millis which are remaining of current deadline to be reached by System.currentTimeMillis().
getRequestStream() - Method in class org.axonframework.axonserver.connector.util.UpstreamAwareStreamObserver
Returns the request stream observer which allows interaction with the client stream.
getResetPosition() - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.segmenting.EventTrackerStatus
Return the relative position at which a reset was triggered for this Segment.
getResetPosition() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.TrackerStatus
 
getResetPosition() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.WrappedTrackerStatus
 
getResolver() - Method in class org.axonframework.messaging.core.annotation.AbstractAnnotatedParameterResolverFactory
 
getResolver() - Method in class org.axonframework.messaging.core.annotation.AggregateTypeParameterResolverFactory
 
getResolver() - Method in class org.axonframework.messaging.core.annotation.MessageIdentifierParameterResolverFactory
 
getResolver() - Method in class org.axonframework.messaging.core.annotation.SourceIdParameterResolverFactory
 
getResolver() - Method in class org.axonframework.messaging.eventhandling.annotation.SequenceNumberParameterResolverFactory
 
getResolver() - Method in class org.axonframework.messaging.eventhandling.annotation.TimestampParameterResolverFactory
 
getResource(Context.ResourceKey<T>) - Method in interface org.axonframework.messaging.core.Context
Returns the resource currently registered under the given key, or null if no resource is present.
getResource(Context.ResourceKey<T>) - Method in class org.axonframework.messaging.core.SimpleContext
 
getResource(Context.ResourceKey<T>) - Method in record class org.axonframework.messaging.core.SimpleEntry
 
getResource(Context.ResourceKey<T>) - Method in class org.axonframework.messaging.core.unitofwork.LegacyMessageSupportingContext
Deprecated.
 
getResource(Context.ResourceKey<T>) - Method in class org.axonframework.messaging.core.unitofwork.ResourceOverridingProcessingContext
 
getResultMessage() - Method in interface org.axonframework.messaging.commandhandling.gateway.CommandResult
Returns the result Message within a CompletableFuture of command handling.
getResultMessage() - Method in class org.axonframework.messaging.commandhandling.gateway.FutureCommandResult
 
getRoutingKey(CommandMessage) - Method in class org.axonframework.messaging.commandhandling.annotation.AnnotationRoutingStrategy
 
getRoutingKey(CommandMessage) - Method in class org.axonframework.messaging.commandhandling.MetadataRoutingStrategy
 
getRoutingKey(CommandMessage) - Method in interface org.axonframework.messaging.commandhandling.RoutingStrategy
Generates a routing key for the given command.
getRoutingKey(CommandMessage) - Method in enum class org.axonframework.messaging.commandhandling.UnresolvedRoutingKeyPolicy
 
getSegment() - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.segmenting.EventTrackerStatus
The segment for which this status is valid.
getSegment() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.TrackerStatus
 
getSegment() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.WrappedTrackerStatus
 
getSegment() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenEntry
Returns the segment of this token.
getSegment() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa.TokenEntry
Returns the segment of this token.
getSegmentId() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.Segment
Getter for the segment identifier.
getSequenceIdentifierFor(EventMessage, ProcessingContext) - Method in class org.axonframework.messaging.eventhandling.sequencing.ExtractionSequencingPolicy
 
getSequenceIdentifierFor(EventMessage, ProcessingContext) - Method in class org.axonframework.messaging.eventhandling.sequencing.FallbackSequencingPolicy
 
getSequenceIdentifierFor(EventMessage, ProcessingContext) - Method in class org.axonframework.messaging.eventhandling.sequencing.FullConcurrencyPolicy
 
getSequenceIdentifierFor(EventMessage, ProcessingContext) - Method in class org.axonframework.messaging.eventhandling.sequencing.HierarchicalSequencingPolicy
 
getSequenceIdentifierFor(EventMessage, ProcessingContext) - Method in class org.axonframework.messaging.eventhandling.sequencing.MetadataSequencingPolicy
 
getSequenceIdentifierFor(EventMessage, ProcessingContext) - Method in interface org.axonframework.messaging.eventhandling.sequencing.SequencingPolicy
Returns the sequence identifier for the given event.
getSequenceIdentifierFor(EventMessage, ProcessingContext) - Method in class org.axonframework.messaging.eventhandling.sequencing.SequentialPerAggregatePolicy
 
getSequenceIdentifierFor(EventMessage, ProcessingContext) - Method in class org.axonframework.messaging.eventhandling.sequencing.SequentialPolicy
 
getServer() - Method in exception class org.axonframework.axonserver.connector.command.AxonServerCommandDispatchException
Returns the name of the server that reported the error.
getServer() - Method in exception class org.axonframework.axonserver.connector.command.AxonServerNonTransientRemoteCommandHandlingException
Returns the name of the server that reported the error.
getServer() - Method in exception class org.axonframework.axonserver.connector.query.AxonServerNonTransientRemoteQueryHandlingException
Returns the name of the server that reported the error.
getServer() - Method in exception class org.axonframework.axonserver.connector.query.AxonServerRemoteQueryHandlingException
Return a String defining the location where the error originated.
getServers() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
Comma separated list of Axon Server servers.
getSize() - Method in class org.axonframework.extension.springboot.EventProcessorProperties.DlqCache
Returns the size of the sequence identifiers to keep in memory, per segment.
getSnapshotPrefetch() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
An int indicating the maximum number of Aggregate snapshots which will be retrieved.
getSpringCloud() - Method in class org.axonframework.extension.springboot.DistributedCommandBusProperties
Returns the Spring Cloud configuration to use (if Spring Cloud is on the classpath).
getSubscriptions() - Method in class org.axonframework.test.util.RecordingCommandBus
Returns a Map will all Command Names and their Command Handler that have been subscribed to this command bus.
getTags() - Method in class org.axonframework.axonserver.connector.TagsConfiguration
Gets tags.
getTags() - Method in class org.axonframework.extension.springboot.TagsConfigurationProperties
Gets tags.
getTargetChildEntity(List<E>, CommandMessage, ProcessingContext) - Method in class org.axonframework.modelling.entity.annotation.RoutingKeyCommandTargetResolver
 
getTargetChildEntity(List<E>, CommandMessage, ProcessingContext) - Method in interface org.axonframework.modelling.entity.child.CommandTargetResolver
Returns the target child entity for the given command message.
GetterEvolverChildEntityFieldDefinition<P,F> - Class in org.axonframework.modelling.entity.child
Implementation of ChildEntityFieldDefinition that uses a getter and an evolver to get the child entities from the parent, and to evolve the parent based on the child entities.
GetterEvolverChildEntityFieldDefinition(Function<P, F>, BiFunction<P, F, P>) - Constructor for class org.axonframework.modelling.entity.child.GetterEvolverChildEntityFieldDefinition
Creates a new ChildEntityFieldDefinition that uses the given getter and evolver to access the child entity and evolve the parent entity.
getterName(String) - Method in class org.axonframework.common.property.AbstractMethodPropertyAccessStrategy
Returns the name of the method that is used to access the property.
getterName(String) - Method in class org.axonframework.common.property.BeanPropertyAccessStrategy
 
getterName(String) - Method in class org.axonframework.common.property.UniformPropertyAccessStrategy
 
GetterSetterChildEntityFieldDefinition<P,F> - Class in org.axonframework.modelling.entity.child
Implementation of ChildEntityFieldDefinition that uses a getter and a setter to get the child entities from the parent, and to set the evolved child entities on the parent entity.
GetterSetterChildEntityFieldDefinition(Function<P, F>, BiConsumer<P, F>) - Constructor for class org.axonframework.modelling.entity.child.GetterSetterChildEntityFieldDefinition
Creates a new ChildEntityFieldDefinition that uses the given getter and setter to access the child entity and set the evolved child entities on the parent entity.
getTimeout() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.HeartbeatConfiguration
The time window within which a response is expected in milliseconds.
getTimeoutMs() - Method in class org.axonframework.messaging.core.timeout.TaskTimeoutSettings
Returns the timeout of the message handler in milliseconds.
getToken() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
The token providing access control with Axon Server
getToken(Converter) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenEntry
Returns the token, deserializing it with given converter.
getToken(Converter) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa.TokenEntry
Returns the token, deserializing it with given serializer
getTokenAtReset() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.ReplayToken
Gets the token representing the position at which the reset was triggered.
getTokenAtReset(TrackingToken) - Static method in class org.axonframework.messaging.eventhandling.processing.streaming.token.ReplayToken
Return the relative position at which a reset was triggered for this Segment.
getTokenClaimInterval() - Method in class org.axonframework.extension.springboot.EventProcessorProperties.ProcessorSettings
Returns the interval between attempts to claim tokens by a StreamingEventProcessor.
getTokenClaimIntervalTimeUnit() - Method in class org.axonframework.extension.springboot.EventProcessorProperties.ProcessorSettings
Returns the time unit used to define tokens claim interval.
getTokenData() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenEntry
Retrieves serialized value of the token.
getTokenStoreIdentifier() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessor
 
getTokenStoreIdentifier() - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.StreamingEventProcessor
Returns the unique identifier of the TokenStore used by this StreamingEventProcessor.
getTokenType() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenEntry
Retrieves token type.
getTrackingToken() - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.segmenting.EventTrackerStatus
The tracking token of the last event that has been seen by this Segment.
getTrackingToken() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.TrackerStatus
 
getTrackingToken() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.WrappedTrackerStatus
 
getTransaction() - Method in class org.axonframework.extension.springboot.TimeoutProperties
Timeout settings for transactions (UnitOfWork).
getTransactionalExecutor(ProcessingContext) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcTransactionalExecutorProvider
 
getTransactionalExecutor(ProcessingContext) - Method in class org.axonframework.eventsourcing.eventstore.jpa.JpaTransactionalExecutorProvider
 
getTransactionalExecutor(ProcessingContext) - Method in interface org.axonframework.messaging.core.unitofwork.transaction.TransactionalExecutorProvider
Provides a TransactionalExecutor, using the optional processing context.
getType() - Method in class org.axonframework.common.TypeReference
Returns the type of the component represented by this TypeReference.
getTypeAsClass() - Method in class org.axonframework.common.TypeReference
Returns the class of the type of the component represented by this TypeReference.
getUniqueHandlers(Class<?>, Class<? extends Message>) - Method in class org.axonframework.messaging.core.annotation.AnnotatedHandlerInspector
Returns a list of detected members of given type, that can handle messages of messageType.
getUrl() - Method in class org.axonframework.extension.springboot.UpdateCheckerProperties
 
getUrl() - Method in class org.axonframework.update.configuration.CommandLineUsagePropertyProvider
 
getUrl() - Method in class org.axonframework.update.configuration.DefaultUsagePropertyProvider
 
getUrl() - Method in class org.axonframework.update.configuration.EnvironmentVariableUsagePropertyProvider
 
getUrl() - Method in class org.axonframework.update.configuration.HierarchicalUsagePropertyProvider
 
getUrl() - Method in class org.axonframework.update.configuration.PropertyFileUsagePropertyProvider
 
getUrl() - Method in interface org.axonframework.update.configuration.UsagePropertyProvider
Returns the URL for the Anonymous Usage Collection endpoint.
getValue(T) - Method in class org.axonframework.common.property.DirectlyAccessedProperty
 
getValue(T) - Method in class org.axonframework.common.property.MethodAccessedProperty
 
getValue(T) - Method in interface org.axonframework.common.property.Property
Returns the value of the property on given target.
getViolatingMethod() - Method in exception class org.axonframework.messaging.core.annotation.UnsupportedHandlerException
A reference to the method that violated the event handler rules.
getViolations() - Method in exception class org.axonframework.messaging.core.interception.JSR303ViolationException
Returns the violations that were detected when this exception was thrown.
getWarningIntervalMs() - Method in class org.axonframework.messaging.core.timeout.TaskTimeoutSettings
Returns the interval in milliseconds between warnings.
getWarningThresholdMs() - Method in class org.axonframework.messaging.core.timeout.TaskTimeoutSettings
Returns the threshold in milliseconds after which a warning is logged.
given() - Method in class org.axonframework.test.fixture.AxonTestFixture
 
given() - Method in interface org.axonframework.test.fixture.AxonTestPhase.Setup
Transition to the Given phase to define the initial state of the system before testing.
globalIndex() - Method in class org.axonframework.eventsourcing.eventstore.jpa.AggregateEventEntry
Returns the global index of the stored EventMessage, reflecting its position in the event store.
GlobalIndexConsistencyMarker - Class in org.axonframework.eventsourcing.eventstore
ConsistencyMarker implementation that uses a single `long` to represent a position in an event stream.
GlobalIndexConsistencyMarker(long) - Constructor for class org.axonframework.eventsourcing.eventstore.GlobalIndexConsistencyMarker
Creates a marker for the given position.
GlobalIndexPosition - Class in org.axonframework.eventsourcing.eventstore
An immutable implementation of Position which represents positions with an index in the global event stream.
GlobalMetricRegistry - Class in org.axonframework.extension.metrics.dropwizard
Registry for application metrics with convenient ways to register Axon components.
GlobalMetricRegistry - Class in org.axonframework.extension.metrics.micrometer
Registry for application metrics with convenient ways to register Axon components.
GlobalMetricRegistry() - Constructor for class org.axonframework.extension.metrics.dropwizard.GlobalMetricRegistry
Initializes a new GlobalMetricRegistry delegating to a new MetricRegistry with default settings.
GlobalMetricRegistry() - Constructor for class org.axonframework.extension.metrics.micrometer.GlobalMetricRegistry
Initializes a new GlobalMetricRegistry delegating to a new MeterRegistry with default settings.
GlobalMetricRegistry(MetricRegistry) - Constructor for class org.axonframework.extension.metrics.dropwizard.GlobalMetricRegistry
Initializes a GlobalMetricRegistry delegating to the given metricRegistry.
GlobalMetricRegistry(MeterRegistry) - Constructor for class org.axonframework.extension.metrics.micrometer.GlobalMetricRegistry
Initializes a GlobalMetricRegistry delegating to the given meterRegistry.
GlobalSequenceTrackingToken - Class in org.axonframework.messaging.eventhandling.processing.streaming.token
Tracking token based on the global sequence number of an event.
GlobalSequenceTrackingToken(long) - Constructor for class org.axonframework.messaging.eventhandling.processing.streaming.token.GlobalSequenceTrackingToken
Initializes a GlobalSequenceTrackingToken from the given globalIndex of the event.
Gossip() - Constructor for class org.axonframework.extension.springboot.DistributedCommandBusProperties.JGroupsProperties.Gossip
 
groupId() - Method in record class org.axonframework.update.api.Artifact
Returns the value of the groupId record component.
groupId() - Method in record class org.axonframework.update.api.ArtifactAvailableUpgrade
Returns the value of the groupId record component.
groupId() - Method in record class org.axonframework.update.api.DetectedVulnerability
Returns the value of the groupId record component.
GRPC_MESSAGE_TOO_LARGE - Enum constant in enum class org.axonframework.axonserver.connector.ErrorCode
 
GrpcExceptionParser - Class in org.axonframework.axonserver.connector.util
Converts GRPC Exceptions to RuntimeExceptions.
GrpcMessageSizeExceededException - Exception Class in org.axonframework.axonserver.connector.util
Exception thrown when a message exceeds the maximum allowed size.
GrpcMessageSizeExceededException(String) - Constructor for exception class org.axonframework.axonserver.connector.util.GrpcMessageSizeExceededException
Creates a new exception that indicates the gRPC message size has been exceeded with the given message.
GrpcMessageSizeInterceptor - Class in org.axonframework.axonserver.connector.util
Interceptor around a gRPC request that checks whether the message size is within the limits of the server.
GrpcMessageSizeInterceptor(int, double) - Constructor for class org.axonframework.axonserver.connector.util.GrpcMessageSizeInterceptor
 
GrpcMessageSizeWarningThresholdReachedException - Exception Class in org.axonframework.axonserver.connector.util
Exception created to log a warning when a message size exceeds a certain threshold.
GrpcMessageSizeWarningThresholdReachedException() - Constructor for exception class org.axonframework.axonserver.connector.util.GrpcMessageSizeWarningThresholdReachedException
Creates a new instance of the exception indicating that the message size has exceeded the threshold.

H

handle(Object, Metadata) - Method in interface org.axonframework.test.util.CallbackBehavior
Invoked when the Command Bus receives a Command that is dispatched with a Callback method.
handle(Object, Metadata) - Method in class org.axonframework.test.util.DefaultCallbackBehavior
 
handle(List<? extends EventMessage>, ProcessingContext) - Method in class org.axonframework.extension.spring.messaging.OutboundEventMessageChannelAdapter
If allows by the filter, wraps the given event in a GenericMessage ands sends it to the configured MessageChannel.
handle(List<? extends EventMessage>, ProcessingContext) - Method in class org.axonframework.messaging.eventhandling.processing.ProcessorEventHandlingComponents
Processes a batch of events in the processing context.
handle(CommandMessage, E, ProcessingContext) - Method in interface org.axonframework.modelling.entity.EntityCommandHandler
Handles the given CommandMessage for the given entity.
handle(CommandMessage, CommandHandler) - Method in class org.axonframework.messaging.commandhandling.SimpleCommandBus
Performs the actual handling logic.
handle(CommandMessage, CommandBusConnector.ResultCallback) - Method in interface org.axonframework.messaging.commandhandling.distributed.CommandBusConnector.Handler
Handles the incoming command message.
handle(CommandMessage, ProcessingContext) - Method in class org.axonframework.messaging.commandhandling.annotation.AnnotatedCommandHandlingComponent
 
handle(CommandMessage, ProcessingContext) - Method in interface org.axonframework.messaging.commandhandling.CommandHandler
Handles the given command within the given context.
handle(CommandMessage, ProcessingContext) - Method in class org.axonframework.messaging.commandhandling.SimpleCommandHandlingComponent
 
handle(CommandMessage, ProcessingContext) - Method in class org.axonframework.modelling.entity.EntityCommandHandlingComponent
 
handle(CommandMessage, P, ProcessingContext) - Method in class org.axonframework.modelling.entity.child.AbstractEntityChildMetamodel
 
handle(CommandMessage, P, ProcessingContext) - Method in interface org.axonframework.modelling.entity.child.EntityChildMetamodel
Handles the given CommandMessage for the given child entity, using the provided parent entity.
handle(Message, ProcessingContext, T) - Method in interface org.axonframework.messaging.core.annotation.MessageHandlingMember
Handles the given message within the given context by invoking the appropriate method on given target.
handle(Message, ProcessingContext, T) - Method in class org.axonframework.messaging.core.annotation.MethodInvokingMessageHandlingMember
 
handle(Message, ProcessingContext, T) - Method in class org.axonframework.messaging.core.annotation.WrappedMessageHandlingMember
 
handle(Message, ProcessingContext, T, MessageHandlingMember<? super T>) - Method in class org.axonframework.messaging.core.annotation.ChainedMessageHandlerInterceptorMember
 
handle(Message, ProcessingContext, T, MessageHandlingMember<? super T>) - Method in interface org.axonframework.messaging.core.interception.annotation.MessageHandlerInterceptorMemberChain
 
handle(Message, ProcessingContext, T, MessageHandlingMember<? super T>) - Method in class org.axonframework.messaging.core.interception.annotation.NoMoreInterceptors
 
handle(ProcessingContext, ProcessingLifecycle.Phase, Throwable) - Method in interface org.axonframework.messaging.core.unitofwork.ProcessingLifecycle.ErrorHandler
Invoked when an error is detected in a ProcessingLifecycle and it has been aborted.
handle(EventMessage, ProcessingContext) - Method in class org.axonframework.messaging.eventhandling.annotation.AnnotatedEventHandlingComponent
 
handle(EventMessage, ProcessingContext) - Method in class org.axonframework.messaging.eventhandling.DelegatingEventHandlingComponent
 
handle(EventMessage, ProcessingContext) - Method in interface org.axonframework.messaging.eventhandling.EventHandler
Handles the given event within the given context.
handle(EventMessage, ProcessingContext) - Method in class org.axonframework.messaging.eventhandling.interception.InterceptingEventHandlingComponent
 
handle(EventMessage, ProcessingContext) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.SequenceOverridingEventHandlingComponent
 
handle(EventMessage, ProcessingContext) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.SequencingEventHandlingComponent
 
handle(EventMessage, ProcessingContext) - Method in class org.axonframework.messaging.eventhandling.SimpleEventHandlingComponent
 
handle(EventMessage, ProcessingContext) - Method in class org.axonframework.messaging.eventhandling.tracing.TracingEventHandlingComponent
 
handle(QueryMessage, ProcessingContext) - Method in class org.axonframework.messaging.queryhandling.annotation.AnnotatedQueryHandlingComponent
 
handle(QueryMessage, ProcessingContext) - Method in interface org.axonframework.messaging.queryhandling.QueryHandler
Handles the given query within the given context.
handle(QueryMessage, ProcessingContext) - Method in class org.axonframework.messaging.queryhandling.SimpleQueryHandlingComponent
 
handleCreate(CommandMessage, ProcessingContext) - Method in class org.axonframework.modelling.entity.annotation.AnnotatedEntityMetamodel
 
handleCreate(CommandMessage, ProcessingContext) - Method in class org.axonframework.modelling.entity.ConcreteEntityMetamodel
 
handleCreate(CommandMessage, ProcessingContext) - Method in interface org.axonframework.modelling.entity.EntityMetamodel
Handles the given CommandMessage as the creation of a new entity.
handleCreate(CommandMessage, ProcessingContext) - Method in class org.axonframework.modelling.entity.PolymorphicEntityMetamodel
 
handleError(ErrorContext) - Method in interface org.axonframework.messaging.eventhandling.processing.errorhandling.ErrorHandler
Handle an error raised during event processing.
handleError(ErrorContext) - Method in enum class org.axonframework.messaging.eventhandling.processing.errorhandling.PropagatingErrorHandler
 
handleInstance(CommandMessage, E, ProcessingContext) - Method in class org.axonframework.modelling.entity.annotation.AnnotatedEntityMetamodel
 
handleInstance(CommandMessage, E, ProcessingContext) - Method in class org.axonframework.modelling.entity.ConcreteEntityMetamodel
 
handleInstance(CommandMessage, E, ProcessingContext) - Method in interface org.axonframework.modelling.entity.EntityMetamodel
Handles the given CommandMessage for the given entity.
handleInstance(CommandMessage, E, ProcessingContext) - Method in class org.axonframework.modelling.entity.PolymorphicEntityMetamodel
 
handleMessage(Message) - Method in class org.axonframework.extension.spring.messaging.InboundEventMessageChannelAdapter
Handles the given message.
handler() - Method in class org.axonframework.axonserver.connector.TopologyChange
Returns the HandlerSubscription for which a TopologyChange occurred.
handler() - Method in record class org.axonframework.common.configuration.AbstractComponent.HandlerRegistration
Returns the value of the handler record component.
HandlerAttributes - Interface in org.axonframework.messaging.core.annotation
Container for message handler attributes.
HandlerComparator - Class in org.axonframework.messaging.core.annotation
Comparator used by AnnotatedHandlerInspector to sort MessageHandlingMember entity members.
HandlerDefinition - Interface in org.axonframework.messaging.core.annotation
Interface that describes an object capable of inspecting a method to determine if the method is suitable for message handling.
HandlerDefinitionFactoryBean - Class in org.axonframework.extension.spring.config.annotation
Spring FactoryBean that creates a HandlerDefinition using configured HandlerDefinition and
invalid @link
{@link HandlerEnhancerDefinition) beans (e.g.
those configured in a Spring Application Context) and complements those found using a service loader on the Bean Class Loader.
HandlerDefinitionFactoryBean(List<HandlerDefinition>, List<HandlerEnhancerDefinition>) - Constructor for class org.axonframework.extension.spring.config.annotation.HandlerDefinitionFactoryBean
 
HandlerEnhancerDefinition - Interface in org.axonframework.messaging.core.annotation
Interface describing objects that are capable of enhancing a MessageHandler, giving it additional functionality.
HandlerExecutionException - Exception Class in org.axonframework.messaging.core
Base exception for exceptions raised by Handler methods.
HandlerExecutionException(String) - Constructor for exception class org.axonframework.messaging.core.HandlerExecutionException
Initializes an execution exception with given message.
HandlerExecutionException(String, Throwable) - Constructor for exception class org.axonframework.messaging.core.HandlerExecutionException
Initializes an execution exception with given message and cause.
HandlerExecutionException(String, Throwable, Object) - Constructor for exception class org.axonframework.messaging.core.HandlerExecutionException
Initializes an execution exception with given message, cause and application-specific details.
HandlerExecutionException(String, Throwable, Object, boolean) - Constructor for exception class org.axonframework.messaging.core.HandlerExecutionException
Initializes an execution exception with given message, cause, application-specific details, and writableStackTrace
handlerInterceptorEnhancer(Optional<List<MessageHandlerInterceptor<Message>>>, Optional<List<MessageHandlerInterceptor<CommandMessage>>>, Optional<List<MessageHandlerInterceptor<EventMessage>>>, Optional<List<MessageHandlerInterceptor<QueryMessage>>>) - Method in class org.axonframework.extension.springboot.autoconfig.InterceptorAutoConfiguration
Bean creation method for a DecoratorDefinition that registers Message-specific MessageHandlerInterceptors with the HandlerInterceptorRegistry.
HandlerInterceptorRegistry - Interface in org.axonframework.messaging.core.interception
HandlerRegistration(int, ComponentLifecycleHandler<C>) - Constructor for record class org.axonframework.common.configuration.AbstractComponent.HandlerRegistration
Initializes an entry holding the lifecycle handler and its corresponding phase.
Handlers<Case,Handler> - Interface in org.axonframework.axonserver.connector
Handler registry - gives possibility of registering handlers for specific cases and contexts.
HandlerSpanFactory - Interface in org.axonframework.messaging.tracing
Factory that creates spans for the spans representing handlers.
HandlerSubscription(String, Integer) - Constructor for class org.axonframework.axonserver.connector.TopologyChange.HandlerSubscription
Constructs a HandlerSubscription for the given name and loadFactor.
HandlerTimeoutConfiguration - Class in org.axonframework.messaging.core.timeout
Configuration for the timeout settings of message handlers.
HandlerTimeoutConfiguration() - Constructor for class org.axonframework.messaging.core.timeout.HandlerTimeoutConfiguration
Creates a new HandlerTimeoutConfiguration with default timeout settings.
HandlerTimeoutConfiguration(TaskTimeoutSettings, TaskTimeoutSettings, TaskTimeoutSettings, TaskTimeoutSettings) - Constructor for class org.axonframework.messaging.core.timeout.HandlerTimeoutConfiguration
Creates a new HandlerTimeoutConfiguration with the given timeout settings.
HandlerTimeoutHandlerEnhancerDefinition - Class in org.axonframework.messaging.core.timeout
Inspects message handler and wraps it in a TimeoutWrappedMessageHandlingMember if the handler should have a timeout.
HandlerTimeoutHandlerEnhancerDefinition(HandlerTimeoutConfiguration) - Constructor for class org.axonframework.messaging.core.timeout.HandlerTimeoutHandlerEnhancerDefinition
Creates a new HandlerTimeoutHandlerEnhancerDefinition with the given configuration.
HandlerTypeResolver - Class in org.axonframework.messaging.core.annotation
Uses reflection to know if a handler handles a certain type of messages.
handleSync(Message, ProcessingContext, T) - Method in interface org.axonframework.messaging.core.annotation.MessageHandlingMember
Deprecated, for removal: This API element is subject to removal in a future version.
handleSync(Message, ProcessingContext, T) - Method in class org.axonframework.messaging.core.annotation.MethodInvokingMessageHandlingMember
 
handleSync(Message, ProcessingContext, T) - Method in class org.axonframework.messaging.core.annotation.WrappedMessageHandlingMember
 
handleSync(Message, ProcessingContext, T, MessageHandlingMember<? super T>) - Method in class org.axonframework.messaging.core.annotation.ChainedMessageHandlerInterceptorMember
 
handleSync(Message, ProcessingContext, T, MessageHandlingMember<? super T>) - Method in interface org.axonframework.messaging.core.interception.annotation.MessageHandlerInterceptorMemberChain
Deprecated, for removal: This API element is subject to removal in a future version.
handleSync(Message, ProcessingContext, T, MessageHandlingMember<? super T>) - Method in class org.axonframework.messaging.core.interception.annotation.NoMoreInterceptors
Deprecated.
handleSync(Message, T, MessageHandlingMember<? super T>) - Method in interface org.axonframework.messaging.core.interception.annotation.MessageHandlerInterceptorMemberChain
Deprecated, for removal: This API element is subject to removal in a future version.
hasComponent(Class<?>) - Method in interface org.axonframework.common.configuration.ComponentRegistry
Check whether there is a Component registered with this Configurer for the given type.
hasComponent(Class<?>) - Method in interface org.axonframework.common.configuration.Configuration
Check whether there is a Component present in this Configuration for the given type.
hasComponent(Class<?>, String) - Method in interface org.axonframework.common.configuration.ComponentRegistry
Check whether there is a Component registered with this Configurer for the given type and name combination.
hasComponent(Class<?>, String) - Method in interface org.axonframework.common.configuration.Configuration
Check whether there is a Component present in this Configuration for the given type and name combination.
hasComponent(Class<?>, String, SearchScope) - Method in interface org.axonframework.common.configuration.ComponentRegistry
Check whether there is a Component registered with this Configurer for the given type and name combination.
hasComponent(Class<?>, String, SearchScope) - Method in class org.axonframework.common.configuration.DefaultComponentRegistry
 
hasComponent(Class<?>, String, SearchScope) - Method in class org.axonframework.extension.spring.config.SpringComponentRegistry
 
hasComponent(Class<?>, SearchScope) - Method in interface org.axonframework.common.configuration.ComponentRegistry
Check whether there is a Component registered with this Configurer for the given type.
hasCriteria() - Method in interface org.axonframework.messaging.eventstreaming.EventCriteria
Indicates whether this EventCriteria instance has any criteria defined.
hasEqualsMethod(Class<?>) - Static method in class org.axonframework.common.ReflectionUtils
Indicates whether the given class implements a customized equals method.
hasGaps() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.GapAwareTrackingToken
Check if this token contains one ore more gaps.
HasHandlerAttributes - Annotation Interface in org.axonframework.messaging.core.annotation
Meta-annotation indicating the meta-annotated annotation is used for MessageHandlingMembers.
hashCode() - Method in record class org.axonframework.axonserver.connector.event.EventProcessorControlService.AxonProcessorInstructionHandler
Returns a hash code value for this object.
hashCode() - Method in class org.axonframework.axonserver.connector.TopologyChange.HandlerSubscription
 
hashCode() - Method in class org.axonframework.axonserver.connector.TopologyChange
 
hashCode() - Method in record class org.axonframework.common.configuration.AbstractComponent.HandlerRegistration
Returns a hash code value for this object.
hashCode() - Method in record class org.axonframework.common.configuration.Component.Identifier
Returns a hash code value for this object.
hashCode() - Method in class org.axonframework.common.TypeReference
 
hashCode() - Method in class org.axonframework.common.util.PriorityCallable
 
hashCode() - Method in class org.axonframework.common.util.PriorityRunnable
 
hashCode() - Method in record class org.axonframework.conversion.avro.AvroConverterConfiguration
Returns a hash code value for this object.
hashCode() - Method in record class org.axonframework.conversion.avro.AvroConverterStrategyConfiguration
Returns a hash code value for this object.
hashCode() - Method in class org.axonframework.eventsourcing.eventstore.AggregateBasedConsistencyMarker
 
hashCode() - Method in class org.axonframework.eventsourcing.eventstore.AggregateSequenceNumberPosition
 
hashCode() - Method in record class org.axonframework.eventsourcing.eventstore.EmptyAppendTransaction
Returns a hash code value for this object.
hashCode() - Method in record class org.axonframework.eventsourcing.eventstore.GenericTaggedEventMessage
Returns a hash code value for this object.
hashCode() - Method in class org.axonframework.eventsourcing.eventstore.GlobalIndexConsistencyMarker
 
hashCode() - Method in class org.axonframework.eventsourcing.eventstore.GlobalIndexPosition
 
hashCode() - Method in record class org.axonframework.eventsourcing.eventstore.jpa.AggregateBasedJpaEventStorageEngineConfiguration
Returns a hash code value for this object.
hashCode() - Method in record class org.axonframework.extension.spring.config.EventProcessorSettings.MapWrapper
Returns a hash code value for this object.
hashCode() - Method in record class org.axonframework.extension.springboot.autoconfig.JpaEventStoreAutoConfiguration.AggregateBasedJpaEventStorageEngineConfigurationEnhancer
Returns a hash code value for this object.
hashCode() - Method in record class org.axonframework.messaging.commandhandling.distributed.DistributedCommandBusConfiguration
Returns a hash code value for this object.
hashCode() - Method in class org.axonframework.messaging.core.annotation.AnnotatedHandlerAttributes
 
hashCode() - Method in record class org.axonframework.messaging.core.annotation.AnnotationMessageTypeResolver.AnnotationSpecification
Returns a hash code value for this object.
hashCode() - Method in class org.axonframework.messaging.core.annotation.MethodInvokingMessageHandlingMember
 
hashCode() - Method in record class org.axonframework.messaging.core.MessageType
Returns a hash code value for this object.
hashCode() - Method in class org.axonframework.messaging.core.Metadata
 
hashCode() - Method in record class org.axonframework.messaging.core.QualifiedName
Returns a hash code value for this object.
hashCode() - Method in class org.axonframework.messaging.core.RemoteExceptionDescription
 
hashCode() - Method in class org.axonframework.messaging.core.SimpleContext
 
hashCode() - Method in record class org.axonframework.messaging.core.SimpleEntry
Returns a hash code value for this object.
hashCode() - Method in class org.axonframework.messaging.core.SimpleHandlerAttributes
 
hashCode() - Method in record class org.axonframework.messaging.core.unitofwork.UnitOfWorkConfiguration
Returns a hash code value for this object.
hashCode() - Method in record class org.axonframework.messaging.eventhandling.processing.errorhandling.ErrorContext
Returns a hash code value for this object.
hashCode() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.Segment
 
hashCode() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.TrackerStatus
 
hashCode() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.WrappedTrackerStatus
 
hashCode() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.GapAwareTrackingToken
 
hashCode() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.GlobalSequenceTrackingToken
 
hashCode() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.MergedTrackingToken
 
hashCode() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.ReplayToken
 
hashCode() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.ConfigToken
 
hashCode() - Method in record class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenStoreConfiguration
Returns a hash code value for this object.
hashCode() - Method in record class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa.JpaTokenStoreConfiguration
Returns a hash code value for this object.
hashCode() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa.TokenEntry.PK
 
hashCode() - Method in record class org.axonframework.messaging.eventstreaming.Tag
Returns a hash code value for this object.
hashCode() - Method in record class org.axonframework.messaging.queryhandling.distributed.DistributedQueryBusConfiguration
Returns a hash code value for this object.
hashCode() - Method in record class org.axonframework.test.fixture.AxonTestFixture.Customization
Returns a hash code value for this object.
hashCode() - Method in class org.axonframework.test.server.AxonServerContainer
 
hashCode() - Method in record class org.axonframework.test.util.MessageMonitorReport.Report.Failure
Returns a hash code value for this object.
hashCode() - Method in record class org.axonframework.test.util.MessageMonitorReport.Report.Ignored
Returns a hash code value for this object.
hashCode() - Method in record class org.axonframework.test.util.MessageMonitorReport.Report.Success
Returns a hash code value for this object.
hashCode() - Method in record class org.axonframework.update.api.Artifact
Returns a hash code value for this object.
hashCode() - Method in record class org.axonframework.update.api.ArtifactAvailableUpgrade
Returns a hash code value for this object.
hashCode() - Method in record class org.axonframework.update.api.DetectedVulnerability
Returns a hash code value for this object.
hashCode() - Method in record class org.axonframework.update.api.UpdateCheckRequest
Returns a hash code value for this object.
hashCode() - Method in record class org.axonframework.update.api.UpdateCheckResponse
Returns a hash code value for this object.
hasNextAvailable() - Method in class org.axonframework.axonserver.connector.event.SourcingEventMessageStream
 
hasNextAvailable() - Method in class org.axonframework.axonserver.connector.event.StreamingEventMessageStream
 
hasNextAvailable() - Method in class org.axonframework.axonserver.connector.query.AbstractQueryResponseMessageStream
 
hasNextAvailable() - Method in class org.axonframework.eventsourcing.eventstore.ContinuousMessageStream
 
hasNextAvailable() - Method in class org.axonframework.messaging.core.CloseCallbackMessageStream
 
hasNextAvailable() - Method in class org.axonframework.messaging.core.DelayedMessageStream
 
hasNextAvailable() - Method in class org.axonframework.messaging.core.DelegatingMessageStream
 
hasNextAvailable() - Method in interface org.axonframework.messaging.core.MessageStream
Indicates whether an entry is available for immediate reading.
hasNextAvailable() - Method in class org.axonframework.messaging.core.QueueMessageStream
 
havingAnyTag() - Static method in interface org.axonframework.messaging.eventstreaming.EventCriteria
Construct a EventCriteria that allows any events.
havingAnyTag() - Method in class org.axonframework.messaging.eventstreaming.OrEventCriteriaBuilder
Construct a EventCriteria that allows any events.
havingTags(String...) - Static method in interface org.axonframework.messaging.eventstreaming.EventCriteria
Define, as key-value pairs, that the event must contain all the provided tags to match.
havingTags(String...) - Method in class org.axonframework.messaging.eventstreaming.OrEventCriteriaBuilder
Define that the event must contain all the provided tags to match.
havingTags(Set<Tag>) - Static method in interface org.axonframework.messaging.eventstreaming.EventCriteria
Define that the event must contain all the provided tags to match.
havingTags(Set<Tag>) - Method in class org.axonframework.messaging.eventstreaming.OrEventCriteriaBuilder
Define that the event must contain all the provided tags to match.
havingTags(Tag...) - Static method in interface org.axonframework.messaging.eventstreaming.EventCriteria
Define that the event must contain all the provided tags to match.
havingTags(Tag...) - Method in class org.axonframework.messaging.eventstreaming.OrEventCriteriaBuilder
Define that the event must contain all the provided tags to match.
HealthStatus - Class in org.axonframework.extension.springboot.actuator
Utility class holding additional Status instances.
HeartbeatConfiguration() - Constructor for class org.axonframework.axonserver.connector.AxonServerConfiguration.HeartbeatConfiguration
 
HierarchicalConfiguration - Class in org.axonframework.common.configuration
The HierarchicalConfiguration is a configuration that will ensure the to-be-built child configuration will be passed a LifecycleRegistry that is a child of the parent configuration's LifecycleRegistry.
HierarchicalMessageTypeResolver - Class in org.axonframework.messaging.core
Implementation of MessageTypeResolver that combines two resolvers in a fallback pattern.
HierarchicalMessageTypeResolver(MessageTypeResolver, MessageTypeResolver) - Constructor for class org.axonframework.messaging.core.HierarchicalMessageTypeResolver
Initializes a new instance with the given primary delegate and fallback resolvers.
HierarchicalParameterResolverFactory - Class in org.axonframework.messaging.core.annotation
ParameterResolverFactory that first tries to resolve a parameter using the child factory.
HierarchicalParameterResolverFactoryConfigurationEnhancer - Class in org.axonframework.messaging.core.reflection
ConfigurationEnhancer that registers a decorator for the ParameterResolverFactory that, when a parent configuration is present, wraps both the parent and the current ParameterResolverFactory in a HierarchicalParameterResolverFactory that delegates to the parent if a parameter cannot be resolved by the current configuration.
HierarchicalParameterResolverFactoryConfigurationEnhancer() - Constructor for class org.axonframework.messaging.core.reflection.HierarchicalParameterResolverFactoryConfigurationEnhancer
 
HierarchicalSequencingPolicy - Class in org.axonframework.messaging.eventhandling.sequencing
Implementation of SequencingPolicy that combines two policies in a fallback pattern.
HierarchicalSequencingPolicy(SequencingPolicy, SequencingPolicy) - Constructor for class org.axonframework.messaging.eventhandling.sequencing.HierarchicalSequencingPolicy
Initializes a new instance with the given primary delegate and fallback policies.
HierarchicalStateManager - Class in org.axonframework.modelling
StateManager that can load an entity from two delegates, giving preference to the child delegate and then the parent.
HierarchicalStateManagerConfigurationEnhancer - Class in org.axonframework.modelling
ConfigurationEnhancer that registers a decorator for the StateManager that, when a parent configuration is present, wraps child and parent StateManager in a HierarchicalStateManager that delegates to the parent if a state cannot be resolved by the current configuration.
HierarchicalStateManagerConfigurationEnhancer() - Constructor for class org.axonframework.modelling.HierarchicalStateManagerConfigurationEnhancer
 
HierarchicalUsagePropertyProvider - Class in org.axonframework.update.configuration
Combines multiple UsagePropertyProvider instances into a single provider.
HierarchicalUsagePropertyProvider(List<UsagePropertyProvider>) - Constructor for class org.axonframework.update.configuration.HierarchicalUsagePropertyProvider
Creates a new HierarchicalUsagePropertyProvider with the given list of providers.
HIGH - Enum constant in enum class org.axonframework.update.api.DetectedVulnerabilitySeverity
The vulnerability has a high severity.
HIGH - Static variable in annotation interface org.axonframework.common.Priority
Value indicating the annotated member should have high priority, effectively placing it "in the first half".
HIGHER - Static variable in annotation interface org.axonframework.common.Priority
Value indicating the annotated member should be placed at the "upper quarter".

I

identifier() - Method in class org.axonframework.common.configuration.AbstractComponent
 
identifier() - Method in interface org.axonframework.common.configuration.Component
The identifier of this component.
identifier() - Method in class org.axonframework.eventsourcing.eventstore.jpa.AggregateEventEntry
Returns the identifier of the stored EventMessage.
identifier() - Method in class org.axonframework.messaging.core.AbstractMessage
 
identifier() - Method in interface org.axonframework.messaging.core.Message
Returns the identifier of this Message.
identifier() - Method in class org.axonframework.messaging.core.MessageDecorator
 
identifier() - Method in interface org.axonframework.messaging.eventhandling.EventMessage
Returns the identifier of this event.
identifier() - Method in interface org.axonframework.modelling.repository.ManagedEntity
The identifier of the entity.
Identifier(Class<C>, String) - Constructor for record class org.axonframework.common.configuration.Component.Identifier
A tuple representing a Component's uniqueness, consisting out of a clazz and name.
Identifier(Type, String) - Constructor for record class org.axonframework.common.configuration.Component.Identifier
A tuple representing a Component's uniqueness, consisting out of a type and name.
Identifier(TypeReference<C>, String) - Constructor for record class org.axonframework.common.configuration.Component.Identifier
Compact constructor asserting whether the type and name are non-null and not empty.
IdentifierFactory - Class in org.axonframework.common
Abstract Factory class that provides access to an IdentifierFactory implementation.
IdentifierFactory() - Constructor for class org.axonframework.common.IdentifierFactory
 
identifiers() - Method in class org.axonframework.common.configuration.Components
Returns the identifiers of the components currently registered.
IdentifierValidator - Class in org.axonframework.common
Validates the structure of an object passed as Aggregate Identifier.
identity() - Static method in interface org.axonframework.axonserver.connector.ManagedChannelCustomizer
Returns a no-op ManagedChannelCustomizer.
idProperty() - Element in annotation interface org.axonframework.modelling.annotation.InjectEntity
The property of the message payload that contains the identifier of the entity to inject.
idResolver() - Element in annotation interface org.axonframework.modelling.annotation.InjectEntity
The EntityIdResolver to resolve the identifier of the entity to inject.
idType() - Method in class org.axonframework.eventsourcing.EventSourcingRepository
 
idType() - Element in annotation interface org.axonframework.extension.spring.stereotype.EventSourced
Get the Class of entity's id type, important for construction of the
idType() - Method in interface org.axonframework.modelling.configuration.EntityModule
Returns the type of the entity's identifier.
idType() - Method in class org.axonframework.modelling.repository.AccessSerializingRepository
 
idType() - Method in class org.axonframework.modelling.repository.InMemoryRepository
 
idType() - Method in interface org.axonframework.modelling.repository.Repository
The type of the identifier used to identify entities in this repository.
idType() - Method in class org.axonframework.modelling.repository.SimpleRepository
 
ifShuttingDown(String) - Method in class org.axonframework.common.lifecycle.ShutdownLatch
Check whether this ShutdownLatch is shutting down.
ifShuttingDown(Supplier<RuntimeException>) - Method in class org.axonframework.common.lifecycle.ShutdownLatch
Check whether this ShutdownLatch is shutting down.
ignored(Message) - Static method in class org.axonframework.test.util.MessageMonitorReport
Creates a new instance of MessageMonitorReport.Report.Ignored with the specified message.
Ignored(Message) - Constructor for record class org.axonframework.test.util.MessageMonitorReport.Report.Ignored
Creates an instance of a Ignored record class.
ignoredMessageHandler() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorConfiguration
Returns the handler for ignored messages.
ignoredMessageHandler() - Method in class org.axonframework.messaging.eventhandling.processing.subscribing.SubscribingEventProcessorConfiguration
Returns the handler for ignored messages.
ignoredMessageHandler(Consumer<? super EventMessage>) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorConfiguration
Sets the handler, that is invoked when the event is ignored by all WorkPackages this Coordinator controls.
ignoredMessageHandler(Consumer<? super EventMessage>) - Method in class org.axonframework.messaging.eventhandling.processing.subscribing.SubscribingEventProcessorConfiguration
Sets the handler, that is invoked when the event is ignored by all EventHandlingComponents this SubscribingEventProcessor controls.
ignoredReports() - Method in class org.axonframework.test.util.MessageMonitorReport
Retrieves a list of MessageMonitorReport.Report.Ignored elements filtered from the collection of reports.
ignoreEntries() - Method in interface org.axonframework.messaging.core.MessageStream
Returns a stream that consumes all messages from this stream, but ignores the results and completes when this stream completes.
IgnoreField - Class in org.axonframework.test.matchers
FieldFilter implementation that rejects a given Field
IgnoreField(Class<?>, String) - Constructor for class org.axonframework.test.matchers.IgnoreField
Initialize an instance that ignores the a field with given fieldName, which is declared on the given clazz.
IgnoreField(Field) - Constructor for class org.axonframework.test.matchers.IgnoreField
Initialize an instance that ignores the given field
ignoreResult(T) - Static method in class org.axonframework.common.FutureUtils
Utility method that doesn't do anything.
ignoringResultParameters(ProcessingContext, Function<ProcessingContext, T>) - Static method in class org.axonframework.messaging.core.interception.annotation.ResultParameterResolverFactory
Performs the given action ignoring any parameters expecting a result type.
IllegalPayloadAccessException - Exception Class in org.axonframework.messaging.core
Indicates situations when access to the Payload of a Message is not allowed.
IllegalPayloadAccessException(String) - Constructor for exception class org.axonframework.messaging.core.IllegalPayloadAccessException
Creates the exception with given message.
IllegalPayloadAccessException(String, Throwable) - Constructor for exception class org.axonframework.messaging.core.IllegalPayloadAccessException
Creates the exception with given message and cause.
INBOUND_COMMAND_CONNECTOR - Static variable in class org.axonframework.common.lifecycle.Phase
Phase to start or shutdown inbound command connectors.
INBOUND_EVENT_CONNECTORS - Static variable in class org.axonframework.common.lifecycle.Phase
Phase to start or shutdown inbound event connectors.
INBOUND_QUERY_CONNECTOR - Static variable in class org.axonframework.common.lifecycle.Phase
Phase to start or shutdown inbound query connectors.
InboundEventMessageChannelAdapter - Class in org.axonframework.extension.spring.messaging
Adapter class that publishes Events from a Spring Messaging Message Channel on the Event Bus.
InboundEventMessageChannelAdapter() - Constructor for class org.axonframework.extension.spring.messaging.InboundEventMessageChannelAdapter
Initialize the adapter to publish all incoming events to the subscribed processors.
InboundEventMessageChannelAdapter(List<BiFunction<List<? extends EventMessage>, ProcessingContext, CompletableFuture<?>>>, EventMessageConverter) - Constructor for class org.axonframework.extension.spring.messaging.InboundEventMessageChannelAdapter
Initialize the adapter to publish all incoming events to the subscribed processors.
InboundEventMessageChannelAdapter(EventBus) - Constructor for class org.axonframework.extension.spring.messaging.InboundEventMessageChannelAdapter
Initialize an InboundEventMessageChannelAdapter instance that sends all incoming Event Messages to the given eventBus.
includeDefaultAvroConverterStrategies() - Method in record class org.axonframework.conversion.avro.AvroConverterConfiguration
Returns the value of the includeDefaultAvroConverterStrategies record component.
includeDefaultAvroConverterStrategies(boolean) - Method in record class org.axonframework.conversion.avro.AvroConverterConfiguration
Returns new configuration using (or not) default Avro converter strategies, based on the provided flag.
includeSchemasInStackTraces() - Method in record class org.axonframework.conversion.avro.AvroConverterStrategyConfiguration
Returns the value of the includeSchemasInStackTraces record component.
includeSchemasInStackTraces(boolean) - Method in record class org.axonframework.conversion.avro.AvroConverterConfiguration
Creates a new configuration reporting (or not) reader and writer schema in stack traces on errors, based on the provided flag.
incompatibilityPrinter(SchemaCompatibility.Incompatibility) - Static method in class org.axonframework.conversion.avro.AvroUtil
Creates incompatibility string representation.
incrementAndGetSequenceOf(String) - Method in class org.axonframework.eventsourcing.eventstore.AggregateBasedConsistencyMarker.AggregateSequencer
Get and increment the sequence for the given aggregate identifier.
INDEX_READ_ERROR - Enum constant in enum class org.axonframework.axonserver.connector.ErrorCode
 
INDEX_WRITE_ERROR - Enum constant in enum class org.axonframework.axonserver.connector.ErrorCode
 
INFINITY - Static variable in interface org.axonframework.eventsourcing.eventstore.ConsistencyMarker
The consistency marker representing the end of an event stream.
InfrastructureAutoConfiguration - Class in org.axonframework.extension.springboot.autoconfig
Infrastructure autoconfiguration class for Axon Framework application.
InfrastructureAutoConfiguration() - Constructor for class org.axonframework.extension.springboot.autoconfig.InfrastructureAutoConfiguration
 
initCluster(String, int, boolean, boolean) - Static method in class org.axonframework.test.server.AxonServerContainerUtils
Initialize the cluster of the Axon Server instance located at the given hostname and port combination.
initialize() - Method in class org.axonframework.common.lifecycle.ShutdownLatch
Initialize this ShutdownLatch.
initializeSegment(TrackingToken, String, Segment, ProcessingContext) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.inmemory.InMemoryTokenStore
 
initializeSegment(TrackingToken, String, Segment, ProcessingContext) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenStore
 
initializeSegment(TrackingToken, String, Segment, ProcessingContext) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa.JpaTokenStore
 
initializeSegment(TrackingToken, String, Segment, ProcessingContext) - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.token.store.TokenStore
Initializes a segment with given segment for the processor with given processorName to contain the given token.
initializeTokenSegments(String, int, TrackingToken, ProcessingContext) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.inmemory.InMemoryTokenStore
 
initializeTokenSegments(String, int, TrackingToken, ProcessingContext) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenStore
 
initializeTokenSegments(String, int, TrackingToken, ProcessingContext) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa.JpaTokenStore
 
initializeTokenSegments(String, int, TrackingToken, ProcessingContext) - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.token.store.TokenStore
Initializes a given number of segments for the given processorName to track its tokens.
initialSegmentCount() - Method in interface org.axonframework.extension.spring.config.EventProcessorSettings.PooledEventProcessorSettings
Initial segment count.
initialSegmentCount() - Method in class org.axonframework.extension.springboot.EventProcessorProperties.ProcessorSettings
Returns the number of initial segments that should be created, if no segments are already present.
initialSegmentCount() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorConfiguration
Returns the initial segment count used on startup.
initialSegmentCount(int) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorConfiguration
Sets the initial segment count used to create segments on start up.
initialToken() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorConfiguration
Returns the function used to generate initial TrackingTokens.
initialToken(Function<TrackingTokenSource, CompletableFuture<TrackingToken>>) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorConfiguration
Specifies the Function used to generate the initial TrackingTokens.
initiateShutdown() - Method in class org.axonframework.common.lifecycle.ShutdownLatch
Initiate the shutdown of this latch.
initLifecycle(Configuration, LifecycleRegistry) - Method in class org.axonframework.common.configuration.AbstractComponent
 
initLifecycle(Configuration, LifecycleRegistry) - Method in interface org.axonframework.common.configuration.Component
Initializes the lifecycle handlers associated with this component.
InjectEntity - Annotation Interface in org.axonframework.modelling.annotation
Annotation to be placed on a parameter of a MessageHandler annotated method that should receive an entity loaded from the StateManager.
InjectEntityId - Annotation Interface in org.axonframework.eventsourcing.annotation.reflection
Indicates that the annotated parameter should be injected with the entity identifier of the EntityCreator-annotated method or constructor being invoked.
InjectEntityParameterResolverFactory - Class in org.axonframework.modelling.annotation
ParameterResolverFactory implementation that provides ParameterResolvers for parameters annotated with InjectEntity.
InjectEntityParameterResolverFactory(Configuration) - Constructor for class org.axonframework.modelling.annotation.InjectEntityParameterResolverFactory
Initialize the factory with the given configuration.
InjectEntityParameterResolverFactoryConfigurationEnhancer - Class in org.axonframework.modelling.annotation
InjectEntityParameterResolverFactoryConfigurationEnhancer() - Constructor for class org.axonframework.modelling.annotation.InjectEntityParameterResolverFactoryConfigurationEnhancer
 
InMemoryEventStorageEngine - Class in org.axonframework.eventsourcing.eventstore.inmemory
Thread-safe EventStorageEngine implementation storing events in memory.
InMemoryEventStorageEngine() - Constructor for class org.axonframework.eventsourcing.eventstore.inmemory.InMemoryEventStorageEngine
Initializes an in-memory EventStorageEngine.
InMemoryEventStorageEngine(long) - Constructor for class org.axonframework.eventsourcing.eventstore.inmemory.InMemoryEventStorageEngine
Initializes an in-memory EventStorageEngine using given offset to initialize the tokens.
InMemoryRepository<ID,E> - Class in org.axonframework.modelling.repository
In-memory implementation of the Repository interface that stores entities in a ConcurrentHashMap.
InMemoryRepository(Class<ID>, Class<E>) - Constructor for class org.axonframework.modelling.repository.InMemoryRepository
Constructs a new InMemoryRepository for entities of type entityType with identifiers of type idType.
InMemoryTokenStore - Class in org.axonframework.messaging.eventhandling.processing.streaming.token.store.inmemory
Implementation of a TokenStore that stores tracking tokens in memory.
InMemoryTokenStore() - Constructor for class org.axonframework.messaging.eventhandling.processing.streaming.token.store.inmemory.InMemoryTokenStore
No-arg constructor which will log a warning on initialization.
InputStreamToByteArrayConverter - Class in org.axonframework.conversion.converter
A ContentTypeConverter implementation that converts an InputStream to a byte[].
InputStreamToByteArrayConverter() - Constructor for class org.axonframework.conversion.converter.InputStreamToByteArrayConverter
 
insertTokenEntry(Connection, TrackingToken, String, Segment) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenStore
Inserts a new token entry via the given updatable resultSet.
inspectType(Class<T>) - Static method in class org.axonframework.messaging.core.annotation.AnnotatedHandlerInspector
Create an inspector for given handlerType that uses a ClasspathParameterResolverFactory to resolve method parameters and ClasspathHandlerDefinition to create handlers.
inspectType(Class<T>, ParameterResolverFactory) - Static method in class org.axonframework.messaging.core.annotation.AnnotatedHandlerInspector
Create an inspector for given handlerType that uses given parameterResolverFactory to resolve method parameters.
inspectType(Class<T>, ParameterResolverFactory, HandlerDefinition) - Static method in class org.axonframework.messaging.core.annotation.AnnotatedHandlerInspector
Create an inspector for given handlerType that uses given parameterResolverFactory to resolve method parameters and given handlerDefinition to create handlers.
inspectType(Class<T>, ParameterResolverFactory, HandlerDefinition, Set<Class<? extends T>>) - Static method in class org.axonframework.messaging.core.annotation.AnnotatedHandlerInspector
Create an inspector for given handlerType and its declaredSubtypes that uses given parameterResolverFactory to resolve method parameters and given handlerDefinition to create handlers.
instance() - Static method in class org.axonframework.common.DirectExecutor
Returns the (singleton) instance of the DirectExecutor
instance() - Static method in class org.axonframework.messaging.core.annotation.HandlerComparator
Returns the singleton comparator managed by the HandlerComparator class.
instance() - Static method in class org.axonframework.messaging.core.interception.annotation.NoMoreInterceptors
Creates and returns a new instance
instance() - Static method in enum class org.axonframework.messaging.core.unitofwork.transaction.NoTransactionManager
Returns the singleton instance of this TransactionManager.
instance() - Static method in enum class org.axonframework.messaging.eventhandling.processing.errorhandling.PropagatingErrorHandler
Singleton instance of a PropagatingErrorHandler.
instance() - Static method in class org.axonframework.messaging.eventhandling.sequencing.SequentialPerAggregatePolicy
Return a singleton instance of the SequentialPerAggregatePolicy.
instance() - Static method in enum class org.axonframework.messaging.monitoring.NoOpMessageMonitor
Returns the instance of {@link NoOpMessageMonitor}.
instance() - Static method in class org.axonframework.test.matchers.AllFieldsFilter
Returns the (singleton) instance of the AllFieldsFilter
instance() - Static method in class org.axonframework.test.matchers.NonStaticFieldsFilter
 
instance() - Static method in class org.axonframework.test.matchers.NonTransientFieldsFilter
Returns the (singleton) instance of the AllFieldsFilter
INSTANCE - Enum constant in enum class org.axonframework.common.lock.NullLockFactory
Singleton instance of a NullLockFactory.
INSTANCE - Enum constant in enum class org.axonframework.messaging.core.unitofwork.transaction.NoTransactionManager
Singleton instance of the TransactionManager.
INSTANCE - Enum constant in enum class org.axonframework.messaging.eventhandling.processing.errorhandling.PropagatingErrorHandler
Singleton instance of a PropagatingErrorHandler.
INSTANCE - Enum constant in enum class org.axonframework.messaging.monitoring.NoOpMessageMonitor
Singleton instance of a NoOpMessageMonitor.
INSTANCE - Enum constant in enum class org.axonframework.messaging.monitoring.NoOpMessageMonitorCallback
Singleton instance of a NoOpMessageMonitorCallback.
INSTANCE - Static variable in class org.axonframework.common.caching.NoCache
Creates a singleton reference the NoCache implementation.
INSTANCE - Static variable in class org.axonframework.common.DirectExecutor
Returns a singleton instance of the DirectExecutor.
INSTANCE - Static variable in class org.axonframework.common.lock.NoOpLock
 
INSTANCE - Static variable in class org.axonframework.conversion.PassThroughConverter
The single instance of the PassThroughConverter.
INSTANCE - Static variable in record class org.axonframework.eventsourcing.eventstore.EmptyAppendTransaction
The single instance of the EmptyAppendTransaction.
INSTANCE - Static variable in class org.axonframework.extension.tracing.opentelemetry.MetadataContextGetter
Singleton instance of the MetadataContextGetter, used by the OpenTelemetrySpanFactory.
INSTANCE - Static variable in class org.axonframework.extension.tracing.opentelemetry.MetadataContextSetter
Singleton instance of the MetadataContextSetter, used by the OpenTelemetrySpanFactory.
INSTANCE - Static variable in class org.axonframework.messaging.core.EmptyApplicationContext
Returns the singleton instance of the empty application context.
INSTANCE - Static variable in class org.axonframework.messaging.core.timeout.AxonTaskJanitor
Unique instances of the ScheduledExecutorService for the AxonTimeLimitedTask to schedule warnings and interrupts.
INSTANCE - Static variable in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.GenericTokenTableFactory
Creates a singleton reference the GenericTokenTableFactory implementation.
INSTANCE - Static variable in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.Oracle11TokenTableFactory
Creates a singleton reference the the Oracle11TokenTableFactory implementation.
INSTANCE - Static variable in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.PostgresTokenTableFactory
Creates a singleton reference the PostgresTokenTableFactory implementation.
INSTANCE - Static variable in class org.axonframework.messaging.eventhandling.sequencing.FullConcurrencyPolicy
Singleton instance of the FullConcurrencyPolicy.
INSTANCE - Static variable in class org.axonframework.messaging.eventhandling.sequencing.SequentialPolicy
Singleton instance of the SequentialPolicy.
INSTANCE - Static variable in class org.axonframework.messaging.eventhandling.TerminalEventMessage
The sole instance of the TerminalEventMessage.
INSTANCE - Static variable in class org.axonframework.messaging.tracing.NoOpSpanFactory
Singleton instance of the NoOpSpanFactory, which is used for configuration when there is no specific implementation configured.
INSTANCE - Static variable in class org.axonframework.messaging.tracing.NoOpSpanFactory.NoOpSpan
Instance of a NoOpSpanFactory.NoOpSpan that can be used to avoid creating new instances.
INSTANCE - Static variable in class org.axonframework.update.configuration.DefaultUsagePropertyProvider
Singleton instance of the DefaultUsagePropertyProvider.
instanceCommandHandler(QualifiedName, EntityCommandHandler<E>) - Method in interface org.axonframework.modelling.entity.EntityMetamodelBuilder
Adds an EntityCommandHandler to this metamodel for the given QualifiedName.
instanceCommandHandler(QualifiedName, EntityCommandHandler<E>) - Method in interface org.axonframework.modelling.entity.PolymorphicEntityMetamodelBuilder
 
instanceId() - Method in record class org.axonframework.update.api.UpdateCheckRequest
Returns the value of the instanceId record component.
InstantiatedComponentDefinition<C> - Class in org.axonframework.common.configuration
Implementation of Component and ComponentDefinition that wraps a pre-instantiated component.
InstantiatedComponentDefinition(Component.Identifier<C>, C) - Constructor for class org.axonframework.common.configuration.InstantiatedComponentDefinition
Create the definition for a component with given identifier and given instance.
INSTRUCTION_ACK_ERROR - Enum constant in enum class org.axonframework.axonserver.connector.ErrorCode
 
INSTRUCTION_COMPONENTS - Static variable in class org.axonframework.common.lifecycle.Phase
Phase to start or shutdown components which send/receive/handle instructions for/to other connectors.
INSTRUCTION_EXECUTION_ERROR - Enum constant in enum class org.axonframework.axonserver.connector.ErrorCode
 
InstructionAckSource<T> - Interface in org.axonframework.axonserver.connector
Responsible for sending instruction acknowledgements.
interceptCall(MethodDescriptor<REQ, RESP>, CallOptions, Channel) - Method in class org.axonframework.axonserver.connector.util.GrpcMessageSizeInterceptor
 
InterceptingCommandBus - Class in org.axonframework.messaging.commandhandling.interception
A CommandBus wrapper that supports both MessageHandlerInterceptors and MessageDispatchInterceptors.
InterceptingCommandBus(CommandBus, List<MessageHandlerInterceptor<? super CommandMessage>>, List<MessageDispatchInterceptor<? super CommandMessage>>) - Constructor for class org.axonframework.messaging.commandhandling.interception.InterceptingCommandBus
Constructs a InterceptingCommandBus, delegating dispatching and handling logic to the given delegate.
InterceptingEventBus - Class in org.axonframework.messaging.eventhandling
Decorator around the EventBus interceptors all events before they are published with dispatch interceptors.
InterceptingEventBus(EventBus, List<MessageDispatchInterceptor<? super EventMessage>>) - Constructor for class org.axonframework.messaging.eventhandling.InterceptingEventBus
Constructs a InterceptingEventBus, delegating all operations to the given delegate.
InterceptingEventHandlingComponent - Class in org.axonframework.messaging.eventhandling.interception
An EventHandlingComponent implementation that supports intercepting event handling through MessageHandlerInterceptors.
InterceptingEventHandlingComponent(List<MessageHandlerInterceptor<? super EventMessage>>, EventHandlingComponent) - Constructor for class org.axonframework.messaging.eventhandling.interception.InterceptingEventHandlingComponent
Constructs the component with the given delegate and interceptors.
InterceptingEventSink - Class in org.axonframework.messaging.eventhandling
Decorator around the EventSink intercepting all events before they are published with dispatch interceptors.
InterceptingEventSink(EventSink, List<MessageDispatchInterceptor<? super EventMessage>>) - Constructor for class org.axonframework.messaging.eventhandling.InterceptingEventSink
Constructs a InterceptingEventSink, delegating publishing to the given delegate.
InterceptingEventStore - Class in org.axonframework.eventsourcing.eventstore
Decorator around the EventStore intercepting all events before they are appended or published with dispatch interceptors.
InterceptingEventStore(EventStore, List<MessageDispatchInterceptor<? super EventMessage>>) - Constructor for class org.axonframework.eventsourcing.eventstore.InterceptingEventStore
Constructs a InterceptingEventStore, delegating all operation to the given delegate.
InterceptingQueryBus - Class in org.axonframework.messaging.queryhandling.interception
A QueryBus wrapper that supports both MessageHandlerInterceptors and MessageDispatchInterceptors.
InterceptingQueryBus(QueryBus, List<MessageHandlerInterceptor<? super QueryMessage>>, List<MessageDispatchInterceptor<? super QueryMessage>>, List<MessageDispatchInterceptor<? super SubscriptionQueryUpdateMessage>>) - Constructor for class org.axonframework.messaging.queryhandling.interception.InterceptingQueryBus
Constructs a InterceptingQueryBus, delegating dispatching and handling logic to the given delegate.
interceptOnDispatch(M, ProcessingContext, MessageDispatchInterceptorChain<M>) - Method in class org.axonframework.messaging.core.interception.BeanValidationInterceptor
 
interceptOnDispatch(M, ProcessingContext, MessageDispatchInterceptorChain<M>) - Method in class org.axonframework.messaging.core.interception.CorrelationDataInterceptor
 
interceptOnDispatch(M, ProcessingContext, MessageDispatchInterceptorChain<M>) - Method in class org.axonframework.messaging.core.interception.LoggingInterceptor
 
interceptOnDispatch(M, ProcessingContext, MessageDispatchInterceptorChain<M>) - Method in interface org.axonframework.messaging.core.MessageDispatchInterceptor
Intercepts a given message on dispatching.
interceptOnDispatch(EventMessage, ProcessingContext, MessageDispatchInterceptorChain<EventMessage>) - Method in class org.axonframework.messaging.monitoring.interception.MonitoringEventDispatchInterceptor
 
interceptOnDispatch(SubscriptionQueryUpdateMessage, ProcessingContext, MessageDispatchInterceptorChain<SubscriptionQueryUpdateMessage>) - Method in class org.axonframework.messaging.monitoring.interception.MonitoringSubscriptionQueryUpdateDispatchInterceptor
 
interceptOnDispatch(T, ProcessingContext, MessageDispatchInterceptorChain<T>) - Method in class org.axonframework.extension.spring.authorization.MessageAuthorizationDispatchInterceptor
 
interceptOnHandle(M, ProcessingContext, MessageHandlerInterceptorChain<M>) - Method in class org.axonframework.extension.spring.authorization.MessageAuthorizationHandlerInterceptor
 
interceptOnHandle(M, ProcessingContext, MessageHandlerInterceptorChain<M>) - Method in class org.axonframework.messaging.core.interception.BeanValidationInterceptor
 
interceptOnHandle(M, ProcessingContext, MessageHandlerInterceptorChain<M>) - Method in class org.axonframework.messaging.core.interception.CorrelationDataInterceptor
 
interceptOnHandle(M, ProcessingContext, MessageHandlerInterceptorChain<M>) - Method in class org.axonframework.messaging.core.interception.LoggingInterceptor
 
interceptOnHandle(M, ProcessingContext, MessageHandlerInterceptorChain<M>) - Method in interface org.axonframework.messaging.core.MessageHandlerInterceptor
Intercepts a given message on handling before reaching the designated MessageHandler.
interceptOnHandle(CommandMessage, ProcessingContext, MessageHandlerInterceptorChain<CommandMessage>) - Method in class org.axonframework.messaging.monitoring.interception.MonitoringCommandHandlerInterceptor
 
interceptOnHandle(EventMessage, ProcessingContext, MessageHandlerInterceptorChain<EventMessage>) - Method in class org.axonframework.messaging.monitoring.interception.MonitoringEventHandlerInterceptor
 
interceptOnHandle(QueryMessage, ProcessingContext, MessageHandlerInterceptorChain<QueryMessage>) - Method in class org.axonframework.messaging.monitoring.interception.MonitoringQueryHandlerInterceptor
 
InterceptorAutoConfiguration - Class in org.axonframework.extension.springboot.autoconfig
Interceptor autoconfiguration class for Axon Framework application.
InterceptorAutoConfiguration() - Constructor for class org.axonframework.extension.springboot.autoconfig.InterceptorAutoConfiguration
 
InterceptorChainParameterResolverFactory - Class in org.axonframework.messaging.core.annotation
Parameter resolver factory that adds support for resolving current MessageHandlerInterceptorChain.
InterceptorChainParameterResolverFactory() - Constructor for class org.axonframework.messaging.core.annotation.InterceptorChainParameterResolverFactory
 
interceptors - Variable in class org.axonframework.messaging.eventhandling.configuration.EventProcessorConfiguration
 
interceptors() - Method in class org.axonframework.messaging.eventhandling.configuration.EventProcessorConfiguration
Returns the list of EventMessage-specific MessageHandlerInterceptors to add to the EventProcessor under construction with this configuration implementation.
Internal - Annotation Interface in org.axonframework.common.annotation
Marker annotation used to mark Axon Framework internal code.
internalContexts(String, int) - Static method in class org.axonframework.test.server.AxonServerContainerUtils
Retrieves all the internal contexts (registered in the RAFT protocol) of the Axon Server instance located at the given hostname and port combination.
intersect(Collection<? extends T>, Collection<? extends T>, Supplier<C>) - Static method in class org.axonframework.common.CollectionUtils
Returns a collection containing the elements that are in both given collections collection1 and collection2, using the given collectionBuilder to create an instance for the new collection.
INVALID_EVENT_SEQUENCE - Enum constant in enum class org.axonframework.axonserver.connector.ErrorCode
 
INVOCATION - Enum constant in enum class org.axonframework.messaging.core.unitofwork.ProcessingLifecycle.DefaultPhases
Phase used to contain actions that occur during the main invocation.
invokeAll(Collection<? extends Callable<T>>) - Method in class org.axonframework.axonserver.connector.util.PriorityExecutorService
 
invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.axonframework.axonserver.connector.util.PriorityExecutorService
 
invokeAndGetMethodValue(Method, Object) - Static method in class org.axonframework.common.ReflectionUtils
Invokes and returns the return value of the given method in the given object.
invokeAny(Collection<? extends Callable<T>>) - Method in class org.axonframework.axonserver.connector.util.PriorityExecutorService
 
invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.axonframework.axonserver.connector.util.PriorityExecutorService
 
IOUtils - Class in org.axonframework.common.io
Utility methods for IO operations.
isAccessible(AccessibleObject) - Static method in class org.axonframework.common.ReflectionUtils
Indicates whether the given member is accessible.
isAfter(ProcessingLifecycle.Phase) - Method in interface org.axonframework.messaging.core.unitofwork.ProcessingLifecycle.Phase
Checks if the ProcessingLifecycle.Phase.order() of this Phase is larger than the order of the other.
isAnnotatedWith(Class<? extends Annotation>, Class<? extends Annotation>, Set<Class<? extends Annotation>>, Set<Class<? extends Annotation>>) - Static method in class org.axonframework.common.annotation.AnnotationUtils
Validate whether the given target annotation Class is meta-annotated with the given subject.
isAnnotationPresent(AnnotatedElement, Class<? extends Annotation>) - Static method in class org.axonframework.common.annotation.AnnotationUtils
Indicates whether an annotation of given annotationType is present on the given element, considering that the given annotationType may be present as a meta annotation on any other annotation on that element.
isAnnotationPresent(AnnotatedElement, String) - Static method in class org.axonframework.common.annotation.AnnotationUtils
Indicates whether an annotation with given annotationType is present on the given element, considering that the given annotationType may be present as a meta annotation on any other annotation on that element.
isAutomaticBalancing() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Eventhandling.ProcessorSettings
Returns whether automatic load balancing is configured, yes or no.
isAutoPersistentStreamsEnable() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
 
isAutoStart() - Method in class org.axonframework.extension.springboot.DistributedCommandBusProperties.JGroupsProperties.Gossip
Whether the embedded DistributedCommandBusProperties.JGroupsProperties.Gossip Server should be automatically started.
isBefore(ProcessingLifecycle.Phase) - Method in interface org.axonframework.messaging.core.unitofwork.ProcessingLifecycle.Phase
Checks if the ProcessingLifecycle.Phase.order() of this Phase is smaller than the order of the other.
isCaughtUp() - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.segmenting.EventTrackerStatus
Whether the Segment of this status has caught up with the head of the event stream.
isCaughtUp() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.TrackerStatus
 
isCaughtUp() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.WrappedTrackerStatus
 
isCauseOf(Throwable) - Static method in exception class org.axonframework.common.AxonNonTransientException
Indicates whether the given throwable is a AxonNonTransientException exception or indicates to be caused by one.
isClosed() - Method in class org.axonframework.messaging.core.QueueMessageStream
Indicates whether this stream has been closed, either by completion or by explicit closing from the consumer.
isCommandHandler(Class<?>) - Static method in class org.axonframework.messaging.core.annotation.HandlerTypeResolver
Whether this handler has CommandHandler annotated methods.
isCommitted() - Method in class org.axonframework.messaging.core.unitofwork.LegacyMessageSupportingContext
Deprecated.
 
isCommitted() - Method in interface org.axonframework.messaging.core.unitofwork.ProcessingLifecycle
Returns true when this ProcessingLifecycle is committed, false otherwise.
isCommitted() - Method in class org.axonframework.messaging.core.unitofwork.ResourceOverridingProcessingContext
 
isCommitted() - Method in class org.axonframework.messaging.core.unitofwork.UnitOfWork
 
isCompleted() - Method in class org.axonframework.axonserver.connector.event.SourcingEventMessageStream
 
isCompleted() - Method in class org.axonframework.axonserver.connector.event.StreamingEventMessageStream
 
isCompleted() - Method in class org.axonframework.axonserver.connector.query.AbstractQueryResponseMessageStream
 
isCompleted() - Method in class org.axonframework.eventsourcing.eventstore.ContinuousMessageStream
 
isCompleted() - Method in class org.axonframework.messaging.core.DelayedMessageStream
 
isCompleted() - Method in class org.axonframework.messaging.core.DelegatingMessageStream
 
isCompleted() - Method in interface org.axonframework.messaging.core.MessageStream
Indicates whether this stream has been completed.
isCompleted() - Method in class org.axonframework.messaging.core.QueueMessageStream
 
isCompleted() - Method in class org.axonframework.messaging.core.unitofwork.LegacyMessageSupportingContext
Deprecated.
 
isCompleted() - Method in interface org.axonframework.messaging.core.unitofwork.ProcessingLifecycle
Returns true when this ProcessingLifecycle is completed, false otherwise.
isCompleted() - Method in class org.axonframework.messaging.core.unitofwork.ResourceOverridingProcessingContext
 
isCompleted() - Method in class org.axonframework.messaging.core.unitofwork.UnitOfWork
 
isConnected(String) - Method in class org.axonframework.axonserver.connector.AxonServerConnectionManager
Returns true if a gRPC channel for the specific context is opened between client and AxonServer.
isDifferent(EventTrackerStatus) - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.segmenting.EventTrackerStatus
Check whether this EventTrackerStatus is different from that.
isDifferent(EventTrackerStatus, boolean) - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.segmenting.EventTrackerStatus
Check whether this EventTrackerStatus is different from that.
isDimensional() - Method in class org.axonframework.extension.springboot.MetricsProperties.Micrometer
Indicates whether the Micrometer Tags/Dimensions will be used
isDuplicateKeyCode(SQLException, List<Integer>) - Method in class org.axonframework.eventsourcing.eventstore.jpa.SQLErrorCodesResolver
 
isDuplicateKeyViolation(Exception) - Method in interface org.axonframework.common.jdbc.PersistenceExceptionResolver
Indicates whether the given exception represents a duplicate key violation.
isDuplicateKeyViolation(Exception) - Method in class org.axonframework.eventsourcing.eventstore.jpa.SQLErrorCodesResolver
 
isDuplicateKeyViolation(Exception) - Method in class org.axonframework.eventsourcing.eventstore.jpa.SQLStateResolver
 
isEmpty() - Method in class org.axonframework.messaging.core.annotation.AnnotatedHandlerAttributes
 
isEmpty() - Method in interface org.axonframework.messaging.core.annotation.HandlerAttributes
Validate whether zero attributes are present in this object.
isEmpty() - Method in class org.axonframework.messaging.core.Metadata
 
isEmpty() - Method in class org.axonframework.messaging.core.SimpleHandlerAttributes
 
isEnabled() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.EventStoreConfiguration
An indicator whether (automatic) configuration of the Axon Server Event Store is enabled.
isEnabled() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.HeartbeatConfiguration
Indication whether heartbeat messages between a client and Axon Server are enabled.
isEnabled() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
Whether (automatic) configuration of the Axon Server Connector is enabled.
isEnabled() - Method in class org.axonframework.extension.springboot.DistributedCommandBusProperties
Indicates whether the (auto-configuration) of the Distributed Command Bus is enabled.
isEnabled() - Method in class org.axonframework.extension.springboot.EventProcessorProperties.Dlq
Indicates whether creating and configuring a
invalid reference
org.axonframework.messaging.deadletter.SequencedDeadLetterQueue
is enabled.
isEnabled() - Method in class org.axonframework.extension.springboot.EventProcessorProperties.DlqCache
Indicates whether using a cache is enabled.
isEnabled() - Method in class org.axonframework.extension.springboot.MetricsProperties.AutoConfiguration
Indicates whether the auto-configuration of Metrics is enabled
isEnabled() - Method in class org.axonframework.extension.springboot.TimeoutProperties
Whether timeouts are enabled.
isError() - Method in class org.axonframework.messaging.core.unitofwork.LegacyMessageSupportingContext
Deprecated.
 
isError() - Method in interface org.axonframework.messaging.core.unitofwork.ProcessingLifecycle
Returns true when this ProcessingLifecycle is in error, false otherwise.
isError() - Method in class org.axonframework.messaging.core.unitofwork.ResourceOverridingProcessingContext
 
isError() - Method in class org.axonframework.messaging.core.unitofwork.UnitOfWork
 
isError() - Method in interface org.axonframework.messaging.eventhandling.processing.EventProcessor
Indicates whether the processor has been shut down due to an error.
isError() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessor
 
isError() - Method in class org.axonframework.messaging.eventhandling.processing.subscribing.SubscribingEventProcessor
 
isError(QueryResponse) - Method in class org.axonframework.axonserver.connector.query.QueryResponseMessageStream
 
isError(QueryUpdate) - Method in class org.axonframework.axonserver.connector.query.QueryUpdateMessageStream
 
isError(T) - Method in class org.axonframework.axonserver.connector.query.AbstractQueryResponseMessageStream
 
isErrorState() - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.segmenting.EventTrackerStatus
Indicates whether this status represents an error.
isErrorState() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.TrackerStatus
 
isErrorState() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.WrappedTrackerStatus
 
isEventHandler(Class<?>) - Static method in class org.axonframework.messaging.core.annotation.HandlerTypeResolver
Whether this handler has EventHandler annotated methods.
isExplicitlyNonTransient(Throwable) - Static method in class org.axonframework.common.ExceptionUtils
Indicates whether the given failure is clearly non-transient.
isFactoryHandler() - Method in interface org.axonframework.messaging.commandhandling.annotation.CommandHandlingMember
Check if this message handler creates a new instance of the entity of type T to handle this command.
isFailed() - Method in class org.axonframework.update.common.DelayedTask
Whether the task has failed.
isFallbackToHttpGet() - Method in class org.axonframework.extension.springboot.DistributedCommandBusProperties.SpringCloudProperties
Indicates whether to fall back to HTTP GET when retrieving Instance Meta Data from the Discovery Server fails.
isFalse(boolean, Supplier<String>) - Static method in class org.axonframework.common.Assert
Asserts that the given expression is false.
isFinished() - Method in class org.axonframework.update.common.DelayedTask
Whether the task has finished running.
isForceReadFromLeader() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
Indicates whether it is OK to query events from the local Axon Server node - the node the client is currently connected to.
isForceReconnectThroughServers() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
Indicates whether the AxonServerConnectionManager should always reconnect through the servers or try to reconnect with the server it just lost the connection with.
isHeld() - Method in interface org.axonframework.common.lock.Lock
Indicates whether the lock is still owned true, or whether it has been released false.
isHeld() - Method in class org.axonframework.common.lock.NoOpLock
 
isInitialized() - Method in class org.axonframework.common.configuration.AbstractComponent
 
isInitialized() - Method in interface org.axonframework.common.configuration.Component
Indicates whether the Component.initLifecycle(Configuration, LifecycleRegistry) method has already been invoked for this component.
isInstantiated() - Method in interface org.axonframework.common.configuration.Component
Indicates whether the component has been resolved.
isInstantiated() - Method in class org.axonframework.common.configuration.InstantiatedComponentDefinition
 
isInstantiated() - Method in class org.axonframework.common.configuration.LazyInitializedComponentDefinition
 
isLowerSegmentAdvanced() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.MergedTrackingToken
Indicates whether the last call to MergedTrackingToken.advancedTo(TrackingToken) caused the lower segment to advance
isMemberTypeSupported(Class<?>) - Method in class org.axonframework.modelling.entity.annotation.AbstractEntityChildModelDefinition
Check if the given member type supports this definition.
isMemberTypeSupported(Class<?>) - Method in class org.axonframework.modelling.entity.annotation.ListEntityChildModelDefinition
 
isMemberTypeSupported(Class<?>) - Method in class org.axonframework.modelling.entity.annotation.SingleEntityChildModelDefinition
 
isMergeableWith(Segment) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.Segment
Indicates whether this segment can be merged with the given other segment.
isMergeInProgress(TrackingToken) - Static method in class org.axonframework.messaging.eventhandling.processing.streaming.token.MergedTrackingToken
Indicates whether the given trackingToken represents a token that is part of a merge.
isMerging() - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.segmenting.EventTrackerStatus
Indicates whether this Segment is still merging two (or more) Segments.
isMerging() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.TrackerStatus
 
isMerging() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.WrappedTrackerStatus
 
isNonFinalPublicMember(Member) - Static method in class org.axonframework.common.ReflectionUtils
Checks whether the given member is public and non-final.
isNonTransientFailure(Throwable) - Method in class org.axonframework.messaging.core.retry.NonTransientExceptionClassesPredicate
Checks if the provided failure is considered non-transient.
isPersistent() - Method in class org.axonframework.messaging.core.RemoteExceptionDescription
Returns whether the exception is considered persistent or not.
isQualifierMatch(String, ConfigurableListableBeanFactory, String) - Static method in class org.axonframework.extension.spring.SpringUtils
Match if the given qualifier can be found on the BeanDefinition of the given beanName.
isQueryHandler(Class<?>) - Static method in class org.axonframework.messaging.core.annotation.HandlerTypeResolver
Whether this handler has QueryHandler annotated methods.
isReplay() - Method in enum class org.axonframework.messaging.eventhandling.replay.ReplayStatus
Indicates whether this status represents a replay.
isReplay(TrackingToken) - Static method in class org.axonframework.messaging.eventhandling.processing.streaming.token.ReplayToken
Indicates whether the given trackingToken represents a position that is part of a replay.
isReplaying() - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.segmenting.EventTrackerStatus
Indicates whether this Segment is still replaying previously processed Events.
isReplaying() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.TrackerStatus
 
isReplaying() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.WrappedTrackerStatus
 
isReplaying() - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.StreamingEventProcessor
Returns the overall replay status of this StreamingEventProcessor.
isRunning() - Method in class org.axonframework.extension.spring.config.SpringLifecycleShutdownHandler
 
isRunning() - Method in class org.axonframework.extension.spring.config.SpringLifecycleStartHandler
 
isRunning() - Method in interface org.axonframework.messaging.eventhandling.processing.EventProcessor
Indicates whether this processor is currently running (i.e. consuming events from its message source).
isRunning() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessor
 
isRunning() - Method in class org.axonframework.messaging.eventhandling.processing.subscribing.SubscribingEventProcessor
 
isShortcutQueriesToLocalHandlers() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
 
isShutdown() - Method in class org.axonframework.axonserver.connector.util.PriorityExecutorService
 
isShuttingDown() - Method in class org.axonframework.common.lifecycle.ShutdownLatch
Check whether this ShutdownLatch is shutting down.
isSingleton() - Method in class org.axonframework.extension.spring.config.annotation.SpringParameterResolverFactoryBean
 
isSslEnabled() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
A toggle dictating whether to use TLS for the connection to Axon Server
isStarted() - Method in class org.axonframework.messaging.core.unitofwork.LegacyMessageSupportingContext
Deprecated.
 
isStarted() - Method in interface org.axonframework.messaging.core.unitofwork.ProcessingLifecycle
Returns true when this ProcessingLifecycle is started, false otherwise.
isStarted() - Method in class org.axonframework.messaging.core.unitofwork.ResourceOverridingProcessingContext
 
isStarted() - Method in class org.axonframework.messaging.core.unitofwork.UnitOfWork
 
isStarted() - Method in class org.axonframework.update.common.DelayedTask
Whether the task has started running.
isStarted() - Method in class org.axonframework.update.UpdateChecker
Checks if the UpdateChecker has been started.
isSubscribed(CommandHandler) - Method in class org.axonframework.test.util.RecordingCommandBus
Indicates whether the given commandHandler is subscribed to this command bus.
isSubscribed(QualifiedName, CommandHandler) - Method in class org.axonframework.test.util.RecordingCommandBus
Indicates whether the given commandHandler is subscribed to commands of the given commandType on this command bus.
isTerminated() - Method in class org.axonframework.axonserver.connector.util.PriorityExecutorService
 
isTestEnvironment() - Static method in class org.axonframework.update.detection.TestEnvironmentDetector
Checks whether the current environment is a test environment.
isTransient(Field) - Static method in class org.axonframework.common.ReflectionUtils
Indicates whether the given field has the "transient" modifier.
isTrue(boolean, Supplier<String>) - Static method in class org.axonframework.common.Assert
Asserts that the given expression is true.
isUpperSegmentAdvanced() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.MergedTrackingToken
Indicates whether the last call to MergedTrackingToken.advancedTo(TrackingToken) caused the upper segment to advance
isValidIdentifier(Class<?>) - Method in class org.axonframework.common.IdentifierValidator
Indicates whether or not the given identifierType is safe to use as aggregate identifier
iterator() - Method in class org.axonframework.test.util.MessageMonitorReport
 

J

JACKSON - Enum constant in enum class org.axonframework.extension.springboot.ConverterProperties.ConverterType
Uses Jackson's ObjectMapper to convert objects into JSON.
JacksonComponentDescriptor - Class in org.axonframework.common.infra
A ComponentDescriptor implementation that uses Jackson's ObjectMapper to create JSON representations of components.
JacksonComponentDescriptor() - Constructor for class org.axonframework.common.infra.JacksonComponentDescriptor
Constructs a new JacksonComponentDescriptor with a default ObjectMapper.
JacksonComponentDescriptor(ObjectMapper) - Constructor for class org.axonframework.common.infra.JacksonComponentDescriptor
Constructs a new JacksonComponentDescriptor with the provided ObjectMapper.
JacksonConverter - Class in org.axonframework.conversion.json
A Converter implementation that uses Jackson's ObjectMapper to convert objects into and from a JSON format.
JacksonConverter() - Constructor for class org.axonframework.conversion.json.JacksonConverter
Constructs a JacksonConverter with a default ObjectMapper that finds and registers known modules.
JacksonConverter(ObjectMapper) - Constructor for class org.axonframework.conversion.json.JacksonConverter
Constructs a JacksonConverter with the given objectMapper.
JacksonConverter(ObjectMapper, ChainingContentTypeConverter) - Constructor for class org.axonframework.conversion.json.JacksonConverter
Constructs a JacksonConverter with the given objectMapper and converter.
JCacheAdapter - Class in org.axonframework.common.caching
Cache adapter implementation that allows providers implementing the JCache abstraction to be used.
JCacheAdapter(Cache<Object, Object>) - Constructor for class org.axonframework.common.caching.JCacheAdapter
Initialize the adapter to forward call to the given jCache instance
JdbcException - Exception Class in org.axonframework.common.jdbc
Exception indicating an error occurred while interacting with a JDBC resource.
JdbcException(String, Throwable) - Constructor for exception class org.axonframework.common.jdbc.JdbcException
Initialize the exception with given message and cause
JdbcTokenEntry - Class in org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc
Jdbc class of an entry containing a serialized tracking token belonging to a given process.
JdbcTokenEntry() - Constructor for class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenEntry
Default constructor required for JPA
JdbcTokenEntry(byte[], String, String, String, String, Segment) - Constructor for class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenEntry
Initializes a token entry from existing data.
JdbcTokenEntry(TrackingToken, Converter) - Constructor for class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenEntry
Initializes a new token entry for given token, process and segment.
JdbcTokenStore - Class in org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc
A TokenStore implementation that uses JDBC to save and load TrackingToken instances.
JdbcTokenStore(ConnectionProvider, Converter, JdbcTokenStoreConfiguration) - Constructor for class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenStore
Instantiate a JdbcTokenStore based on the fields contained in the configuration.
JdbcTokenStoreConfiguration - Record Class in org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc
Configuration for the JdbcTokenStore.
JdbcTokenStoreConfiguration(TokenSchema, TemporalAmount, String) - Constructor for record class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenStoreConfiguration
Compact constructor validating that the given nodeId is non-empty and non-null.
JdbcTransactionalExecutorProvider - Class in org.axonframework.eventsourcing.eventstore.jdbc
A TransactionalExecutorProvider implementation for JDBC Connections which provides a TransactionalExecutor.
JdbcTransactionalExecutorProvider(DataSource) - Constructor for class org.axonframework.eventsourcing.eventstore.jdbc.JdbcTransactionalExecutorProvider
Constructs a new instance.
JdbcTransactionAutoConfiguration - Class in org.axonframework.extension.springboot.autoconfig
Autoconfiguration class that registers a bean creation method for the SpringTransactionManager if a PlatformTransactionManager and a DataSource is present.
JdbcTransactionAutoConfiguration() - Constructor for class org.axonframework.extension.springboot.autoconfig.JdbcTransactionAutoConfiguration
 
JdbcUtils - Class in org.axonframework.common.jdbc
Utility class for safely executing Jdbc queries.
JdbcUtils.SqlFunction - Interface in org.axonframework.common.jdbc
Describes a function that creates a new PreparedStatement ready to be executed.
JdbcUtils.SqlResultConverter<R> - Interface in org.axonframework.common.jdbc
Describes a function that converts a ResultSet into a result of type R.
JGroupsProperties() - Constructor for class org.axonframework.extension.springboot.DistributedCommandBusProperties.JGroupsProperties
 
joinAndUnwrap(CompletableFuture<T>) - Static method in class org.axonframework.common.FutureUtils
Joins a CompletableFuture and unwraps any CompletionException to throw the actual cause, preserving the exact exception type without wrapping checked exceptions.
JpaAutoConfiguration - Class in org.axonframework.extension.springboot.autoconfig
Autoconfiguration class for Axon's JPA specific infrastructure components.
JpaAutoConfiguration() - Constructor for class org.axonframework.extension.springboot.autoconfig.JpaAutoConfiguration
 
JpaEventStorageEngineConfigurationProperties - Class in org.axonframework.extension.springboot
Properties describing configuration of Aggregate-based JPA Event Storage engine.
JpaEventStorageEngineConfigurationProperties(int, int, int, long, int, long) - Constructor for class org.axonframework.extension.springboot.JpaEventStorageEngineConfigurationProperties
 
JpaEventStoreAutoConfiguration - Class in org.axonframework.extension.springboot.autoconfig
Autoconfiguration class for Axon's JPA specific event store engine.
JpaEventStoreAutoConfiguration() - Constructor for class org.axonframework.extension.springboot.autoconfig.JpaEventStoreAutoConfiguration
 
JpaEventStoreAutoConfiguration.AggregateBasedJpaEventStorageEngineConfigurationEnhancer - Record Class in org.axonframework.extension.springboot.autoconfig
Enhancer for registration of a bean definition creating a JPA Storage Engine.
JpaPollingEventCoordinator - Class in org.axonframework.eventsourcing.eventstore.jpa
An EventCoordinator implementation that polls a JPA-managed event table to detect newly appended events.
JpaPollingEventCoordinator(EntityManagerProvider, Duration) - Constructor for class org.axonframework.eventsourcing.eventstore.jpa.JpaPollingEventCoordinator
Creates a new JPA polling event coordinator.
JpaTokenStore - Class in org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa
Implementation of a token store that uses JPA to save and load tokens.
JpaTokenStore(EntityManagerProvider, Converter, JpaTokenStoreConfiguration) - Constructor for class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa.JpaTokenStore
Instantiate a {JpaTokenStore} based on the fields contained in the JpaTokenStoreConfiguration.
JpaTokenStoreConfiguration - Record Class in org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa
Configuration for the JpaTokenStore.
JpaTokenStoreConfiguration(LockModeType, TemporalAmount, String) - Constructor for record class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa.JpaTokenStoreConfiguration
Compact constructor validating that the given nodeId is non-empty and non-null.
JpaTransactionalExecutorProvider - Class in org.axonframework.eventsourcing.eventstore.jpa
A TransactionalExecutorProvider implementation for JPA EntityManagers which provides a TransactionalExecutor.
JpaTransactionalExecutorProvider(EntityManagerFactory) - Constructor for class org.axonframework.eventsourcing.eventstore.jpa.JpaTransactionalExecutorProvider
Constructs a new instance.
JpaTransactionAutoConfiguration - Class in org.axonframework.extension.springboot.autoconfig
Autoconfiguration class that registers a bean creation method for the SpringTransactionManager if a PlatformTransactionManager and a EntityManagerFactory is present.
JpaTransactionAutoConfiguration() - Constructor for class org.axonframework.extension.springboot.autoconfig.JpaTransactionAutoConfiguration
 
JsonNodeToByteArrayConverter - Class in org.axonframework.conversion.json
A ContentTypeConverter implementation that converts a JsonNode object into a byte[].
JsonNodeToByteArrayConverter(ObjectMapper) - Constructor for class org.axonframework.conversion.json.JsonNodeToByteArrayConverter
Initialize the JsonNodeToByteArrayConverter using the given objectMapper to convert the JsonNode into byte[].
JsonNodeToObjectNodeConverter - Class in org.axonframework.conversion.json
A ContentTypeConverter implementation that converts a JsonNode into an ObjectNode.
JsonNodeToObjectNodeConverter() - Constructor for class org.axonframework.conversion.json.JsonNodeToObjectNodeConverter
 
JSR303ViolationException - Exception Class in org.axonframework.messaging.core.interception
Exception indicating that a Message has been refused due to a structural validation failure.
JSR303ViolationException(Set<ConstraintViolation<Object>>) - Constructor for exception class org.axonframework.messaging.core.interception.JSR303ViolationException
Initializes an exception with the given message and violations.
just(M) - Static method in interface org.axonframework.messaging.core.MessageStream
Create a stream containing the single given message, automatically wrapped in an MessageStream.Entry.
just(M, Function<M, Context>) - Static method in interface org.axonframework.messaging.core.MessageStream
Create a stream containing the single given message, automatically wrapped in an MessageStream.Entry.
jvmVendor() - Method in record class org.axonframework.update.api.UpdateCheckRequest
Returns the value of the jvmVendor record component.
jvmVersion() - Method in record class org.axonframework.update.api.UpdateCheckRequest
Returns the value of the jvmVersion record component.

K

key() - Element in annotation interface org.axonframework.eventsourcing.annotation.EventTag
The key of the Tag which will be assigned to the Event.
key() - Method in record class org.axonframework.messaging.eventstreaming.Tag
Returns the value of the key record component.
keys(Message) - Method in class org.axonframework.extension.tracing.opentelemetry.MetadataContextGetter
 
keySet() - Method in class org.axonframework.messaging.core.Metadata
 
kotlinVersion() - Method in record class org.axonframework.update.api.UpdateCheckRequest
Returns the value of the kotlinVersion record component.
KotlinVersion - Class in org.axonframework.update.detection
Utility class to retrieve the current Kotlin version at runtime.
KotlinVersion() - Constructor for class org.axonframework.update.detection.KotlinVersion
 

L

label() - Method in class org.axonframework.messaging.core.Context.ResourceKey
 
LAST - Static variable in annotation interface org.axonframework.common.Priority
Value indicating the annotated member should come last.
LATEST - Static variable in interface org.axonframework.messaging.eventhandling.processing.streaming.token.TrackingToken
A special TrackingToken that represents the latest (tail) position in an event stream.
latestToken() - Method in class org.axonframework.axonserver.connector.event.AggregateBasedAxonServerEventStorageEngine
 
latestToken() - Method in class org.axonframework.axonserver.connector.event.AxonServerEventStorageEngine
 
latestToken() - Method in interface org.axonframework.eventsourcing.eventstore.EventStorageEngine
Creates a TrackingToken that is at the latest position of an event stream.
latestToken() - Method in class org.axonframework.eventsourcing.eventstore.inmemory.InMemoryEventStorageEngine
 
latestToken() - Method in class org.axonframework.eventsourcing.eventstore.jpa.AggregateBasedJpaEventStorageEngine
 
latestToken(ProcessingContext) - Method in class org.axonframework.eventsourcing.eventstore.InterceptingEventStore
 
latestToken(ProcessingContext) - Method in class org.axonframework.eventsourcing.eventstore.StorageEngineBackedEventStore
 
latestToken(ProcessingContext) - Method in interface org.axonframework.messaging.eventstreaming.TrackingTokenSource
Creates a TrackingToken representing the latest position, thus pointing at the next event of the event stream.
latestToken(ProcessingContext) - Method in class org.axonframework.test.fixture.RecordingEventStore
 
latestVersion() - Method in record class org.axonframework.update.api.ArtifactAvailableUpgrade
Returns the value of the latestVersion record component.
LazyInitializedComponentDefinition<C,A> - Class in org.axonframework.common.configuration
Implementation of Component and ComponentDefinition that instantiates a component using a configured builder.
LazyInitializedComponentDefinition(Component.Identifier<C>, ComponentBuilder<A>) - Constructor for class org.axonframework.common.configuration.LazyInitializedComponentDefinition
Create the definition for a component with given identifier and given instance.
LegacyMessageSupportingContext - Class in org.axonframework.messaging.core.unitofwork
Deprecated.
Only in use for legacy "sync" components.
LegacyMessageSupportingContext(Message) - Constructor for class org.axonframework.messaging.core.unitofwork.LegacyMessageSupportingContext
Deprecated.
Initialize the ProcessingContext with the given message as the only resource.
LegacyResources - Class in org.axonframework.messaging.core
Utility class to obtain resources used in previous versions of Axon Framework.
LegacyResources() - Constructor for class org.axonframework.messaging.core.LegacyResources
 
libraries() - Method in record class org.axonframework.update.api.UpdateCheckRequest
Returns the value of the libraries record component.
LifecycleHandler - Interface in org.axonframework.common.configuration
Functional interface towards a lifecycle handler used during start up or shutdown of an application.
LifecycleHandlerInvocationException - Exception Class in org.axonframework.common.lifecycle
Exception indicating a failure occurred during a lifecycle handler method invocation.
LifecycleHandlerInvocationException(String, Throwable) - Constructor for exception class org.axonframework.common.lifecycle.LifecycleHandlerInvocationException
Instantiates an exception using the given message and cause indicating a failure during a lifecycle handler method invocation.
lifecycleRegistry(Consumer<LifecycleRegistry>) - Method in interface org.axonframework.common.configuration.ApplicationConfigurer
Executes the given lifecycleRegistrar on the lifecycle registry associated with this ApplicationConfigurer.
lifecycleRegistry(Consumer<LifecycleRegistry>) - Method in class org.axonframework.common.configuration.DefaultAxonApplication
 
lifecycleRegistry(Consumer<LifecycleRegistry>) - Method in class org.axonframework.eventsourcing.configuration.EventSourcingConfigurer
 
lifecycleRegistry(Consumer<LifecycleRegistry>) - Method in class org.axonframework.extension.spring.config.SpringAxonApplication
 
lifecycleRegistry(Consumer<LifecycleRegistry>) - Method in class org.axonframework.messaging.core.configuration.MessagingConfigurer
 
lifecycleRegistry(Consumer<LifecycleRegistry>) - Method in class org.axonframework.modelling.configuration.ModellingConfigurer
 
LifecycleRegistry - Interface in org.axonframework.common.configuration
Interface describing the configuration of start and shutdown handlers within Axon's configuration.
list(Class<P>, EntityMetamodel<C>) - Static method in interface org.axonframework.modelling.entity.child.EntityChildMetamodel
Starts a builder for a list of child entities within the given parent entity type.
ListEntityChildMetamodel<C,P> - Class in org.axonframework.modelling.entity.child
An EntityChildMetamodel that handles commands and events for a list of child entities.
ListEntityChildMetamodel.Builder<C,P> - Class in org.axonframework.modelling.entity.child
Builder for creating a ListEntityChildMetamodel for the given parent class and child entity metamodel.
ListEntityChildModelDefinition - Class in org.axonframework.modelling.entity.annotation
EntityChildModelDefinition for creating EntityChildMetamodel instances for child entities that are represented as a List.
ListEntityChildModelDefinition() - Constructor for class org.axonframework.modelling.entity.annotation.ListEntityChildModelDefinition
 
ListMatcher<T> - Class in org.axonframework.test.matchers
Abstract implementation for matchers that use event-specific matchers to match against a list of items.
ListMatcher(Matcher<? super T>...) - Constructor for class org.axonframework.test.matchers.ListMatcher
Creates an abstract matcher to match a number of Matchers against Events contained inside a Collection.
listResults(JdbcUtils.SqlResultConverter<R>) - Static method in class org.axonframework.common.jdbc.JdbcUtils
Create a converter that produces a List of results of type R from a converter that produces a single result.
ListUtils - Class in org.axonframework.common
Utility methods for operations on lists.
listWithAllOf(Matcher<T>...) - Static method in class org.axonframework.test.matchers.Matchers
Returns a Matcher that matches a List where all the given matchers must match with at least one of the items in that list.
ListWithAllOfMatcher<T> - Class in org.axonframework.test.matchers
A matcher that will match if all the given matchers match against at least one item in a given List.
ListWithAllOfMatcher(Matcher<T>...) - Constructor for class org.axonframework.test.matchers.ListWithAllOfMatcher
Construct a matcher that will return true if all the given matchers match against at least one item in any given List.
listWithAnyOf(Matcher<T>...) - Static method in class org.axonframework.test.matchers.Matchers
Returns a Matcher that matches a list of items of type T where at least one of the given matchers matches any of the items in that list.
ListWithAnyOfMatcher<T> - Class in org.axonframework.test.matchers
A matcher that will match if all the given matchers match against at least one item in a given List.
ListWithAnyOfMatcher(Matcher<T>...) - Constructor for class org.axonframework.test.matchers.ListWithAnyOfMatcher
Construct a matcher that will return true if any of the given matchers matches against at least one item in a given List.
load(ID, ProcessingContext) - Method in class org.axonframework.eventsourcing.EventSourcingRepository
 
load(ID, ProcessingContext) - Method in class org.axonframework.modelling.repository.AccessSerializingRepository
 
load(ID, ProcessingContext) - Method in class org.axonframework.modelling.repository.InMemoryRepository
 
load(ID, ProcessingContext) - Method in interface org.axonframework.modelling.repository.Repository
Load the entity with the given unique identifier.
load(ID, ProcessingContext) - Method in class org.axonframework.modelling.repository.SimpleRepository
 
load(I, ProcessingContext) - Method in interface org.axonframework.modelling.repository.SimpleRepositoryEntityLoader
Load an entity with given id within the given context.
load(List<String>) - Method in interface org.axonframework.extension.spring.conversion.avro.ClasspathAvroSchemaLoader
Scans provided packages and loads schemas from classes.
load(List<String>) - Method in class org.axonframework.extension.spring.conversion.avro.SpecificRecordBaseClasspathAvroSchemaLoader
 
loadClass(String) - Static method in class org.axonframework.common.ClassUtils
Loads a class by name
LoadedEntityNotOfExpectedTypeException - Exception Class in org.axonframework.modelling
Exception thrown by the StateManager when the loaded entity from the Repository is not assignable to the expected type.
LoadedEntityNotOfExpectedTypeException(Class<?>, Class<?>) - Constructor for exception class org.axonframework.modelling.LoadedEntityNotOfExpectedTypeException
Initialize the exception with a message containing entity type that was loaded and the type that was expected.
loadEntity(Class<T>, I, ProcessingContext) - Method in interface org.axonframework.modelling.StateManager
Retrieves an entity of the given type and id.
loader(ComponentBuilder<SimpleRepositoryEntityLoader<ID, E>>) - Method in interface org.axonframework.modelling.configuration.StateBasedEntityModule.RepositoryPhase
Registers the given loader as a factory method for the state-based entity being built.
loadFactor() - Method in class org.axonframework.axonserver.connector.TopologyChange.HandlerSubscription
Returns the load factor of the HandlerSubscription.
loadFactor() - Method in record class org.axonframework.messaging.commandhandling.distributed.DistributedCommandBusConfiguration
Returns the value of the loadFactor record component.
loadFactor(int) - Method in record class org.axonframework.messaging.commandhandling.distributed.DistributedCommandBusConfiguration
Sets the load factor for the distributed command bus.
loadingLockMode() - Method in record class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa.JpaTokenStoreConfiguration
Returns the value of the loadingLockMode record component.
loadingLockMode(LockModeType) - Method in record class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa.JpaTokenStoreConfiguration
The LockModeType to use when loading tokens from the underlying database.
loadManagedEntity(Class<T>, ID, ProcessingContext) - Method in interface org.axonframework.modelling.StateManager
Retrieves a ManagedEntity of the given type and id.
loadManagedEntity(Class<T>, I, ProcessingContext) - Method in class org.axonframework.modelling.HierarchicalStateManager
 
loadManagedEntity(Class<T>, I, ProcessingContext) - Method in class org.axonframework.modelling.SimpleStateManager
 
loadOrCreate(ID, ProcessingContext) - Method in class org.axonframework.eventsourcing.EventSourcingRepository
 
loadOrCreate(ID, ProcessingContext) - Method in class org.axonframework.modelling.repository.AccessSerializingRepository
 
loadOrCreate(ID, ProcessingContext) - Method in class org.axonframework.modelling.repository.InMemoryRepository
 
loadOrCreate(ID, ProcessingContext) - Method in interface org.axonframework.modelling.repository.Repository
Loads an entity from the repository.
loadOrCreate(ID, ProcessingContext) - Method in class org.axonframework.modelling.repository.SimpleRepository
 
loadToken(String, int, EntityManager) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa.JpaTokenStore
Loads an existing TokenEntry or creates a new one using the given entityManager for given processorName and segment.
loadToken(String, Segment, EntityManager) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa.JpaTokenStore
Tries loading an existing token owned by a processor with given processorName and segment.
loadToken(Connection, ResultSet, String, int) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenStore
Tries loading an existing token owned by a processor with given processorName and segment.
loadToken(Connection, ResultSet, String, Segment) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenStore
Tries to load an existing token owned by a processor with given processorName and segment.
LOCAL_MESSAGE_HANDLER_REGISTRATIONS - Static variable in class org.axonframework.common.lifecycle.Phase
Phase to register or cancel the registration of any local message handler.
localName() - Method in record class org.axonframework.messaging.core.QualifiedName
 
localSegment() - Method in interface org.axonframework.messaging.core.Distributed
Return the message bus of type MessageBus which is regarded as the local segment for this implementation.
Lock - Interface in org.axonframework.common.lock
Interface of a lock acquired to gain (exclusive) access to a shared resource, with a mechanism to release it again.
LockAcquisitionFailedException - Exception Class in org.axonframework.common.lock
Exception indicating that a lock could not be obtained.
LockAcquisitionFailedException(String) - Constructor for exception class org.axonframework.common.lock.LockAcquisitionFailedException
Initialize the exception with given message.
LockAcquisitionFailedException(String, Throwable) - Constructor for exception class org.axonframework.common.lock.LockAcquisitionFailedException
Initialize the exception with given message and cause
lockAttemptTimeout(int) - Method in class org.axonframework.common.lock.PessimisticLockFactory.Builder
The duration of a single attempt to acquire the internal lock.
LockFactory - Interface in org.axonframework.common.lock
Interface to the lock factory.
LOGGER - Static variable in class org.axonframework.messaging.core.timeout.AxonTaskJanitor
Unique instance of the Logger for the AxonTimeLimitedTask to log warnings and errors.
LoggingInterceptor<M> - Class in org.axonframework.messaging.core.interception
A MessageDispatchInterceptor and MessageHandlerInterceptor implementation that logs dispatched and incoming messages, and their result, to a Logger.
LoggingInterceptor() - Constructor for class org.axonframework.messaging.core.interception.LoggingInterceptor
Initialize the LoggingInterceptor with the default logger name, which is the fully qualified class name of this logger.
LoggingInterceptor(String) - Constructor for class org.axonframework.messaging.core.interception.LoggingInterceptor
Initialize the LoggingInterceptor with the given loggerName.
LoggingUpdateCheckerReporter - Class in org.axonframework.update
An UpdateCheckerReporter implementation that logs the results of the update check.
LoggingUpdateCheckerReporter() - Constructor for class org.axonframework.update.LoggingUpdateCheckerReporter
 
LOW - Enum constant in enum class org.axonframework.update.api.DetectedVulnerabilitySeverity
The vulnerability has a low severity.
LOW - Static variable in annotation interface org.axonframework.common.Priority
Value indicating the annotated member should be placed at the "lower half".
LOWER - Static variable in annotation interface org.axonframework.common.Priority
Value indicating the annotated member should be placed at the "lower quarter".
lowerBound() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.MergedTrackingToken
 
lowerBound() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.ReplayToken
 
lowerBound() - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.token.WrappedToken
Returns the token representing the current position in the stream.
lowerBound(ConsistencyMarker) - Method in class org.axonframework.eventsourcing.eventstore.AbstractConsistencyMarker
 
lowerBound(ConsistencyMarker) - Method in interface org.axonframework.eventsourcing.eventstore.ConsistencyMarker
Returns a ConsistencyMarker that represents the lower bound of this and given other markers.
lowerBound(TrackingToken) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.GapAwareTrackingToken
 
lowerBound(TrackingToken) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.GlobalSequenceTrackingToken
 
lowerBound(TrackingToken) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.MergedTrackingToken
 
lowerBound(TrackingToken) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.ReplayToken
 
lowerBound(TrackingToken) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.ConfigToken
 
lowerBound(TrackingToken) - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.token.TrackingToken
Returns a token that represents the lower bound between this and the other token.
lowerCaseFirstCharacterOf(String) - Static method in class org.axonframework.common.StringUtils
Return the given s, with its first character lowercase.
lowerSegmentToken() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.MergedTrackingToken
Returns the token indicating the progress of the lower half (the half with the lower segmentId) of the merged segment represented by this token
lowestGlobalSequence() - Method in record class org.axonframework.eventsourcing.eventstore.jpa.AggregateBasedJpaEventStorageEngineConfiguration
Returns the value of the lowestGlobalSequence record component.
lowestGlobalSequence() - Method in class org.axonframework.extension.springboot.JpaEventStorageEngineConfigurationProperties
Retrieves the minimum value for the global index auto generation.
lowestGlobalSequence(long) - Method in record class org.axonframework.eventsourcing.eventstore.jpa.AggregateBasedJpaEventStorageEngineConfiguration
Sets the lowestGlobalSequence specifying the first expected auto generated sequence number.

M

machineId() - Method in record class org.axonframework.update.api.UpdateCheckRequest
Returns the value of the machineId record component.
MachineId - Class in org.axonframework.update.detection
Loads and stores a unique machine ID in the user's home directory.
MachineId() - Constructor for class org.axonframework.update.detection.MachineId
Creates a new instance of MachineId.
MAGIC_BYTE - Static variable in class org.axonframework.conversion.avro.AvroUtil
Magic marker bytes, indicating single-objet-encoding as defined in Avro specification.
makeCurrent() - Method in class org.axonframework.extension.tracing.opentelemetry.OpenTelemetrySpan
 
makeCurrent() - Method in class org.axonframework.messaging.tracing.NoOpSpanFactory.NoOpSpan
 
makeCurrent() - Method in interface org.axonframework.messaging.tracing.Span
Sets the Span as the current for the current thread.
ManagedChannelCustomizer - Interface in org.axonframework.axonserver.connector
Customizer to add more customizations to a managed channel to Axon Server.
ManagedEntity<ID,E> - Interface in org.axonframework.modelling.repository
A wrapper around an entity whose lifecycle is being managed by an Repository.
map(Function<M, RM>) - Method in interface org.axonframework.messaging.core.MessageStream.Entry
Maps the MessageStream.Entry.message() by running it through the given mapper.
map(Function<M, RM>) - Method in record class org.axonframework.messaging.core.SimpleEntry
 
map(Function<MessageStream.Entry<M>, MessageStream.Entry<RM>>) - Method in interface org.axonframework.messaging.core.MessageStream.Empty
 
map(Function<MessageStream.Entry<M>, MessageStream.Entry<RM>>) - Method in interface org.axonframework.messaging.core.MessageStream
Returns a stream that maps each entry from this stream using given mapper function into an entry carrying a MessageEntry with a Message of type RM.
map(Function<MessageStream.Entry<M>, MessageStream.Entry<RM>>) - Method in interface org.axonframework.messaging.core.MessageStream.Single
 
mapMessage(Function<M, RM>) - Method in interface org.axonframework.messaging.core.MessageStream.Empty
 
mapMessage(Function<M, RM>) - Method in interface org.axonframework.messaging.core.MessageStream
Returns a stream that maps each message from the entries in this stream using the given mapper function.
mapMessage(Function<M, RM>) - Method in interface org.axonframework.messaging.core.MessageStream.Single
 
MapStringEntryMatcher - Class in org.axonframework.test.matchers
Matcher that will match an Object if that object is a Map of which all keys-values pairs are equal to pairs of the expected instance.
MapStringEntryMatcher(Map<String, String>) - Constructor for class org.axonframework.test.matchers.MapStringEntryMatcher
Constructs a MapStringEntryMatcher that expects the given expectedMap to match.
mapWith(Map<K, V>, K, V) - Static method in class org.axonframework.common.CollectionUtils
Returns a new Map with the entries from given existingMap as well as an entry with given newKey and given newValue.
MapWrapper(Map<String, EventProcessorSettings>) - Constructor for record class org.axonframework.extension.spring.config.EventProcessorSettings.MapWrapper
Creates an instance of a MapWrapper record class.
markError(Throwable) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.TrackerStatus
Return a new TrackerStatus based on this status, setting the given error as the errorState.
maskColumn() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.TokenSchema
Returns the name of the column containing the segment mask of the processor to which the token belongs.
MATCH_ANY() - Static method in interface org.axonframework.modelling.entity.child.CommandTargetResolver
Returns a CommandTargetResolver that matches any child entity.
MATCH_ANY() - Static method in interface org.axonframework.modelling.entity.child.EventTargetMatcher
Returns a matcher that matches any entity, meaning it will always return true for any entity and EventMessage.
MatchAllFieldFilter - Class in org.axonframework.test.matchers
FieldFilter that delegates to an arbitrary number of other filters.
MatchAllFieldFilter(Collection<FieldFilter>) - Constructor for class org.axonframework.test.matchers.MatchAllFieldFilter
Initializes a filter that accepts any field that is accepted by all given filters
MatcherExecutionException - Exception Class in org.axonframework.test.matchers
Exception indicating that an error occurred that prevented successful execution of a matcher.
MatcherExecutionException(String) - Constructor for exception class org.axonframework.test.matchers.MatcherExecutionException
Construct the exception with the given message.
MatcherExecutionException(String, Throwable) - Constructor for exception class org.axonframework.test.matchers.MatcherExecutionException
Construct the exception with the given message and cause.
Matchers - Class in org.axonframework.test.matchers
Utility class containing static methods to obtain instances of (list) Matchers.
matches(int) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.Segment
Returns true when the mask applied to the given value, matches the segment id.
matches(E, Message) - Method in class org.axonframework.modelling.entity.annotation.AnnotatedEntityModelRoutingKeyMatcher
Matches the given entity against the provided message based on the routing keys of both.
matches(E, EventMessage, ProcessingContext) - Method in class org.axonframework.modelling.entity.annotation.RoutingKeyEventTargetMatcher
 
matches(E, EventMessage, ProcessingContext) - Method in interface org.axonframework.modelling.entity.child.EventTargetMatcher
Tests whether the given entity should be evolved for the given EventMessage.
matches(Object) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.Segment
Indicates whether the given value matches this segment.
matches(Object) - Method in class org.axonframework.test.matchers.DeepEqualsMatcher
 
matches(Object) - Method in class org.axonframework.test.matchers.EmptyCollectionMatcher
 
matches(Object) - Method in class org.axonframework.test.matchers.ListMatcher
 
matches(Object) - Method in class org.axonframework.test.matchers.NullOrVoidMatcher
 
matches(Object) - Method in class org.axonframework.test.matchers.PayloadMatcher
 
matches(Object) - Method in class org.axonframework.test.matchers.PayloadsMatcher
 
matches(Predicate<T>) - Static method in class org.axonframework.test.matchers.Matchers
Returns a Matcher that matches with values of type T defined by the given predicate.
matches(Component.Identifier<?>) - Method in record class org.axonframework.common.configuration.Component.Identifier
Validate whether the given other Identifier matches with this Identifier, by matching the names and checking if the Component.Identifier.type() is Class.isAssignableFrom(Class) to give other type.
matches(Component.Identifier<?>) - Method in interface org.axonframework.common.configuration.DecoratorDefinition.CompletedDecoratorDefinition
Indicates whether the component with given id matches the definition of this decorator.
matches(QualifiedName, Set<Tag>) - Method in interface org.axonframework.messaging.eventstreaming.EventCriteria
Indicates whether the given type and tags matches the types and tags defined in this or these criteria.
matches(QualifiedName, Set<Tag>) - Method in interface org.axonframework.messaging.eventstreaming.EventsCondition
Indicates whether the criteria defined in this condition matches against the given type and tags.
matches(ProcessingContext) - Method in class org.axonframework.messaging.core.annotation.FixedValueParameterResolver
 
matches(ProcessingContext) - Method in class org.axonframework.messaging.core.annotation.InterceptorChainParameterResolverFactory
 
matches(ProcessingContext) - Method in interface org.axonframework.messaging.core.annotation.ParameterResolver
Indicates whether this resolver is capable of providing a value for the given context.
matches(ProcessingContext) - Method in class org.axonframework.messaging.core.annotation.PayloadParameterResolver
 
matches(ProcessingContext) - Method in class org.axonframework.messaging.eventhandling.annotation.SequenceNumberParameterResolverFactory.SequenceNumberParameterResolver
 
matches(Segment, EventMessage, ProcessingContext) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.SegmentMatcher
Checks whether the given segment matches the given event, based on the configured sequencing policy.
matchesList(List<T>) - Method in class org.axonframework.test.matchers.ExactSequenceMatcher
 
matchesList(List<T>) - Method in class org.axonframework.test.matchers.ListMatcher
Evaluates the matcher for argument item.
matchesList(List<T>) - Method in class org.axonframework.test.matchers.ListWithAllOfMatcher
 
matchesList(List<T>) - Method in class org.axonframework.test.matchers.ListWithAnyOfMatcher
 
matchesList(List<T>) - Method in class org.axonframework.test.matchers.SequenceMatcher
 
matchesSafely(Map<String, String>) - Method in class org.axonframework.test.matchers.MapStringEntryMatcher
 
matchesSafely(T) - Method in class org.axonframework.test.matchers.EqualsMatcher
 
matchesSafely(T) - Method in class org.axonframework.test.matchers.ExactClassMatcher
 
matchesSafely(T) - Method in class org.axonframework.test.matchers.PredicateMatcher
 
matchesSelector(ProcessorDefinition.EventHandlerDescriptor) - Method in interface org.axonframework.extension.spring.config.ProcessorDefinition
Determines whether the given event handler descriptor matches this processor's selection criteria.
matchesType(Component.Identifier<?>) - Method in record class org.axonframework.common.configuration.Component.Identifier
Validate whether the given other Identifier type matches with this Identifier type, by checking if the Component.Identifier.type() is Class.isAssignableFrom(Class) to give other type.
matchPositions(EventTrackerStatus) - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.segmenting.EventTrackerStatus
Match the position fields of this and that.
matchRemainder(Iterator<Matcher<? super T>>) - Method in class org.axonframework.test.matchers.ListMatcher
Matches all the remaining Matchers in the given matcherIterator against null.
matchStates(EventTrackerStatus) - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.segmenting.EventTrackerStatus
Match the boolean state fields of this and that.
MavenArtifactVersionResolver - Class in org.axonframework.common.util
Artifact version resolver that uses Maven metadata to retrieve the jar version.
MavenArtifactVersionResolver(String, String, ClassLoader) - Constructor for class org.axonframework.common.util.MavenArtifactVersionResolver
Creates an instance to look for the version in the metadata of the artifact with given groupId and artifactId.
MaxAttemptsPolicy - Class in org.axonframework.messaging.core.retry
A retry policy that caps another policy to maximum number of retries
MaxAttemptsPolicy(RetryPolicy, int) - Constructor for class org.axonframework.messaging.core.retry.MaxAttemptsPolicy
Wraps the given delegate, enforcing the given maximum number of retries
maxCapacity() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessor
Specifies the maximum amount of segments this EventProcessor can process at the same time.
maxCapacity() - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.StreamingEventProcessor
Specifies the maximum amount of segments this EventProcessor can process at the same time.
maxClaimedSegments(int) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorConfiguration
Sets the maximum number of segments this instance may claim.
maxGapOffset() - Method in record class org.axonframework.eventsourcing.eventstore.jpa.AggregateBasedJpaEventStorageEngineConfiguration
Returns the value of the maxGapOffset record component.
maxGapOffset() - Method in class org.axonframework.extension.springboot.JpaEventStorageEngineConfigurationProperties
Retrieves the maximum distance in sequence numbers between a gap and the event with the highest known index.
maxGapOffset(int) - Method in record class org.axonframework.eventsourcing.eventstore.jpa.AggregateBasedJpaEventStorageEngineConfiguration
Sets the maxGapOffset specifying the maximum distance in sequence numbers between a missing event and the event with the highest known index.
maxMessageSize(int) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Builder
 
maxSegmentProvider() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorConfiguration
Returns the MaxSegmentProvider defining maximum claimable segments.
maxSegmentProvider(MaxSegmentProvider) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorConfiguration
Defines the maximum number of segment this StreamingEventProcessor may claim per instance.
MaxSegmentProvider - Interface in org.axonframework.messaging.eventhandling.processing.streaming.pooled
Functional interface returning the maximum amount of segments a Coordinator may claim, based on the given processorName.
maxShort() - Static method in interface org.axonframework.messaging.eventhandling.processing.streaming.pooled.MaxSegmentProvider
A MaxSegmentProvider that always returns Short.MAX_VALUE.
mayClaim(String, TemporalAmount) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenEntry
Check if given owner may claim this token.
mayClaim(String, TemporalAmount) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa.TokenEntry
Check if given owner may claim this token.
md5Hex(String) - Static method in class org.axonframework.common.digest.Digester
Utility method that creates a hex string of the MD5 hash of the given input
MEDIUM - Enum constant in enum class org.axonframework.update.api.DetectedVulnerabilitySeverity
The vulnerability has a medium severity.
MemberAccessibilityCallback - Class in org.axonframework.common
PrivilegedAction that makes the given method accessible for reflection.
MemberAccessibilityCallback(AccessibleObject) - Constructor for class org.axonframework.common.MemberAccessibilityCallback
Initialize the callback to make the given method accessible for reflection.
merge(T, T, Supplier<T>) - Static method in class org.axonframework.common.CollectionUtils
Merge two collections into a new collection instance.
mergeableSegmentId() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.Segment
Returns the segmentId of the segment this one can be merged with
mergeCompletedPosition() - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.segmenting.EventTrackerStatus
Return the estimated relative token position this Segment will have after a merge operation is complete.
mergeCompletedPosition() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.TrackerStatus
 
mergeCompletedPosition() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.WrappedTrackerStatus
 
merged(TrackingToken, TrackingToken) - Static method in class org.axonframework.messaging.eventhandling.processing.streaming.token.MergedTrackingToken
Create a merged token using the given lowerSegmentToken and upperSegmentToken.
MergedTrackingToken - Class in org.axonframework.messaging.eventhandling.processing.streaming.token
Special Wrapped Token implementation that keeps track of two separate tokens, of which the streams have been merged into a single one.
MergedTrackingToken(TrackingToken, TrackingToken) - Constructor for class org.axonframework.messaging.eventhandling.processing.streaming.token.MergedTrackingToken
Initialize a Merged Token, with the lowerSegmentToken representing the progress of the segment with the lower segmentId, and upperSegmentToken representing the progress of the segment with the higher segmentId.
MergedTrackingToken(TrackingToken, TrackingToken, boolean, boolean) - Constructor for class org.axonframework.messaging.eventhandling.processing.streaming.token.MergedTrackingToken
Initialize a Merged Token, with the lowerSegmentToken representing the progress of the segment with the lower segmentId, and upperSegmentToken representing the progress of the segment with the higher segmentId, additionally indicating if either of these segments were advanced by the latest call to MergedTrackingToken.advancedTo(TrackingToken)
mergedWith(Map<String, String>) - Method in class org.axonframework.messaging.core.Metadata
Returns a Metadata instance containing values of this, combined with the given additionalEntries.
mergedWith(HandlerAttributes) - Method in class org.axonframework.messaging.core.annotation.AnnotatedHandlerAttributes
 
mergedWith(HandlerAttributes) - Method in interface org.axonframework.messaging.core.annotation.HandlerAttributes
Returns a HandlerAttributes, merging the attributes in this instance with the given attributes.
mergedWith(HandlerAttributes) - Method in class org.axonframework.messaging.core.SimpleHandlerAttributes
 
mergedWith(Segment) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.Segment
Calculates the Segment that represents the merger of this segment with the given other segment.
mergePosition(TrackingToken) - Static method in class org.axonframework.messaging.eventhandling.processing.streaming.token.MergedTrackingToken
Return the estimated relative token position this Segment will have after a merge operation is complete.
mergeSegment(int) - Method in record class org.axonframework.axonserver.connector.event.EventProcessorControlService.AxonProcessorInstructionHandler
 
mergeSegment(int) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessor
 
mergeSegment(int) - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.StreamingEventProcessor
Instruct the processor to merge the segment with given segmentId back with the segment that it was originally split from.
message() - Method in interface org.axonframework.messaging.core.MessageStream.Entry
Returns the Message implementation contained by this Entry.
message() - Method in record class org.axonframework.messaging.core.SimpleEntry
Returns the value of the message record component.
message() - Method in record class org.axonframework.test.util.MessageMonitorReport.Report.Failure
Returns the value of the message record component.
message() - Method in record class org.axonframework.test.util.MessageMonitorReport.Report.Ignored
Returns the value of the message record component.
message() - Method in interface org.axonframework.test.util.MessageMonitorReport.Report
Retrieves the message associated with the report.
message() - Method in record class org.axonframework.test.util.MessageMonitorReport.Report.Success
Returns the value of the message record component.
message(Class<?>, String, String) - Method in class org.axonframework.messaging.core.NamespaceMessageTypeResolver.Builder
Registers a mapping for the given payloadType to a MessageType with the specified attributes.
Message - Interface in org.axonframework.messaging.core
Representation of a Message, containing a type, payload, and Metadata.
Message - Annotation Interface in org.axonframework.messaging.core.annotation
Meta-annotation used to have a common grounds for the Message.name() and Message.version() for more specific Message annotation.
MESSAGE_TYPE - Static variable in interface org.axonframework.messaging.core.annotation.HandlerAttributes
Attribute key referencing the Message type being handled by the handler.
MessageAuthorizationDispatchInterceptor<T> - Class in org.axonframework.extension.spring.authorization
A MessageDispatchInterceptor that adds the {$code username} and {$code authorities} from the authorized principle.
MessageAuthorizationDispatchInterceptor(Converter) - Constructor for class org.axonframework.extension.spring.authorization.MessageAuthorizationDispatchInterceptor
Construct a MessageAuthorizationDispatchInterceptor using the given converter to convert the principal and Authentication.getAuthorities() before they are stored in the Metadata of the outgoing Message of type T.
MessageAuthorizationHandlerInterceptor<M> - Class in org.axonframework.extension.spring.authorization
A MessageHandlerInterceptor that verifies authorization based on Secured annotations on the payload of Messages.
MessageAuthorizationHandlerInterceptor() - Constructor for class org.axonframework.extension.spring.authorization.MessageAuthorizationHandlerInterceptor
 
messageConverter(Converter, ConverterProperties) - Method in class org.axonframework.extension.springboot.autoconfig.ConverterAutoConfiguration
Bean creation method constructing the MessageConverter to be used by Axon Framework.
MessageConverter - Interface in org.axonframework.messaging.core.conversion
A converter specific for Messages, acting on the payload.
MessageCountingMonitor - Class in org.axonframework.extension.metrics.dropwizard
Counts the number of ingested, successful, failed and processed messages
MessageCountingMonitor - Class in org.axonframework.extension.metrics.micrometer
Counts the number of ingested, successful, failed and processed messages
MessageCountingMonitor() - Constructor for class org.axonframework.extension.metrics.dropwizard.MessageCountingMonitor
 
MessageDecorator - Class in org.axonframework.messaging.core
Abstract implementation of a Message that delegates to an existing message.
MessageDecorator(Message) - Constructor for class org.axonframework.messaging.core.MessageDecorator
Initializes a new decorator with given delegate Message.
MessageDispatchInterceptor<M> - Interface in org.axonframework.messaging.core
Interceptor that allows messages to be intercepted and modified before they are dispatched.
MessageDispatchInterceptorChain<M> - Interface in org.axonframework.messaging.core
An interceptor chain that manages the flow of a Message of type M through a chain of interceptors.
MessageHandler - Interface in org.axonframework.messaging.core
Marker interface for a handlers or components of messages.
MessageHandler - Annotation Interface in org.axonframework.messaging.core.annotation
Annotation indicating that a member method should be able to respond to Messages.
messageHandlerBeans(Class<? extends Message>, ConfigurableListableBeanFactory) - Static method in class org.axonframework.extension.spring.config.MessageHandlerLookup
Returns a list of beans found in the given register that contain a handler for the given messageType.
messageHandlerBeans(Class<? extends Message>, ConfigurableListableBeanFactory, boolean) - Static method in class org.axonframework.extension.spring.config.MessageHandlerLookup
Returns a list of beans found in the given register that contain a handler for the given messageType.
MessageHandlerConfigurer - Class in org.axonframework.extension.spring.config
An implementation of a ConfigurationEnhancer that will register a list of beans as handlers for a specific type of message.
MessageHandlerConfigurer(MessageHandlerConfigurer.Type, List<String>) - Constructor for class org.axonframework.extension.spring.config.MessageHandlerConfigurer
Registers the beans identified in given beanRefs as the given type of handler with the Axon Configuration.
MessageHandlerConfigurer.Type - Enum Class in org.axonframework.extension.spring.config
Enumeration defining the auto configurable message handler types.
MessageHandlerInterceptor<M> - Interface in org.axonframework.messaging.core
Workflow interface that allows for customized message handler invocation chains.
MessageHandlerInterceptor - Annotation Interface in org.axonframework.messaging.core.interception.annotation
Annotation marking a handler method as an interceptor handler.
MessageHandlerInterceptorChain<M> - Interface in org.axonframework.messaging.core
An interceptor chain that manages the flow of a Message of type M through a chain of interceptors, and ultimately to a message handler.
MessageHandlerInterceptorDefinition - Class in org.axonframework.messaging.core.interception.annotation
HandlerEnhancerDefinition that marks methods (meta-)annotated with MessageHandlerInterceptor as interceptors.
MessageHandlerInterceptorDefinition() - Constructor for class org.axonframework.messaging.core.interception.annotation.MessageHandlerInterceptorDefinition
 
MessageHandlerInterceptorMemberChain<T> - Interface in org.axonframework.messaging.core.interception.annotation
Interface to interact with a MessageHandlingMember instance through a chain of interceptors, which were used to build up this chain.
MessageHandlerInvocationException - Exception Class in org.axonframework.messaging.core.annotation
MessageHandlerInvocationException is a runtime exception that wraps an exception thrown by an invoked message handler.
MessageHandlerInvocationException(String, Throwable) - Constructor for exception class org.axonframework.messaging.core.annotation.MessageHandlerInvocationException
Initialize the MessageHandlerInvocationException using given message and cause.
messageHandlerLookup() - Static method in class org.axonframework.extension.springboot.autoconfig.InfrastructureAutoConfiguration
Provides Spring message handler lookup.
MessageHandlerLookup - Class in org.axonframework.extension.spring.config
A BeanDefinitionRegistryPostProcessor implementation that detects beans with Axon Message handlers and registers an MessageHandlerConfigurer to have these handlers registered in the Axon Configuration.
MessageHandlerLookup() - Constructor for class org.axonframework.extension.spring.config.MessageHandlerLookup
 
MessageHandlerTimeout - Annotation Interface in org.axonframework.messaging.core.annotation
Sets the timeout settings of a message handler.
MessageHandlerTimeoutProperties() - Constructor for class org.axonframework.extension.springboot.TimeoutProperties.MessageHandlerTimeoutProperties
 
MessageHandlingMember<T> - Interface in org.axonframework.messaging.core.annotation
Interface describing a handler for specific messages targeting entities of a specific type.
MessageIdentifier - Annotation Interface in org.axonframework.messaging.core.annotation
Annotation indication that a parameter on a Message Handler method should be injected with the identifier of a Message.
MessageIdentifierParameterResolverFactory - Class in org.axonframework.messaging.core.annotation
An extension of the AbstractAnnotatedParameterResolverFactory that accepts parameters of a String type that are annotated with the MessageIdentifier annotation and assigns the identifier of the Message.
MessageIdentifierParameterResolverFactory() - Constructor for class org.axonframework.messaging.core.annotation.MessageIdentifierParameterResolverFactory
Initialize a ParameterResolverFactory for MessageIdentifier annotated parameters.
MessageIdSpanAttributesProvider - Class in org.axonframework.messaging.tracing.attributes
Adds the message identifier to the Span.
MessageIdSpanAttributesProvider() - Constructor for class org.axonframework.messaging.tracing.attributes.MessageIdSpanAttributesProvider
 
MessageInterceptingMember<T> - Interface in org.axonframework.messaging.core.interception.annotation
Marker interface for MessageHandlingMember instances that need to be treated as interceptors, rather than regular members.
messageMonitor - Variable in class org.axonframework.messaging.eventhandling.configuration.EventProcessorConfiguration
 
MessageMonitor<T> - Interface in org.axonframework.messaging.monitoring
Specifies a mechanism to monitor message processing.
MessageMonitor.MonitorCallback - Interface in org.axonframework.messaging.monitoring
An interface to let the message processor inform the message monitor of the result of processing the message
MessageMonitorRegistry - Interface in org.axonframework.messaging.monitoring.configuration
A registry of MessageMonitors, acting as a collection of registered MessageMonitor components.
MessageMonitorReport - Class in org.axonframework.test.util
MessageMonitorReport is responsible for maintaining a list of reports detailing the processing status of messages.
MessageMonitorReport() - Constructor for class org.axonframework.test.util.MessageMonitorReport
 
MessageMonitorReport.Report - Interface in org.axonframework.test.util
Represents a report that provides details about the processing of a message.
MessageMonitorReport.Report.Failure - Record Class in org.axonframework.test.util
Represents a failure report indicating an error occurred during the processing of a message.
MessageMonitorReport.Report.Ignored - Record Class in org.axonframework.test.util
Represents an ignored report, indicating that the processing of a message was bypassed or not handled.
MessageMonitorReport.Report.Success - Record Class in org.axonframework.test.util
Represents a successful report indicating that a message has been processed successfully.
messageMonitors() - Method in class org.axonframework.messaging.monitoring.MultiMessageMonitor
Inspect the contained message monitors.
MessageNameSpanAttributesProvider - Class in org.axonframework.messaging.tracing.attributes
Adds the name of a Message to the Span.
MessageNameSpanAttributesProvider() - Constructor for class org.axonframework.messaging.tracing.attributes.MessageNameSpanAttributesProvider
 
MessageOriginProvider - Class in org.axonframework.messaging.core.correlation
A CorrelationDataProvider implementation that provides the identifier of a Message to other Messages that are created as result of processing the given message.
MessageOriginProvider() - Constructor for class org.axonframework.messaging.core.correlation.MessageOriginProvider
Initializes a MessageOriginProvider using the MessageOriginProvider.DEFAULT_CORRELATION_KEY and MessageOriginProvider.DEFAULT_CAUSATION_KEY as the correlationKey and causationKey respectively.
MessageOriginProvider(String, String) - Constructor for class org.axonframework.messaging.core.correlation.MessageOriginProvider
Initializes a MessageOriginProvider that uses the given correlationKey.
MessagesRecordingConfigurationEnhancer - Class in org.axonframework.test.fixture
ConfigurationEnhancer that registers RecordingEventStore, RecordingEventSink and RecordingCommandBus.
MessagesRecordingConfigurationEnhancer() - Constructor for class org.axonframework.test.fixture.MessagesRecordingConfigurationEnhancer
 
MessageStream<M> - Interface in org.axonframework.messaging.core
Represents a stream of entries containing Messages of type M that can be consumed as they become available.
MessageStream.Empty<M> - Interface in org.axonframework.messaging.core
A MessageStream implementation that completes normally or with an error without returning any elements.
MessageStream.Entry<M> - Interface in org.axonframework.messaging.core
A MessageStream-specific container of Message implementations.
MessageStream.Single<M> - Interface in org.axonframework.messaging.core
A MessageStream implementation that returns at most a single result before completing.
MessageStreamResolverUtils - Class in org.axonframework.messaging.core.annotation
Utility class that can resolve the result of any MessageHandler into the expected corresponding MessageStream.
MessageStreamUtils - Class in org.axonframework.messaging.core
Utility methods to work with MessageStreams.
messageTimeoutHandlerEnhancerDefinition(TimeoutProperties) - Method in class org.axonframework.extension.springboot.autoconfig.AxonTimeoutAutoConfiguration
 
MessageTimerMonitor - Class in org.axonframework.extension.metrics.dropwizard
A MessageMonitor which creates Timer instances for the overall, success, failure and ignored time an ingested Message takes.
MessageTimerMonitor - Class in org.axonframework.extension.metrics.micrometer
A MessageMonitor which introduces a Timer for the overall timer of all Messages being ingested, as well as a success, failure and ignored Timer.
MessageTimerMonitor(MessageTimerMonitor.Builder) - Constructor for class org.axonframework.extension.metrics.dropwizard.MessageTimerMonitor
Instantiate a MessageTimerMonitor based on the fields contained in the MessageTimerMonitor.Builder.
MessageTimerMonitor(MessageTimerMonitor.Builder) - Constructor for class org.axonframework.extension.metrics.micrometer.MessageTimerMonitor
Instantiate a MessageTimerMonitor based on the fields contained in the MessageTimerMonitor.Builder.
MessageTimerMonitor.Builder - Class in org.axonframework.extension.metrics.dropwizard
Builder class to instantiate a MessageTimerMonitor.
MessageTimerMonitor.Builder - Class in org.axonframework.extension.metrics.micrometer
Builder class to instantiate a MessageTimerMonitor.
messageType() - Element in annotation interface org.axonframework.messaging.core.annotation.Message
The type of Message this annotation applies to.
messageType() - Element in annotation interface org.axonframework.messaging.core.annotation.MessageHandler
Specifies the type of message that can be handled by the member method.
messageType() - Element in annotation interface org.axonframework.messaging.core.interception.annotation.ExceptionHandler
Specifies the type of message that can be handled by the member method.
messageType() - Element in annotation interface org.axonframework.messaging.core.interception.annotation.MessageHandlerInterceptor
Specifies the type of message that can be handled by the member method.
MessageType - Record Class in org.axonframework.messaging.core
Record combining a qualified name and version.
MessageType(Class<?>) - Constructor for record class org.axonframework.messaging.core.MessageType
A MessageType constructor using the given clazz to invoke the QualifiedName(Class) constructor to derive the qualifiedName for this MessageType.
MessageType(Class<?>, String) - Constructor for record class org.axonframework.messaging.core.MessageType
A MessageType constructor using the given clazz to invoke the QualifiedName(Class) constructor to derive the qualifiedName for this MessageType.
MessageType(String) - Constructor for record class org.axonframework.messaging.core.MessageType
A MessageType constructor using the given qualifiedName invoking the QualifiedName(String) constructor.
MessageType(String, String) - Constructor for record class org.axonframework.messaging.core.MessageType
A MessageType constructor using the given qualifiedName to invoke the QualifiedName(String) constructor to derive the qualifiedName for this MessageType.
MessageType(String, String, String) - Constructor for record class org.axonframework.messaging.core.MessageType
A MessageType constructor using the given namespace and localName to invoke the QualifiedName(String, String) constructor to derive the qualifiedName for this MessageType.
MessageType(QualifiedName) - Constructor for record class org.axonframework.messaging.core.MessageType
A MessageType constructor setting the version to null.
MessageType(QualifiedName, String) - Constructor for record class org.axonframework.messaging.core.MessageType
Compact constructor validating that the given qualifiedName is non-null.
MessageTypeNotResolvedException - Exception Class in org.axonframework.messaging.core
Exception thrown when a MessageTypeResolver is unable to determine the MessageType for a given payload type.
MessageTypeNotResolvedException(String) - Constructor for exception class org.axonframework.messaging.core.MessageTypeNotResolvedException
Initializes a new instance with the given error message.
MessageTypeResolver - Interface in org.axonframework.messaging.core
Functional interface describing a resolver from Message payload to it's type.
MessageTypeSpanAttributesProvider - Class in org.axonframework.messaging.tracing.attributes
Adds the message type (simple class name) to the Span.
MessageTypeSpanAttributesProvider() - Constructor for class org.axonframework.messaging.tracing.attributes.MessageTypeSpanAttributesProvider
 
messageWithPayload(Matcher<?>) - Static method in class org.axonframework.test.matchers.Matchers
Returns a Matcher that matches a single Message if the given payloadMatcher matches that message's payload.
messaging(Consumer<MessagingConfigurer>) - Method in class org.axonframework.eventsourcing.configuration.EventSourcingConfigurer
Delegates the given configurerTask to the MessagingConfigurer this EventSourcingConfigurer delegates.
messaging(Consumer<MessagingConfigurer>) - Method in class org.axonframework.modelling.configuration.ModellingConfigurer
Delegates the given configurerTask to the MessagingConfigurer this ModellingConfigurer delegates.
MessagingConfigurationDefaults - Class in org.axonframework.messaging.core.configuration
A ConfigurationEnhancer registering the default components of the MessagingConfigurer.
MessagingConfigurationDefaults() - Constructor for class org.axonframework.messaging.core.configuration.MessagingConfigurationDefaults
 
MessagingConfigurer - Class in org.axonframework.messaging.core.configuration
The messaging ApplicationConfigurer of Axon Framework's configuration API.
messagingModel(EntityMetamodelConfigurationBuilder<E>) - Method in interface org.axonframework.eventsourcing.configuration.EventSourcedEntityModule.MessagingModelPhase
Registers the given EntityMetamodelConfigurationBuilder of an EntityMetamodel as the messaging metamodel for the event-sourced entity being built.
messagingModel(EntityMetamodelConfigurationBuilder<E>) - Method in interface org.axonframework.modelling.configuration.StateBasedEntityModule.MessagingMetamodelPhase
Registers the given metamodelFactory to build the entity's metamodel.
metadata() - Method in class org.axonframework.eventsourcing.eventstore.jpa.AggregateEventEntry
Returns the metadata of the stored EventMessage.
metadata() - Method in class org.axonframework.messaging.core.GenericMessage
 
metadata() - Method in interface org.axonframework.messaging.core.Message
Returns the Metadata for this Message.
metadata() - Method in class org.axonframework.messaging.core.MessageDecorator
 
Metadata - Class in org.axonframework.messaging.core
Represents metadata that is passed along with a payload in a Message.
Metadata(Map<String, String>) - Constructor for class org.axonframework.messaging.core.Metadata
Initializes a Metadata instance with the given items as content.
METADATA_AUTHORITIES_KEY - Static variable in class org.axonframework.extension.spring.authorization.MessageAuthorizationHandlerInterceptor
Metadata key for authorities.
METADATA_TAGGER_FUNCTION - Static variable in class org.axonframework.extension.metrics.micrometer.TagsUtil
The function for creating the Micrometer Tags based on the message metadata.
MetadataBasedTagResolver - Class in org.axonframework.eventsourcing.eventstore
Implementation of the TagResolver that resolves Tags based on a metadata key from an EventMessage.
MetadataBasedTagResolver(String) - Constructor for class org.axonframework.eventsourcing.eventstore.MetadataBasedTagResolver
Constructs a MetadataBasedTagResolver using the given metadata key.
MetadataContextGetter - Class in org.axonframework.extension.tracing.opentelemetry
This TextMapGetter implementation is able to extract the parent OpenTelemetry span context from a Message.
MetadataContextSetter - Class in org.axonframework.extension.tracing.opentelemetry
This TextMapSetter implementation is able to insert the current OpenTelemetry span context into a Message.
MetadataConverter - Class in org.axonframework.axonserver.connector
Utility class to convert between Axon Server metadata values and a simple Map of String key-value pairs.
MetadataRoutingStrategy - Class in org.axonframework.messaging.commandhandling
A RoutingStrategy implementation that uses the value in the Metadata of a CommandMessage assigned to a given key.
MetadataRoutingStrategy(String) - Constructor for class org.axonframework.messaging.commandhandling.MetadataRoutingStrategy
Instantiate a MetadataRoutingStrategy based on the fields contained in the give builder.
MetadataSequencingPolicy - Class in org.axonframework.messaging.eventhandling.sequencing
A SequencingPolicy implementation that extracts the sequence identifier from the EventMessage's Metadata, based on a given metadataKey.
MetadataSequencingPolicy(String) - Constructor for class org.axonframework.messaging.eventhandling.sequencing.MetadataSequencingPolicy
MetadataSpanAttributesProvider - Class in org.axonframework.messaging.tracing.attributes
Adds the metadata of the message to the span as attributes.
MetadataSpanAttributesProvider() - Constructor for class org.axonframework.messaging.tracing.attributes.MetadataSpanAttributesProvider
 
MetadataValue - Annotation Interface in org.axonframework.messaging.core.annotation
Annotation that indicates the parameter needs to be resolved to the value of the Message Metadata stored under the given key.
metamodel - Variable in class org.axonframework.modelling.entity.child.AbstractEntityChildMetamodel.Builder
 
metamodel - Variable in class org.axonframework.modelling.entity.child.AbstractEntityChildMetamodel
 
meterNamePrefix(String) - Method in class org.axonframework.extension.metrics.micrometer.EventProcessorLatencyMonitor.Builder
Sets the name used to prefix the names of the Gauge instances created by this MessageMonitor.
meterNamePrefix(String) - Method in class org.axonframework.extension.metrics.micrometer.MessageTimerMonitor.Builder
Sets the name used to prefix the names of the Timer instances created by this MessageMonitor.
meterRegistry(MeterRegistry) - Method in class org.axonframework.extension.metrics.micrometer.EventProcessorLatencyMonitor.Builder
Specifies the MeterRegistry used to registered the Gauge instances to.
meterRegistry(MeterRegistry) - Method in class org.axonframework.extension.metrics.micrometer.MessageTimerMonitor.Builder
Specifies the MeterRegistry used to registered the Timer instances to.
MethodAccessedProperty<T> - Class in org.axonframework.common.property
Property implementation that invokes a method to obtain a value of a property for a given instance.
MethodAccessedProperty(Method, String) - Constructor for class org.axonframework.common.property.MethodAccessedProperty
Initialize a reader that uses given accessorMethod to access a property with given propertyName.
MethodCommandHandlerDefinition - Class in org.axonframework.messaging.commandhandling.annotation
Implementation of a HandlerEnhancerDefinition used for CommandHandler annotated methods to wrap a MessageHandlingMember in a CommandHandlingMember instance.
MethodCommandHandlerDefinition() - Constructor for class org.axonframework.messaging.commandhandling.annotation.MethodCommandHandlerDefinition
 
MethodEventHandlerDefinition - Class in org.axonframework.messaging.eventhandling.annotation
Implementation of a HandlerEnhancerDefinition used for EventHandler annotated methods to wrap a MessageHandlingMember in a EventHandlingMember instance.
MethodEventHandlerDefinition() - Constructor for class org.axonframework.messaging.eventhandling.annotation.MethodEventHandlerDefinition
 
MethodInvokingMessageHandlingMember<T> - Class in org.axonframework.messaging.core.annotation
Implementation of a MessageHandlingMember that is used to invoke message handler methods on the target type.
MethodInvokingMessageHandlingMember(Method, Class<? extends Message>, Class<?>, ParameterResolverFactory, Function<Object, MessageStream<?>>) - Constructor for class org.axonframework.messaging.core.annotation.MethodInvokingMessageHandlingMember
Initializes a new instance that will invoke the given executable (method) on a target to handle a message of the given messageType.
methodOf(Class<?>, String, Class<?>...) - Static method in class org.axonframework.common.ReflectionUtils
Utility function which returns a Method matching the given methodName and parameterTypes in the clazz.
MethodQueryHandlerDefinition - Class in org.axonframework.messaging.queryhandling.annotation
Implementation of a HandlerEnhancerDefinition used for QueryHandler annotated methods to wrap a MessageHandlingMember in a QueryHandlingMember instance.
MethodQueryHandlerDefinition() - Constructor for class org.axonframework.messaging.queryhandling.annotation.MethodQueryHandlerDefinition
 
MethodSequencingPolicyEventHandlerDefinition - Class in org.axonframework.messaging.eventhandling.annotation
Definition of event handlers that are annotated with SequencingPolicy.
MethodSequencingPolicyEventHandlerDefinition() - Constructor for class org.axonframework.messaging.eventhandling.annotation.MethodSequencingPolicyEventHandlerDefinition
 
methodsOf(Class<?>) - Static method in class org.axonframework.common.ReflectionUtils
Returns an Iterable of all the methods declared on the given class and its super classes.
methodsOf(Class<?>, boolean) - Static method in class org.axonframework.common.ReflectionUtils
Returns an Iterable of all the methods declared on the given class.
MetricsConfigurerModule - Class in org.axonframework.extension.metrics.dropwizard
Implementation of the ConfigurationEnhancer which uses the GlobalMetricRegistry to register several Metrics Modules to the given ComponentRegistry.
MetricsConfigurerModule - Class in org.axonframework.extension.metrics.micrometer
Implementation of the ConfigurationEnhancer which uses the GlobalMetricRegistry to register several Metrics Modules to the given ComponentRegistry.
MetricsConfigurerModule(GlobalMetricRegistry) - Constructor for class org.axonframework.extension.metrics.dropwizard.MetricsConfigurerModule
 
MetricsConfigurerModule(GlobalMetricRegistry) - Constructor for class org.axonframework.extension.metrics.micrometer.MetricsConfigurerModule
 
MetricsConfigurerModule(GlobalMetricRegistry, boolean) - Constructor for class org.axonframework.extension.metrics.micrometer.MetricsConfigurerModule
 
MetricsProperties - Class in org.axonframework.extension.springboot
Properties describing the settings for Metrics.
MetricsProperties() - Constructor for class org.axonframework.extension.springboot.MetricsProperties
 
MetricsProperties.AutoConfiguration - Class in org.axonframework.extension.springboot
Auto configuration specific properties around Metrics.
MetricsProperties.Micrometer - Class in org.axonframework.extension.springboot
 
Micrometer() - Constructor for class org.axonframework.extension.springboot.MetricsProperties.Micrometer
 
min(Position) - Method in class org.axonframework.eventsourcing.eventstore.AggregateSequenceNumberPosition
 
min(Position) - Method in class org.axonframework.eventsourcing.eventstore.GlobalIndexPosition
 
min(Position) - Method in interface org.axonframework.eventsourcing.eventstore.Position
Returns the smallest of the two positions.
MissingRepositoryException - Exception Class in org.axonframework.modelling
Exception thrown by the StateManager when no Repository is registered for a given state type.
MissingRepositoryException(Class<?>, Class<?>) - Constructor for exception class org.axonframework.modelling.MissingRepositoryException
Initialize the exception with a message containing the given state type.
mode() - Method in interface org.axonframework.extension.spring.config.ProcessorDefinition
Returns the mode (type) of this processor.
modelling(Consumer<ModellingConfigurer>) - Method in class org.axonframework.eventsourcing.configuration.EventSourcingConfigurer
Delegates the given configurerTask to the ModellingConfigurer this EventSourcingConfigurer delegates.
ModellingConfigurationDefaults - Class in org.axonframework.modelling.configuration
A ConfigurationEnhancer registering the default components of the ModellingConfigurer.
ModellingConfigurationDefaults() - Constructor for class org.axonframework.modelling.configuration.ModellingConfigurationDefaults
 
ModellingConfigurer - Class in org.axonframework.modelling.configuration
The modelling ApplicationConfigurer of Axon Framework's configuration API, providing registration methods to, for example, register a CommandHandlingModule.
ModellingConfigurer(MessagingConfigurer) - Constructor for class org.axonframework.modelling.configuration.ModellingConfigurer
Construct a ModellingConfigurer using the given delegate to delegate all registry-specific operations to.
Module - Interface in org.axonframework.common.configuration
Interface describing a module of Axon Framework's configuration API.
ModuleBuilder<M> - Interface in org.axonframework.common.configuration
Functional interface describing how to build a Module of type M.
Module hierarchy - Search tag in interface org.axonframework.eventsourcing.configuration.EventSourcedEntityModule
Section
MonitoringCommandHandlerInterceptor - Class in org.axonframework.messaging.monitoring.interception
MonitoringCommandHandlerInterceptor(MessageMonitor<? super CommandMessage>) - Constructor for class org.axonframework.messaging.monitoring.interception.MonitoringCommandHandlerInterceptor
Constructs a MonitoringCommandHandlerInterceptor using the given MessageMonitor.
MonitoringEventDispatchInterceptor - Class in org.axonframework.messaging.monitoring.interception
MonitoringEventDispatchInterceptor(MessageMonitor<? super EventMessage>) - Constructor for class org.axonframework.messaging.monitoring.interception.MonitoringEventDispatchInterceptor
Constructs a new MonitoringEventDispatchInterceptor using the given MessageMonitor.
MonitoringEventHandlerInterceptor - Class in org.axonframework.messaging.monitoring.interception
MonitoringEventHandlerInterceptor(MessageMonitor<? super EventMessage>) - Constructor for class org.axonframework.messaging.monitoring.interception.MonitoringEventHandlerInterceptor
Constructs a new MonitoringEventHandlerInterceptor using the given MessageMonitor.
MonitoringQueryHandlerInterceptor - Class in org.axonframework.messaging.monitoring.interception
MonitoringQueryHandlerInterceptor(MessageMonitor<? super QueryMessage>) - Constructor for class org.axonframework.messaging.monitoring.interception.MonitoringQueryHandlerInterceptor
Constructs a MonitoringQueryHandlerInterceptor using the given MessageMonitor.
MonitoringSubscriptionQueryUpdateDispatchInterceptor - Class in org.axonframework.messaging.monitoring.interception
MonitoringSubscriptionQueryUpdateDispatchInterceptor(MessageMonitor<? super SubscriptionQueryUpdateMessage>) - Constructor for class org.axonframework.messaging.monitoring.interception.MonitoringSubscriptionQueryUpdateDispatchInterceptor
Constructs a new MonitoringSubscriptionQueryUpdateDispatchInterceptor using the given MessageMonitor.
MonoUtils - Class in org.axonframework.messaging.core
Utility methods to work with Project Reactor's monos.
MultiCorrelationDataProvider - Class in org.axonframework.messaging.core.correlation
A CorrelationDataProvider that combines the data of multiple other correlation providers.
MultiCorrelationDataProvider(List<? extends CorrelationDataProvider>) - Constructor for class org.axonframework.messaging.core.correlation.MultiCorrelationDataProvider
Initialize a MultiCorrelationDataProvider, delegating to given correlationDataProviders.
MultiHandlerDefinition - Class in org.axonframework.messaging.core.annotation
HandlerDefinition instance that delegates to multiple other instances, in the order provided.
MultiHandlerDefinition(List<HandlerDefinition>) - Constructor for class org.axonframework.messaging.core.annotation.MultiHandlerDefinition
Initializes an instance that delegates to the given delegates, in the order provided.
MultiHandlerDefinition(List<HandlerDefinition>, HandlerEnhancerDefinition) - Constructor for class org.axonframework.messaging.core.annotation.MultiHandlerDefinition
Initializes an instance that delegates to the given delegates, in the order provided.
MultiHandlerDefinition(HandlerDefinition...) - Constructor for class org.axonframework.messaging.core.annotation.MultiHandlerDefinition
Initializes an instance that delegates to the given delegates, in the order provided.
MultiHandlerEnhancerDefinition - Class in org.axonframework.messaging.core.annotation
HandlerEnhancerDefinition instance that delegates to multiple other instances, in the order provided.
MultiHandlerEnhancerDefinition(Collection<HandlerEnhancerDefinition>) - Constructor for class org.axonframework.messaging.core.annotation.MultiHandlerEnhancerDefinition
Initializes an instance that delegates to the given delegates, in the order provided.
MultiHandlerEnhancerDefinition(HandlerEnhancerDefinition...) - Constructor for class org.axonframework.messaging.core.annotation.MultiHandlerEnhancerDefinition
Initializes an instance that delegates to the given delegates, in the order provided.
MultiMessageMonitor<T> - Class in org.axonframework.messaging.monitoring
Delegates messages and callbacks to the given list of message monitors
MultiMessageMonitor(List<MessageMonitor<? super T>>) - Constructor for class org.axonframework.messaging.monitoring.MultiMessageMonitor
Initialize a message monitor with the given list of messageMonitors
MultiMessageMonitor(MessageMonitor<? super T>...) - Constructor for class org.axonframework.messaging.monitoring.MultiMessageMonitor
Initialize a message monitor with the given messageMonitors
MultiParameterResolverFactory - Class in org.axonframework.messaging.core.annotation
ParameterResolverFactory instance that delegates to multiple other instances, in the order provided.
MultiParameterResolverFactory(List<ParameterResolverFactory>) - Constructor for class org.axonframework.messaging.core.annotation.MultiParameterResolverFactory
Initializes an instance that delegates to the given delegates, in the order provided.
MultiParameterResolverFactory(ParameterResolverFactory...) - Constructor for class org.axonframework.messaging.core.annotation.MultiParameterResolverFactory
Initializes an instance that delegates to the given delegates, in the order provided.
MultiSpanFactory - Class in org.axonframework.messaging.tracing
Implementation of a SpanFactory that delegates calls to multiple other factories.
MultiSpanFactory(List<SpanFactory>) - Constructor for class org.axonframework.messaging.tracing.MultiSpanFactory
Creates the MultiSpanFactory with the delegate factory implementations that it should use.
MultiTagResolver - Class in org.axonframework.eventsourcing.eventstore
TagResolver that combines the results of multiple other tag resolvers.
MultiTagResolver(List<? extends TagResolver>) - Constructor for class org.axonframework.eventsourcing.eventstore.MultiTagResolver
Initialize the tag resolver, delegating to given tagResolvers.
MultiTagResolver(TagResolver...) - Constructor for class org.axonframework.eventsourcing.eventstore.MultiTagResolver
Initialize the tag resolver, delegating to given tagResolvers.

N

name - Variable in class org.axonframework.common.configuration.BaseModule
 
name() - Method in record class org.axonframework.axonserver.connector.event.EventProcessorControlService.AxonProcessorInstructionHandler
Returns the value of the name record component.
name() - Method in class org.axonframework.axonserver.connector.TopologyChange.HandlerSubscription
Returns the name of the HandlerSubscription.
name() - Method in class org.axonframework.common.configuration.AbstractComponent
 
name() - Method in class org.axonframework.common.configuration.BaseModule
 
name() - Method in record class org.axonframework.common.configuration.Component.Identifier
Returns the value of the name record component.
name() - Method in interface org.axonframework.common.configuration.ComponentDefinition
Returns the given name of this ComponentDefinition, set on ComponentDefinition.ofTypeAndName(Class, String).
name() - Method in interface org.axonframework.common.configuration.Module
The identifying name of this Module.
name() - Method in interface org.axonframework.extension.spring.config.ProcessorDefinition
Returns the name of this processor.
name() - Element in annotation interface org.axonframework.messaging.commandhandling.annotation.Command
The business or domain name of the command.
name() - Element in annotation interface org.axonframework.messaging.core.annotation.Message
The business or domain name of the annotated message.
name() - Method in record class org.axonframework.messaging.core.MessageType
Returns the outcome QualifiedName.name() of this MessageType's QualifiedName.
name() - Method in record class org.axonframework.messaging.core.QualifiedName
Returns the value of the name record component.
name() - Element in annotation interface org.axonframework.messaging.eventhandling.annotation.Event
The business or domain name of the event.
name() - Method in interface org.axonframework.messaging.eventhandling.processing.EventProcessor
Returns the name of this event processor.
name() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessor
 
name() - Method in class org.axonframework.messaging.eventhandling.processing.subscribing.SubscribingEventProcessor
 
name() - Element in annotation interface org.axonframework.messaging.queryhandling.annotation.Query
The business or domain name of the query.
name() - Element in annotation interface org.axonframework.messaging.queryhandling.annotation.QueryResponse
The business or domain name of the query response.
nameAttribute() - Method in record class org.axonframework.messaging.core.annotation.AnnotationMessageTypeResolver.AnnotationSpecification
Returns the value of the nameAttribute record component.
named(String) - Static method in interface org.axonframework.messaging.commandhandling.configuration.CommandHandlingModule
Starts a CommandHandlingModule module with the given moduleName.
named(String) - Static method in interface org.axonframework.messaging.queryhandling.configuration.QueryHandlingModule
Starts a QueryHandlingModule module with the given moduleName.
named(String) - Static method in class org.axonframework.modelling.SimpleStateManager
Creates a new SimpleStateManager with the given name.
namespace() - Element in annotation interface org.axonframework.messaging.commandhandling.annotation.Command
The namespace or (bounded) context of the command.
namespace() - Element in annotation interface org.axonframework.messaging.core.annotation.Message
The namespace or (bounded) context of the annotated message.
namespace() - Method in record class org.axonframework.messaging.core.QualifiedName
 
namespace() - Element in annotation interface org.axonframework.messaging.eventhandling.annotation.Event
The namespace or (bounded) context of the event.
namespace() - Element in annotation interface org.axonframework.messaging.queryhandling.annotation.Query
The namespace or (bounded) context of the query.
namespace() - Element in annotation interface org.axonframework.messaging.queryhandling.annotation.QueryResponse
The namespace or (bounded) context of the query response.
namespace(String) - Method in class org.axonframework.messaging.core.NamespaceMessageTypeResolver.Builder
Sets a new namespace for subsequent message mappings.
namespace(String) - Static method in class org.axonframework.messaging.core.NamespaceMessageTypeResolver
Sets a new namespace for subsequent message mappings.
namespaceAttribute() - Method in record class org.axonframework.messaging.core.annotation.AnnotationMessageTypeResolver.AnnotationSpecification
Returns the value of the namespaceAttribute record component.
NamespaceMessageTypeResolver - Class in org.axonframework.messaging.core
Implementation of the MessageTypeResolver that maintains a mapping of payload types to their corresponding MessageTypes.
NamespaceMessageTypeResolver.Builder - Class in org.axonframework.messaging.core
Builder interface for constructing a NamespaceMessageTypeResolver.
NEUTRAL - Static variable in annotation interface org.axonframework.common.Priority
Value indicating the annotated member should have medium priority, effectively placing it "in the middle".
newInstance(long, Collection<Long>) - Static method in class org.axonframework.messaging.eventhandling.processing.streaming.token.GapAwareTrackingToken
Returns a new GapAwareTrackingToken instance based on the given index and collection of gaps.
newInstance(String) - Static method in class org.axonframework.common.digest.Digester
Creates a new Digester instance for the given algorithm.
newMD5Instance() - Static method in class org.axonframework.common.digest.Digester
Creates a new Digester instance for the MD5 Algorithm
newThread(Runnable) - Method in class org.axonframework.common.AxonThreadFactory
 
next() - Method in class org.axonframework.axonserver.connector.event.SourcingEventMessageStream
 
next() - Method in class org.axonframework.axonserver.connector.event.StreamingEventMessageStream
 
next() - Method in class org.axonframework.axonserver.connector.query.AbstractQueryResponseMessageStream
 
next() - Method in class org.axonframework.eventsourcing.eventstore.ContinuousMessageStream
 
next() - Method in class org.axonframework.messaging.core.CloseCallbackMessageStream
 
next() - Method in class org.axonframework.messaging.core.DelayedMessageStream
 
next() - Method in interface org.axonframework.messaging.core.MessageStream
Returns an Optional carrying the next entry from the stream, if such entry was available.
next() - Method in class org.axonframework.messaging.core.QueueMessageStream
 
next() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.GlobalSequenceTrackingToken
Returns a new GlobalSequenceTrackingToken instance with sequence number incremented by 1.
next(T) - Method in interface org.axonframework.messaging.queryhandling.SinkWrapper
Wrapper around Sink next(Object).
nextAndExtract(ResultSet, int, Class<T>) - Static method in class org.axonframework.common.jdbc.JdbcUtils
Moves the resultSet cursor forward and then read the object at the given column (base 1).
nextAndExtract(ResultSet, int, Class<T>, T) - Static method in class org.axonframework.common.jdbc.JdbcUtils
Moves the resultSet cursor forward and then read the object at the given column (base 1).
NO_DCB_CONTEXT - Static variable in class org.axonframework.test.server.AxonServerContainerUtils
Constant boolean specifying that a context does not support DCB.
NO_EVENT_STORE_MASTER_AVAILABLE - Enum constant in enum class org.axonframework.axonserver.connector.ErrorCode
 
NO_HANDLER_FOR_COMMAND - Enum constant in enum class org.axonframework.axonserver.connector.ErrorCode
 
NO_HANDLER_FOR_QUERY - Enum constant in enum class org.axonframework.axonserver.connector.ErrorCode
 
NoCache - Class in org.axonframework.common.caching
Cache implementation that does absolutely nothing.
noCommands() - Method in interface org.axonframework.test.fixture.AxonTestPhase.Then.MessageAssertions
Expect no command messages to have been dispatched during the When phase.
noCommands() - Static method in class org.axonframework.test.matchers.Matchers
Returns a Matcher that matches an empty List of command.
nodeId() - Method in record class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenStoreConfiguration
Returns the value of the nodeId record component.
nodeId() - Method in record class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa.JpaTokenStoreConfiguration
Returns the value of the nodeId record component.
nodeId(String) - Method in record class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenStoreConfiguration
Sets the nodeId to identify ownership of the tokens.
nodeId(String) - Method in record class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa.JpaTokenStoreConfiguration
Sets the nodeId to identify ownership of the tokens.
noEvents() - Method in interface org.axonframework.test.fixture.AxonTestPhase.Then.MessageAssertions
Expect no events to have been published during the AxonTestPhase.When phase.
noEvents() - Static method in class org.axonframework.test.matchers.Matchers
Returns a Matcher that matches an empty List of events.
noFallback() - Method in class org.axonframework.messaging.core.NamespaceMessageTypeResolver.Builder
Finalizes the builder and returns a MessageTypeResolver that: for MessageTypeResolver.resolveOrThrow(java.lang.Object) throws a MessageTypeNotResolvedException when encountering unmapped payload types for MessageTypeResolver.resolve(java.lang.Object) returns an Optional.empty() when encountering unmapped payload types
NoHandlerForCommandException - Exception Class in org.axonframework.messaging.commandhandling
Exception indicating that no suitable command handler could be found for the given command.
NoHandlerForCommandException(String) - Constructor for exception class org.axonframework.messaging.commandhandling.NoHandlerForCommandException
Initialize this exception with the given message.
NoHandlerForCommandException(CommandMessage) - Constructor for exception class org.axonframework.messaging.commandhandling.NoHandlerForCommandException
Initialize this exception with a message describing the given CommandMessage.
NoHandlerForCommandException(CommandMessage, Class<?>) - Constructor for exception class org.axonframework.messaging.commandhandling.NoHandlerForCommandException
Initialize this exception with a message describing the given CommandMessage and the given entityType.
NoHandlerForEventException - Exception Class in org.axonframework.messaging.eventhandling
Exception thrown whenever an EventHandlingComponent is given an EventMessage for which it does not have a
invalid reference
subscribed
EventHandler.
NoHandlerForEventException(QualifiedName, String) - Constructor for exception class org.axonframework.messaging.eventhandling.NoHandlerForEventException
Constructs a NoHandlerForEventException signaling there was no EventHandler for the given eventName present in the component with the given componentName.
NoHandlerForQueryException - Exception Class in org.axonframework.messaging.queryhandling
Exception indicating this instance has no QueryHandler for a given QueryMessage.
NoHandlerForQueryException(String) - Constructor for exception class org.axonframework.messaging.queryhandling.NoHandlerForQueryException
Initialize this exception with the given message.
NoMoreInterceptors<T> - Class in org.axonframework.messaging.core.interception.annotation
This will implement MessageHandlerInterceptorMemberChain with no more interceptors.
NoMoreInterceptors() - Constructor for class org.axonframework.messaging.core.interception.annotation.NoMoreInterceptors
 
none() - Static method in interface org.axonframework.eventsourcing.eventstore.AppendCondition
Returns an AppendCondition that has no criteria nor consistency marker.
nonEmpty(String) - Static method in class org.axonframework.common.StringUtils
Validate whether the given String s not empty (where empty is defined as "").
nonEmpty(String, String) - Static method in class org.axonframework.common.Assert
Assert that the given string is not null and does not equal an empty String.
nonEmptyOrNull(String) - Static method in class org.axonframework.common.StringUtils
Validate whether the given String s is not null and not empty (where empty is defined as "").
nonNull(T, Supplier<String>) - Static method in class org.axonframework.common.Assert
Assert that the given value is not null.
NonStaticFieldsFilter - Class in org.axonframework.test.matchers
FieldFilter implementation that only accepts non-static Fields.
NonTransientExceptionClassesPredicate - Class in org.axonframework.messaging.core.retry
A predicate for checking non-transiency of a failure comparing it against configured concrete classes.
NonTransientExceptionClassesPredicate(Class<? extends Throwable>...) - Constructor for class org.axonframework.messaging.core.retry.NonTransientExceptionClassesPredicate
Initialize the predicate with class(es) that are considered as non-transient.
NonTransientFieldsFilter - Class in org.axonframework.test.matchers
FieldFilter implementation that only accepts non-transient Fields.
noOp() - Static method in interface org.axonframework.axonserver.connector.TargetContextResolver
Returns a no-op TargetContextResolver.
noOp() - Static method in interface org.axonframework.messaging.eventhandling.configuration.EventProcessorCustomization
Creates a no-operation customization that returns the processor configuration unchanged.
noOp() - Static method in interface org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorModule.Customization
Creates a no-operation customization that returns the processor configuration unchanged.
noOp() - Static method in interface org.axonframework.messaging.eventhandling.processing.streaming.segmenting.EventTrackerStatusChangeListener
Returns a no-op implementation of the EventTrackerStatusChangeListener.
noOp() - Static method in interface org.axonframework.messaging.eventhandling.processing.subscribing.SubscribingEventProcessorModule.Customization
Creates a no-operation customization that returns the processor configuration unchanged.
NoOpCloseHandler() - Constructor for class org.axonframework.common.jdbc.ConnectionWrapperFactory.NoOpCloseHandler
 
NoOpLock - Class in org.axonframework.common.lock
No-op implementation of a Lock.
NoOpMessageMonitor - Enum Class in org.axonframework.messaging.monitoring
A message monitor that returns a NoOp message callback
NoOpMessageMonitorCallback - Enum Class in org.axonframework.messaging.monitoring
A NoOp MessageMonitor callback
NoOpSpan() - Constructor for class org.axonframework.messaging.tracing.NoOpSpanFactory.NoOpSpan
 
NoOpSpanFactory - Class in org.axonframework.messaging.tracing
SpanFactory implementation that creates a NoOpSpanFactory.NoOpSpan.
NoOpSpanFactory() - Constructor for class org.axonframework.messaging.tracing.NoOpSpanFactory
 
NoOpSpanFactory.NoOpSpan - Class in org.axonframework.messaging.tracing
The Span implementation that does nothing.
NoOpTransactionAutoConfiguration - Class in org.axonframework.extension.springboot.autoconfig
Autoconfiguration class that registers a bean creation method for a default TransactionManager, the NoTransactionManager.
NoOpTransactionAutoConfiguration() - Constructor for class org.axonframework.extension.springboot.autoconfig.NoOpTransactionAutoConfiguration
 
noPriorActivity() - Method in interface org.axonframework.test.fixture.AxonTestPhase.Given
Indicates that no relevant activities like commands or events have occurred in the past.
NOT_RECURSIVE - Static variable in class org.axonframework.common.ReflectionUtils
Specifying a reflection operation should not be performed recursive.
notCustomized() - Method in interface org.axonframework.messaging.eventhandling.configuration.EventProcessorModule.CustomizationPhase
Builds the processor module with the current configuration.
notCustomized() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorModule
 
notCustomized() - Method in class org.axonframework.messaging.eventhandling.processing.subscribing.SubscribingEventProcessorModule
 
nothing() - Method in interface org.axonframework.test.fixture.AxonTestPhase.When
Transitions to the Then phase to validate the results of the test.
nothing() - Static method in class org.axonframework.test.matchers.Matchers
Returns a Matcher that matches against null or void.
notNull(Object, Supplier<String>) - Static method in class org.axonframework.common.Assert
Assert that the given value is not null.
NoTransactionManager - Enum Class in org.axonframework.messaging.core.unitofwork.transaction
A TransactionManager implementation that does nothing.
NullLockFactory - Enum Class in org.axonframework.common.lock
LockFactory implementation that does nothing.
NullOrVoidMatcher<T> - Class in org.axonframework.test.matchers
Matcher that matches against a null or void value.
NullOrVoidMatcher() - Constructor for class org.axonframework.test.matchers.NullOrVoidMatcher
 
nullSafeTypeOf(T) - Static method in class org.axonframework.common.ObjectUtils
Returns the type of the given instance, if it is not null.
numberOfResults(List<ProcessingInstruction>) - Static method in class org.axonframework.axonserver.connector.util.ProcessingInstructionUtils
Retrieve the desired 'number of results' as a long from the given instructions, by searching for the ProcessingInstruction who's key equals the ProcessingKey.NR_OF_RESULTS.

O

ObjectMapperAutoConfiguration - Class in org.axonframework.extension.springboot.autoconfig
Autoconfiguration that constructs a default ObjectMapper, typically to be used by a JacksonConverter.
ObjectMapperAutoConfiguration() - Constructor for class org.axonframework.extension.springboot.autoconfig.ObjectMapperAutoConfiguration
 
ObjectNodeToJsonNodeConverter - Class in org.axonframework.conversion.json
A ContentTypeConverter implementation that converts an ObjectNode object into a JsonNode.
ObjectNodeToJsonNodeConverter() - Constructor for class org.axonframework.conversion.json.ObjectNodeToJsonNodeConverter
 
ObjectUtils - Class in org.axonframework.common
Miscellaneous object utility methods.
obtainLock(String) - Method in interface org.axonframework.common.lock.LockFactory
Obtain a lock for a resource identified by given identifier.
obtainLock(String) - Method in enum class org.axonframework.common.lock.NullLockFactory
Obtain a lock for a resource identified by given identifier.
obtainLock(String) - Method in class org.axonframework.common.lock.PessimisticLockFactory
Obtain a lock for a resource identified by the given identifier.
of(Runnable, long) - Static method in class org.axonframework.update.common.DelayedTask
Creates a new DelayedTask that runs the given runnable after the specified delay.
of(String, String) - Static method in record class org.axonframework.messaging.eventstreaming.Tag
Creates a new Tag with the given key and value.
of(Supplier<T>) - Static method in class org.axonframework.conversion.CachingSupplier
Factory method for a CachingSupplier that delegates to the given supplier when asked to supply a value.
of(MessageStream<M>) - Static method in class org.axonframework.messaging.core.FluxUtils
Creates a Flux containing the entries provided by the given source.
of(T) - Static method in class org.axonframework.conversion.CachingSupplier
Factory method for a CachingSupplier that will supply the given value.
offer(M, Context) - Method in class org.axonframework.messaging.core.QueueMessageStream
Add the given message and accompanying context available for reading by a consumer.
offsetBy(int) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.GlobalSequenceTrackingToken
Returns a new GlobalSequenceTrackingToken instance that is the sum of this token's sequence number and the given offset.
ofType(Class<C>) - Static method in interface org.axonframework.common.configuration.ComponentDefinition
Starts defining a component with given declared type.
ofType(TypeReference<C>) - Static method in interface org.axonframework.common.configuration.ComponentDefinition
Starts defining a component with given declared type.
ofTypeAndName(Class<C>, String) - Static method in interface org.axonframework.common.configuration.ComponentDefinition
Starts defining a component with given declared type and name.
ofTypeAndName(TypeReference<C>, String) - Static method in interface org.axonframework.common.configuration.ComponentDefinition
Starts defining a component with given declared type and name.
on(ProcessingLifecycle.Phase, Function<ProcessingContext, CompletableFuture<?>>) - Method in class org.axonframework.messaging.core.unitofwork.LegacyMessageSupportingContext
Deprecated.
 
on(ProcessingLifecycle.Phase, Function<ProcessingContext, CompletableFuture<?>>) - Method in interface org.axonframework.messaging.core.unitofwork.ProcessingLifecycle
Registers the provided action to be executed in the given phase.
on(ProcessingLifecycle.Phase, Function<ProcessingContext, CompletableFuture<?>>) - Method in class org.axonframework.messaging.core.unitofwork.ResourceOverridingProcessingContext
 
on(ProcessingLifecycle.Phase, Function<ProcessingContext, CompletableFuture<?>>) - Method in class org.axonframework.messaging.core.unitofwork.UnitOfWork
 
onAfterCommit(Function<ProcessingContext, CompletableFuture<?>>) - Method in interface org.axonframework.messaging.core.unitofwork.ProcessingLifecycle
Registers the provided action to be executed in the after commit phase.
onAfterCommit(Function<ProcessingContext, CompletableFuture<?>>) - Method in class org.axonframework.messaging.core.unitofwork.ResourceOverridingProcessingContext
 
onAppend(Consumer<EventMessage>) - Method in class org.axonframework.eventsourcing.eventstore.DefaultEventStoreTransaction
 
onAppend(Consumer<EventMessage>) - Method in interface org.axonframework.eventsourcing.eventstore.EventStoreTransaction
Registers a callback to invoke when an event is appended to this transaction.
onChange(TopologyChange) - Method in interface org.axonframework.axonserver.connector.TopologyChangeListener
A handler towards a TopologyChange from the context this listener was registered to.
onClose(Runnable) - Method in interface org.axonframework.messaging.core.MessageStream
Returns a stream that, when it is either explicitly closed using MessageStream.close(), or when this stream completes (regularly or with an error) calls the given closeHandler.
onCommit(Function<ProcessingContext, CompletableFuture<?>>) - Method in interface org.axonframework.messaging.core.unitofwork.ProcessingLifecycle
Registers the provided action to be executed in the commit phase.
onCommit(Function<ProcessingContext, CompletableFuture<?>>) - Method in class org.axonframework.messaging.core.unitofwork.ResourceOverridingProcessingContext
 
onComplete(Runnable) - Method in interface org.axonframework.messaging.core.MessageStream.Empty
 
onComplete(Runnable) - Method in interface org.axonframework.messaging.core.MessageStream
Returns a stream that invokes the given completeHandler when the stream completes normally.
onComplete(Runnable) - Method in interface org.axonframework.messaging.core.MessageStream.Single
 
onConsumeCallback(Runnable) - Method in class org.axonframework.messaging.core.QueueMessageStream
Registers given callback to be invoked when entries have been consumed from the underlying queue.
onEntryCreated(Object, Object) - Method in interface org.axonframework.common.caching.Cache.EntryListener
Invoked when a new item has been added to the cache
onEntryCreated(Object, Object) - Method in class org.axonframework.common.caching.Cache.EntryListenerAdapter
 
onEntryExpired(Object) - Method in interface org.axonframework.common.caching.Cache.EntryListener
Invoked when an entry has expired.
onEntryExpired(Object) - Method in class org.axonframework.common.caching.Cache.EntryListenerAdapter
 
onEntryRead(Object, Object) - Method in interface org.axonframework.common.caching.Cache.EntryListener
Invoked when an item was retrieved from the Cache
onEntryRead(Object, Object) - Method in class org.axonframework.common.caching.Cache.EntryListenerAdapter
 
onEntryRemoved(Object) - Method in interface org.axonframework.common.caching.Cache.EntryListener
Invoked when an item was removed from the cache, either following an expiry, or by explicitly calling Cache.remove(Object).
onEntryRemoved(Object) - Method in class org.axonframework.common.caching.Cache.EntryListenerAdapter
 
onEntryUpdated(Object, Object) - Method in interface org.axonframework.common.caching.Cache.EntryListener
Invoked when an item has been updated.
onEntryUpdated(Object, Object) - Method in class org.axonframework.common.caching.Cache.EntryListenerAdapter
 
onError(Throwable) - Method in interface org.axonframework.messaging.commandhandling.distributed.CommandBusConnector.ResultCallback
Called when an error occurs during command processing.
onError(Consumer<Throwable>) - Method in interface org.axonframework.messaging.commandhandling.gateway.CommandResult
Attaches the given errorHandler to this command result.
onError(ProcessingLifecycle.ErrorHandler) - Method in class org.axonframework.messaging.core.unitofwork.LegacyMessageSupportingContext
Deprecated.
 
onError(ProcessingLifecycle.ErrorHandler) - Method in interface org.axonframework.messaging.core.unitofwork.ProcessingLifecycle
Registers the provided action to be executed when this ProcessingLifecycle encounters an error during the action of any ProcessingLifecycle.Phase.
onError(ProcessingLifecycle.ErrorHandler) - Method in class org.axonframework.messaging.core.unitofwork.ResourceOverridingProcessingContext
 
onError(ProcessingLifecycle.ErrorHandler) - Method in class org.axonframework.messaging.core.unitofwork.UnitOfWork
 
onErrorContinue(Function<Throwable, MessageStream<M>>) - Method in interface org.axonframework.messaging.core.MessageStream
Returns a stream that, when this stream completes with an error, continues reading from the stream provided by given onError function.
onEventsAppended(List<TaggedEventMessage<?>>) - Method in interface org.axonframework.eventsourcing.eventstore.EventCoordinator.Handle
Invoked by the storage engine when new events have been appended.
onEventTrackerStatusChange(Map<Integer, EventTrackerStatus>) - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.segmenting.EventTrackerStatusChangeListener
Notification that an EventTrackerStatus has changed.
onIncomingCommand(CommandBusConnector.Handler) - Method in class org.axonframework.axonserver.connector.command.AxonServerCommandBusConnector
 
onIncomingCommand(CommandBusConnector.Handler) - Method in interface org.axonframework.messaging.commandhandling.distributed.CommandBusConnector
Registers a handler that will be called when an incoming command is received.
onIncomingCommand(CommandBusConnector.Handler) - Method in class org.axonframework.messaging.commandhandling.distributed.DelegatingCommandBusConnector
 
onIncomingCommand(CommandBusConnector.Handler) - Method in class org.axonframework.messaging.commandhandling.distributed.PayloadConvertingCommandBusConnector
 
onIncomingQuery(QueryBusConnector.Handler) - Method in class org.axonframework.axonserver.connector.query.AxonServerQueryBusConnector
 
onIncomingQuery(QueryBusConnector.Handler) - Method in class org.axonframework.messaging.queryhandling.distributed.DelegatingQueryBusConnector
 
onIncomingQuery(QueryBusConnector.Handler) - Method in class org.axonframework.messaging.queryhandling.distributed.PayloadConvertingQueryBusConnector
 
onIncomingQuery(QueryBusConnector.Handler) - Method in interface org.axonframework.messaging.queryhandling.distributed.QueryBusConnector
Registers a handler to process incoming query messages.
onInvocation(Function<ProcessingContext, CompletableFuture<?>>) - Method in interface org.axonframework.messaging.core.unitofwork.ProcessingLifecycle
Registers the provided action to be executed in the invocation phase.
onInvocation(Function<ProcessingContext, CompletableFuture<?>>) - Method in class org.axonframework.messaging.core.unitofwork.ResourceOverridingProcessingContext
 
onMessageIngested(Message) - Method in class org.axonframework.test.util.RecordingMessageMonitor
 
onMessageIngested(Message) - Method in class org.axonframework.extension.metrics.dropwizard.CapacityMonitor
 
onMessageIngested(Message) - Method in class org.axonframework.extension.metrics.dropwizard.MessageCountingMonitor
 
onMessageIngested(Message) - Method in class org.axonframework.extension.metrics.dropwizard.MessageTimerMonitor
 
onMessageIngested(Message) - Method in class org.axonframework.extension.metrics.dropwizard.PayloadTypeMessageMonitorWrapper
 
onMessageIngested(Message) - Method in class org.axonframework.extension.metrics.micrometer.CapacityMonitor
 
onMessageIngested(Message) - Method in class org.axonframework.extension.metrics.micrometer.MessageCountingMonitor
 
onMessageIngested(Message) - Method in class org.axonframework.extension.metrics.micrometer.MessageTimerMonitor
 
onMessageIngested(Message) - Method in enum class org.axonframework.messaging.monitoring.NoOpMessageMonitor
 
onMessageIngested(EventMessage) - Method in class org.axonframework.extension.metrics.dropwizard.EventProcessorLatencyMonitor
 
onMessageIngested(EventMessage) - Method in class org.axonframework.extension.metrics.micrometer.EventProcessorLatencyMonitor
 
onMessageIngested(T) - Method in interface org.axonframework.messaging.monitoring.MessageMonitor
Takes a message and returns a callback that should be used to inform the message monitor about the result of processing the message
onMessageIngested(T) - Method in class org.axonframework.messaging.monitoring.MultiMessageMonitor
Calls the message monitors with the given message and returns a callback that will trigger all the message monitor callbacks
onMessagesIngested(Collection<? extends T>) - Method in interface org.axonframework.messaging.monitoring.MessageMonitor
Takes a collection of messages and returns a map containing events along with their callbacks
OnMissingQualifiedBeanCondition - Class in org.axonframework.extension.springboot.util
Condition implementation to check for a bean instance of a specific class *and* a specific qualifier on it, matching if no such bean can be found.
OnMissingQualifiedBeanCondition() - Constructor for class org.axonframework.extension.springboot.util.OnMissingQualifiedBeanCondition
 
onNext(Consumer<MessageStream.Entry<M>>) - Method in interface org.axonframework.messaging.core.MessageStream.Empty
 
onNext(Consumer<MessageStream.Entry<M>>) - Method in interface org.axonframework.messaging.core.MessageStream
Invokes the given onNext each time an entry is consumed from this stream.
onNext(Consumer<MessageStream.Entry<M>>) - Method in interface org.axonframework.messaging.core.MessageStream.Single
 
onPostInvocation(Function<ProcessingContext, CompletableFuture<?>>) - Method in interface org.axonframework.messaging.core.unitofwork.ProcessingLifecycle
Registers the provided action to be executed in the post invocation phase.
onPostInvocation(Function<ProcessingContext, CompletableFuture<?>>) - Method in class org.axonframework.messaging.core.unitofwork.ResourceOverridingProcessingContext
 
onPreInvocation(Function<ProcessingContext, CompletableFuture<?>>) - Method in interface org.axonframework.messaging.core.unitofwork.ProcessingLifecycle
Registers the provided action to be executed in the pre-invocation phase.
onPreInvocation(Function<ProcessingContext, CompletableFuture<?>>) - Method in class org.axonframework.messaging.core.unitofwork.ResourceOverridingProcessingContext
 
onPrepareCommit(Function<ProcessingContext, CompletableFuture<?>>) - Method in interface org.axonframework.messaging.core.unitofwork.ProcessingLifecycle
Registers the provided action to be executed in the prepare commit phase.
onPrepareCommit(Function<ProcessingContext, CompletableFuture<?>>) - Method in class org.axonframework.messaging.core.unitofwork.ResourceOverridingProcessingContext
 
OnQualifiedBeanCondition - Class in org.axonframework.extension.springboot.util
Condition implementation to check for a bean instance of a specific class *and* a specific qualifier on it.
OnQualifiedBeanCondition() - Constructor for class org.axonframework.extension.springboot.util.OnQualifiedBeanCondition
 
onReportFailure(Message, Throwable) - Method in class org.axonframework.test.util.RecordingMessageMonitor
Hook for subclasses to perform additional actions when a message is reported as failed.
onReportIgnored(Message) - Method in class org.axonframework.test.util.RecordingMessageMonitor
Hook for subclasses to perform additional actions when a message is reported as ignored.
onReportSuccess(Message) - Method in class org.axonframework.test.util.RecordingMessageMonitor
Hook for subclasses to perform additional actions when a message is reported as successful.
onShutdown(int, Runnable) - Method in interface org.axonframework.common.configuration.LifecycleRegistry
Registers a shutdownHandler to be executed in the given phase when the configuration this registry belongs to is shut down.
onShutdown(int, BiConsumer<Configuration, C>) - Method in interface org.axonframework.common.configuration.ComponentDefinition
Registers the given handler to be invoked during the shutdown lifecycle of the application in the given phase.
onShutdown(int, Consumer<C>) - Method in interface org.axonframework.common.configuration.ComponentDefinition
Registers the given handler to be invoked during the shutdown lifecycle of the application in the given phase.
onShutdown(int, Consumer<D>) - Method in interface org.axonframework.common.configuration.DecoratorDefinition
Registers the given handler to be registered with the application's lifecycle during shutdown for this decorator.
onShutdown(int, Consumer<Configuration>) - Method in interface org.axonframework.common.configuration.LifecycleRegistry
Registers a shutdownHandler to be executed in the given phase when the configuration this registry belongs to is shut down.
onShutdown(int, Supplier<CompletableFuture<?>>) - Method in interface org.axonframework.common.configuration.LifecycleRegistry
Registers a shutdownHandler to be executed in the given phase when the configuration this registry belongs to is shut down.
onShutdown(int, ComponentLifecycleHandler<C>) - Method in class org.axonframework.common.configuration.AbstractComponent
 
onShutdown(int, ComponentLifecycleHandler<C>) - Method in interface org.axonframework.common.configuration.ComponentDefinition
Registers the given handler to be invoked during the shutdown lifecycle of the application in the given phase.
onShutdown(int, ComponentLifecycleHandler<D>) - Method in interface org.axonframework.common.configuration.DecoratorDefinition
Registers the given handler to be registered with the application's lifecycle during shutdown for this decorator.
onShutdown(int, LifecycleHandler) - Method in class org.axonframework.common.configuration.DefaultAxonApplication
 
onShutdown(int, LifecycleHandler) - Method in class org.axonframework.common.configuration.HierarchicalConfiguration
 
onShutdown(int, LifecycleHandler) - Method in interface org.axonframework.common.configuration.LifecycleRegistry
Registers an asynchronous shutdownHandler to be executed in the given phase when the configuration this registry belongs to is shut down.
onShutdown(int, LifecycleHandler) - Method in class org.axonframework.extension.spring.config.SpringLifecycleRegistry
 
onShutdown(Runnable) - Method in interface org.axonframework.common.configuration.LifecycleRegistry
Registers a shutdownHandler to be executed in the default phase 0 when the configuration this registry belongs to is shut down.
onStart(int, Runnable) - Method in interface org.axonframework.common.configuration.LifecycleRegistry
Registers a startHandler to be executed in the given phase when the configuration this registry belongs to is started.
onStart(int, BiConsumer<Configuration, C>) - Method in interface org.axonframework.common.configuration.ComponentDefinition
Registers the given handler to be invoked during the startup lifecycle of the application in the given phase.
onStart(int, Consumer<C>) - Method in interface org.axonframework.common.configuration.ComponentDefinition
Registers the given handler to be invoked during the startup lifecycle of the application in the given phase.
onStart(int, Consumer<D>) - Method in interface org.axonframework.common.configuration.DecoratorDefinition
Registers the given handler to be registered with the application's lifecycle during startup for this decorator.
onStart(int, Consumer<Configuration>) - Method in interface org.axonframework.common.configuration.LifecycleRegistry
Registers a startHandler to be executed in the given phase when the configuration this registry belongs to is started.
onStart(int, Supplier<CompletableFuture<?>>) - Method in interface org.axonframework.common.configuration.LifecycleRegistry
Registers a startHandler to be executed in the given phase when the configuration this registry belongs to is started.
onStart(int, ComponentLifecycleHandler<C>) - Method in class org.axonframework.common.configuration.AbstractComponent
 
onStart(int, ComponentLifecycleHandler<C>) - Method in interface org.axonframework.common.configuration.ComponentDefinition
Registers the given handler to be invoked during the startup lifecycle of the application in the given phase.
onStart(int, ComponentLifecycleHandler<D>) - Method in interface org.axonframework.common.configuration.DecoratorDefinition
Registers the given handler to be registered with the application's lifecycle during startup for this decorator.
onStart(int, LifecycleHandler) - Method in class org.axonframework.common.configuration.DefaultAxonApplication
 
onStart(int, LifecycleHandler) - Method in class org.axonframework.common.configuration.HierarchicalConfiguration
 
onStart(int, LifecycleHandler) - Method in interface org.axonframework.common.configuration.LifecycleRegistry
Registers an asynchronous startHandler to be executed in the given phase when the configuration this registry belongs to is started.
onStart(int, LifecycleHandler) - Method in class org.axonframework.extension.spring.config.SpringLifecycleRegistry
 
onStart(Runnable) - Method in interface org.axonframework.common.configuration.LifecycleRegistry
Registers a startHandler to be executed in the default phase 0 when the configuration this registry belongs to is started.
onSuccess(Class<R>, BiConsumer<R, Message>) - Method in interface org.axonframework.messaging.commandhandling.gateway.CommandResult
Attaches the given successHandler to this command result, expecting the given resultType.
onSuccess(Class<R>, Consumer<R>) - Method in interface org.axonframework.messaging.commandhandling.gateway.CommandResult
Attaches the given successHandler to this command result, expecting the given resultType.
onSuccess(Consumer<Message>) - Method in interface org.axonframework.messaging.commandhandling.gateway.CommandResult
Attaches the given successHandler to this command result.
onSuccess(CommandResultMessage) - Method in interface org.axonframework.messaging.commandhandling.distributed.CommandBusConnector.ResultCallback
Called when the command processing is successful.
open(StreamingCondition, ProcessingContext) - Method in class org.axonframework.eventsourcing.eventstore.InterceptingEventStore
 
open(StreamingCondition, ProcessingContext) - Method in class org.axonframework.eventsourcing.eventstore.StorageEngineBackedEventStore
 
open(StreamingCondition, ProcessingContext) - Method in interface org.axonframework.messaging.eventstreaming.StreamableEventSource
Open an event stream containing all events matching the given condition.
open(StreamingCondition, ProcessingContext) - Method in class org.axonframework.test.fixture.RecordingEventStore
 
OpenTelemetrySpan - Class in org.axonframework.extension.tracing.opentelemetry
Span implementation that uses OpenTelemetry's Span to provide tracing capabilities to an application.
OpenTelemetrySpan(SpanBuilder) - Constructor for class org.axonframework.extension.tracing.opentelemetry.OpenTelemetrySpan
Creates the span, based on the SpanBuilder provided.
OpenTelemetrySpanFactory - Class in org.axonframework.extension.tracing.opentelemetry
Creates Span implementations that are compatible with OpenTelemetry java agent instrumentation.
OpenTelemetrySpanFactory(OpenTelemetrySpanFactory.Builder) - Constructor for class org.axonframework.extension.tracing.opentelemetry.OpenTelemetrySpanFactory
Instantiate a OpenTelemetrySpanFactory based on the fields contained in the OpenTelemetrySpanFactory.Builder.
OpenTelemetrySpanFactory.Builder - Class in org.axonframework.extension.tracing.opentelemetry
Builder class to instantiate a OpenTelemetrySpanFactory.
optionallyCopyResourceToContainer(String, String) - Method in class org.axonframework.test.server.AxonServerContainer
Map (effectively replace) a directory in Docker with the content of resourceLocation if the resource location is not null.
or() - Method in interface org.axonframework.messaging.eventstreaming.EventCriteria
Start a builder to construct an additional EventCriteria that will be combined with this one using EventCriteria.or(EventCriteria).
or(SourcingCondition) - Method in interface org.axonframework.eventsourcing.eventstore.SourcingCondition
Merges this SourcingCondition with the given other SourcingCondition, by combining their search criteria and starting points.
or(EventCriteria) - Method in interface org.axonframework.messaging.eventstreaming.EventCriteria
Create an EventCriteria that matches events from either this or the given criteria EventCriteria.
or(EventCriteria) - Method in interface org.axonframework.messaging.eventstreaming.StreamingCondition
Combines the StreamingCondition.criteria() of this StreamingCondition with the given criteria.
Oracle11TokenTableFactory - Class in org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc
Jdbc token entry table factory for Oracle databases.
Oracle11TokenTableFactory() - Constructor for class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.Oracle11TokenTableFactory
 
Oracle11Utils - Class in org.axonframework.common.jdbc
Utility class with some specific hacks required to get certain features to work with Oracle v11.
orCriteria(EventCriteria) - Method in interface org.axonframework.eventsourcing.eventstore.AppendCondition
Returns an AppendCondition with a condition that represents this AppendCondition's criteria or the given criteria.
order() - Method in class org.axonframework.axonserver.connector.AxonServerConfigurationEnhancer
 
order() - Method in interface org.axonframework.common.configuration.ConfigurationEnhancer
Returns the relative order this enhancer should be invoked in, compared to other instances.
order() - Method in interface org.axonframework.common.configuration.DecoratorDefinition.CompletedDecoratorDefinition
The order in which this decorator must be invoked.
order() - Method in class org.axonframework.eventsourcing.configuration.EventSourcingConfigurationDefaults
 
order() - Method in record class org.axonframework.extension.springboot.autoconfig.JpaEventStoreAutoConfiguration.AggregateBasedJpaEventStorageEngineConfigurationEnhancer
 
order() - Method in class org.axonframework.messaging.core.configuration.MessagingConfigurationDefaults
 
order() - Method in enum class org.axonframework.messaging.core.unitofwork.ProcessingLifecycle.DefaultPhases
 
order() - Method in interface org.axonframework.messaging.core.unitofwork.ProcessingLifecycle.Phase
The order of this phase compared to other phases.
order() - Method in class org.axonframework.messaging.eventhandling.configuration.EventBusConfigurationDefaults
 
order() - Method in class org.axonframework.modelling.configuration.ModellingConfigurationDefaults
 
order() - Method in class org.axonframework.modelling.HierarchicalStateManagerConfigurationEnhancer
 
order() - Method in class org.axonframework.test.fixture.MessagesRecordingConfigurationEnhancer
 
order() - Method in class org.axonframework.update.UpdateCheckerConfigurationEnhancer
 
order(int) - Method in interface org.axonframework.common.configuration.DecoratorDefinition
Sets the order in which this decorator will be invoked on a component relative to other decorators.
ordered(Collection<HandlerEnhancerDefinition>) - Static method in class org.axonframework.messaging.core.annotation.MultiHandlerEnhancerDefinition
Creates a MultiHandlerEnhancerDefinition instance with the given delegates, which are automatically ordered based on the @Priority annotation on their respective classes.
ordered(List<HandlerDefinition>) - Static method in class org.axonframework.messaging.core.annotation.MultiHandlerDefinition
Creates a MultiHandlerDefinition instance with the given delegates, which are automatically ordered based on the @Priority annotation on their respective classes.
ordered(List<HandlerDefinition>, HandlerEnhancerDefinition) - Static method in class org.axonframework.messaging.core.annotation.MultiHandlerDefinition
Creates a MultiHandlerDefinition instance with the given delegates, which are automatically ordered based on the @Priority annotation on their respective classes.
ordered(List<ParameterResolverFactory>) - Static method in class org.axonframework.messaging.core.annotation.MultiParameterResolverFactory
Creates a MultiParameterResolverFactory instance with the given delegates, which are automatically ordered based on the @Priority annotation on their respective classes.
ordered(HandlerDefinition...) - Static method in class org.axonframework.messaging.core.annotation.MultiHandlerDefinition
Creates a MultiHandlerDefinition instance with the given delegates, which are automatically ordered based on the @Priority annotation on their respective classes.
ordered(HandlerEnhancerDefinition...) - Static method in class org.axonframework.messaging.core.annotation.MultiHandlerEnhancerDefinition
Creates a MultiHandlerEnhancerDefinition instance with the given delegates, which are automatically ordered based on the @Priority annotation on their respective classes.
ordered(HandlerEnhancerDefinition, HandlerDefinition...) - Static method in class org.axonframework.messaging.core.annotation.MultiHandlerDefinition
Creates a MultiHandlerDefinition instance with the given delegates, which are automatically ordered based on the @Priority annotation on their respective classes.
ordered(ParameterResolverFactory...) - Static method in class org.axonframework.messaging.core.annotation.MultiParameterResolverFactory
Creates a MultiParameterResolverFactory instance with the given delegates, which are automatically ordered based on the @Priority annotation on their respective classes.
orElse(TargetContextResolver<? super T>) - Method in interface org.axonframework.axonserver.connector.TargetContextResolver
Returns a TargetContextResolver that uses this instance to resolve a context for a given message and if it returns null, returns the results of the other resolver instead.
OrEventCriteriaBuilder - Class in org.axonframework.messaging.eventstreaming
Builder class to construct an EventCriteria that will match the to-be-built criteria and the already existing criteria.
org.axonframework.axonserver.connector - package org.axonframework.axonserver.connector
 
org.axonframework.axonserver.connector.command - package org.axonframework.axonserver.connector.command
 
org.axonframework.axonserver.connector.event - package org.axonframework.axonserver.connector.event
 
org.axonframework.axonserver.connector.query - package org.axonframework.axonserver.connector.query
 
org.axonframework.axonserver.connector.util - package org.axonframework.axonserver.connector.util
 
org.axonframework.common - package org.axonframework.common
Contains common utility classes needed in different components of the framework.
org.axonframework.common.annotation - package org.axonframework.common.annotation
Contains the main classes for annotation support in Axon Framework.
org.axonframework.common.caching - package org.axonframework.common.caching
Package containing a Caching abstraction, while waiting for the JSR 107 to be fully specified and implemented.
org.axonframework.common.configuration - package org.axonframework.common.configuration
 
org.axonframework.common.digest - package org.axonframework.common.digest
 
org.axonframework.common.function - package org.axonframework.common.function
 
org.axonframework.common.infra - package org.axonframework.common.infra
 
org.axonframework.common.io - package org.axonframework.common.io
 
org.axonframework.common.jdbc - package org.axonframework.common.jdbc
 
org.axonframework.common.jpa - package org.axonframework.common.jpa
 
org.axonframework.common.lifecycle - package org.axonframework.common.lifecycle
 
org.axonframework.common.lock - package org.axonframework.common.lock
 
org.axonframework.common.property - package org.axonframework.common.property
 
org.axonframework.common.tx - package org.axonframework.common.tx
 
org.axonframework.common.util - package org.axonframework.common.util
 
org.axonframework.conversion - package org.axonframework.conversion
Classes related to message processing in Axon Framework.
org.axonframework.conversion.avro - package org.axonframework.conversion.avro
 
org.axonframework.conversion.converter - package org.axonframework.conversion.converter
 
org.axonframework.conversion.json - package org.axonframework.conversion.json
 
org.axonframework.eventsourcing - package org.axonframework.eventsourcing
Classes related to event sourcing.
org.axonframework.eventsourcing.annotation - package org.axonframework.eventsourcing.annotation
 
org.axonframework.eventsourcing.annotation.reflection - package org.axonframework.eventsourcing.annotation.reflection
 
org.axonframework.eventsourcing.configuration - package org.axonframework.eventsourcing.configuration
 
org.axonframework.eventsourcing.eventstore - package org.axonframework.eventsourcing.eventstore
Definitions and implementations of the Event store, the mechanism that can load event streams and append events to them.
org.axonframework.eventsourcing.eventstore.inmemory - package org.axonframework.eventsourcing.eventstore.inmemory
 
org.axonframework.eventsourcing.eventstore.jdbc - package org.axonframework.eventsourcing.eventstore.jdbc
 
org.axonframework.eventsourcing.eventstore.jpa - package org.axonframework.eventsourcing.eventstore.jpa
JPA Implementation of the EventStore.
org.axonframework.extension.metrics.dropwizard - package org.axonframework.extension.metrics.dropwizard
 
org.axonframework.extension.metrics.micrometer - package org.axonframework.extension.metrics.micrometer
 
org.axonframework.extension.metrics.micrometer.reservoir - package org.axonframework.extension.metrics.micrometer.reservoir
 
org.axonframework.extension.spring - package org.axonframework.extension.spring
 
org.axonframework.extension.spring.authorization - package org.axonframework.extension.spring.authorization
 
org.axonframework.extension.spring.config - package org.axonframework.extension.spring.config
 
org.axonframework.extension.spring.config.annotation - package org.axonframework.extension.spring.config.annotation
 
org.axonframework.extension.spring.conversion.avro - package org.axonframework.extension.spring.conversion.avro
 
org.axonframework.extension.spring.event - package org.axonframework.extension.spring.event
 
org.axonframework.extension.spring.jdbc - package org.axonframework.extension.spring.jdbc
 
org.axonframework.extension.spring.messaging - package org.axonframework.extension.spring.messaging
Utility classes used to connect Axon Event publishing mechanisms to a Spring Messaging Channel.
org.axonframework.extension.spring.messaging.unitofwork - package org.axonframework.extension.spring.messaging.unitofwork
 
org.axonframework.extension.spring.stereotype - package org.axonframework.extension.spring.stereotype
 
org.axonframework.extension.springboot - package org.axonframework.extension.springboot
 
org.axonframework.extension.springboot.actuator - package org.axonframework.extension.springboot.actuator
 
org.axonframework.extension.springboot.actuator.axonserver - package org.axonframework.extension.springboot.actuator.axonserver
 
org.axonframework.extension.springboot.autoconfig - package org.axonframework.extension.springboot.autoconfig
 
org.axonframework.extension.springboot.service.connection - package org.axonframework.extension.springboot.service.connection
 
org.axonframework.extension.springboot.util - package org.axonframework.extension.springboot.util
 
org.axonframework.extension.springboot.util.jpa - package org.axonframework.extension.springboot.util.jpa
 
org.axonframework.extension.tracing.opentelemetry - package org.axonframework.extension.tracing.opentelemetry
 
org.axonframework.messaging.commandhandling - package org.axonframework.messaging.commandhandling
Classes that implement the concept of command handling using explicit command objects.
org.axonframework.messaging.commandhandling.annotation - package org.axonframework.messaging.commandhandling.annotation
 
org.axonframework.messaging.commandhandling.configuration - package org.axonframework.messaging.commandhandling.configuration
 
org.axonframework.messaging.commandhandling.distributed - package org.axonframework.messaging.commandhandling.distributed
 
org.axonframework.messaging.commandhandling.gateway - package org.axonframework.messaging.commandhandling.gateway
 
org.axonframework.messaging.commandhandling.interception - package org.axonframework.messaging.commandhandling.interception
 
org.axonframework.messaging.commandhandling.retry - package org.axonframework.messaging.commandhandling.retry
 
org.axonframework.messaging.commandhandling.tracing - package org.axonframework.messaging.commandhandling.tracing
 
org.axonframework.messaging.core - package org.axonframework.messaging.core
Classes related to message processing in Axon Framework.
org.axonframework.messaging.core.annotation - package org.axonframework.messaging.core.annotation
 
org.axonframework.messaging.core.configuration - package org.axonframework.messaging.core.configuration
 
org.axonframework.messaging.core.configuration.reflection - package org.axonframework.messaging.core.configuration.reflection
 
org.axonframework.messaging.core.conversion - package org.axonframework.messaging.core.conversion
 
org.axonframework.messaging.core.correlation - package org.axonframework.messaging.core.correlation
 
org.axonframework.messaging.core.interception - package org.axonframework.messaging.core.interception
 
org.axonframework.messaging.core.interception.annotation - package org.axonframework.messaging.core.interception.annotation
 
org.axonframework.messaging.core.reflection - package org.axonframework.messaging.core.reflection
 
org.axonframework.messaging.core.retry - package org.axonframework.messaging.core.retry
 
org.axonframework.messaging.core.timeout - package org.axonframework.messaging.core.timeout
 
org.axonframework.messaging.core.unitofwork - package org.axonframework.messaging.core.unitofwork
 
org.axonframework.messaging.core.unitofwork.annotation - package org.axonframework.messaging.core.unitofwork.annotation
 
org.axonframework.messaging.core.unitofwork.transaction - package org.axonframework.messaging.core.unitofwork.transaction
 
org.axonframework.messaging.eventhandling - package org.axonframework.messaging.eventhandling
Classes related to event handling and dispatching, such as
invalid reference
Event Listeners
and the Event Bus.
org.axonframework.messaging.eventhandling.annotation - package org.axonframework.messaging.eventhandling.annotation
 
org.axonframework.messaging.eventhandling.configuration - package org.axonframework.messaging.eventhandling.configuration
 
org.axonframework.messaging.eventhandling.conversion - package org.axonframework.messaging.eventhandling.conversion
 
org.axonframework.messaging.eventhandling.gateway - package org.axonframework.messaging.eventhandling.gateway
 
org.axonframework.messaging.eventhandling.interception - package org.axonframework.messaging.eventhandling.interception
 
org.axonframework.messaging.eventhandling.processing - package org.axonframework.messaging.eventhandling.processing
 
org.axonframework.messaging.eventhandling.processing.errorhandling - package org.axonframework.messaging.eventhandling.processing.errorhandling
 
org.axonframework.messaging.eventhandling.processing.streaming - package org.axonframework.messaging.eventhandling.processing.streaming
 
org.axonframework.messaging.eventhandling.processing.streaming.pooled - package org.axonframework.messaging.eventhandling.processing.streaming.pooled
 
org.axonframework.messaging.eventhandling.processing.streaming.segmenting - package org.axonframework.messaging.eventhandling.processing.streaming.segmenting
 
org.axonframework.messaging.eventhandling.processing.streaming.token - package org.axonframework.messaging.eventhandling.processing.streaming.token
 
org.axonframework.messaging.eventhandling.processing.streaming.token.annotation - package org.axonframework.messaging.eventhandling.processing.streaming.token.annotation
 
org.axonframework.messaging.eventhandling.processing.streaming.token.store - package org.axonframework.messaging.eventhandling.processing.streaming.token.store
 
org.axonframework.messaging.eventhandling.processing.streaming.token.store.inmemory - package org.axonframework.messaging.eventhandling.processing.streaming.token.store.inmemory
 
org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc - package org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc
 
org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa - package org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa
 
org.axonframework.messaging.eventhandling.processing.subscribing - package org.axonframework.messaging.eventhandling.processing.subscribing
 
org.axonframework.messaging.eventhandling.replay - package org.axonframework.messaging.eventhandling.replay
 
org.axonframework.messaging.eventhandling.replay.annotation - package org.axonframework.messaging.eventhandling.replay.annotation
 
org.axonframework.messaging.eventhandling.sequencing - package org.axonframework.messaging.eventhandling.sequencing
 
org.axonframework.messaging.eventhandling.tracing - package org.axonframework.messaging.eventhandling.tracing
 
org.axonframework.messaging.eventstreaming - package org.axonframework.messaging.eventstreaming
 
org.axonframework.messaging.monitoring - package org.axonframework.messaging.monitoring
 
org.axonframework.messaging.monitoring.configuration - package org.axonframework.messaging.monitoring.configuration
 
org.axonframework.messaging.monitoring.interception - package org.axonframework.messaging.monitoring.interception
 
org.axonframework.messaging.queryhandling - package org.axonframework.messaging.queryhandling
 
org.axonframework.messaging.queryhandling.annotation - package org.axonframework.messaging.queryhandling.annotation
 
org.axonframework.messaging.queryhandling.configuration - package org.axonframework.messaging.queryhandling.configuration
 
org.axonframework.messaging.queryhandling.distributed - package org.axonframework.messaging.queryhandling.distributed
 
org.axonframework.messaging.queryhandling.gateway - package org.axonframework.messaging.queryhandling.gateway
 
org.axonframework.messaging.queryhandling.interception - package org.axonframework.messaging.queryhandling.interception
 
org.axonframework.messaging.queryhandling.tracing - package org.axonframework.messaging.queryhandling.tracing
 
org.axonframework.messaging.tracing - package org.axonframework.messaging.tracing
 
org.axonframework.messaging.tracing.attributes - package org.axonframework.messaging.tracing.attributes
 
org.axonframework.modelling - package org.axonframework.modelling
 
org.axonframework.modelling.annotation - package org.axonframework.modelling.annotation
 
org.axonframework.modelling.configuration - package org.axonframework.modelling.configuration
 
org.axonframework.modelling.entity - package org.axonframework.modelling.entity
 
org.axonframework.modelling.entity.annotation - package org.axonframework.modelling.entity.annotation
 
org.axonframework.modelling.entity.child - package org.axonframework.modelling.entity.child
 
org.axonframework.modelling.repository - package org.axonframework.modelling.repository
 
org.axonframework.test - package org.axonframework.test
Classes in support of testing Axon based applications.
org.axonframework.test.fixture - package org.axonframework.test.fixture
 
org.axonframework.test.matchers - package org.axonframework.test.matchers
 
org.axonframework.test.server - package org.axonframework.test.server
 
org.axonframework.test.util - package org.axonframework.test.util
A collection of classes which may prove useful when testing Axon-based classes.
org.axonframework.update - package org.axonframework.update
 
org.axonframework.update.api - package org.axonframework.update.api
 
org.axonframework.update.common - package org.axonframework.update.common
 
org.axonframework.update.configuration - package org.axonframework.update.configuration
 
org.axonframework.update.detection - package org.axonframework.update.detection
 
ORIGIN - Static variable in interface org.axonframework.eventsourcing.eventstore.ConsistencyMarker
The consistency marker representing the start of an event stream.
osArch() - Method in record class org.axonframework.update.api.UpdateCheckRequest
Returns the value of the osArch record component.
osName() - Method in record class org.axonframework.update.api.UpdateCheckRequest
Returns the value of the osName record component.
osVersion() - Method in record class org.axonframework.update.api.UpdateCheckRequest
Returns the value of the osVersion record component.
OTHER - Enum constant in enum class org.axonframework.axonserver.connector.ErrorCode
 
OUTBOUND_COMMAND_CONNECTORS - Static variable in class org.axonframework.common.lifecycle.Phase
Phase to start or shutdown outbound command and/or query connectors.
OUTBOUND_EVENT_CONNECTORS - Static variable in class org.axonframework.common.lifecycle.Phase
Phase to start or shutdown outbound event connectors.
OUTBOUND_QUERY_CONNECTORS - Static variable in class org.axonframework.common.lifecycle.Phase
Phase to start or shutdown outbound command and/or query connectors.
OutboundEventMessageChannelAdapter - Class in org.axonframework.extension.spring.messaging
Adapter class that sends Events from an event bus to a Spring Messaging Message Channel.
OutboundEventMessageChannelAdapter(SubscribableEventSource, MessageChannel) - Constructor for class org.axonframework.extension.spring.messaging.OutboundEventMessageChannelAdapter
Initialize an adapter to forward messages from the given eventSource to the given channel.
OutboundEventMessageChannelAdapter(SubscribableEventSource, MessageChannel, Predicate<? super EventMessage>) - Constructor for class org.axonframework.extension.spring.messaging.OutboundEventMessageChannelAdapter
Initialize an adapter to forward messages from the given eventSource to the given channel.
OutboundEventMessageChannelAdapter(SubscribableEventSource, MessageChannel, Predicate<? super EventMessage>, EventMessageConverter) - Constructor for class org.axonframework.extension.spring.messaging.OutboundEventMessageChannelAdapter
Initialize an adapter to forward messages from the given eventSource to the given channel.
OVERRIDE_ONLY - Static variable in class org.axonframework.common.annotation.AnnotationUtils
Boolean specifying that a AnnotationUtils.findAnnotationAttributes(AnnotatedElement, String, boolean) invocation should only contain the exact attributes of the target annotation, overridden by identical attributes on meta-annotated annotations.
OverridePolicy - Enum Class in org.axonframework.common.configuration
Enumeration describing how a ComponentRegistry should react when a Component is to be overridden during a ComponentRegistry.registerComponent(ComponentDefinition) invocation.
ownerColumn() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.TokenSchema
Returns the name of the column containing the name of the machine that is currently the owner of this token.

P

packages() - Element in annotation interface org.axonframework.extension.springboot.util.RegisterDefaultEntities
An array of package names used by the DefaultEntityRegistrar to collect entities from.
Parameter Matching - Search tag in annotation interface org.axonframework.messaging.eventhandling.annotation.SequencingPolicy
Section
ParameterResolver<T> - Interface in org.axonframework.messaging.core.annotation
Interface for a mechanism that resolves handler method parameter values from a given ProcessingContext.
ParameterResolverFactory - Interface in org.axonframework.messaging.core.annotation
Interface for objects capable of creating Parameter Resolver instances for annotated handler methods.
ParameterResolverFactoryUtils - Class in org.axonframework.messaging.core.configuration.reflection
Utility class that provides methods to register a ParameterResolverFactory to the ComponentRegistry.
parameters() - Element in annotation interface org.axonframework.messaging.eventhandling.annotation.SequencingPolicy
String parameters to pass to the sequencing policy constructor.
parametersMatch(Message, ProcessingContext) - Method in class org.axonframework.messaging.core.annotation.MethodInvokingMessageHandlingMember
Checks if the parameter resolvers of this member are compatible with the given message.
Parameter types - Search tag in annotation interface org.axonframework.eventsourcing.annotation.reflection.EntityCreator
Section
parse(Throwable) - Static method in class org.axonframework.axonserver.connector.util.GrpcExceptionParser
Convert the give exception into a RuntimeException.
parseInstant(CharSequence) - Static method in class org.axonframework.common.DateTimeUtils
Parse the given timestamp into an Instant.
PassThroughConverter - Class in org.axonframework.conversion
A Converter implementation that only "passes through" input object if the sourceType and targetType are the identical.
pauseProcessor() - Method in record class org.axonframework.axonserver.connector.event.EventProcessorControlService.AxonProcessorInstructionHandler
 
payload() - Method in class org.axonframework.eventsourcing.eventstore.jpa.AggregateEventEntry
Returns the payload of the stored EventMessage.
payload() - Method in class org.axonframework.messaging.core.GenericMessage
 
payload() - Method in interface org.axonframework.messaging.core.Message
Returns the payload of this Message.
payload() - Method in class org.axonframework.messaging.core.MessageDecorator
 
payload(byte[]) - Static method in class org.axonframework.conversion.avro.AvroUtil
Reads payload from single object encoded byte array.
PAYLOAD_TYPE - Static variable in interface org.axonframework.messaging.core.annotation.HandlerAttributes
Attribute key referencing the payload type contained in the Message.
PAYLOAD_TYPE_TAG - Static variable in class org.axonframework.extension.metrics.micrometer.TagsUtil
The micrometer Tag key that represents the Axon message payload type
PAYLOAD_TYPE_TAGGER_FUNCTION - Static variable in class org.axonframework.extension.metrics.micrometer.TagsUtil
The function for creating the Micrometer Tags based on the message payload type.
payloadAs(Class<T>) - Method in interface org.axonframework.messaging.core.Message
Returns the payload of this Message casted to the given type if Message.payloadType() is assignable from the given type, otherwise throws a ConversionException.
payloadAs(Class<T>, Converter) - Method in interface org.axonframework.messaging.core.Message
Returns the payload of this Message, converted to the given type by the given converter.
payloadAs(Type, Converter) - Method in class org.axonframework.messaging.core.GenericMessage
 
payloadAs(Type, Converter) - Method in interface org.axonframework.messaging.core.Message
Returns the payload of this Message, converted to the given type by the given converter.
payloadAs(Type, Converter) - Method in class org.axonframework.messaging.core.MessageDecorator
 
payloadAs(TypeReference<T>) - Method in interface org.axonframework.messaging.core.Message
Returns the payload of this Message casted to the given type if Message.payloadType() is assignable from the given type, otherwise throws a ConversionException.
payloadAs(TypeReference<T>, Converter) - Method in interface org.axonframework.messaging.core.Message
Returns the payload of this Message, converted to the given type by the given converter.
PayloadBasedEntityEvolver<P,E> - Class in org.axonframework.modelling
An EntityEvolver implementation that converts the Message.payload() to the given payloadType to evolve an entity with.
PayloadBasedEntityEvolver(Class<P>, BiFunction<E, P, E>) - Constructor for class org.axonframework.modelling.PayloadBasedEntityEvolver
Constructs a PayloadConvertingEntityEvolver, converting the Message.payload() to the given payloadType, after which it invokes the given evolver.
PayloadBasedTagResolver<P> - Class in org.axonframework.eventsourcing.eventstore
Simple implementation of the TagResolver that is able to combine several lambdas to construct Tags from payloads of type P.
PayloadConvertingCommandBusConnector - Class in org.axonframework.messaging.commandhandling.distributed
Connector implementation that converts the payload of outgoing messages into the expected format.
PayloadConvertingCommandBusConnector(CommandBusConnector, MessageConverter, Class<?>) - Constructor for class org.axonframework.messaging.commandhandling.distributed.PayloadConvertingCommandBusConnector
Initialize the PayloadConvertingConnector to use given converter to convert each Message's payload into targetType before passing it to given delegate.
PayloadConvertingQueryBusConnector - Class in org.axonframework.messaging.queryhandling.distributed
Connector implementation that converts the payload of outgoing messages into the expected format.
PayloadConvertingQueryBusConnector(QueryBusConnector, MessageConverter, Class<?>) - Constructor for class org.axonframework.messaging.queryhandling.distributed.PayloadConvertingQueryBusConnector
Initialize the PayloadConvertingConnector to use given converter to convert each Message's payload into targetType before passing it to given delegate.
PayloadMatcher<T> - Class in org.axonframework.test.matchers
Matcher that matches any message (e.g.
PayloadMatcher(Matcher<?>) - Constructor for class org.axonframework.test.matchers.PayloadMatcher
Constructs an instance with the given payloadMatcher.
PayloadParameterResolver - Class in org.axonframework.messaging.core.annotation
Implementation of a ParameterResolver that resolves the Message payload as parameter in a handler method.
PayloadParameterResolver(Class<?>) - Constructor for class org.axonframework.messaging.core.annotation.PayloadParameterResolver
Initializes a new PayloadParameterResolver for a method parameter of given payloadType.
payloadQualifiedNames() - Element in annotation interface org.axonframework.eventsourcing.annotation.reflection.EntityCreator
The qualified names of the payload types that this factory method can handle.
PayloadsMatcher - Class in org.axonframework.test.matchers
Matches a list of Messages if the list of their payloads matches the given matcher.
PayloadsMatcher(Matcher<? extends Iterable<?>>) - Constructor for class org.axonframework.test.matchers.PayloadsMatcher
Constructs an instance that uses the given matcher to match the payloads.
payloadsMatching(Matcher<? extends List<?>>) - Static method in class org.axonframework.test.matchers.Matchers
Returns a Matcher that matches a list of Message if a list containing their respective payloads matches the given matcher.
payloadType() - Element in annotation interface org.axonframework.eventsourcing.annotation.EventSourcingHandler
The type of event this method handles.
payloadType() - Element in annotation interface org.axonframework.messaging.commandhandling.annotation.CommandHandler
The type of payload expected by this handler.
payloadType() - Element in annotation interface org.axonframework.messaging.core.annotation.MessageHandler
Specifies the type of message payload that can be handled by the member method.
payloadType() - Method in interface org.axonframework.messaging.core.annotation.MessageHandlingMember
Returns the payload type of messages that can be processed by this handler.
payloadType() - Method in class org.axonframework.messaging.core.annotation.MethodInvokingMessageHandlingMember
 
payloadType() - Method in class org.axonframework.messaging.core.annotation.WrappedMessageHandlingMember
 
payloadType() - Method in class org.axonframework.messaging.core.GenericMessage
 
payloadType() - Element in annotation interface org.axonframework.messaging.core.interception.annotation.ExceptionHandler
Specifies the type of message payload that can be handled by the member method.
payloadType() - Element in annotation interface org.axonframework.messaging.core.interception.annotation.MessageHandlerInterceptor
Specifies the type of message payload that can be handled by the member method.
payloadType() - Method in interface org.axonframework.messaging.core.Message
Returns the type of the payload.
payloadType() - Method in class org.axonframework.messaging.core.MessageDecorator
 
payloadType() - Element in annotation interface org.axonframework.messaging.eventhandling.annotation.EventHandler
The representation of the event this method requires.
PayloadTypeMessageMonitorWrapper<T> - Class in org.axonframework.extension.metrics.dropwizard
A MessageMonitor implementation which creates a new MessageMonitor for every Message payload type ingested by it.
PayloadTypeMessageMonitorWrapper(Supplier<T>) - Constructor for class org.axonframework.extension.metrics.dropwizard.PayloadTypeMessageMonitorWrapper
Create a PayloadTypeMessageMonitorWrapper which builds monitors through a given monitorSupplier for every message payload type encountered.
PayloadTypeMessageMonitorWrapper(Supplier<T>, Function<Class<?>, String>) - Constructor for class org.axonframework.extension.metrics.dropwizard.PayloadTypeMessageMonitorWrapper
Create a PayloadTypeMessageMonitorWrapper which builds monitors through a given monitorSupplier for every message payload type encountered and sets the monitor name as specified by the monitorNameBuilder.
PayloadTypeSpanAttributesProvider - Class in org.axonframework.messaging.tracing.attributes
Adds the payload type as an attribute to the Span.
PayloadTypeSpanAttributesProvider() - Constructor for class org.axonframework.messaging.tracing.attributes.PayloadTypeSpanAttributesProvider
 
peek() - Method in class org.axonframework.axonserver.connector.event.SourcingEventMessageStream
 
peek() - Method in class org.axonframework.axonserver.connector.event.StreamingEventMessageStream
 
peek() - Method in class org.axonframework.axonserver.connector.query.AbstractQueryResponseMessageStream
 
peek() - Method in class org.axonframework.eventsourcing.eventstore.ContinuousMessageStream
 
peek() - Method in class org.axonframework.messaging.core.CloseCallbackMessageStream
 
peek() - Method in class org.axonframework.messaging.core.DelayedMessageStream
 
peek() - Method in interface org.axonframework.messaging.core.MessageStream
Returns an Optional carrying the next entry from the stream (without moving the stream pointer), if such entry was available.
peek() - Method in class org.axonframework.messaging.core.QueueMessageStream
 
performAvroCompatibilityCheck() - Method in record class org.axonframework.conversion.avro.AvroConverterStrategyConfiguration
Returns the value of the performAvroCompatibilityCheck record component.
performAvroCompatibilityCheck(boolean) - Method in record class org.axonframework.conversion.avro.AvroConverterConfiguration
Creates a new configuration performing (or not) compatibility checks, based on the provided flag.
persist(ID, E, ProcessingContext) - Method in class org.axonframework.eventsourcing.EventSourcingRepository
 
persist(ID, E, ProcessingContext) - Method in class org.axonframework.modelling.repository.AccessSerializingRepository
 
persist(ID, E, ProcessingContext) - Method in class org.axonframework.modelling.repository.InMemoryRepository
 
persist(ID, E, ProcessingContext) - Method in interface org.axonframework.modelling.repository.Repository
Persists the given entity in this repository
persist(ID, E, ProcessingContext) - Method in class org.axonframework.modelling.repository.SimpleRepository
 
persist(I, T, ProcessingContext) - Method in interface org.axonframework.modelling.repository.SimpleRepositoryEntityPersister
Persist the given entity with given id within the given context.
persistenceExceptionResolver() - Method in record class org.axonframework.eventsourcing.eventstore.jpa.AggregateBasedJpaEventStorageEngineConfiguration
Returns the value of the persistenceExceptionResolver record component.
persistenceExceptionResolver() - Method in record class org.axonframework.extension.springboot.autoconfig.JpaEventStoreAutoConfiguration.AggregateBasedJpaEventStorageEngineConfigurationEnhancer
Returns the value of the persistenceExceptionResolver record component.
persistenceExceptionResolver(DataSource) - Method in class org.axonframework.extension.springboot.autoconfig.JpaAutoConfiguration
Provides a persistence exception resolver for a data source.
persistenceExceptionResolver(PersistenceExceptionResolver) - Method in record class org.axonframework.eventsourcing.eventstore.jpa.AggregateBasedJpaEventStorageEngineConfiguration
Sets the PersistenceExceptionResolver used to detect concurrency exceptions from the backing database.
PersistenceExceptionResolver - Interface in org.axonframework.common.jdbc
The PersistenceExceptionResolver is used to find out if an exception is caused by duplicate keys.
persister(ComponentBuilder<SimpleRepositoryEntityPersister<ID, E>>) - Method in interface org.axonframework.modelling.configuration.StateBasedEntityModule.PersisterPhase
Registers the given persister as a factory method for the state-based entity being built.
PessimisticLockFactory - Class in org.axonframework.common.lock
Implementation of a LockFactory that uses a pessimistic locking strategy.
PessimisticLockFactory(PessimisticLockFactory.Builder) - Constructor for class org.axonframework.common.lock.PessimisticLockFactory
Creates an instance of the lock factory using the given builder containing the configuration properties to use.
PessimisticLockFactory.Builder - Class in org.axonframework.common.lock
Builder class for the PessimisticLockFactory.
phase() - Method in record class org.axonframework.common.configuration.AbstractComponent.HandlerRegistration
Returns the value of the phase record component.
Phase - Class in org.axonframework.common.lifecycle
Utility class containing constants that can be used as input when registering ComponentDefinitions with start and/or shutdown handlers.
PK() - Constructor for class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa.TokenEntry.PK
Constructor for JPA.
PK(String, int) - Constructor for class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa.TokenEntry.PK
Constructs a primary key for a TokenEntry.
pollingInterval() - Method in class org.axonframework.extension.springboot.JpaEventStorageEngineConfigurationProperties
Retries the polling interval in milliseconds to detect new appended events.
Polymorphic entities - Search tag in annotation interface org.axonframework.eventsourcing.annotation.EventSourcedEntity
Section
PolymorphicEntityMetamodel<E> - Class in org.axonframework.modelling.entity
Polymorphic EntityMetamodel that represents an entity that can have multiple concrete types.
PolymorphicEntityMetamodelBuilder<E> - Interface in org.axonframework.modelling.entity
Builder for a polymorphic EntityMetamodel, where a parent entity can have multiple concrete child entities.
POOLED - Enum constant in enum class org.axonframework.extension.spring.config.EventProcessorSettings.ProcessorMode
Indicates a PooledStreamingEventProcessor should be used.
POOLED - Enum constant in enum class org.axonframework.extension.springboot.EventProcessorProperties.Mode
Indicates a PooledStreamingEventProcessor should be used.
pooledStreaming(String) - Static method in interface org.axonframework.messaging.eventhandling.configuration.EventProcessorModule
Creates a PooledStreamingEventProcessorModule with the given name.
pooledStreaming(UnaryOperator<PooledStreamingEventProcessorsConfigurer>) - Method in class org.axonframework.messaging.eventhandling.configuration.EventProcessingConfigurer
Provides access to configure PooledStreamingEventProcessor instances through the PooledStreamingEventProcessorsConfigurer.
PooledStreamingEventProcessor - Class in org.axonframework.messaging.eventhandling.processing.streaming.pooled
A StreamingEventProcessor implementation which pools its resources to enhance processing speed.
PooledStreamingEventProcessor(String, List<EventHandlingComponent>, PooledStreamingEventProcessorConfiguration) - Constructor for class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessor
Instantiate a PooledStreamingEventProcessor with given name, eventHandlingComponents and based on the fields contained in the PooledStreamingEventProcessorConfiguration.
PooledStreamingEventProcessorConfiguration - Class in org.axonframework.messaging.eventhandling.processing.streaming.pooled
Configuration class for a PooledStreamingEventProcessor.
PooledStreamingEventProcessorConfiguration() - Constructor for class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorConfiguration
Constructs a new PooledStreamingEventProcessorConfiguration with just default values.
PooledStreamingEventProcessorConfiguration(EventProcessorConfiguration) - Constructor for class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorConfiguration
Constructs a new PooledStreamingEventProcessorConfiguration copying properties from the given configuration.
PooledStreamingEventProcessorConfiguration(EventProcessorConfiguration, Configuration) - Constructor for class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorConfiguration
Constructs a new PooledStreamingEventProcessorConfiguration with default values and retrieve global default values.
PooledStreamingEventProcessorModule - Class in org.axonframework.messaging.eventhandling.processing.streaming.pooled
A configuration module for configuring and registering a single PooledStreamingEventProcessor component.
PooledStreamingEventProcessorModule(String) - Constructor for class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorModule
Constructs a module with the given processor name.
PooledStreamingEventProcessorModule.Customization - Interface in org.axonframework.messaging.eventhandling.processing.streaming.pooled
PooledStreamingEventProcessorsConfigurer - Class in org.axonframework.messaging.eventhandling.processing.streaming.pooled
A configurer for managing multiple PooledStreamingEventProcessor instances within an application.
PooledStreamingEventProcessorsConfigurer(EventProcessingConfigurer) - Constructor for class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorsConfigurer
Constructs a new pooled streaming event processors configurer.
pooledStreamingProcessor(String) - Static method in interface org.axonframework.extension.spring.config.ProcessorDefinition
Creates a new processor definition for a pooled streaming event processor with the given name.
position() - Method in class org.axonframework.eventsourcing.eventstore.AggregateBasedConsistencyMarker
 
position() - Method in interface org.axonframework.eventsourcing.eventstore.ConsistencyMarker
Reduces this consistency marker to a single position if possible.
position() - Method in class org.axonframework.eventsourcing.eventstore.GlobalIndexConsistencyMarker
 
position() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.GapAwareTrackingToken
 
position() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.GlobalSequenceTrackingToken
 
position() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.MergedTrackingToken
 
position() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.ReplayToken
 
position() - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.token.TrackingToken
Return the estimated relative position this token represents.
position() - Method in interface org.axonframework.messaging.eventstreaming.StreamingCondition
The position as a TrackingToken to start streaming from.
position(ConsistencyMarker) - Static method in class org.axonframework.eventsourcing.eventstore.GlobalIndexConsistencyMarker
Utility function to resolve the position from given consistencyMarker.
Position - Interface in org.axonframework.eventsourcing.eventstore
Represents a position from which sourcing may start.
POST_INVOCATION - Enum constant in enum class org.axonframework.messaging.core.unitofwork.ProcessingLifecycle.DefaultPhases
Phase used to contain actions that occur after the main invocation.
PostgresTokenTableFactory - Class in org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc
Jdbc token entry table factory for Postgres databases.
PostgresTokenTableFactory() - Constructor for class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.PostgresTokenTableFactory
 
postProcessAfterInitialization(Object, String) - Method in class org.axonframework.extension.spring.config.SpringComponentRegistry
Override from the BeanPostProcessor interface.
postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - Method in class org.axonframework.extension.spring.config.MessageHandlerLookup
 
postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - Method in class org.axonframework.extension.spring.config.SpringEventSourcedEntityLookup
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.axonframework.extension.spring.config.MessageHandlerLookup
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.axonframework.extension.spring.config.SpringComponentRegistry
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.axonframework.extension.spring.config.SpringEventSourcedEntityLookup
 
postProcessComponents(Consumer<Component<?>>) - Method in class org.axonframework.common.configuration.Components
Invoke the given processor on all components that are registered in this collection.
postProcessConfiguration(Configuration) - Method in class org.axonframework.common.configuration.BaseModule
Method that can be overridden to specify specific actions that need to be taken after the configuration for this module is constructed.
PRE_INVOCATION - Enum constant in enum class org.axonframework.messaging.core.unitofwork.ProcessingLifecycle.DefaultPhases
Phase used to contain actions that occur before the main invocation.
predicate(Predicate<T>) - Static method in class org.axonframework.test.matchers.Matchers
Returns a Matcher that matches with values of type T defined by the given predicate.
PredicateMatcher<T> - Class in org.axonframework.test.matchers
Matcher implementation that delegates the matching to a Predicate.
PredicateMatcher(Predicate<T>) - Constructor for class org.axonframework.test.matchers.PredicateMatcher
Initializes the matcher using given predicate to test values to match against.
PREPARE_COMMIT - Enum constant in enum class org.axonframework.messaging.core.unitofwork.ProcessingLifecycle.DefaultPhases
Phase used to contain actions to prepare the commit of the ProcessingLifecycle.
priority() - Method in class org.axonframework.common.util.PriorityCallable
 
priority() - Method in class org.axonframework.common.util.PriorityRunnable
 
priority() - Method in interface org.axonframework.common.util.PriorityTask
Returns the priority of this task.
priority() - Method in class org.axonframework.extension.springboot.UpdateCheckerProperties
 
priority() - Method in interface org.axonframework.messaging.commandhandling.CommandMessage
Returns the priority of this CommandMessage, if any is applicable.
priority() - Method in class org.axonframework.messaging.commandhandling.GenericCommandMessage
 
priority() - Method in interface org.axonframework.messaging.core.annotation.MessageHandlingMember
Returns a number representing the priority of this handler over other handlers capable of processing the same message.
priority() - Method in class org.axonframework.messaging.core.annotation.WrappedMessageHandlingMember
 
priority() - Method in interface org.axonframework.messaging.core.interception.annotation.MessageInterceptingMember
 
priority() - Method in class org.axonframework.messaging.queryhandling.GenericQueryMessage
 
priority() - Method in interface org.axonframework.messaging.queryhandling.QueryMessage
Returns the priority of this QueryMessage, if any is applicable.
priority() - Method in class org.axonframework.update.configuration.CommandLineUsagePropertyProvider
 
priority() - Method in class org.axonframework.update.configuration.DefaultUsagePropertyProvider
 
priority() - Method in class org.axonframework.update.configuration.EnvironmentVariableUsagePropertyProvider
 
priority() - Method in class org.axonframework.update.configuration.HierarchicalUsagePropertyProvider
 
priority() - Method in class org.axonframework.update.configuration.PropertyFileUsagePropertyProvider
 
priority() - Method in interface org.axonframework.update.configuration.UsagePropertyProvider
Returns the priority of this property provider.
priority(List<ProcessingInstruction>) - Static method in class org.axonframework.axonserver.connector.util.ProcessingInstructionUtils
Retrieve the priority as a int from the given instructions, by searching for the ProcessingInstruction who's key equals the ProcessingKey.PRIORITY.
Priority - Annotation Interface in org.axonframework.common
Indicates the relative priority of the annotated component.
PriorityAnnotationComparator<T> - Class in org.axonframework.common.annotation
Comparator that compares objects based on the value on an @Priority annotation.
PriorityCallable<T> - Class in org.axonframework.common.util
A wrapper class of Callables that adheres to a priority by implementing PriorityTask.
PriorityCallable(Callable<T>, long, long) - Constructor for class org.axonframework.common.util.PriorityCallable
Construct a priority task.
PriorityExecutorService - Class in org.axonframework.axonserver.connector.util
This ExecutorService wraps an existing one, creating a PriorityTask for every Runnable that is submitted that's an instance of one.
PriorityRunnable - Class in org.axonframework.common.util
A wrapper class of Runnables that adheres to a priority by implementing PriorityTask.
PriorityRunnable(Runnable, long, long) - Constructor for class org.axonframework.common.util.PriorityRunnable
Construct a priority task.
PriorityTask - Interface in org.axonframework.common.util
Represents a task such as Runnable or Comparable that adheres to a priority by implementing Comparable.
PriorityTaskSchedulers - Interface in org.axonframework.axonserver.connector.util
Responsible for creating Scheduler implementations relevant to the Axon Server connector.
proceed(M, ProcessingContext) - Method in class org.axonframework.messaging.core.DefaultMessageDispatchInterceptorChain
 
proceed(M, ProcessingContext) - Method in interface org.axonframework.messaging.core.MessageDispatchInterceptorChain
Signals this interceptor chain to continue processing the message.
proceed(M, ProcessingContext) - Method in interface org.axonframework.messaging.core.MessageHandlerInterceptorChain
Signals this interceptor chain to continue processing the message.
proceed(CommandMessage, ProcessingContext) - Method in class org.axonframework.messaging.commandhandling.interception.CommandMessageHandlerInterceptorChain
 
proceed(EventMessage, ProcessingContext) - Method in class org.axonframework.messaging.eventhandling.interception.EventMessageHandlerInterceptorChain
 
proceed(QueryMessage, ProcessingContext) - Method in class org.axonframework.messaging.queryhandling.interception.QueryMessageHandlerInterceptorChain
 
process(List<EventMessage>, ProcessingContext) - Method in class org.axonframework.messaging.eventhandling.processing.subscribing.SubscribingEventProcessor
Process the given messages.
ProcessingContext - Interface in org.axonframework.messaging.core.unitofwork
Implementation of the ProcessingLifecycle adding mutable resource management operations by implementing Context.
ProcessingContextEventAppender - Class in org.axonframework.messaging.eventhandling.gateway
Component that publishes events to an EventSink in the context of a ProcessingContext.
ProcessingContextParameterResolverFactory - Class in org.axonframework.messaging.core.unitofwork.annotation
ParameterResolverFactory implementation that provides a ParameterResolver for parameters of type ProcessingContext.
ProcessingContextParameterResolverFactory() - Constructor for class org.axonframework.messaging.core.unitofwork.annotation.ProcessingContextParameterResolverFactory
 
ProcessingInstructionUtils - Class in org.axonframework.axonserver.connector.util
Utility class contain helper methods to extract information from ProcessingInstructions.
ProcessingLifecycle - Interface in org.axonframework.messaging.core.unitofwork
Interface dedicate to managing the lifecycle of any process.
ProcessingLifecycle.DefaultPhases - Enum Class in org.axonframework.messaging.core.unitofwork
Default phases used for the shorthand methods in the ProcessingLifecycle.
ProcessingLifecycle.ErrorHandler - Interface in org.axonframework.messaging.core.unitofwork
Functional interface describing an operation that's invoked when an error is detected within the ProcessingLifecycle.
ProcessingLifecycle.Phase - Interface in org.axonframework.messaging.core.unitofwork
Interface describing a possible phase for the ProcessingLifecycle to perform steps in.
processingStatus() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessor
 
processingStatus() - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.StreamingEventProcessor
Returns the status for each of the segments processed by this processor as EventTrackerStatus instances.
processor() - Method in record class org.axonframework.axonserver.connector.event.EventProcessorControlService.AxonProcessorInstructionHandler
Returns the value of the processor record component.
processor(String, Function<EventProcessorModule.EventHandlingPhase<PooledStreamingEventProcessorModule, PooledStreamingEventProcessorConfiguration>, PooledStreamingEventProcessorModule>) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorsConfigurer
Registers a pooled streaming event processor with custom module configuration.
processor(String, Function<EventProcessorModule.EventHandlingPhase<SubscribingEventProcessorModule, SubscribingEventProcessorConfiguration>, SubscribingEventProcessorModule>) - Method in class org.axonframework.messaging.eventhandling.processing.subscribing.SubscribingEventProcessorsConfigurer
Registers a subscribing event processor with a custom module configuration.
processor(ModuleBuilder<PooledStreamingEventProcessorModule>) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorsConfigurer
processor(ModuleBuilder<SubscribingEventProcessorModule>) - Method in class org.axonframework.messaging.eventhandling.processing.subscribing.SubscribingEventProcessorsConfigurer
PROCESSOR_NAME_TAG - Static variable in class org.axonframework.extension.metrics.micrometer.TagsUtil
The micrometer Tag key that represents the Axon event processor name
ProcessorDefinition - Interface in org.axonframework.extension.spring.config
Defines the configuration for an event processor, including which event handlers it should process and how it should be configured.
ProcessorDefinition.EventHandlerDescriptor - Interface in org.axonframework.extension.spring.config
Describes an event handler component that can be assigned to an event processor.
ProcessorDefinition.ProcessorDefinitionConfigurationStep<T> - Interface in org.axonframework.extension.spring.config
Final step in the processor definition fluent API for configuring the processor settings.
ProcessorDefinition.ProcessorDefinitionSelectorStep<T> - Interface in org.axonframework.extension.spring.config
The second step in the processor definition fluent API for selecting which event handlers should be assigned to the processor.
ProcessorEventHandlingComponents - Class in org.axonframework.messaging.eventhandling.processing
Internal class for managing multiple EventHandlingComponent instances and processing event messages through them.
ProcessorEventHandlingComponents(List<EventHandlingComponent>) - Constructor for class org.axonframework.messaging.eventhandling.processing.ProcessorEventHandlingComponents
Constructs a ProcessorEventHandlingComponents instance by wrapping the provided list of EventHandlingComponents in SequencingEventHandlingComponent instances for sequential event handling where needed.
processorMode() - Method in interface org.axonframework.extension.spring.config.EventProcessorSettings.PooledEventProcessorSettings
Retrieves the processor mode.
processorMode() - Method in interface org.axonframework.extension.spring.config.EventProcessorSettings
Retrieves the processor mode.
processorMode() - Method in interface org.axonframework.extension.spring.config.EventProcessorSettings.SubscribingEventProcessorSettings
 
processorMode() - Method in class org.axonframework.extension.springboot.EventProcessorProperties.ProcessorSettings
Retrieves the processor mode.
ProcessorModuleFactory - Interface in org.axonframework.extension.spring.config
Factory for building EventProcessorModules from a set of discovered event handler components.
processorNameColumn() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.TokenSchema
Returns the name of the column containing the name of the processor to which the token belongs.
ProcessorSettings() - Constructor for class org.axonframework.axonserver.connector.AxonServerConfiguration.Eventhandling.ProcessorSettings
 
ProcessorSettings() - Constructor for class org.axonframework.extension.springboot.EventProcessorProperties.ProcessorSettings
 
ProcessRetriesExhaustedException - Exception Class in org.axonframework.common
Exception indicating that an action was retried a maximum times, without a good result.
ProcessRetriesExhaustedException(String) - Constructor for exception class org.axonframework.common.ProcessRetriesExhaustedException
Initializes the exception using the given message.
ProcessRetriesExhaustedException(String, Throwable) - Constructor for exception class org.axonframework.common.ProcessRetriesExhaustedException
Initializes the exception using the given message and cause.
ProcessUtils - Class in org.axonframework.common
Processing utilities.
projectReactorOnClasspath() - Static method in class org.axonframework.common.util.ClasspathResolver
Return true if Project Reactor is on classpath, false otherwise.
propagateContext(M) - Method in class org.axonframework.extension.tracing.opentelemetry.OpenTelemetrySpanFactory
 
propagateContext(M) - Method in class org.axonframework.messaging.queryhandling.tracing.DefaultQueryBusSpanFactory
 
propagateContext(M) - Method in class org.axonframework.messaging.queryhandling.tracing.DefaultQueryUpdateEmitterSpanFactory
 
propagateContext(M) - Method in interface org.axonframework.messaging.queryhandling.tracing.QueryBusSpanFactory
Propagates the context of the current span to the given queryMessage.
propagateContext(M) - Method in interface org.axonframework.messaging.queryhandling.tracing.QueryUpdateEmitterSpanFactory
Propagates the context of the current span to the given update message.
propagateContext(M) - Method in class org.axonframework.messaging.tracing.MultiSpanFactory
 
propagateContext(M) - Method in class org.axonframework.messaging.tracing.NoOpSpanFactory
 
propagateContext(M) - Method in interface org.axonframework.messaging.tracing.SpanFactory
Propagates the currently active trace and span to the message.
propagateContext(CommandMessage) - Method in interface org.axonframework.messaging.commandhandling.tracing.CommandBusSpanFactory
Propagates the context of the current span to the given command message.
propagateContext(CommandMessage) - Method in class org.axonframework.messaging.commandhandling.tracing.DefaultCommandBusSpanFactory
 
propagateContext(EventMessage) - Method in class org.axonframework.messaging.eventhandling.tracing.DefaultEventBusSpanFactory
 
propagateContext(EventMessage) - Method in interface org.axonframework.messaging.eventhandling.tracing.EventBusSpanFactory
Propagates the context of the current span to the given event message.
PropagatingErrorHandler - Enum Class in org.axonframework.messaging.eventhandling.processing.errorhandling
An ErrorHandler implementation that rethrows the ErrorContext exception.
properties() - Method in record class org.axonframework.extension.springboot.autoconfig.JpaEventStoreAutoConfiguration.AggregateBasedJpaEventStorageEngineConfigurationEnhancer
Returns the value of the properties record component.
Property<T> - Interface in org.axonframework.common.property
Interface describing a mechanism that can read a predefined property from a given instance.
PropertyAccessException - Exception Class in org.axonframework.common.property
Exception indicating that a predefined property is not accessible.
PropertyAccessException(String, Throwable) - Constructor for exception class org.axonframework.common.property.PropertyAccessException
Initializes the PropertyAccessException with given message and cause.
PropertyAccessStrategy - Class in org.axonframework.common.property
Abstract Strategy that provides access to all PropertyAccessStrategy implementations.
PropertyAccessStrategy() - Constructor for class org.axonframework.common.property.PropertyAccessStrategy
 
PropertyBasedEntityIdResolver - Class in org.axonframework.modelling
Implementation of a EntityIdResolver that inspects the payload of a Message for an identifier.
PropertyBasedEntityIdResolver(String) - Constructor for class org.axonframework.modelling.PropertyBasedEntityIdResolver
Initialize the resolver with the given property name.
PropertyFileUsagePropertyProvider - Class in org.axonframework.update.configuration
A UsagePropertyProvider that reads the AxonIQ Data Collection properties from a file located at ~/.axoniq/update-checker.properties.
PropertyFileUsagePropertyProvider() - Constructor for class org.axonframework.update.configuration.PropertyFileUsagePropertyProvider
 
propertyFor(Class<? extends T>, String) - Method in class org.axonframework.common.property.AbstractMethodPropertyAccessStrategy
 
propertyFor(Class<? extends T>, String) - Method in class org.axonframework.common.property.DirectPropertyAccessStrategy
 
propertyFor(Class<? extends T>, String) - Method in class org.axonframework.common.property.PropertyAccessStrategy
Returns a Property instance for the given property, defined in given targetClass, or null if no such property is found on the class.
PropertySequencingPolicy<T,K> - Class in org.axonframework.messaging.eventhandling.sequencing
A SequencingPolicy implementation that extracts the sequence identifier from the event message payload based on a given property.
PropertySequencingPolicy(Class<T>, String) - Constructor for class org.axonframework.messaging.eventhandling.sequencing.PropertySequencingPolicy
Creates a new instance of the PropertySequencingPolicy, which extracts the sequence identifier from the event message payload of the given payloadClass using the given identifierExtractor.
provideForMessage(Message) - Method in class org.axonframework.messaging.tracing.attributes.AggregateIdentifierSpanAttributesProvider
 
provideForMessage(Message) - Method in class org.axonframework.messaging.tracing.attributes.MessageIdSpanAttributesProvider
 
provideForMessage(Message) - Method in class org.axonframework.messaging.tracing.attributes.MessageNameSpanAttributesProvider
 
provideForMessage(Message) - Method in class org.axonframework.messaging.tracing.attributes.MessageTypeSpanAttributesProvider
 
provideForMessage(Message) - Method in class org.axonframework.messaging.tracing.attributes.MetadataSpanAttributesProvider
 
provideForMessage(Message) - Method in class org.axonframework.messaging.tracing.attributes.PayloadTypeSpanAttributesProvider
 
provideForMessage(Message) - Method in interface org.axonframework.messaging.tracing.SpanAttributesProvider
Provides a map of attributes to add to the Span based on the Message provided.
providerDecorator(Optional<List<CorrelationDataProvider>>) - Method in class org.axonframework.extension.springboot.autoconfig.CorrelationDataProviderAutoConfiguration
Bean creation method for a DecoratorDefinition that registers CorrelationDataProviders with the CorrelationDataProviderRegistry.
publish(List<?>) - Method in interface org.axonframework.messaging.eventhandling.gateway.EventGateway
Publishes the given events within the given context.
publish(ProcessingContext, Object...) - Method in interface org.axonframework.messaging.eventhandling.gateway.EventGateway
Publishes the given events within the given context.
publish(ProcessingContext, List<?>) - Method in class org.axonframework.messaging.eventhandling.gateway.DefaultEventGateway
 
publish(ProcessingContext, List<?>) - Method in interface org.axonframework.messaging.eventhandling.gateway.EventGateway
Publishes the given events within the given context.
publish(ProcessingContext, List<EventMessage>) - Method in class org.axonframework.eventsourcing.eventstore.InterceptingEventStore
 
publish(ProcessingContext, List<EventMessage>) - Method in class org.axonframework.eventsourcing.eventstore.StorageEngineBackedEventStore
 
publish(ProcessingContext, List<EventMessage>) - Method in class org.axonframework.messaging.eventhandling.DelegatingEventBus
 
publish(ProcessingContext, List<EventMessage>) - Method in interface org.axonframework.messaging.eventhandling.EventSink
Publishes the given events within the given context, when present.
publish(ProcessingContext, List<EventMessage>) - Method in class org.axonframework.messaging.eventhandling.InterceptingEventBus
 
publish(ProcessingContext, List<EventMessage>) - Method in class org.axonframework.messaging.eventhandling.InterceptingEventSink
 
publish(ProcessingContext, List<EventMessage>) - Method in class org.axonframework.messaging.eventhandling.SimpleEventBus
 
publish(ProcessingContext, List<EventMessage>) - Method in class org.axonframework.test.fixture.RecordingEventSink
 
publish(ProcessingContext, EventMessage...) - Method in interface org.axonframework.messaging.eventhandling.EventSink
Publishes the given events within the given context, when present.
purgeEventsFromAxonServer(String, int, String, boolean) - Static method in class org.axonframework.test.server.AxonServerContainerUtils
Calls the API of Axon Server at given hostname and (http) port to purge events of the given context.
put(Object, Object) - Method in interface org.axonframework.common.caching.Cache
Stores the given value in the cache, under given key.
put(Object, Object) - Method in class org.axonframework.common.caching.EhCacheAdapter
 
put(Object, Object) - Method in class org.axonframework.common.caching.JCacheAdapter
 
put(Object, Object) - Method in class org.axonframework.common.caching.NoCache
 
put(Object, Object) - Method in class org.axonframework.common.caching.WeakReferenceCache
 
put(String, String) - Method in class org.axonframework.messaging.core.Metadata
This operation is not supported since Metadata is an immutable object.
put(Component<C>) - Method in class org.axonframework.common.configuration.Components
Puts the given component, identified by the given identifier, in this collection.
putAll(Map<? extends String, ? extends String>) - Method in class org.axonframework.messaging.core.Metadata
This operation is not supported since Metadata is an immutable object.
putIfAbsent(Object, Object) - Method in interface org.axonframework.common.caching.Cache
Stores the given value in the cache, under given key, if no element is yet available under that key.
putIfAbsent(Object, Object) - Method in class org.axonframework.common.caching.EhCacheAdapter
 
putIfAbsent(Object, Object) - Method in class org.axonframework.common.caching.JCacheAdapter
 
putIfAbsent(Object, Object) - Method in class org.axonframework.common.caching.NoCache
 
putIfAbsent(Object, Object) - Method in class org.axonframework.common.caching.WeakReferenceCache
 
putResource(Context.ResourceKey<T>, T) - Method in class org.axonframework.messaging.core.unitofwork.LegacyMessageSupportingContext
Deprecated.
 
putResource(Context.ResourceKey<T>, T) - Method in interface org.axonframework.messaging.core.unitofwork.ProcessingContext
Register the given resource under the given key.
putResource(Context.ResourceKey<T>, T) - Method in class org.axonframework.messaging.core.unitofwork.ResourceOverridingProcessingContext
 
putResourceIfAbsent(Context.ResourceKey<T>, T) - Method in class org.axonframework.messaging.core.unitofwork.LegacyMessageSupportingContext
Deprecated.
 
putResourceIfAbsent(Context.ResourceKey<T>, T) - Method in interface org.axonframework.messaging.core.unitofwork.ProcessingContext
Register the given instance under the given key if no value is currently present.
putResourceIfAbsent(Context.ResourceKey<T>, T) - Method in class org.axonframework.messaging.core.unitofwork.ResourceOverridingProcessingContext
 

Q

qualifiedName() - Method in record class org.axonframework.messaging.core.MessageType
Returns the value of the qualifiedName record component.
QualifiedName - Record Class in org.axonframework.messaging.core
Interface describing a qualified qualifiedName, providing space for a namespace, local qualifiedName.
QualifiedName(Class<?>) - Constructor for record class org.axonframework.messaging.core.QualifiedName
Constructor taking the Class.getName() as the QualifiedName.name() of the QualifiedName under construction.
QualifiedName(String) - Constructor for record class org.axonframework.messaging.core.QualifiedName
Compact constructor asserting whether the qualifiedName is non-null and not empty.
QualifiedName(String, String) - Constructor for record class org.axonframework.messaging.core.QualifiedName
Constructor providing combining the given namespace and localName, delimited by a dot ..
qualifier() - Element in annotation interface org.axonframework.extension.springboot.util.ConditionalOnMissingQualifiedBean
The qualifier which all instances of the given {code beanClass} in the ApplicationContext will be matched for.
qualifier() - Element in annotation interface org.axonframework.extension.springboot.util.ConditionalOnQualifiedBean
The qualifier which all instances of the given {code beanClass} in the ApplicationContext will be matched for.
query(Object, Class<R>) - Method in interface org.axonframework.messaging.queryhandling.gateway.QueryGateway
Sends given query over the QueryBus, expecting a single response with the given responseType from a single source.
query(Object, Class<R>, ProcessingContext) - Method in class org.axonframework.messaging.queryhandling.gateway.DefaultQueryGateway
 
query(Object, Class<R>, ProcessingContext) - Method in interface org.axonframework.messaging.queryhandling.gateway.QueryGateway
Sends given query over the QueryBus, expecting a single response with the given responseType from a single source.
query(QueryMessage) - Method in interface org.axonframework.messaging.queryhandling.distributed.QueryBusConnector.Handler
Handles the incoming query message.
query(QueryMessage, ProcessingContext) - Method in class org.axonframework.axonserver.connector.query.AxonServerQueryBusConnector
 
query(QueryMessage, ProcessingContext) - Method in class org.axonframework.messaging.queryhandling.distributed.DelegatingQueryBusConnector
 
query(QueryMessage, ProcessingContext) - Method in class org.axonframework.messaging.queryhandling.distributed.DistributedQueryBus
 
query(QueryMessage, ProcessingContext) - Method in class org.axonframework.messaging.queryhandling.distributed.PayloadConvertingQueryBusConnector
 
query(QueryMessage, ProcessingContext) - Method in interface org.axonframework.messaging.queryhandling.distributed.QueryBusConnector
Sends the given query to the remote QueryBus.
query(QueryMessage, ProcessingContext) - Method in class org.axonframework.messaging.queryhandling.interception.InterceptingQueryBus
 
query(QueryMessage, ProcessingContext) - Method in interface org.axonframework.messaging.queryhandling.QueryBus
Dispatch the given query to a QueryHandler subscribed to the given query's query name, returning a MessageStream of responses to the given query.
query(QueryMessage, ProcessingContext) - Method in class org.axonframework.messaging.queryhandling.SimpleQueryBus
 
Query - Annotation Interface in org.axonframework.messaging.queryhandling.annotation
Annotation used to mark an object as a query.
QUERY - Enum constant in enum class org.axonframework.extension.spring.config.MessageHandlerConfigurer.Type
Lists the message handler for QueryMessages.
QUERY_DISPATCH_ERROR - Enum constant in enum class org.axonframework.axonserver.connector.ErrorCode
 
QUERY_EXECUTION_ERROR - Enum constant in enum class org.axonframework.axonserver.connector.ErrorCode
 
QUERY_EXECUTION_NON_TRANSIENT_ERROR - Enum constant in enum class org.axonframework.axonserver.connector.ErrorCode
 
QUERY_HANDLER_ADDED - Enum constant in enum class org.axonframework.axonserver.connector.TopologyChange.Type
A change type signalling a query handler was added.
QUERY_HANDLER_REMOVED - Enum constant in enum class org.axonframework.axonserver.connector.TopologyChange.Type
A change type signalling a query handler was removed.
QUERY_NAME - Static variable in interface org.axonframework.messaging.core.annotation.HandlerAttributes
Attribute key referencing the name of the QueryMessage the handler can handle.
QueryBus - Interface in org.axonframework.messaging.queryhandling
The mechanism that dispatches queries to their appropriate query handler.
QueryBusConnector - Interface in org.axonframework.messaging.queryhandling.distributed
The QueryBusConnector interface defines the contract for connecting multiple QueryBus instances.
QueryBusConnector.Handler - Interface in org.axonframework.messaging.queryhandling.distributed
Defines a handler for processing query messages and managing subscription queries.
QueryBusConnector.UpdateCallback - Interface in org.axonframework.messaging.queryhandling.distributed
Defines a callback mechanism to handle update messages for subscription queries in a reactive and asynchronous manner.
QueryBusSpanFactory - Interface in org.axonframework.messaging.queryhandling.tracing
Span factory that creates spans for the QueryBus.
QueryConverter - Class in org.axonframework.axonserver.connector.query
Utility class to convert queries during dispatching and handling of subscribed query handlers in the AxonServerQueryBusConnector.
QueryExecutionException - Exception Class in org.axonframework.messaging.queryhandling
Exception indicating that the execution of a Query Handler has resulted in an exception.
QueryExecutionException(String, Throwable) - Constructor for exception class org.axonframework.messaging.queryhandling.QueryExecutionException
Initializes the exception with given message and cause
QueryExecutionException(String, Throwable, Object) - Constructor for exception class org.axonframework.messaging.queryhandling.QueryExecutionException
Initializes the exception with given message, cause and details.
QueryExecutionException(String, Throwable, Object, boolean) - Constructor for exception class org.axonframework.messaging.queryhandling.QueryExecutionException
Initializes the exception with given message, cause, details and writableStackTrace
queryExecutorService(ExecutorService) - Method in record class org.axonframework.messaging.queryhandling.distributed.DistributedQueryBusConfiguration
Sets the ExecutorService to use for querying in the distributed query bus.
queryExecutorServiceFactory() - Method in record class org.axonframework.messaging.queryhandling.distributed.DistributedQueryBusConfiguration
Returns the value of the queryExecutorServiceFactory record component.
queryFlowControl(int, int, int) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Builder
 
QueryGateway - Interface in org.axonframework.messaging.queryhandling.gateway
Interface towards the Query Handling components of an application.
queryHandler(QualifiedName, ComponentBuilder<QueryHandler>) - Method in interface org.axonframework.messaging.queryhandling.configuration.QueryHandlingModule.QueryHandlerPhase
Registers the given queryHandlerBuilder for the given qualified queryName within this module.
queryHandler(QualifiedName, QueryHandler) - Method in interface org.axonframework.messaging.queryhandling.configuration.QueryHandlingModule.QueryHandlerPhase
Registers the given queryHandler for the given qualified queryName and responseName within this module.
QueryHandler - Interface in org.axonframework.messaging.queryhandling
Interface describing a handler of queries.
QueryHandler - Annotation Interface in org.axonframework.messaging.queryhandling.annotation
Annotation to be placed on methods that can handle queries, thus making them QueryHandlers.
QueryHandlerRegistry<S> - Interface in org.axonframework.messaging.queryhandling
Interface describing a registry of query handlers.
queryHandlers() - Method in interface org.axonframework.messaging.queryhandling.configuration.QueryHandlingModule.SetupPhase
Initiates the query handler configuration phase for this module.
queryHandlers(Consumer<QueryHandlingModule.QueryHandlerPhase>) - Method in interface org.axonframework.messaging.queryhandling.configuration.QueryHandlingModule.SetupPhase
Initiates the query handler configuration phase for this module, as well as performing the given configurationLambda within this phase.
queryHandlingComponent(ComponentBuilder<QueryHandlingComponent>) - Method in interface org.axonframework.messaging.queryhandling.configuration.QueryHandlingModule.QueryHandlerPhase
Registers the given handlingComponentBuilder within this module.
QueryHandlingComponent - Interface in org.axonframework.messaging.queryhandling
Interface describing a group of QueryHandlers belonging to a single component.
QueryHandlingMember<T> - Interface in org.axonframework.messaging.queryhandling.annotation
Interface indicating that a MessageHandlingMember is capable of handling specific QueryMessages.
QueryHandlingModule - Interface in org.axonframework.messaging.queryhandling.configuration
A Module and ModuleBuilder implementation providing operation to construct a query handling application module.
QueryHandlingModule.QueryHandlerPhase - Interface in org.axonframework.messaging.queryhandling.configuration
The query handler configuration phase of the query handling module.
QueryHandlingModule.SetupPhase - Interface in org.axonframework.messaging.queryhandling.configuration
The setup phase of the query handling module.
queryInterceptors(Configuration) - Method in class org.axonframework.messaging.core.interception.DefaultDispatchInterceptorRegistry
 
queryInterceptors(Configuration) - Method in class org.axonframework.messaging.core.interception.DefaultHandlerInterceptorRegistry
 
queryInterceptors(Configuration) - Method in interface org.axonframework.messaging.core.interception.DispatchInterceptorRegistry
Returns the list of QueryMessage-specific MessageDispatchInterceptors registered in this registry.
queryInterceptors(Configuration) - Method in interface org.axonframework.messaging.core.interception.HandlerInterceptorRegistry
Returns the list of QueryMessage-specific MessageHandlerInterceptors registered in this registry.
queryMany(Object, Class<R>) - Method in interface org.axonframework.messaging.queryhandling.gateway.QueryGateway
Sends given query over the QueryBus, expecting multiple responses in the form of responseType from a single source.
queryMany(Object, Class<R>, ProcessingContext) - Method in class org.axonframework.messaging.queryhandling.gateway.DefaultQueryGateway
 
queryMany(Object, Class<R>, ProcessingContext) - Method in interface org.axonframework.messaging.queryhandling.gateway.QueryGateway
Sends given query over the QueryBus, expecting multiple responses in the form of responseType from a single source.
QueryMessage - Interface in org.axonframework.messaging.queryhandling
A Message type that carries a Query: a request for information.
QueryMessageHandlerInterceptorChain - Class in org.axonframework.messaging.queryhandling.interception
QueryMessageHandlerInterceptorChain(List<MessageHandlerInterceptor<? super QueryMessage>>, QueryHandler) - Constructor for class org.axonframework.messaging.queryhandling.interception.QueryMessageHandlerInterceptorChain
Constructs a new QueryMessageHandlerInterceptorChain with a list of interception and an queryHandler.
queryMonitor(Configuration) - Method in class org.axonframework.messaging.monitoring.configuration.DefaultMessageMonitorRegistry
 
queryMonitor(Configuration) - Method in interface org.axonframework.messaging.monitoring.configuration.MessageMonitorRegistry
Retrieves a MessageMonitor for monitoring the processing of QueryMessage instances.
queryName() - Element in annotation interface org.axonframework.messaging.queryhandling.annotation.QueryHandler
The name of the query this handler listens to, matching to the MessageType.name() from the Message.type().
queryName() - Method in interface org.axonframework.messaging.queryhandling.annotation.QueryHandlingMember
Returns the name of the query the handler can handle.
QueryPriorityCalculator - Interface in org.axonframework.messaging.queryhandling
Calculate the priority of QueryMessage based on its content.
QueryResponse - Annotation Interface in org.axonframework.messaging.queryhandling.annotation
Annotation used to mark an object as a query response.
queryResponseExecutorService(ExecutorService) - Method in record class org.axonframework.messaging.queryhandling.distributed.DistributedQueryBusConfiguration
Sets the ExecutorService to use for handling query responses in the distributed query bus.
queryResponseExecutorServiceFactory() - Method in record class org.axonframework.messaging.queryhandling.distributed.DistributedQueryBusConfiguration
Returns the value of the queryResponseExecutorServiceFactory record component.
QueryResponseMessage - Interface in org.axonframework.messaging.queryhandling
A ResultMessage implementation that contains the result of query handling.
QueryResponseMessageStream - Class in org.axonframework.axonserver.connector.query
A MessageStream implementation that wraps an ResultStream of QueryResponses, using QueryConverter.
QueryResponseMessageStream(ResultStream<QueryResponse>) - Constructor for class org.axonframework.axonserver.connector.query.QueryResponseMessageStream
Initializes a new instance of the QueryResponseMessageStream which wraps a ResultStream of QueryResponse objects.
queryResponseThreads() - Method in record class org.axonframework.messaging.queryhandling.distributed.DistributedQueryBusConfiguration
Returns the value of the queryResponseThreads record component.
queryResponseThreads(int) - Method in record class org.axonframework.messaging.queryhandling.distributed.DistributedQueryBusConfiguration
Sets the number of threads to use for handling query responses in the distributed query bus.
queryThreads() - Method in record class org.axonframework.messaging.queryhandling.distributed.DistributedQueryBusConfiguration
Returns the value of the queryThreads record component.
queryThreads(int) - Method in record class org.axonframework.messaging.queryhandling.distributed.DistributedQueryBusConfiguration
Sets the number of threads to use for querying in the distributed query bus.
QueryUpdateEmitter - Interface in org.axonframework.messaging.queryhandling
Query-specific component that interacts with subscription queries about update, errors, and when there are no more update.
QueryUpdateEmitterParameterResolverFactory - Class in org.axonframework.messaging.queryhandling
ParameterResolverFactory that ensures the QueryUpdateEmitter is resolved in the context of the current ProcessingContext.
QueryUpdateEmitterParameterResolverFactory() - Constructor for class org.axonframework.messaging.queryhandling.QueryUpdateEmitterParameterResolverFactory
 
QueryUpdateEmitterSpanFactory - Interface in org.axonframework.messaging.queryhandling.tracing
Span factory that creates spans for the QueryUpdateEmitter.
QueryUpdateMessageStream - Class in org.axonframework.axonserver.connector.query
A specialized implementation of AbstractQueryResponseMessageStream that processes a stream of QueryUpdate objects and transforms them into QueryResponseMessage instances.
QueryUpdateMessageStream(ResultStream<QueryUpdate>) - Constructor for class org.axonframework.axonserver.connector.query.QueryUpdateMessageStream
Initializes a new instance of the QueryResponseMessageStream which wraps a ResultStream of QueryUpdate objects.
queueLengthThreshold(int) - Method in class org.axonframework.common.lock.PessimisticLockFactory.Builder
Defines the maximum number of queued threads to allow for this lock.
QueueMessageStream<M> - Class in org.axonframework.messaging.core
MessageStream implementation that uses a Queue to make elements available to a consumer.
QueueMessageStream() - Constructor for class org.axonframework.messaging.core.QueueMessageStream
Constructs an instance with an unbounded queue.
QueueMessageStream(BlockingQueue<MessageStream.Entry<M>>) - Constructor for class org.axonframework.messaging.core.QueueMessageStream
Construct an instance with given queue as the underlying queue.

R

RANDOM_KEY - Enum constant in enum class org.axonframework.messaging.commandhandling.UnresolvedRoutingKeyPolicy
Policy that indicates a random key is to be returned when no Routing Key can be found for a Command Message.
rawType() - Method in class org.axonframework.common.configuration.AbstractComponent
 
rawType() - Method in interface org.axonframework.common.configuration.ComponentDefinition
readTokenEntry(ResultSet) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenStore
Convert given resultSet to an JdbcTokenEntry.
recorded() - Method in class org.axonframework.test.fixture.RecordingCommandBus
Returns map of all the CommandMessages dispatched, and their corresponding results.
recorded() - Method in class org.axonframework.test.fixture.RecordingEventSink
Returns a copied list of all the EventMessages published.
recordedCommands() - Method in class org.axonframework.test.fixture.RecordingCommandBus
Returns the commands that have been dispatched to this CommandBus.
recordException(Throwable) - Method in class org.axonframework.extension.tracing.opentelemetry.OpenTelemetrySpan
 
recordException(Throwable) - Method in class org.axonframework.messaging.tracing.NoOpSpanFactory.NoOpSpan
 
recordException(Throwable) - Method in interface org.axonframework.messaging.tracing.Span
Records an exception to the span.
RecordingCommandBus - Class in org.axonframework.test.fixture
An CommandBus implementation recording all the commands that are dispatched.
RecordingCommandBus - Class in org.axonframework.test.util
CommandBus implementation that does not perform any actions on subscriptions or dispatched commands, but records them instead.
RecordingCommandBus() - Constructor for class org.axonframework.test.util.RecordingCommandBus
 
RecordingCommandBus(CommandBus) - Constructor for class org.axonframework.test.fixture.RecordingCommandBus
Creates a new RecordingCommandBus that will record all commands dispatched to the given delegate.
RecordingEventBus - Class in org.axonframework.test.fixture
An EventBus implementation recording all the events that are published.
RecordingEventBus(EventBus) - Constructor for class org.axonframework.test.fixture.RecordingEventBus
Creates a new RecordingEventBus that will record all events published to the given delegate.
RecordingEventSink - Class in org.axonframework.test.fixture
An EventSink implementation recording all the events that are published.
RecordingEventSink(EventSink) - Constructor for class org.axonframework.test.fixture.RecordingEventSink
Creates a new RecordingEventSink that will record all events published to the given delegate.
RecordingEventStore - Class in org.axonframework.test.fixture
An EventStore implementation recording all the events that are published.
RecordingEventStore(EventStore) - Constructor for class org.axonframework.test.fixture.RecordingEventStore
Creates a new RecordingEventStore that will record all events published to the given delegate.
RecordingMessageMonitor - Class in org.axonframework.test.util
A message monitor implementation that records the processing results of messages in the provided MessageMonitorReport instances.
RecordingMessageMonitor() - Constructor for class org.axonframework.test.util.RecordingMessageMonitor
Constructs a RecordingMessageMonitor that records message processing outcomes in a new MessageMonitorReport.
RecordingMessageMonitor(MessageMonitorReport) - Constructor for class org.axonframework.test.util.RecordingMessageMonitor
Constructs a RecordingMessageMonitor that records message processing outcomes in the provided MessageMonitorReport and configures optional logging.
RECURSIVE - Static variable in class org.axonframework.common.ReflectionUtils
Specifying a reflection operation should be performed recursive.
reduce(MessageStream<M>, R, BiFunction<R, MessageStream.Entry<M>, R>) - Static method in class org.axonframework.messaging.core.MessageStreamUtils
Returns a CompletableFuture that completes with the given reduction of messages read from the source.
reduce(R, BiFunction<R, MessageStream.Entry<M>, R>) - Method in class org.axonframework.messaging.core.DelayedMessageStream
 
reduce(R, BiFunction<R, MessageStream.Entry<M>, R>) - Method in interface org.axonframework.messaging.core.MessageStream
Returns a CompletableFuture of type R, using the given identity as the initial value for the given accumulator.
ReflectionUtils - Class in org.axonframework.common
Utility class for working with Java Reflection API.
register(Case, Handler) - Method in interface org.axonframework.axonserver.connector.Handlers
Registers a handler that can handle instructions for given requestCase regardless of context.
register(Handler) - Method in interface org.axonframework.axonserver.connector.Handlers
Registers a handler that can handle instructions regardless of context or request case.
register(Class<ID>, Class<T>, SimpleRepositoryEntityLoader<ID, T>, SimpleRepositoryEntityPersister<ID, T>) - Method in interface org.axonframework.modelling.StateManager
Registers a load and save function for state type T with id of type ID.
register(String, Case, Handler) - Method in interface org.axonframework.axonserver.connector.Handlers
Registers a handler that can handle instructions for given context and requestCase.
register(String, Handler) - Method in interface org.axonframework.axonserver.connector.Handlers
Registers a handler that can handle instructions for given context regardless of request case.
register(BiPredicate<String, Case>, Handler) - Method in interface org.axonframework.axonserver.connector.Handlers
Registers a handler that can handle instructions matching given handlerSelector predicate.
register(PropertyAccessStrategy) - Static method in class org.axonframework.common.property.PropertyAccessStrategy
Registers a PropertyAccessStrategy implementation at runtime.
register(Repository<I, T>) - Method in class org.axonframework.modelling.HierarchicalStateManager
 
register(Repository<I, T>) - Method in class org.axonframework.modelling.SimpleStateManager
 
register(Repository<ID, T>) - Method in interface org.axonframework.modelling.StateManager
Registers an Repository for use with this StateManager.
registerActivity() - Method in class org.axonframework.common.lifecycle.ShutdownLatch
Add an activity this latch should wait on before opening up.
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.axonframework.extension.springboot.util.DefaultEntityRegistrar
 
registerCacheEntryListener(Cache.EntryListener) - Method in class org.axonframework.common.caching.AbstractCacheAdapter
 
registerCacheEntryListener(Cache.EntryListener) - Method in interface org.axonframework.common.caching.Cache
Registers the given cacheEntryListener to listen for Cache changes.
registerCacheEntryListener(Cache.EntryListener) - Method in class org.axonframework.common.caching.NoCache
 
registerCacheEntryListener(Cache.EntryListener) - Method in class org.axonframework.common.caching.WeakReferenceCache
 
registerCommandBus(String) - Method in class org.axonframework.extension.metrics.dropwizard.GlobalMetricRegistry
Registers new metrics to the registry to monitor a CommandBus.
registerCommandBus(String) - Method in class org.axonframework.extension.metrics.micrometer.GlobalMetricRegistry
Registers new metrics to the registry to monitor a CommandBus.
registerCommandBus(String, Function<Message, Iterable<Tag>>) - Method in class org.axonframework.extension.metrics.micrometer.GlobalMetricRegistry
Registers new metrics to the registry to monitor a CommandBus using Tags through the given tagsBuilder.
registerCommandBus(ComponentBuilder<CommandBus>) - Method in class org.axonframework.messaging.core.configuration.MessagingConfigurer
Registers the given CommandBus factory in this Configurer.
registerCommandDispatchInterceptor(ComponentBuilder<MessageDispatchInterceptor<? super CommandMessage>>) - Method in class org.axonframework.messaging.core.configuration.MessagingConfigurer
Registers the given CommandMessage-specific MessageDispatchInterceptor factory in this Configurer.
registerCommandHandlerInterceptor(ComponentBuilder<MessageHandlerInterceptor<? super CommandMessage>>) - Method in class org.axonframework.messaging.core.configuration.MessagingConfigurer
Registers the given CommandMessage MessageHandlerInterceptor factory in this Configurer.
registerCommandHandlingModule(ModuleBuilder<CommandHandlingModule>) - Method in class org.axonframework.eventsourcing.configuration.EventSourcingConfigurer
Registers the given command handling moduleBuilder to use in this configuration.
registerCommandHandlingModule(ModuleBuilder<CommandHandlingModule>) - Method in class org.axonframework.messaging.core.configuration.MessagingConfigurer
Registers the given builder for a CommandHandlingModule to use in this configuration.
registerCommandHandlingModule(ModuleBuilder<CommandHandlingModule>) - Method in class org.axonframework.modelling.configuration.ModellingConfigurer
Registers the given builder for a CommandHandlingModule to use in this configuration.
registerCommandInterceptor(ComponentBuilder<MessageDispatchInterceptor<? super CommandMessage>>) - Method in class org.axonframework.messaging.core.interception.DefaultDispatchInterceptorRegistry
 
registerCommandInterceptor(ComponentBuilder<MessageDispatchInterceptor<? super CommandMessage>>) - Method in interface org.axonframework.messaging.core.interception.DispatchInterceptorRegistry
Registers the given interceptorBuilder for a CommandMessage-specific MessageDispatchInterceptor.
registerCommandInterceptor(ComponentBuilder<MessageHandlerInterceptor<? super CommandMessage>>) - Method in class org.axonframework.messaging.core.interception.DefaultHandlerInterceptorRegistry
 
registerCommandInterceptor(ComponentBuilder<MessageHandlerInterceptor<? super CommandMessage>>) - Method in interface org.axonframework.messaging.core.interception.HandlerInterceptorRegistry
Registers the given interceptorBuilder for a CommandMessage MessageHandlerInterceptor for all command handling infrastructure components.
registerCommandMonitor(ComponentBuilder<MessageMonitor<? super CommandMessage>>) - Method in class org.axonframework.messaging.core.configuration.MessagingConfigurer
Registers a command monitor using the given message monitor builder.
registerCommandMonitor(ComponentBuilder<MessageMonitor<? super CommandMessage>>) - Method in class org.axonframework.messaging.monitoring.configuration.DefaultMessageMonitorRegistry
 
registerCommandMonitor(ComponentBuilder<MessageMonitor<? super CommandMessage>>) - Method in interface org.axonframework.messaging.monitoring.configuration.MessageMonitorRegistry
Registers a MessageMonitor specifically for monitoring the processing of CommandMessage instances.
registerComponent(Class<?>, String) - Method in class org.axonframework.extension.metrics.dropwizard.GlobalMetricRegistry
Registers new metrics to the MetricRegistry to monitor a component of given componentType.
registerComponent(Class<?>, String) - Method in class org.axonframework.extension.metrics.micrometer.GlobalMetricRegistry
Registers new metrics to the registry to monitor a component of the given componentType.
registerComponent(Class<C>, String, ComponentBuilder<? extends C>) - Method in interface org.axonframework.common.configuration.ComponentRegistry
Registers a Component that should be made available to other components or modules in the Configuration that this Configurer will result in.
registerComponent(Class<C>, ComponentBuilder<C>) - Method in interface org.axonframework.common.configuration.ComponentRegistry
Registers a Component that should be made available to other components or modules in the Configuration that this Configurer will result in.
registerComponent(ComponentDefinition<? extends C>) - Method in interface org.axonframework.common.configuration.ComponentRegistry
Registers a Component based on the given definition.
registerComponent(ComponentDefinition<? extends C>) - Method in class org.axonframework.common.configuration.DefaultComponentRegistry
 
registerComponent(ComponentDefinition<? extends C>) - Method in class org.axonframework.extension.spring.config.SpringComponentRegistry
 
registerComponentWithDefaultTags(Class<?>, String) - Method in class org.axonframework.extension.metrics.micrometer.GlobalMetricRegistry
Registers new metrics to the registry to monitor a component of the given componentType.
registerConverter(Class<? extends ContentTypeConverter<?, ?>>) - Method in class org.axonframework.conversion.ChainingContentTypeConverter
Registers a ContentTypeConverter of the given converterType with this factory, only if initialization of such a converter is possible.
registerConverter(ContentTypeConverter<?, ?>) - Method in class org.axonframework.conversion.ChainingContentTypeConverter
Registers the given ContentTypeConverter with this ChainingConverter.
registerCorrelationDataProvider(ComponentBuilder<CorrelationDataProvider>) - Method in class org.axonframework.messaging.core.configuration.MessagingConfigurer
Registers the given CorrelationDataProvider factory in this providerBuilder.
registerDecorator(Class<C>, int, ComponentDecorator<C, D>) - Method in interface org.axonframework.common.configuration.ComponentRegistry
Registers a Component decorator that will act on all registered components of the given type, regardless of component name.
registerDecorator(Class<C>, String, int, ComponentDecorator<C, D>) - Method in interface org.axonframework.common.configuration.ComponentRegistry
Registers a decorator that will act on registered components of the given type and name combination.
registerDecorator(DecoratorDefinition<C, ? extends C>) - Method in interface org.axonframework.common.configuration.ComponentRegistry
Registers a decorator based on the given definition.
registerDecorator(DecoratorDefinition<C, ? extends C>) - Method in class org.axonframework.common.configuration.DefaultComponentRegistry
 
registerDecorator(DecoratorDefinition<C, ? extends C>) - Method in class org.axonframework.extension.spring.config.SpringComponentRegistry
 
RegisterDefaultEntities - Annotation Interface in org.axonframework.extension.springboot.util
Annotation intended for types and methods to trigger the registration of entities found in the given RegisterDefaultEntities.packages() with the DefaultEntityRegistrar.
registerDispatchInterceptor(ComponentBuilder<MessageDispatchInterceptor<Message>>) - Method in class org.axonframework.messaging.core.configuration.MessagingConfigurer
Registers the given generic Message MessageDispatchInterceptor factory in this Configurer.
registeredEntities() - Method in class org.axonframework.modelling.HierarchicalStateManager
 
registeredEntities() - Method in class org.axonframework.modelling.SimpleStateManager
 
registeredEntities() - Method in interface org.axonframework.modelling.StateManager
The types of entities that are registered with this StateManager.
registeredIdsFor(Class<?>) - Method in class org.axonframework.modelling.HierarchicalStateManager
 
registeredIdsFor(Class<?>) - Method in class org.axonframework.modelling.SimpleStateManager
 
registeredIdsFor(Class<?>) - Method in interface org.axonframework.modelling.StateManager
The types of identifiers that are registered with this StateManager for the given entityType.
registerEnhancer(ConfigurationEnhancer) - Method in interface org.axonframework.common.configuration.ComponentRegistry
Registers an ConfigurationEnhancer with this ComponentRegistry.
registerEnhancer(ConfigurationEnhancer) - Method in class org.axonframework.common.configuration.DefaultComponentRegistry
 
registerEnhancer(ConfigurationEnhancer) - Method in class org.axonframework.extension.spring.config.SpringComponentRegistry
 
registerEntity(EntityModule<I, E>) - Method in class org.axonframework.eventsourcing.configuration.EventSourcingConfigurer
Registers the given entityModule on the root-level Configuration.
registerEntity(EntityModule<I, E>) - Method in class org.axonframework.modelling.configuration.ModellingConfigurer
Registers the given entityModule on the root-level Configuration.
registerEventBus(String) - Method in class org.axonframework.extension.metrics.dropwizard.GlobalMetricRegistry
Registers new metrics to the registry to monitor an EventBus.
registerEventBus(String) - Method in class org.axonframework.extension.metrics.micrometer.GlobalMetricRegistry
Registers new metrics to the registry to monitor an EventBus.
registerEventBus(String, Function<Message, Iterable<Tag>>) - Method in class org.axonframework.extension.metrics.micrometer.GlobalMetricRegistry
Registers new metrics to the registry to monitor an EventBus using Tags through the given tagsBuilder.
registerEventDispatchInterceptor(ComponentBuilder<MessageDispatchInterceptor<? super EventMessage>>) - Method in class org.axonframework.messaging.core.configuration.MessagingConfigurer
Registers the given EventMessage-specific MessageDispatchInterceptor factory in this Configurer.
registerEventHandlerInterceptor(ComponentBuilder<MessageHandlerInterceptor<? super EventMessage>>) - Method in class org.axonframework.messaging.core.configuration.MessagingConfigurer
Registers the given EventMessage MessageHandlerInterceptor factory in this Configurer.
registerEventInterceptor(ComponentBuilder<MessageDispatchInterceptor<? super EventMessage>>) - Method in class org.axonframework.messaging.core.interception.DefaultDispatchInterceptorRegistry
 
registerEventInterceptor(ComponentBuilder<MessageDispatchInterceptor<? super EventMessage>>) - Method in interface org.axonframework.messaging.core.interception.DispatchInterceptorRegistry
Registers the given interceptorBuilder for a EventMessage-specific MessageDispatchInterceptor.
registerEventInterceptor(ComponentBuilder<MessageHandlerInterceptor<? super EventMessage>>) - Method in class org.axonframework.messaging.core.interception.DefaultHandlerInterceptorRegistry
 
registerEventInterceptor(ComponentBuilder<MessageHandlerInterceptor<? super EventMessage>>) - Method in interface org.axonframework.messaging.core.interception.HandlerInterceptorRegistry
Registers the given interceptorBuilder for a EventMessage MessageHandlerInterceptor for all event handling infrastructure components
registerEventMonitor(ComponentBuilder<MessageMonitor<? super EventMessage>>) - Method in class org.axonframework.messaging.core.configuration.MessagingConfigurer
Registers a component builder to configure the MessageMonitor used for monitoring EventMessage.
registerEventMonitor(ComponentBuilder<MessageMonitor<? super EventMessage>>) - Method in class org.axonframework.messaging.monitoring.configuration.DefaultMessageMonitorRegistry
 
registerEventMonitor(ComponentBuilder<MessageMonitor<? super EventMessage>>) - Method in interface org.axonframework.messaging.monitoring.configuration.MessageMonitorRegistry
Registers a MessageMonitor specific for EventMessage types using the supplied monitor builder.
registerEventProcessor(String) - Method in class org.axonframework.extension.metrics.dropwizard.GlobalMetricRegistry
Registers new metrics to the registry to monitor an EventProcessor.
registerEventProcessor(String) - Method in class org.axonframework.extension.metrics.micrometer.GlobalMetricRegistry
Registers new metrics to the registry to monitor an EventProcessor.
registerEventProcessor(String, Function<Message, Iterable<Tag>>, Function<Message, Iterable<Tag>>) - Method in class org.axonframework.extension.metrics.micrometer.GlobalMetricRegistry
Registers new metrics to the registry to monitor an EventProcessor using Tags through the given tagsBuilder.
registerEventSink(ComponentBuilder<EventSink>) - Method in class org.axonframework.messaging.core.configuration.MessagingConfigurer
Registers the given EventSink factory in this Configurer.
registerEventStorageEngine(ComponentBuilder<EventStorageEngine>) - Method in class org.axonframework.eventsourcing.configuration.EventSourcingConfigurer
Registers the given EventStorageEngine factory in this Configurer.
registerEventStore(ComponentBuilder<EventStore>) - Method in class org.axonframework.eventsourcing.configuration.EventSourcingConfigurer
Registers the given EventStore factory in this Configurer.
registerFactory(ComponentFactory<C>) - Method in interface org.axonframework.common.configuration.ComponentRegistry
Registers a ComponentFactory with this registry.
registerFactory(ComponentFactory<C>) - Method in class org.axonframework.common.configuration.DefaultComponentRegistry
 
registerFactory(ComponentFactory<C>) - Method in class org.axonframework.extension.spring.config.SpringComponentRegistry
 
registerFieldFilter(FieldFilter) - Method in record class org.axonframework.test.fixture.AxonTestFixture.Customization
Registers the given fieldFilter, which is used to define which Fields are used when comparing objects.
registerIfNotPresent(Class<C>, String, ComponentBuilder<C>) - Method in interface org.axonframework.common.configuration.ComponentRegistry
Registers a Component only if there is none yet for the given type and name combination.
registerIfNotPresent(Class<C>, String, ComponentBuilder<C>, SearchScope) - Method in interface org.axonframework.common.configuration.ComponentRegistry
Registers a Component only if there is none yet for the given type and name combination.
registerIfNotPresent(Class<C>, ComponentBuilder<C>) - Method in interface org.axonframework.common.configuration.ComponentRegistry
Registers a Component only if there is none yet for the given type.
registerIfNotPresent(Class<C>, ComponentBuilder<C>, SearchScope) - Method in interface org.axonframework.common.configuration.ComponentRegistry
Registers a Component only if there is none yet for the given type.
registerIfNotPresent(ComponentDefinition<C>) - Method in interface org.axonframework.common.configuration.ComponentRegistry
Registers a Component based on the given definition only if there is none yet for the definition's raw type and name combination.
registerIfNotPresent(ComponentDefinition<C>, SearchScope) - Method in interface org.axonframework.common.configuration.ComponentRegistry
Registers a Component based on the given definition only if there is none yet for the definition's raw type and name combination.
registerIgnoredField(Class<?>, String) - Method in record class org.axonframework.test.fixture.AxonTestFixture.Customization
Indicates that a field with given fieldName, which is declared in given declaringClass is ignored when performing deep equality checks.
registerInterceptor(ComponentBuilder<MessageDispatchInterceptor<Message>>) - Method in class org.axonframework.messaging.core.interception.DefaultDispatchInterceptorRegistry
 
registerInterceptor(ComponentBuilder<MessageDispatchInterceptor<Message>>) - Method in interface org.axonframework.messaging.core.interception.DispatchInterceptorRegistry
Registers the given interceptorBuilder for a generic Message MessageDispatchInterceptor.
registerInterceptor(ComponentBuilder<MessageHandlerInterceptor<Message>>) - Method in class org.axonframework.messaging.core.interception.DefaultHandlerInterceptorRegistry
 
registerInterceptor(ComponentBuilder<MessageHandlerInterceptor<Message>>) - Method in interface org.axonframework.messaging.core.interception.HandlerInterceptorRegistry
Registers the given interceptorBuilder constructing a generic Message MessageHandlerInterceptor for all handling infrastructure components.
registerLifecyclePhaseTimeout(long, TimeUnit) - Method in class org.axonframework.common.configuration.DefaultAxonApplication
 
registerLifecyclePhaseTimeout(long, TimeUnit) - Method in class org.axonframework.common.configuration.HierarchicalConfiguration
 
registerLifecyclePhaseTimeout(long, TimeUnit) - Method in interface org.axonframework.common.configuration.LifecycleRegistry
Configures the timeout of each lifecycle phase.
registerLifecyclePhaseTimeout(long, TimeUnit) - Method in class org.axonframework.extension.spring.config.SpringLifecycleRegistry
 
registerMessageHandlerInterceptor(ComponentBuilder<MessageHandlerInterceptor<Message>>) - Method in class org.axonframework.messaging.core.configuration.MessagingConfigurer
Registers the given generic Message MessageHandlerInterceptor factory in this Configurer.
registerMessageMonitor(ComponentBuilder<MessageMonitor<Message>>) - Method in class org.axonframework.messaging.core.configuration.MessagingConfigurer
Registers a message monitor for the messaging components in the configuration.
registerMessageTypeResolver(ComponentBuilder<MessageTypeResolver>) - Method in class org.axonframework.messaging.core.configuration.MessagingConfigurer
Registers the given MessageTypeResolver factory in this Configurer.
registerModule(Module) - Method in interface org.axonframework.common.configuration.ComponentRegistry
Registers a Module with this registry.
registerModule(Module) - Method in class org.axonframework.common.configuration.DefaultComponentRegistry
 
registerModule(Module) - Method in class org.axonframework.extension.spring.config.SpringComponentRegistry
 
registerMonitor(ComponentBuilder<MessageMonitor<Message>>) - Method in class org.axonframework.messaging.monitoring.configuration.DefaultMessageMonitorRegistry
 
registerMonitor(ComponentBuilder<MessageMonitor<Message>>) - Method in interface org.axonframework.messaging.monitoring.configuration.MessageMonitorRegistry
Registers a MessageMonitor for generic Message types using the supplied monitor builder.
registerParameterResolverFactory(ComponentBuilder<ParameterResolverFactory>) - Method in class org.axonframework.messaging.core.configuration.MessagingConfigurer
Registers the given ParameterResolverFactory factory in this Configurer.
registerProvider(ComponentBuilder<CorrelationDataProvider>) - Method in interface org.axonframework.messaging.core.correlation.CorrelationDataProviderRegistry
Registers the given providerBuilder constructing a CorrelationDataProvider for all handling infrastructure components.
registerProvider(ComponentBuilder<CorrelationDataProvider>) - Method in class org.axonframework.messaging.core.correlation.DefaultCorrelationDataProviderRegistry
 
registerQueryBus(String) - Method in class org.axonframework.extension.metrics.dropwizard.GlobalMetricRegistry
Registers new metrics to the registry to monitor a QueryBus.
registerQueryBus(String) - Method in class org.axonframework.extension.metrics.micrometer.GlobalMetricRegistry
Registers new metrics to the registry to monitor a QueryBus.
registerQueryBus(String, Function<Message, Iterable<Tag>>) - Method in class org.axonframework.extension.metrics.micrometer.GlobalMetricRegistry
Registers new metrics to the registry to monitor a QueryBus using Tags through the given tagsBuilder.
registerQueryBus(ComponentBuilder<QueryBus>) - Method in class org.axonframework.messaging.core.configuration.MessagingConfigurer
Registers the given QueryBus factory in this Configurer.
registerQueryDispatchInterceptor(ComponentBuilder<MessageDispatchInterceptor<? super QueryMessage>>) - Method in class org.axonframework.messaging.core.configuration.MessagingConfigurer
Registers the given QueryMessage-specific MessageDispatchInterceptor factory in this Configurer.
registerQueryHandlerInterceptor(ComponentBuilder<MessageHandlerInterceptor<? super QueryMessage>>) - Method in class org.axonframework.messaging.core.configuration.MessagingConfigurer
Registers the given QueryMessage MessageHandlerInterceptor factory in this Configurer.
registerQueryHandlingModule(ModuleBuilder<QueryHandlingModule>) - Method in class org.axonframework.eventsourcing.configuration.EventSourcingConfigurer
Registers the given query handling moduleBuilder to use in this configuration.
registerQueryHandlingModule(ModuleBuilder<QueryHandlingModule>) - Method in class org.axonframework.messaging.core.configuration.MessagingConfigurer
Registers the given builder for a QueryHandlingModule to use in this configuration.
registerQueryHandlingModule(ModuleBuilder<QueryHandlingModule>) - Method in class org.axonframework.modelling.configuration.ModellingConfigurer
Registers the given builder for a QueryHandlingModule to use in this configuration.
registerQueryInterceptor(ComponentBuilder<MessageDispatchInterceptor<? super QueryMessage>>) - Method in class org.axonframework.messaging.core.interception.DefaultDispatchInterceptorRegistry
 
registerQueryInterceptor(ComponentBuilder<MessageDispatchInterceptor<? super QueryMessage>>) - Method in interface org.axonframework.messaging.core.interception.DispatchInterceptorRegistry
Registers the given interceptorBuilder for a QueryMessage-specific MessageDispatchInterceptor.
registerQueryInterceptor(ComponentBuilder<MessageHandlerInterceptor<? super QueryMessage>>) - Method in class org.axonframework.messaging.core.interception.DefaultHandlerInterceptorRegistry
 
registerQueryInterceptor(ComponentBuilder<MessageHandlerInterceptor<? super QueryMessage>>) - Method in interface org.axonframework.messaging.core.interception.HandlerInterceptorRegistry
Registers the given interceptorBuilder for a QueryMessage MessageHandlerInterceptor for all query handling infrastructure components
registerQueryMonitor(ComponentBuilder<MessageMonitor<? super QueryMessage>>) - Method in class org.axonframework.messaging.core.configuration.MessagingConfigurer
Registers a query monitor using the specified messageMonitorBuilder.
registerQueryMonitor(ComponentBuilder<MessageMonitor<? super QueryMessage>>) - Method in class org.axonframework.messaging.monitoring.configuration.DefaultMessageMonitorRegistry
 
registerQueryMonitor(ComponentBuilder<MessageMonitor<? super QueryMessage>>) - Method in interface org.axonframework.messaging.monitoring.configuration.MessageMonitorRegistry
Registers a MessageMonitor specifically for QueryMessage types using the provided ComponentBuilder.
registerShutdownHandlers(LifecycleRegistry) - Method in class org.axonframework.axonserver.connector.event.AxonServerEventStorageEngineFactory
 
registerShutdownHandlers(LifecycleRegistry) - Method in interface org.axonframework.common.configuration.ComponentFactory
Registers this factory's shutdown process with the given registry.
registerSpanAttributeProvider(SpanAttributesProvider) - Method in class org.axonframework.extension.tracing.opentelemetry.OpenTelemetrySpanFactory
 
registerSpanAttributeProvider(SpanAttributesProvider) - Method in class org.axonframework.messaging.tracing.MultiSpanFactory
 
registerSpanAttributeProvider(SpanAttributesProvider) - Method in class org.axonframework.messaging.tracing.NoOpSpanFactory
 
registerSpanAttributeProvider(SpanAttributesProvider) - Method in interface org.axonframework.messaging.tracing.SpanFactory
Registers an additional SpanAttributesProvider to the factory.
registerSubscriptionQueryUpdateInterceptor(ComponentBuilder<MessageDispatchInterceptor<? super SubscriptionQueryUpdateMessage>>) - Method in class org.axonframework.messaging.core.interception.DefaultDispatchInterceptorRegistry
 
registerSubscriptionQueryUpdateInterceptor(ComponentBuilder<MessageDispatchInterceptor<? super SubscriptionQueryUpdateMessage>>) - Method in interface org.axonframework.messaging.core.interception.DispatchInterceptorRegistry
Registers the given interceptorBuilder for a SubscriptionQueryUpdateMessage-specific MessageDispatchInterceptor.
registerSubscriptionQueryUpdateMonitor(ComponentBuilder<MessageMonitor<? super SubscriptionQueryUpdateMessage>>) - Method in class org.axonframework.messaging.core.configuration.MessagingConfigurer
Registers a subscription query update monitor using the specified messageMonitorBuilder.
registerSubscriptionQueryUpdateMonitor(ComponentBuilder<MessageMonitor<? super SubscriptionQueryUpdateMessage>>) - Method in class org.axonframework.messaging.monitoring.configuration.DefaultMessageMonitorRegistry
 
registerSubscriptionQueryUpdateMonitor(ComponentBuilder<MessageMonitor<? super SubscriptionQueryUpdateMessage>>) - Method in interface org.axonframework.messaging.monitoring.configuration.MessageMonitorRegistry
Registers a MessageMonitor specifically for SubscriptionQueryUpdateMessage types using the provided ComponentBuilder.
registerTagResolver(ComponentBuilder<TagResolver>) - Method in class org.axonframework.eventsourcing.configuration.EventSourcingConfigurer
Registers the given TagResolver factory in this Configurer.
registerToComponentRegistry(ComponentRegistry, int, Function<Configuration, ParameterResolverFactory>) - Static method in class org.axonframework.messaging.core.configuration.reflection.ParameterResolverFactoryUtils
Register a ParameterResolverFactory to the current ComponentRegistry using the given factory function.
registerToComponentRegistry(ComponentRegistry, Function<Configuration, ParameterResolverFactory>) - Static method in class org.axonframework.messaging.core.configuration.reflection.ParameterResolverFactoryUtils
Register a ParameterResolverFactory to the current ComponentRegistry using the given factory function.
registerUnitOfWorkFactory(ComponentBuilder<UnitOfWorkFactory>) - Method in class org.axonframework.messaging.core.configuration.MessagingConfigurer
Registers the given UnitOfWorkFactory factory in this Configurer.
registerUpdateHandler(QueryMessage, QueryBusConnector.UpdateCallback) - Method in interface org.axonframework.messaging.queryhandling.distributed.QueryBusConnector.Handler
Registers an update handler for a given subscription query message and its associated update sender.
Registration - Interface in org.axonframework.common
Interface that provides a mechanism to cancel a registration.
REGULAR - Enum constant in enum class org.axonframework.messaging.eventhandling.replay.ReplayStatus
Indicates the message is not delivered as part of a replay (and has not been delivered before).
REJECT - Enum constant in enum class org.axonframework.common.configuration.OverridePolicy
Trying to override results in a ComponentOverrideException.
release() - Method in interface org.axonframework.common.lock.Lock
Releases this lock.
release() - Method in class org.axonframework.common.lock.NoOpLock
 
releaseClaim(String) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenEntry
Release any claim of ownership currently active on this Token, if owned by the given owner.
releaseClaim(String) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa.TokenEntry
Release any claim of ownership currently active on this Token, if owned by the given owner.
releaseClaim(String, int, ProcessingContext) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.inmemory.InMemoryTokenStore
 
releaseClaim(String, int, ProcessingContext) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenStore
 
releaseClaim(String, int, ProcessingContext) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa.JpaTokenStore
 
releaseClaim(String, int, ProcessingContext) - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.token.store.TokenStore
Release a claim of the token for given processorName and segment.
releaseClaim(Connection, String, int) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenStore
Creates a new PreparedStatement to release the current claim this node has on a token belonging to a processor with given processorName and segment.
releaseSegment(int) - Method in record class org.axonframework.axonserver.connector.event.EventProcessorControlService.AxonProcessorInstructionHandler
 
releaseSegment(int) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessor
 
releaseSegment(int) - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.StreamingEventProcessor
Instructs the processor to release the segment with given segmentId.
releaseSegment(int, long, TimeUnit) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessor
 
releaseSegment(int, long, TimeUnit) - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.StreamingEventProcessor
Instructs the processor to release the segment with given segmentId.
RemoteExceptionDescription - Class in org.axonframework.messaging.core
Description of an Exception received from a remote source.
RemoteExceptionDescription(List<String>) - Constructor for class org.axonframework.messaging.core.RemoteExceptionDescription
Initialize a RemoteExceptionDescription with given descriptions describing the exception chain on the remote end of communication
RemoteExceptionDescription(List<String>, boolean) - Constructor for class org.axonframework.messaging.core.RemoteExceptionDescription
Initialize a RemoteExceptionDescription with given descriptions describing the exception chain on the remote end of communication.
RemoteHandlingException - Exception Class in org.axonframework.messaging.core
Exception indicating that an error has occurred while remotely handling a message.
RemoteHandlingException(RemoteExceptionDescription) - Constructor for exception class org.axonframework.messaging.core.RemoteHandlingException
Initializes the exception using the given exceptionDescription describing the remote cause-chain.
RemoteHandlingException(RemoteExceptionDescription, boolean) - Constructor for exception class org.axonframework.messaging.core.RemoteHandlingException
Initializes the exception using the given exceptionDescription and writableStackTrace.
RemoteNonTransientHandlingException - Exception Class in org.axonframework.messaging.core
Exception indicating that a non transient error has occurred while remotely handling a message.
RemoteNonTransientHandlingException(RemoteExceptionDescription) - Constructor for exception class org.axonframework.messaging.core.RemoteNonTransientHandlingException
Initializes the exception using the given exceptionDescription describing the remote cause-chain.
remove(Object) - Method in interface org.axonframework.common.caching.Cache
Removes the entry stored under given key.
remove(Object) - Method in class org.axonframework.common.caching.EhCacheAdapter
 
remove(Object) - Method in class org.axonframework.common.caching.JCacheAdapter
 
remove(Object) - Method in class org.axonframework.common.caching.NoCache
 
remove(Object) - Method in class org.axonframework.common.caching.WeakReferenceCache
 
remove(Object) - Method in class org.axonframework.messaging.core.Metadata
This operation is not supported since Metadata is an immutable object.
removeAll() - Method in interface org.axonframework.common.caching.Cache
Remove all stored entries in this cache.
removeAll() - Method in class org.axonframework.common.caching.EhCacheAdapter
 
removeAll() - Method in class org.axonframework.common.caching.JCacheAdapter
 
removeAll() - Method in class org.axonframework.common.caching.NoCache
 
removeAll() - Method in class org.axonframework.common.caching.WeakReferenceCache
 
RemovedTrackerStatus - Class in org.axonframework.messaging.eventhandling.processing.streaming.segmenting
References an EventTrackerStatus which no active work is occurring on.
RemovedTrackerStatus(EventTrackerStatus) - Constructor for class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.RemovedTrackerStatus
Initializes the RemovedTrackerStatus using the given removedTrackerStatus.
removeResource(Context.ResourceKey<T>) - Method in class org.axonframework.messaging.core.unitofwork.LegacyMessageSupportingContext
Deprecated.
 
removeResource(Context.ResourceKey<T>) - Method in interface org.axonframework.messaging.core.unitofwork.ProcessingContext
Removes the resource registered under given key.
removeResource(Context.ResourceKey<T>) - Method in class org.axonframework.messaging.core.unitofwork.ResourceOverridingProcessingContext
 
removeResource(Context.ResourceKey<T>, T) - Method in class org.axonframework.messaging.core.unitofwork.LegacyMessageSupportingContext
Deprecated.
 
removeResource(Context.ResourceKey<T>, T) - Method in interface org.axonframework.messaging.core.unitofwork.ProcessingContext
Remove the resource associated with given key if the given expectedResource is the currently associated value.
removeResource(Context.ResourceKey<T>, T) - Method in class org.axonframework.messaging.core.unitofwork.ResourceOverridingProcessingContext
 
replace(Component.Identifier<C>, UnaryOperator<Component<C>>) - Method in class org.axonframework.common.configuration.Components
Replace the component registered under the given identifier with the instance returned by given replacement function.
REPLAY - Enum constant in enum class org.axonframework.messaging.eventhandling.replay.ReplayStatus
Indicates the message is delivered as part of a replay (and may have been delivered before)
ReplayAwareMessageHandlerWrapper - Class in org.axonframework.messaging.eventhandling.replay.annotation
An implementation of the HandlerEnhancerDefinition that is used for AllowReplay annotated message handling methods.
ReplayAwareMessageHandlerWrapper() - Constructor for class org.axonframework.messaging.eventhandling.replay.annotation.ReplayAwareMessageHandlerWrapper
 
replayContext(TrackingToken, Class<T>) - Static method in class org.axonframework.messaging.eventhandling.processing.streaming.token.ReplayToken
Extracts the context from a message of the matching contextClass.
ReplayContext - Annotation Interface in org.axonframework.messaging.eventhandling.replay.annotation
Annotation indication that a parameter on a Message Handler method should be injected with the resetContext present in a ReplayToken.
ReplayContextParameterResolverFactory - Class in org.axonframework.messaging.eventhandling.replay.annotation
An implementation of the ParameterResolverFactory which resolves the parameter annotated with ReplayContext.
ReplayContextParameterResolverFactory() - Constructor for class org.axonframework.messaging.eventhandling.replay.annotation.ReplayContextParameterResolverFactory
 
ReplayParameterResolverFactory - Class in org.axonframework.messaging.eventhandling.replay.annotation
An implementation of the ParameterResolverFactory which resolves the ReplayStatus parameter.
ReplayParameterResolverFactory() - Constructor for class org.axonframework.messaging.eventhandling.replay.annotation.ReplayParameterResolverFactory
 
ReplayStatus - Enum Class in org.axonframework.messaging.eventhandling.replay
Type that can be used as parameter of Event Handler methods that indicates whether a message is delivered as part of a replay, or in regular operations.
ReplayToken - Class in org.axonframework.messaging.eventhandling.processing.streaming.token
Token keeping track of the position before a reset was triggered.
report - Variable in class org.axonframework.test.util.RecordingMessageMonitor
 
report() - Method in class org.axonframework.test.util.RecordingMessageMonitor
 
report(UpdateCheckRequest, UpdateCheckResponse) - Method in class org.axonframework.update.LoggingUpdateCheckerReporter
 
report(UpdateCheckRequest, UpdateCheckResponse) - Method in interface org.axonframework.update.UpdateCheckerReporter
Reports the given response of the update checker to the user.
reportDifferentMetadata(Class<?>, Map<String, String>, Map<String, String>) - Method in class org.axonframework.test.fixture.Reporter
Report an error due to a difference in the metadata of a message
reportDifferentPayloads(Class<?>, Object, Object) - Method in class org.axonframework.test.fixture.Reporter
Report an error due to a difference between the message payloads.
reportDifferentPayloads(Class<?>, Field, Object, Object) - Method in class org.axonframework.test.fixture.Reporter
Report an error due to a difference in one of the fields of the message payload.
Reporter - Class in org.axonframework.test.fixture
The reporter generates extensive human-readable reports of what the expected outcome of a test was, and what the actual results were.
Reporter() - Constructor for class org.axonframework.test.fixture.Reporter
 
reportFailed(Matcher<? super T>) - Method in class org.axonframework.test.matchers.ListMatcher
Report the given matcher as a failing matcher.
reportFailure(Throwable) - Method in interface org.axonframework.messaging.monitoring.MessageMonitor.MonitorCallback
Notify the monitor that a failure occurred during processing of the message
reportFailure(Throwable) - Method in enum class org.axonframework.messaging.monitoring.NoOpMessageMonitorCallback
 
reportIgnored() - Method in interface org.axonframework.messaging.monitoring.MessageMonitor.MonitorCallback
Notify the monitor that the message was ignored
reportIgnored() - Method in enum class org.axonframework.messaging.monitoring.NoOpMessageMonitorCallback
 
reportIncorrectDeletedState(boolean) - Method in class org.axonframework.test.fixture.Reporter
Report an error due to a difference in the expected state of the `isDeleted` marker on the Aggregate.
reportSuccess() - Method in interface org.axonframework.messaging.monitoring.MessageMonitor.MonitorCallback
Notify the monitor that the message was handled successfully
reportSuccess() - Method in enum class org.axonframework.messaging.monitoring.NoOpMessageMonitorCallback
 
reportUnexpectedException(Throwable, Description) - Method in class org.axonframework.test.fixture.Reporter
Reports an error due to an unexpected exception.
reportUnexpectedReturnValue(Object, Description) - Method in class org.axonframework.test.fixture.Reporter
Report an error due to an unexpected return value, while an exception was expected.
reportWrongEvent(Collection<?>, Collection<?>, Throwable) - Method in class org.axonframework.test.fixture.Reporter
Report an error in the ordering or count of events.
reportWrongEvent(Collection<?>, Description, Description, Throwable) - Method in class org.axonframework.test.fixture.Reporter
Report an error of events not matching expectations defined by Matchers.
reportWrongException(Throwable, Description) - Method in class org.axonframework.test.fixture.Reporter
Report an error due to an exception of an unexpected type.
reportWrongExceptionDetails(Object, Description) - Method in class org.axonframework.test.fixture.Reporter
Report an error due to a difference in exception details.
reportWrongExceptionMessage(Throwable, Description) - Method in class org.axonframework.test.fixture.Reporter
Report an error due to a difference in exception message.
reportWrongResult(Object, Object) - Method in class org.axonframework.test.fixture.Reporter
Reports an error due to a wrong return value.
repository(Class<T>, Class<I>) - Method in class org.axonframework.modelling.HierarchicalStateManager
 
repository(Class<T>, Class<I>) - Method in class org.axonframework.modelling.SimpleStateManager
 
repository(Class<T>, Class<ID>) - Method in interface org.axonframework.modelling.StateManager
Returns the Repository for the given type.
repository(ComponentBuilder<Repository<ID, E>>) - Method in interface org.axonframework.modelling.configuration.StateBasedEntityModule.RepositoryPhase
Registers the given repository as a factory method for the state-based entity being built.
Repository<ID,E> - Interface in org.axonframework.modelling.repository
The Repository provides an abstraction for the storage of entities.
Repository.LifecycleManagement<ID,E> - Interface in org.axonframework.modelling.repository
Specialization of the Repository interface that must be implemented by all implementations of the Repository.
RepositoryAlreadyRegisteredException - Exception Class in org.axonframework.modelling
Exception thrown by the StateManager when trying to register an Repository for a combination of entity type and id type for which a repository was already registered.
RepositoryAlreadyRegisteredException(Repository<?, ?>, Repository<?, ?>) - Constructor for exception class org.axonframework.modelling.RepositoryAlreadyRegisteredException
Initialize the exception with a message that contains the types of the conflicting repositories.
required() - Element in annotation interface org.axonframework.messaging.core.annotation.MetadataValue
Indicates whether the Metadata must be available in order for the Message handler method to be invoked.
requiresSameThreadInvocations() - Method in class org.axonframework.extension.spring.messaging.unitofwork.SpringTransactionManager
 
requiresSameThreadInvocations() - Method in interface org.axonframework.messaging.core.unitofwork.transaction.TransactionManager
Indicates whether the tasks contained with the managed transactions must occur on the same thread.
rescheduleIn(long, TimeUnit) - Static method in interface org.axonframework.messaging.core.retry.RetryPolicy.Outcome
Factory method to create an Outcome that requests the retry to be scheduled at the given interval (using given timeUnit).
rescheduleInterval() - Method in interface org.axonframework.messaging.core.retry.RetryPolicy.Outcome
The amount of time to wait before rescheduling the message.
rescheduleIntervalTimeUnit() - Method in interface org.axonframework.messaging.core.retry.RetryPolicy.Outcome
The unit in which the interval is expressed
reservoirFactory(Supplier<Reservoir>) - Method in class org.axonframework.extension.metrics.dropwizard.MessageTimerMonitor.Builder
Sets factory method creating a Reservoir to be used by the Timer instances created by this MessageMonitor.
reset() - Method in class org.axonframework.test.fixture.RecordingCommandBus
Resets this recording CommandBus, by removing all recorded CommandMessages.
reset() - Method in class org.axonframework.test.fixture.RecordingEventSink
Resets this recording EventSink, by removing all recorded EventMessages.
RESET - Enum constant in enum class org.axonframework.axonserver.connector.TopologyChange.Type
A change type signalling the connection broke down, willingly or not, resulting in a complete reset.
ResetContext - Interface in org.axonframework.messaging.eventhandling.replay
A Message initiating the reset of an Event Handling Component.
ResetHandler - Annotation Interface in org.axonframework.messaging.eventhandling.replay.annotation
Annotation that can be placed on a method that is to be invoked when a reset is being prepared.
ResetNotSupportedException - Exception Class in org.axonframework.messaging.eventhandling.replay
Exception indicating that a reset is not supported by a component.
ResetNotSupportedException(String) - Constructor for exception class org.axonframework.messaging.eventhandling.replay.ResetNotSupportedException
Initialize the exception with given message
ResetNotSupportedException(String, Throwable) - Constructor for exception class org.axonframework.messaging.eventhandling.replay.ResetNotSupportedException
Initialize the exception with given message and cause.
resetTokens() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessor
 
resetTokens() - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.StreamingEventProcessor
Resets tokens to their initial state.
resetTokens(Function<TrackingTokenSource, CompletableFuture<TrackingToken>>) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessor
 
resetTokens(Function<TrackingTokenSource, CompletableFuture<TrackingToken>>) - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.StreamingEventProcessor
Reset tokens to the position as return by the given initialTrackingTokenSupplier.
resetTokens(Function<TrackingTokenSource, CompletableFuture<TrackingToken>>, R) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessor
 
resetTokens(Function<TrackingTokenSource, CompletableFuture<TrackingToken>>, R) - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.StreamingEventProcessor
Reset tokens to the position as return by the given initialTrackingTokenSupplier.
resetTokens(TrackingToken) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessor
 
resetTokens(TrackingToken) - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.StreamingEventProcessor
Resets tokens to the given startPosition.
resetTokens(TrackingToken, R) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessor
 
resetTokens(TrackingToken, R) - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.StreamingEventProcessor
Resets tokens to the given startPosition.
resetTokens(R) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessor
 
resetTokens(R) - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.StreamingEventProcessor
Resets tokens to their initial state.
resolve(I, ProcessingContext) - Method in interface org.axonframework.eventsourcing.CriteriaResolver
Resolves the given identifier to an EventCriteria.
resolve(Class<?>) - Method in class org.axonframework.messaging.core.annotation.AnnotationMessageTypeResolver
 
resolve(Class<?>) - Method in class org.axonframework.messaging.core.ClassBasedMessageTypeResolver
 
resolve(Class<?>) - Method in class org.axonframework.messaging.core.HierarchicalMessageTypeResolver
 
resolve(Class<?>) - Method in interface org.axonframework.messaging.core.MessageTypeResolver
Resolves a type for the given payloadType.
resolve(Class<?>) - Method in class org.axonframework.messaging.core.NamespaceMessageTypeResolver
 
resolve(Object) - Method in interface org.axonframework.messaging.core.MessageTypeResolver
Resolves a type for the given payload.
resolve(Object, ProcessingContext) - Method in class org.axonframework.eventsourcing.annotation.AnnotationBasedEventCriteriaResolver
 
resolve(Configuration) - Method in class org.axonframework.common.configuration.AbstractComponent
 
resolve(Configuration) - Method in interface org.axonframework.common.configuration.Component
Resolves the instance of this component, allowing it to retrieve any of its required dependencies from the given configuration.
resolve(Message, ProcessingContext) - Method in class org.axonframework.modelling.annotation.AnnotationBasedEntityIdResolver
 
resolve(Message, ProcessingContext) - Method in class org.axonframework.modelling.entity.annotation.AnnotatedEntityIdResolver
 
resolve(Message, ProcessingContext) - Method in interface org.axonframework.modelling.EntityIdResolver
Resolve the id of the entity from the given message and context.
resolve(Message, ProcessingContext) - Method in class org.axonframework.modelling.PropertyBasedEntityIdResolver
 
resolve(EventMessage) - Method in class org.axonframework.eventsourcing.eventstore.AnnotationBasedTagResolver
 
resolve(EventMessage) - Method in class org.axonframework.eventsourcing.eventstore.MetadataBasedTagResolver
 
resolve(EventMessage) - Method in class org.axonframework.eventsourcing.eventstore.MultiTagResolver
 
resolve(EventMessage) - Method in class org.axonframework.eventsourcing.eventstore.PayloadBasedTagResolver
 
resolve(EventMessage) - Method in interface org.axonframework.eventsourcing.eventstore.TagResolver
Resolves a Set of Tags for the given event.
resolveAggregateIdentifier(Set<Tag>) - Static method in class org.axonframework.eventsourcing.eventstore.AggregateBasedEventStorageEngineUtils
Resolves the aggregate identifier from the provided set of tags.
resolveAggregateType(Set<Tag>) - Static method in class org.axonframework.eventsourcing.eventstore.AggregateBasedEventStorageEngineUtils
Resolves the aggregate type from the provided set of tags.
resolveBean() - Method in interface org.axonframework.extension.spring.config.ProcessorDefinition.EventHandlerDescriptor
Resolves and returns the actual event handler bean instance.
resolveClassName(BeanDefinition) - Static method in class org.axonframework.extension.spring.BeanDefinitionUtils
Resolves the fully qualified class name from a bean definition.
resolveContext(T) - Method in interface org.axonframework.axonserver.connector.TargetContextResolver
Provides the context to which a message should be routed.
resolveDetails(Throwable) - Static method in exception class org.axonframework.messaging.core.HandlerExecutionException
Resolve details from the given throwable, taking into account that the details may be available in any of the HandlerExecutionExceptions is the "cause" chain.
resolveGenericType(Field, int) - Static method in class org.axonframework.common.ReflectionUtils
Resolve a generic type parameter from a field declaration.
resolveMemberGenericType(Member, int) - Static method in class org.axonframework.common.ReflectionUtils
Resolve a generic type parameter from a member declaration.
resolveOrThrow(Class<?>) - Method in interface org.axonframework.messaging.core.MessageTypeResolver
Resolves a type for the given payloadType.
resolveOrThrow(Object) - Method in interface org.axonframework.messaging.core.MessageTypeResolver
Resolves a type for the given payload.
resolveParameterValue(ProcessingContext) - Method in class org.axonframework.messaging.core.annotation.FixedValueParameterResolver
 
resolveParameterValue(ProcessingContext) - Method in class org.axonframework.messaging.core.annotation.InterceptorChainParameterResolverFactory
 
resolveParameterValue(ProcessingContext) - Method in interface org.axonframework.messaging.core.annotation.ParameterResolver
Asynchronously resolves the parameter value from the context.
resolveParameterValue(ProcessingContext) - Method in class org.axonframework.messaging.core.annotation.PayloadParameterResolver
 
resolveParameterValue(ProcessingContext) - Method in class org.axonframework.messaging.eventhandling.annotation.SequenceNumberParameterResolverFactory.SequenceNumberParameterResolver
 
resolvePrimitiveWrapperType(Class<?>) - Static method in class org.axonframework.common.ReflectionUtils
Returns the boxed wrapper type for the given primitiveType.
resolvePrimitiveWrapperTypeIfPrimitive(Type) - Static method in class org.axonframework.common.ReflectionUtils
Returns the boxed wrapper type for the given type if it is primitive.
resolveToStream(Object, MessageTypeResolver) - Static method in class org.axonframework.messaging.core.annotation.MessageStreamResolverUtils
Resolves the given result into a MessageStream, using the typeResolver when a Message is constructed to define the MessageType.
RESOURCE_KEY - Static variable in interface org.axonframework.eventsourcing.eventstore.ConsistencyMarker
The ResourceKey under which consistency markers are stored in a Context.
RESOURCE_KEY - Static variable in interface org.axonframework.messaging.commandhandling.gateway.CommandDispatcher
RESOURCE_KEY - Static variable in interface org.axonframework.messaging.core.Message
The Context.ResourceKey used to store and retrieve the Message from the ProcessingContext.
RESOURCE_KEY - Static variable in interface org.axonframework.messaging.eventhandling.gateway.EventAppender
RESOURCE_KEY - Static variable in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.Segment
The Context.ResourceKey used whenever a Context would contain a segment id.
RESOURCE_KEY - Static variable in interface org.axonframework.messaging.eventhandling.processing.streaming.token.TrackingToken
The Context.ResourceKey used whenever a Context would contain a TrackingToken.
RESOURCE_KEY - Static variable in record class org.axonframework.messaging.eventstreaming.Tag
The Context.ResourceKey used whenever a Context would contain a Set of Tags.
RESOURCE_KEY - Static variable in interface org.axonframework.messaging.queryhandling.QueryUpdateEmitter
ResourceOverridingProcessingContext<R> - Class in org.axonframework.messaging.core.unitofwork
A ProcessingContext implementation overriding a single resource from the wrapping ProcessingContext.
ResourceOverridingProcessingContext(ProcessingContext, Context.ResourceKey<R>, R) - Constructor for class org.axonframework.messaging.core.unitofwork.ResourceOverridingProcessingContext
Constructs a resource-overriding ProcessingContext using the provided parameters.
resources() - Method in interface org.axonframework.messaging.core.Context
Retrieves all resources contained within the current Context.
resources() - Method in class org.axonframework.messaging.core.SimpleContext
 
resources() - Method in record class org.axonframework.messaging.core.SimpleEntry
 
resources() - Method in class org.axonframework.messaging.core.unitofwork.LegacyMessageSupportingContext
Deprecated.
 
resources() - Method in class org.axonframework.messaging.core.unitofwork.ResourceOverridingProcessingContext
 
RESULT_TYPE - Static variable in interface org.axonframework.messaging.core.annotation.HandlerAttributes
Attribute key referencing the result type the handler can handle.
resultAs(Class<R>) - Method in interface org.axonframework.messaging.commandhandling.gateway.CommandResult
Returns the result of command handling, cast to the given type, within a CompletableFuture.
ResultHandler - Annotation Interface in org.axonframework.messaging.core.interception.annotation
Meta-Annotation used to demarcate MessageHandlerInterceptor annotated methods as interceptors that should only act on the result of a handler invocation.
ResultMessage - Interface in org.axonframework.messaging.core
A Message that represents a result of handling some form of a request message.
resultMessagePayload(Object) - Method in interface org.axonframework.test.fixture.AxonTestPhase.Then.Command
Expect the last command handler from the When phase to return the given expectedPayload after execution.
resultMessagePayloadSatisfies(Class<T>, Consumer<T>) - Method in interface org.axonframework.test.fixture.AxonTestPhase.Then.Command
Invokes the given consumer of the command result payload that has been returned during the When phase, after converting it to the expected type.
resultMessagePayloadSatisfies(Consumer<Object>) - Method in interface org.axonframework.test.fixture.AxonTestPhase.Then.Command
Deprecated, for removal: This API element is subject to removal in a future version.
Use AxonTestPhase.Then.Command.resultMessagePayloadSatisfies(Class, Consumer) instead, which automatically handles payload conversion for distributed setups where conversion is necessary.
resultMessageSatisfies(Consumer<? super CommandResultMessage>) - Method in interface org.axonframework.test.fixture.AxonTestPhase.Then.Command
Invokes the given consumer of the command result message that has been returned during the When phase, allowing for any form of assertion.
resultOf(CommandMessage) - Method in class org.axonframework.test.fixture.RecordingCommandBus
Returns the result of the given command.
ResultParameterResolverFactory - Class in org.axonframework.messaging.core.interception.annotation
ParameterResolverFactory that provides support for Parameters where the result of Handler execution is expected to be injected.
ResultParameterResolverFactory() - Constructor for class org.axonframework.messaging.core.interception.annotation.ResultParameterResolverFactory
 
resultType() - Element in annotation interface org.axonframework.messaging.core.interception.annotation.ExceptionHandler
Defines the type of result this handler needs to be triggered for.
resultType() - Element in annotation interface org.axonframework.messaging.core.interception.annotation.ResultHandler
The type of result object that the annotated handler should be invoked for.
resultType() - Method in interface org.axonframework.messaging.queryhandling.annotation.QueryHandlingMember
Returns the return type declared by the handler
retrieveStorageIdentifier(ProcessingContext) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.inmemory.InMemoryTokenStore
 
retrieveStorageIdentifier(ProcessingContext) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenStore
 
retrieveStorageIdentifier(ProcessingContext) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa.JpaTokenStore
 
retrieveStorageIdentifier(ProcessingContext) - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.token.store.TokenStore
Retrieves the storage identifier associated with this store.
RetryingCommandBus - Class in org.axonframework.messaging.commandhandling.retry
A CommandBus wrapper that will retry dispatching commands that resulted in a failure.
RetryingCommandBus(CommandBus, RetryScheduler) - Constructor for class org.axonframework.messaging.commandhandling.retry.RetryingCommandBus
Initialize the RetryingCommandBus to dispatch commands on given delegate and perform retries using the given retryScheduler.
RetryPolicy - Interface in org.axonframework.messaging.core.retry
Describes a policy for retrying failed messages.
RetryPolicy.Outcome - Interface in org.axonframework.messaging.core.retry
The outcome of applying a RetryPolicy to a given message.
RetryScheduler - Interface in org.axonframework.messaging.core.retry
Interface towards a mechanism that decides whether to schedule a message for dispatching when a previous attempts failed.
RetryScheduler.Dispatcher<M,R> - Interface in org.axonframework.messaging.core.retry
Represents the logic to dispatch a message and attempt to retrieve the result
rollback() - Method in record class org.axonframework.eventsourcing.eventstore.EmptyAppendTransaction
 
rollback() - Method in interface org.axonframework.eventsourcing.eventstore.EventStorageEngine.AppendTransaction
Rolls back any events that have been appended, permanently making them unavailable for consumers.
rollback() - Method in interface org.axonframework.messaging.core.unitofwork.transaction.Transaction
Roll back this transaction.
rollbackTransaction(TransactionStatus) - Method in class org.axonframework.extension.spring.messaging.unitofwork.SpringTransactionManager
Rolls back the transaction with given status if the transaction is new and not completed.
ROOT_SEGMENT - Static variable in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.Segment
Represents the Segment that matches against all input, but can be split to start processing elements in parallel.
routingKey() - Element in annotation interface org.axonframework.messaging.commandhandling.annotation.Command
The property of the command to be used as a routing key when dispatching the command.
routingKey() - Element in annotation interface org.axonframework.messaging.commandhandling.annotation.CommandHandler
The property of the command to be used as a routing key towards this command handler instance.
routingKey() - Method in interface org.axonframework.messaging.commandhandling.annotation.CommandHandlingMember
Returns the property of the command that is to be used as routing key towards this command handler instance.
routingKey() - Method in interface org.axonframework.messaging.commandhandling.CommandMessage
Returns the routing key for this command message, if any is applicable.
routingKey() - Method in class org.axonframework.messaging.commandhandling.GenericCommandMessage
 
routingKey() - Element in annotation interface org.axonframework.modelling.entity.annotation.EntityMember
The routing key to use for matching messages to this child entity.
routingKey(List<ProcessingInstruction>) - Static method in class org.axonframework.axonserver.connector.util.ProcessingInstructionUtils
Retrieve the routing key as a String from the given instructions, by searching for the ProcessingInstruction who's key equals the ProcessingKey.ROUTING_KEY.
RoutingKey - Annotation Interface in org.axonframework.messaging.commandhandling.annotation
Deprecated.
Use attributes of
invalid @link
{@link @CommandHandler
} annotation to specify the routing key instead.
RoutingKeyCommandTargetResolver<E> - Class in org.axonframework.modelling.entity.annotation
EventTargetMatcher implementation that matches based on the routing key.
RoutingKeyCommandTargetResolver(AnnotatedEntityMetamodel<E>, String, String) - Constructor for class org.axonframework.modelling.entity.annotation.RoutingKeyCommandTargetResolver
Constructs a RoutingKeyCommandTargetResolver that matches the routing key of the given entity against the routing key of a command message.
RoutingKeyCommandTargetResolverDefinition - Class in org.axonframework.modelling.entity.annotation
Definition for creating CommandTargetResolver instances based on the routing key definitions.
RoutingKeyCommandTargetResolverDefinition() - Constructor for class org.axonframework.modelling.entity.annotation.RoutingKeyCommandTargetResolverDefinition
 
RoutingKeyEventTargetMatcher<E> - Class in org.axonframework.modelling.entity.annotation
EventTargetMatcher implementation that matches based on the routing key.
RoutingKeyEventTargetMatcher(AnnotatedEntityMetamodel<E>, String, String) - Constructor for class org.axonframework.modelling.entity.annotation.RoutingKeyEventTargetMatcher
Constructs a RoutingKeyEventTargetMatcher that matches the routing key of the given entity against the routing key of an event message.
RoutingKeyEventTargetMatcherDefinition - Class in org.axonframework.modelling.entity.annotation
Definition for creating EventTargetMatcher instances based on the routing key definitions.
RoutingKeyEventTargetMatcherDefinition() - Constructor for class org.axonframework.modelling.entity.annotation.RoutingKeyEventTargetMatcherDefinition
 
RoutingKeyUtils - Class in org.axonframework.modelling.entity.annotation
Utility class for retrieving routing keys from entity members and child entities.
routingServers() - Method in interface org.axonframework.extension.springboot.service.connection.AxonServerConnectionDetails
The addresses of the routing servers to use to connect to an Axon Server cluster.
routingServers(String) - Method in class org.axonframework.axonserver.connector.AxonServerConnectionManager.Builder
Comma separated list of Axon Server locations.
RoutingStrategy - Interface in org.axonframework.messaging.commandhandling
Interface describing a mechanism that generates a routing key for a given command.
run() - Method in class org.axonframework.common.MemberAccessibilityCallback
 
run() - Method in class org.axonframework.common.util.PriorityRunnable
 
run() - Method in class org.axonframework.update.UpdateChecker
 
run(Runnable) - Method in interface org.axonframework.messaging.tracing.Span
Runs a piece of code which will be traced.
run(Configuration) - Method in interface org.axonframework.common.configuration.LifecycleHandler
Run the start-up or shutdown process this LifecycleHandler represents.
run(Configuration, C) - Method in interface org.axonframework.common.configuration.ComponentLifecycleHandler
Runs the lifecycle handler for given component that has been defined within the scope of given configuration.
runCallable(Callable<T>) - Method in interface org.axonframework.messaging.tracing.Span
Runs a piece of code which will be traced.
runConsumer(Consumer<T>, T) - Method in interface org.axonframework.messaging.tracing.Span
Runs a piece of code that returns a value and which will be traced.
runFailing(Supplier<CompletableFuture<T>>) - Static method in class org.axonframework.common.FutureUtils
Safely catches exceptions thrown by the given fn and returns a CompletableFuture that completes.
runOn(ProcessingLifecycle.Phase, Consumer<ProcessingContext>) - Method in interface org.axonframework.messaging.core.unitofwork.ProcessingLifecycle
Registers the provided action to be executed in the given phase.
runOn(ProcessingLifecycle.Phase, Consumer<ProcessingContext>) - Method in class org.axonframework.messaging.core.unitofwork.ResourceOverridingProcessingContext
 
runOnAfterCommit(Consumer<ProcessingContext>) - Method in interface org.axonframework.messaging.core.unitofwork.ProcessingLifecycle
Registers the provided action to be executed in the after commit phase.
runOnAfterCommit(Consumer<ProcessingContext>) - Method in class org.axonframework.messaging.core.unitofwork.ResourceOverridingProcessingContext
 
runOnCommit(Consumer<ProcessingContext>) - Method in interface org.axonframework.messaging.core.unitofwork.ProcessingLifecycle
Registers the provided action to be executed in the commit phase.
runOnCommit(Consumer<ProcessingContext>) - Method in class org.axonframework.messaging.core.unitofwork.ResourceOverridingProcessingContext
 
runOnInvocation(Consumer<ProcessingContext>) - Method in interface org.axonframework.messaging.core.unitofwork.ProcessingLifecycle
Registers the provided action to be executed in the invocation phase.
runOnInvocation(Consumer<ProcessingContext>) - Method in class org.axonframework.messaging.core.unitofwork.ResourceOverridingProcessingContext
 
runOnPostInvocation(Consumer<ProcessingContext>) - Method in interface org.axonframework.messaging.core.unitofwork.ProcessingLifecycle
Registers the provided action to be executed in the post invocation phase.
runOnPostInvocation(Consumer<ProcessingContext>) - Method in class org.axonframework.messaging.core.unitofwork.ResourceOverridingProcessingContext
 
runOnPreInvocation(Consumer<ProcessingContext>) - Method in interface org.axonframework.messaging.core.unitofwork.ProcessingLifecycle
Registers the provided action to be executed in the pre-invocation phase.
runOnPreInvocation(Consumer<ProcessingContext>) - Method in class org.axonframework.messaging.core.unitofwork.ResourceOverridingProcessingContext
 
runOnPrepareCommit(Consumer<ProcessingContext>) - Method in interface org.axonframework.messaging.core.unitofwork.ProcessingLifecycle
Registers the provided action to be executed in the prepare commit phase.
runOnPrepareCommit(Consumer<ProcessingContext>) - Method in class org.axonframework.messaging.core.unitofwork.ResourceOverridingProcessingContext
 
runSupplier(Supplier<T>) - Method in interface org.axonframework.messaging.tracing.Span
Runs a piece of code that returns a value and which will be traced.
runSupplierAsync(Supplier<CompletableFuture<T>>) - Method in interface org.axonframework.messaging.tracing.Span
 

S

safeDetectAxonModules() - Static method in class org.axonframework.update.detection.AxonVersionDetector
Detects Axon Framework modules in the classpath and returns their versions.
SAGA_ASSOCIATION_PROPERTY - Static variable in interface org.axonframework.messaging.core.annotation.HandlerAttributes
Attribute key referencing the property in the handled EventMessage to associate a saga instance with.
SAGA_ASSOCIATION_PROPERTY_KEY_NAME - Static variable in interface org.axonframework.messaging.core.annotation.HandlerAttributes
Attribute key referencing the saga event handler's association property key name used.
SAGA_ASSOCIATION_RESOLVER - Static variable in interface org.axonframework.messaging.core.annotation.HandlerAttributes
Attribute key referencing the type of association resolver used by a saga event handler.
sameInstanceSupplier(Supplier<T>) - Static method in class org.axonframework.common.ObjectUtils
Wraps the given supplier to ensure that the same instance is returned on multiple consecutive invocations.
samePositionAs(TrackingToken) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.GapAwareTrackingToken
Indicates whether this token is at the exact same spot in the event stream as the other token.
samePositionAs(TrackingToken) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.GlobalSequenceTrackingToken
 
samePositionAs(TrackingToken) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.MergedTrackingToken
 
samePositionAs(TrackingToken) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.ReplayToken
 
samePositionAs(TrackingToken) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.ConfigToken
 
samePositionAs(TrackingToken) - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.token.TrackingToken
Indicates whether this token is at the exact same spot in the event stream as the other token.
Scheduler - Interface in org.axonframework.axonserver.connector.util
Schedules tasks to be executed in future.
Scheduler.ScheduledTask - Interface in org.axonframework.axonserver.connector.util
 
scheduleRetry(M, ProcessingContext, Throwable, RetryScheduler.Dispatcher<M, R>) - Method in class org.axonframework.messaging.core.retry.AsyncRetryScheduler
 
scheduleRetry(M, ProcessingContext, Throwable, RetryScheduler.Dispatcher<M, R>) - Method in interface org.axonframework.messaging.core.retry.RetryScheduler
Schedules the given message to retry dispatching using the given dispatching function.
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in interface org.axonframework.axonserver.connector.util.Scheduler
Schedules a command to be executed periodically after initialDelay.
schedulingProcessingContextProvider() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorConfiguration
Returns the Supplier providing the ProcessingContext used to evaluate whether an event can be scheduled for processing by this WorkPackage.
schedulingProcessingContextProvider(Supplier<ProcessingContext>) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorConfiguration
Provides a ProcessingContext used to evaluate whether an event can be scheduled for processing by this WorkPackage.
schema() - Method in record class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenStoreConfiguration
Returns the value of the schema record component.
schema(TokenSchema) - Method in record class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenStoreConfiguration
Sets the schema which describes a JDBC token entry for this TokenStore.
schemaIncompatibilityChecker() - Method in record class org.axonframework.conversion.avro.AvroConverterConfiguration
Returns the value of the schemaIncompatibilityChecker record component.
schemaIncompatibilityChecker(SchemaIncompatibilityChecker) - Method in record class org.axonframework.conversion.avro.AvroConverterConfiguration
Creates a new configuration using provided schema incompatibility checker.
SchemaIncompatibilityChecker - Interface in org.axonframework.conversion.avro
Provides functionality for incompatibility checks.
schemaStore() - Method in record class org.axonframework.conversion.avro.AvroConverterConfiguration
Returns the value of the schemaStore record component.
SearchScope - Enum Class in org.axonframework.common.configuration
Enumeration stating on what levels to search for a Component within the ComponentRegistry.
securedMessageHandlerDefinition() - Method in class org.axonframework.extension.springboot.autoconfig.SecurityAutoConfiguration
Bean creation method constructing a SecuredMessageHandlerDefinition allowing for secured message handlers.
SecuredMessageHandlerDefinition - Class in org.axonframework.extension.spring.authorization
MessageHandlerDefinition that verifies authorization based on Secured annotation on the message handler.
SecuredMessageHandlerDefinition() - Constructor for class org.axonframework.extension.spring.authorization.SecuredMessageHandlerDefinition
 
SecurityAutoConfiguration - Class in org.axonframework.extension.springboot.autoconfig
Autoconfiguration class that registers a bean creation method for the SecuredMessageHandlerDefinition.
SecurityAutoConfiguration() - Constructor for class org.axonframework.extension.springboot.autoconfig.SecurityAutoConfiguration
 
Segment - Class in org.axonframework.messaging.eventhandling.processing.streaming.segmenting
A representation of a segment and corresponding mask with various capabilities.
Segment(int, int) - Constructor for class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.Segment
Construct a new Segment instance with given segmentId and mask
segmentColumn() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.TokenSchema
Returns the name of the column containing the segment of the processor to which the token belongs.
SegmentMatcher - Class in org.axonframework.messaging.eventhandling.processing.streaming.segmenting
Utility class that matches EventMessages against a Segment based on a SequencingPolicy.
SegmentMatcher(SequencingPolicy) - Constructor for class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.SegmentMatcher
Initialize a SegmentMatcher with the given sequencingPolicy.
select(Connection, String, int, boolean) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenStore
Returns a PreparedStatement to select a token entry from the underlying storage, either for updating or just for reading.
selectForSegments(Connection, String) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenStore
Returns a PreparedStatement to select all segments ids for a given processorName from the underlying storage.
selectForUpdate(Connection, String, int) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenStore
Returns a PreparedStatement to select a token entry from the underlying storage.
selectSegments(Connection, String, int, int) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenStore
Returns a PreparedStatement for the count of segments that can be found after searching for the splitSegmentId and mergeableSegmentId.
selectTokenEntries(Connection, String) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenStore
Returns a PreparedStatement to select all JdbcTokenEntry for a given processorName from the underlying storage.
send(Object) - Method in interface org.axonframework.messaging.commandhandling.gateway.CommandDispatcher
Sends the given command and returns a CommandResult immediately, without waiting for the command to execute.
send(Object) - Method in interface org.axonframework.messaging.commandhandling.gateway.CommandGateway
Sends the given command in the provided context (if available) and returns a CommandResult immediately, without waiting for the command to execute.
send(Object) - Method in class org.axonframework.messaging.commandhandling.gateway.ContextAwareCommandDispatcher
 
send(Object, Class<R>) - Method in interface org.axonframework.messaging.commandhandling.gateway.CommandDispatcher
Sends the given command and returns a CompletableFuture immediately, without waiting for the command to execute.
send(Object, Class<R>) - Method in interface org.axonframework.messaging.commandhandling.gateway.CommandGateway
Sends the given command and returns a CompletableFuture immediately, without waiting for the command to execute.
send(Object, Class<R>, ProcessingContext) - Method in interface org.axonframework.messaging.commandhandling.gateway.CommandGateway
Sends the given command and returns a CompletableFuture immediately, without waiting for the command to execute.
send(Object, Metadata) - Method in interface org.axonframework.messaging.commandhandling.gateway.CommandDispatcher
Sends the given command with the given metadata and returns a CommandResult immediately, without waiting for the command to execute.
send(Object, Metadata) - Method in interface org.axonframework.messaging.commandhandling.gateway.CommandGateway
Sends the given command with the given metadata in the provided context (if available) and returns a CommandResult immediately, without waiting for the command to execute.
send(Object, Metadata) - Method in class org.axonframework.messaging.commandhandling.gateway.ContextAwareCommandDispatcher
 
send(Object, Metadata, ProcessingContext) - Method in interface org.axonframework.messaging.commandhandling.gateway.CommandGateway
Sends the given command with the given metadata in the provided context (if available) and returns a CommandResult immediately, without waiting for the command to execute.
send(Object, Metadata, ProcessingContext) - Method in class org.axonframework.messaging.commandhandling.gateway.ConvertingCommandGateway
 
send(Object, Metadata, ProcessingContext) - Method in class org.axonframework.messaging.commandhandling.gateway.DefaultCommandGateway
 
send(Object, ProcessingContext) - Method in interface org.axonframework.messaging.commandhandling.gateway.CommandGateway
Sends the given command in the provided context (if available) and returns a CommandResult immediately, without waiting for the command to execute.
sendAck(String, boolean, ErrorMessage, StreamObserver<T>) - Method in class org.axonframework.axonserver.connector.DefaultInstructionAckSource
 
sendAck(String, boolean, ErrorMessage, StreamObserver<T>) - Method in interface org.axonframework.axonserver.connector.InstructionAckSource
Sends an acknowledgement.
sendAndWait(Object) - Method in interface org.axonframework.messaging.commandhandling.gateway.CommandGateway
Send the given command and waits for completion.
sendAndWait(Object, Class<R>) - Method in interface org.axonframework.messaging.commandhandling.gateway.CommandGateway
Send the given command and waits for the result converted to the resultType.
sendAndWait(Object, Class<R>, ProcessingContext) - Method in interface org.axonframework.messaging.commandhandling.gateway.CommandGateway
Send the given command and waits for the result converted to the resultType.
sendAndWait(Object, ProcessingContext) - Method in interface org.axonframework.messaging.commandhandling.gateway.CommandGateway
Send the given command and waits for completion.
sendRequest(UpdateCheckRequest, boolean) - Method in class org.axonframework.update.UpdateCheckerHttpClient
Sends a usage request to the AxonIQ servers.
sendSuccessfulAck(String, StreamObserver<T>) - Method in interface org.axonframework.axonserver.connector.InstructionAckSource
Sends successful acknowledgement.
sendUnsuccessfulAck(String, ErrorMessage, StreamObserver<T>) - Method in interface org.axonframework.axonserver.connector.InstructionAckSource
Sends unsuccessful acknowledgement.
sendUnsupportedInstruction(String, String, StreamObserver<T>) - Method in interface org.axonframework.axonserver.connector.InstructionAckSource
Sends acknowledgement of unsupported instruction.
sendUpdate(SubscriptionQueryUpdateMessage) - Method in interface org.axonframework.messaging.queryhandling.distributed.QueryBusConnector.UpdateCallback
Sends a subscription query update message asynchronously.
sequence() - Method in class org.axonframework.common.util.PriorityCallable
 
sequence() - Method in class org.axonframework.common.util.PriorityRunnable
 
sequence() - Method in interface org.axonframework.common.util.PriorityTask
Returns the sequence of this task.
SequenceCachingEventHandlingComponent - Class in org.axonframework.messaging.eventhandling.processing.streaming.segmenting
Decorator for EventHandlingComponent.
SequenceCachingEventHandlingComponent(EventHandlingComponent) - Constructor for class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.SequenceCachingEventHandlingComponent
Constructs the component with given delegate to receive calls.
sequenceIdentifier(EventMessage, ProcessingContext) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.SegmentMatcher
Returns the sequence identifier for the given event, as defined by the configured sequencing policy.
sequenceIdentifierFor(EventMessage, ProcessingContext) - Method in class org.axonframework.messaging.eventhandling.annotation.AnnotatedEventHandlingComponent
 
sequenceIdentifierFor(EventMessage, ProcessingContext) - Method in class org.axonframework.messaging.eventhandling.DelegatingEventHandlingComponent
 
sequenceIdentifierFor(EventMessage, ProcessingContext) - Method in interface org.axonframework.messaging.eventhandling.EventHandlingComponent
Returns the sequence identifier for the given event.
sequenceIdentifierFor(EventMessage, ProcessingContext) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.SequenceCachingEventHandlingComponent
 
sequenceIdentifierFor(EventMessage, ProcessingContext) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.SequenceOverridingEventHandlingComponent
 
sequenceIdentifierFor(EventMessage, ProcessingContext) - Method in class org.axonframework.messaging.eventhandling.SimpleEventHandlingComponent
Returns the sequence identifier for the given event.
sequenceIdentifiersFor(EventMessage, ProcessingContext) - Method in class org.axonframework.messaging.eventhandling.processing.ProcessorEventHandlingComponents
Retrieves a set of sequence identifiers for the given event message and processing context.
SequenceMatcher<T> - Class in org.axonframework.test.matchers
A matcher that will match if all the given matchers each match against an item that the previous matcher matched against.
SequenceMatcher(Matcher<? super T>...) - Constructor for class org.axonframework.test.matchers.SequenceMatcher
Construct a matcher that will return true if all the given matchers match against an item positioned after the item that the previous matcher matched against.
SequenceNumber - Annotation Interface in org.axonframework.messaging.eventhandling.annotation
Annotation indicating that a parameter on an Event Handler method should be injected with the SequenceNumber of a DomainEventMessage.
SequenceNumberParameterResolver() - Constructor for class org.axonframework.messaging.eventhandling.annotation.SequenceNumberParameterResolverFactory.SequenceNumberParameterResolver
 
SequenceNumberParameterResolverFactory - Class in org.axonframework.messaging.eventhandling.annotation
An extension of the AbstractAnnotatedParameterResolverFactory that accepts parameters of a Long type annotated with the SequenceNumber annotation and assigns the sequenceNumber of the DomainEventMessage.
SequenceNumberParameterResolverFactory() - Constructor for class org.axonframework.messaging.eventhandling.annotation.SequenceNumberParameterResolverFactory
Initializes a ParameterResolverFactory for SequenceNumber annotated parameters
SequenceNumberParameterResolverFactory.SequenceNumberParameterResolver - Class in org.axonframework.messaging.eventhandling.annotation
ParameterResolver that resolves SequenceNumber parameters
sequenceOf(Matcher<T>...) - Static method in class org.axonframework.test.matchers.Matchers
Returns a Matcher that matches a list of items of type T if each of the matchers match against an item that comes after the item that the previous matcher matched against.
SequenceOverridingEventHandlingComponent - Class in org.axonframework.messaging.eventhandling.processing.streaming.segmenting
Decorator implementation of EventHandlingComponent that uses a configurable SequencingPolicy to determine the sequence identifier for events, while delegating all other operations to an underlying EventHandlingComponent.
SequenceOverridingEventHandlingComponent(SequencingPolicy, EventHandlingComponent) - Constructor for class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.SequenceOverridingEventHandlingComponent
Creates a new SequenceOverridingEventHandlingComponent that uses the given sequencingPolicy to override sequence identification while delegating all other operations to the delegate component.
SequencingEventHandlingComponent - Class in org.axonframework.messaging.eventhandling.processing.streaming.segmenting
An EventHandlingComponent wrapper that ensures events with the same sequence identifier are handled sequentially.
SequencingEventHandlingComponent(EventHandlingComponent) - Constructor for class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.SequencingEventHandlingComponent
Constructs the component with given delegate to receive calls.
sequencingPolicy() - Method in class org.axonframework.extension.springboot.EventProcessorProperties.ProcessorSettings
Returns the name of the bean that defines the SequencingPolicy for this processor.
SequencingPolicy - Interface in org.axonframework.messaging.eventhandling.sequencing
Interface to a policy definition for concurrent processing, for example event handling.
SequencingPolicy - Annotation Interface in org.axonframework.messaging.eventhandling.annotation
Annotation to specify a sequencing policy for event handling methods or classes.
Sequencing Policy Implementation Requirements - Search tag in annotation interface org.axonframework.messaging.eventhandling.annotation.SequencingPolicy
Section
SequentialPerAggregatePolicy - Class in org.axonframework.messaging.eventhandling.sequencing
Concurrency policy that requires sequential processing of events raised by the same aggregate.
SequentialPerAggregatePolicy() - Constructor for class org.axonframework.messaging.eventhandling.sequencing.SequentialPerAggregatePolicy
 
SequentialPolicy - Class in org.axonframework.messaging.eventhandling.sequencing
SequencingPolicy that requires sequential handling of all events delivered to an event handler.
servers(String) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Builder
 
set(Map<String, String>, String, String) - Method in class org.axonframework.extension.tracing.opentelemetry.MetadataContextSetter
 
setAdditionalConverters(List<ContentTypeConverter<?, ?>>) - Method in class org.axonframework.conversion.ChainingContentTypeConverter
A ContentTypeConverter setter for dependency injection frameworks that require property methods.
setAdditionalFactories(List<ParameterResolverFactory>) - Method in class org.axonframework.extension.spring.config.annotation.SpringParameterResolverFactoryBean
Defines any additional parameter resolver factories that need to be used to resolve parameters.
setApplicationContext(ApplicationContext) - Method in class org.axonframework.extension.spring.config.annotation.SpringBeanParameterResolverFactory
 
setApplicationContext(ApplicationContext) - Method in class org.axonframework.extension.spring.config.annotation.SpringParameterResolverFactoryBean
 
setApplicationContext(ApplicationContext) - Method in class org.axonframework.extension.spring.config.MessageHandlerConfigurer
 
setApplicationContext(ApplicationContext) - Method in class org.axonframework.extension.spring.messaging.ApplicationContextEventPublisher
 
setApplicationContext(ApplicationContext) - Method in class org.axonframework.extension.springboot.autoconfig.AxonServerAutoConfiguration
 
setApplicationContext(ApplicationContext) - Method in class org.axonframework.extension.springboot.autoconfig.ConverterAutoConfiguration
Sets the application context used to validate for the existence of other required properties to construct the specified Converters.
setAutoConfiguration(MetricsProperties.AutoConfiguration) - Method in class org.axonframework.extension.springboot.MetricsProperties
Defines the AutoConfiguration settings for Metrics.
setAutomaticBalancing(boolean) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Eventhandling.ProcessorSettings
Sets the automatic load balancing strategy to the given automaticBalancing.
setAutoPersistentStreamsEnable(boolean) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
 
setAutoStart(boolean) - Method in class org.axonframework.extension.springboot.DistributedCommandBusProperties.JGroupsProperties.Gossip
Sets whether the embedded DistributedCommandBusProperties.JGroupsProperties.Gossip Server should be automatically started.
setBatchSize(int) - Method in class org.axonframework.extension.springboot.EventProcessorProperties.ProcessorSettings
Sets the maximum size of a processing batch.
setBeanClassLoader(ClassLoader) - Method in class org.axonframework.extension.spring.config.annotation.HandlerDefinitionFactoryBean
 
setBeanClassLoader(ClassLoader) - Method in class org.axonframework.extension.spring.config.annotation.SpringParameterResolverFactoryBean
 
setBeanClassLoader(ClassLoader) - Method in class org.axonframework.extension.springboot.autoconfig.ConverterAutoConfiguration
Sets the class loader used by the ChainingContentTypeConverter to load ContentTypeConverters.
setBeanFactory(BeanFactory) - Method in class org.axonframework.extension.spring.config.SpringLifecycleRegistry
 
setBindAddr(String) - Method in class org.axonframework.extension.springboot.DistributedCommandBusProperties.JGroupsProperties
Sets the Address to bind the JGroups to.
setBindPort(String) - Method in class org.axonframework.extension.springboot.DistributedCommandBusProperties.JGroupsProperties
Returns the port to listen to JGroups connections (default 7800).
setCache(EventProcessorProperties.DlqCache) - Method in class org.axonframework.extension.springboot.EventProcessorProperties.Dlq
Defines the AutoConfiguration settings for the cache of the sequenced dead letter queue.
setCallback(Runnable) - Method in class org.axonframework.axonserver.connector.event.SourcingEventMessageStream
 
setCallback(Runnable) - Method in class org.axonframework.axonserver.connector.event.StreamingEventMessageStream
 
setCallback(Runnable) - Method in class org.axonframework.axonserver.connector.query.AbstractQueryResponseMessageStream
 
setCallback(Runnable) - Method in class org.axonframework.eventsourcing.eventstore.ContinuousMessageStream
 
setCallback(Runnable) - Method in class org.axonframework.messaging.core.CloseCallbackMessageStream
 
setCallback(Runnable) - Method in class org.axonframework.messaging.core.DelayedMessageStream
 
setCallback(Runnable) - Method in class org.axonframework.messaging.core.DelegatingMessageStream
 
setCallback(Runnable) - Method in interface org.axonframework.messaging.core.MessageStream
Registers the callback to invoke when entries are available for reading or when the stream completes (either normally or with an error).
setCallback(Runnable) - Method in class org.axonframework.messaging.core.QueueMessageStream
 
setCallbackBehavior(CallbackBehavior) - Method in class org.axonframework.test.util.RecordingCommandBus
Sets the instance that defines the behavior of the Command Bus when a command is dispatched with a callback.
setCertFile(String) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
Sets the path to the certificate file used for SSL.
setClaimTimeout(Duration) - Method in class org.axonframework.extension.springboot.TokenStoreProperties
Sets the claim timeout as Duration.
setClientId(String) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
Sets the client identifier as it registers itself to Axon Server, must be unique.
setClusterName(String) - Method in class org.axonframework.extension.springboot.DistributedCommandBusProperties.JGroupsProperties
Sets the Cluster Name of the JGroups Cluster to connect with (defaults to "Axon").
setCommandBus(TaskTimeoutSettings) - Method in class org.axonframework.extension.springboot.TimeoutProperties.TransactionTimeoutProperties
Sets the timeout settings for the command bus.
setCommandFlowControl(AxonServerConfiguration.FlowControlConfiguration) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
Sets specific flow control settings for the command message stream.
setCommandLoadFactor(int) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
Sets an int representing the fixed value of load factor sent to Axon Server for any command's subscription if no specific implementation of CommandLoadFactorProvider is configured.
setCommands(TaskTimeoutSettings) - Method in class org.axonframework.extension.springboot.TimeoutProperties.MessageHandlerTimeoutProperties
Sets the timeout configuration for command handlers.
setCommandThreads(int) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
Sets the number of threads executing commands.
setComponentName(String) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
Sets the name of this application.
setConfigurationFile(String) - Method in class org.axonframework.extension.springboot.DistributedCommandBusProperties.JGroupsProperties
Sets the path to the configuration file to use to configure the Groups instance.
setConnectionManagementThreadPoolSize(int) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
Define the number of threads that should be used for connection management activities by the AxonServerConnectionFactory used by the AxonServerConnectionManager.
setConnectTimeout(long) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
Sets the value representing the maximum time in milliseconds a request for the initial Axon Server connection may last.
setContext(String) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
Sets the bounded context that this application operates in.
setDeadline(TaskTimeoutSettings) - Method in class org.axonframework.extension.springboot.TimeoutProperties.TransactionTimeoutProperties
Sets the timeout settings for deadlines.
setDeadlines(TaskTimeoutSettings) - Method in class org.axonframework.extension.springboot.TimeoutProperties.MessageHandlerTimeoutProperties
Sets the timeout configuration for deadline handlers.
setDimensional(boolean) - Method in class org.axonframework.extension.springboot.MetricsProperties.Micrometer
Disables (if false, default) or enables (if true) the usage of Micrometer Tags/Dimensions
setDisabled(Boolean) - Method in class org.axonframework.extension.springboot.UpdateCheckerProperties
Set's the boolean dictating whether the UpdateChecker is disabled.
setDlq(EventProcessorProperties.Dlq) - Method in class org.axonframework.extension.springboot.EventProcessorProperties.ProcessorSettings
Defines the AutoConfiguration settings for the sequenced dead letter queue.
setEnabled(boolean) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.EventStoreConfiguration
Sets the indicator whether (automatic) configuration of the Axon Server Event Store is enabled.
setEnabled(boolean) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.HeartbeatConfiguration
Sets the indication whether heartbeat messages between a client and Axon Server are enabled.
setEnabled(boolean) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
Set whether (automatic) configuration of the Axon Server Connector is enabled.
setEnabled(boolean) - Method in class org.axonframework.extension.springboot.DistributedCommandBusProperties
Enables (if true) or disables (if false, default) the auto-configuration of a Distributed Command Bus instance in the application context.
setEnabled(boolean) - Method in class org.axonframework.extension.springboot.EventProcessorProperties.Dlq
Enables (if true, default) or disables (if false) creating a
invalid reference
org.axonframework.messaging.deadletter.SequencedDeadLetterQueue
.
setEnabled(boolean) - Method in class org.axonframework.extension.springboot.EventProcessorProperties.DlqCache
Enables (if true, default) or disables (if false) using a cache.
setEnabled(boolean) - Method in class org.axonframework.extension.springboot.MetricsProperties.AutoConfiguration
Enables (if true, default) or disables (if false) the auto-configuration of Metrics within the application context.
setEnabled(boolean) - Method in class org.axonframework.extension.springboot.TimeoutProperties
Sets whether timeouts are enabled.
setEntityManager(EntityManager) - Method in class org.axonframework.extension.springboot.util.jpa.ContainerManagedEntityManagerProvider
Sets the container managed entityManager to use.
setEventFlowControl(AxonServerConfiguration.FlowControlConfiguration) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
Sets specific flow control settings for the event message stream.
setEventhandling(AxonServerConfiguration.Eventhandling) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
Set the AxonServerConfiguration.Eventhandling of this application for Axon Server
setEventProcessors(TaskTimeoutSettings) - Method in class org.axonframework.extension.springboot.TimeoutProperties.TransactionTimeoutProperties
Sets the timeout settings for event processors.
setEvents(ConverterProperties.ConverterType) - Method in class org.axonframework.extension.springboot.ConverterProperties
Sets the type of Converter to use to convert the Message.payload() of EventMessages.
setEvents(TaskTimeoutSettings) - Method in class org.axonframework.extension.springboot.TimeoutProperties.MessageHandlerTimeoutProperties
Sets the timeout configuration for event handlers.
setEventStoreConfiguration(AxonServerConfiguration.EventStoreConfiguration) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
Set the AxonServerConfiguration.EventStoreConfiguration of this application for Axon Server
setFallbackToHttpGet(boolean) - Method in class org.axonframework.extension.springboot.DistributedCommandBusProperties.SpringCloudProperties
Whether to fall back to HTTP GET when retrieving Instance Meta Data from the Discovery Server fails.
setFallbackUrl(String) - Method in class org.axonframework.extension.springboot.DistributedCommandBusProperties.SpringCloudProperties
Sets the URL relative to the host's root to retrieve Instance Meta Data from.
setFieldValue(Field, Object, T) - Static method in class org.axonframework.common.ReflectionUtils
Set the field of object to a certain value.
setForceReadFromLeader(boolean) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
Sets the indicator whether it is OK to query events from the local Axon Server node - the node the client is currently connected to.
setForceReconnectThroughServers(boolean) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
Sets the indicator whether the AxonServerConnectionManager should always reconnect through the servers or try to reconnect with the server it just lost the connection with.
setGeneral(ConverterProperties.ConverterType) - Method in class org.axonframework.extension.springboot.ConverterProperties
Sets the type of Converter to use to convert any type for which no more specific Converter is configured.
setGossip(DistributedCommandBusProperties.JGroupsProperties.Gossip) - Method in class org.axonframework.extension.springboot.DistributedCommandBusProperties.JGroupsProperties
Sets the DistributedCommandBusProperties.JGroupsProperties.Gossip configuration in case the Gossip protocol is configured for JGroups (default).
setHandler(TimeoutProperties.MessageHandlerTimeoutProperties) - Method in class org.axonframework.extension.springboot.TimeoutProperties
Sets the timeout settings for message handlers.
setHeartbeat(AxonServerConfiguration.HeartbeatConfiguration) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
Sets the configuration specifics on sending heartbeat messages to ensure a fully operational end-to-end connection with Axon Server.
setHosts(String) - Method in class org.axonframework.extension.springboot.DistributedCommandBusProperties.JGroupsProperties.Gossip
Sets the host names and ports of the DistributedCommandBusProperties.JGroupsProperties.Gossip Routers to connect to.
setInitialSegmentCount(int) - Method in class org.axonframework.extension.springboot.EventProcessorProperties.ProcessorSettings
Sets the number of initial segments that should be created, if no segments are already present.
setInterval(long) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.HeartbeatConfiguration
Sets the interval between consecutive heartbeat message sent in milliseconds.
setJgroups(DistributedCommandBusProperties.JGroupsProperties) - Method in class org.axonframework.extension.springboot.DistributedCommandBusProperties
Sets the JGroups configuration to use (if JGroups is on the classpath).
setKeepAliveTime(long) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
Sets the interval (in ms) for keep alive requests, 0 is keep-alive disabled.
setKeepAliveTimeout(long) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
Sets the timeout (in ms) for keep alive requests.
setLoadBalancingStrategy(String) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Eventhandling.ProcessorSettings
Sets the load balancing strategy for this event processor.
setLoadFactor(int) - Method in class org.axonframework.extension.springboot.DistributedCommandBusProperties
Sets the load factor for this instance of the Distributed Command Bus (default 100).
setMaskColumn(String) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.TokenSchema.Builder
Sets the name of the processor segment mask column.
setMaxMessageSize(int) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
Sets the gRPC max inbound message size.
setMaxMessageSizeWarningThreshold(double) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
The threshold (in percentage of 0-1) of the max message size at which a warning should be logged.
setMessages(ConverterProperties.ConverterType) - Method in class org.axonframework.extension.springboot.ConverterProperties
Sets the type of Converter to use to convert the Message.payload() of any type of Message.
setMicrometer(MetricsProperties.Micrometer) - Method in class org.axonframework.extension.springboot.MetricsProperties
Defines the Micrometer settings for Metrics.
setMode(EventProcessorProperties.Mode) - Method in class org.axonframework.extension.springboot.EventProcessorProperties.ProcessorSettings
Sets the type of processor that should be configured.
setNewPermitsThreshold(Integer) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.FlowControlConfiguration
Sets the threshold at which the application sends new permits to server.
setNewPermitsThreshold(Integer) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
Sets the threshold at which the application sends new permits to server.
setNrOfNewPermits(Integer) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.FlowControlConfiguration
Sets the additional number of permits send for message streams (events, commands, queries) when application is ready for more messages.
setNrOfNewPermits(Integer) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
Sets the additional number of permits send for message streams (events, commands, queries) when application is ready for more messages.
setOverridePolicy(OverridePolicy) - Method in interface org.axonframework.common.configuration.ComponentRegistry
Sets the OverridePolicy for this ComponentRegistry.
setOverridePolicy(OverridePolicy) - Method in class org.axonframework.common.configuration.DefaultComponentRegistry
 
setOverridePolicy(OverridePolicy) - Method in class org.axonframework.extension.spring.config.SpringComponentRegistry
 
setOwnerColumn(String) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.TokenSchema.Builder
Sets the name of the owner column.
setPermits(Integer) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.FlowControlConfiguration
Sets the initial number of permits send for message streams (events, commands, queries).
setPermits(Integer) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
Sets the initial number of permits send for message streams (events, commands, queries).
setProcessorNameColumn(String) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.TokenSchema.Builder
Sets the name of the processor name column.
setProcessorsNotificationInitialDelay(int) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
Sets the initial delay (in ms.) before application sends first status update on event processors to Axon Server.
setProcessorsNotificationRate(int) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
Sets the interval (in ms.) application sends status update on event processors to Axon Server.
setQueries(TaskTimeoutSettings) - Method in class org.axonframework.extension.springboot.TimeoutProperties.MessageHandlerTimeoutProperties
Sets the timeout configuration for query handlers.
setQueryBus(TaskTimeoutSettings) - Method in class org.axonframework.extension.springboot.TimeoutProperties.TransactionTimeoutProperties
Sets the timeout settings for the query bus.
setQueryFlowControl(AxonServerConfiguration.FlowControlConfiguration) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
Sets specific flow control settings for the query message stream.
setQueryResponseThreads(int) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
Sets the number of threads executing query responses.
setQueryThreads(int) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
Sets the number of threads executing queries.
setReconnectInterval(long) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
Sets the amount of time in milliseconds to wait in between attempts to connect to Axon Server.
setSegmentColumn(String) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.TokenSchema.Builder
Sets the name of the processor segment column.
setSequencingPolicy(String) - Method in class org.axonframework.extension.springboot.EventProcessorProperties.ProcessorSettings
Sets the name of the bean that defines the SequencingPolicy for this processor.
setServers(String) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
Set the comma separated list of Axon Server servers.
setShortcutQueriesToLocalHandlers(boolean) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
 
setSize(int) - Method in class org.axonframework.extension.springboot.EventProcessorProperties.DlqCache
Set the amount of sequence identifiers to keep in memory, per segment.
setSnapshotPrefetch(int) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
Sets the maximum number of Aggregate snapshots which will be retrieved.
setSource(String) - Method in class org.axonframework.extension.springboot.EventProcessorProperties.ProcessorSettings
Sets the name of the bean that should be used as source for Event Messages.
setSpringCloud(DistributedCommandBusProperties.SpringCloudProperties) - Method in class org.axonframework.extension.springboot.DistributedCommandBusProperties
Sets the Spring Cloud configuration to use (if Spring Cloud is on the classpath).
setSslEnabled(boolean) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
Defines whether to use TLS for the connection to Axon Server.
setTags(Map<String, String>) - Method in class org.axonframework.extension.springboot.TagsConfigurationProperties
Sets tags.
setThreadCount(int) - Method in class org.axonframework.extension.springboot.EventProcessorProperties.ProcessorSettings
Sets the number of threads to use to process Events.
setTimeout(long) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.HeartbeatConfiguration
Sets the time window within which a response is expected in milliseconds.
setTimeoutMs(int) - Method in class org.axonframework.messaging.core.timeout.TaskTimeoutSettings
Sets the timeout of the message handler in milliseconds.
setTimestampColumn(String) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.TokenSchema.Builder
Sets the name of the timestamp column.
settings() - Method in record class org.axonframework.extension.spring.config.EventProcessorSettings.MapWrapper
Returns the value of the settings record component.
setToken(String) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
Sets the token providing access control with Axon Server.
setTokenClaimInterval(long) - Method in class org.axonframework.extension.springboot.EventProcessorProperties.ProcessorSettings
Sets the time to wait after a failed attempt to claim any token, before making another attempt.
setTokenClaimIntervalTimeUnit(TimeUnit) - Method in class org.axonframework.extension.springboot.EventProcessorProperties.ProcessorSettings
Sets the time unit used to defined tokens claim interval.
setTokenColumn(String) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.TokenSchema.Builder
Sets the name of the serialized token column.
setTokenStore(String) - Method in class org.axonframework.extension.springboot.EventProcessorProperties.ProcessorSettings
Sets the name of the TokenStore bean.
setTokenTable(String) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.TokenSchema.Builder
Sets the name of the token entry table.
setTokenTypeColumn(String) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.TokenSchema.Builder
Sets the name of the token type column.
setTransaction(TimeoutProperties.TransactionTimeoutProperties) - Method in class org.axonframework.extension.springboot.TimeoutProperties
Sets the timeout settings for transactions.
setUrl(String) - Method in class org.axonframework.extension.springboot.UpdateCheckerProperties
 
setWarningIntervalMs(int) - Method in class org.axonframework.messaging.core.timeout.TaskTimeoutSettings
Sets the interval in milliseconds between warnings.
setWarningThresholdMs(int) - Method in class org.axonframework.messaging.core.timeout.TaskTimeoutSettings
Sets the threshold in milliseconds after which a warning is logged.
severity() - Method in record class org.axonframework.update.api.DetectedVulnerability
Returns the value of the severity record component.
shortGroupId() - Method in record class org.axonframework.update.api.Artifact
Returns a short version of the group ID, to save bytes over the wire.
shouldReschedule() - Method in interface org.axonframework.messaging.core.retry.RetryPolicy.Outcome
Indicates whether this Outcome indicates rescheduling the dispatch of a message.
showEventSourcingHandlers(boolean) - Method in class org.axonframework.messaging.tracing.TracingHandlerEnhancerDefinition.Builder
Configures whether event sourcing handlers should be traced.
shutdown() - Method in class org.axonframework.axonserver.connector.AxonServerConnectionManager
Stops the Connection Manager, closing any active connections and preventing new connections from being created.
shutdown() - Method in class org.axonframework.axonserver.connector.util.PriorityExecutorService
 
shutdown() - Method in interface org.axonframework.common.configuration.AxonConfiguration
Shuts down the components defined in this AxonConfiguration.
shutdown() - Method in interface org.axonframework.messaging.eventhandling.processing.EventProcessor
Initiates a shutdown, providing a CompletableFuture that completes when the shutdown process is finished.
shutdown() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessor
 
shutdown() - Method in class org.axonframework.messaging.eventhandling.processing.subscribing.SubscribingEventProcessor
Shut down this processor.
shutdownDispatching() - Method in class org.axonframework.axonserver.connector.command.AxonServerCommandBusConnector
Shutdown the command bus asynchronously for dispatching commands to Axon Server.
shutdownDispatching() - Method in class org.axonframework.axonserver.connector.query.AxonServerQueryBusConnector
Shutdown the query bus asynchronously for dispatching query to Axon Server.
ShutdownInProgressException - Exception Class in org.axonframework.common.lifecycle
Exception indicating a process tried to register an activity whilst the application is shutting down.
ShutdownInProgressException() - Constructor for exception class org.axonframework.common.lifecycle.ShutdownInProgressException
Construct this exception with the default message "Cannot start the activity, shutdown in progress".
ShutdownInProgressException(String) - Constructor for exception class org.axonframework.common.lifecycle.ShutdownInProgressException
Constructs this exception with given message explaining the cause.
ShutdownLatch - Class in org.axonframework.common.lifecycle
A latch implementation to be used in shutdown scenarios.
ShutdownLatch() - Constructor for class org.axonframework.common.lifecycle.ShutdownLatch
 
ShutdownLatch.ActivityHandle - Class in org.axonframework.common.lifecycle
A handle for an activity registered to a ShutdownLatch.
shutdownNow() - Method in class org.axonframework.axonserver.connector.util.PriorityExecutorService
 
shutdownNow() - Method in interface org.axonframework.axonserver.connector.util.Scheduler
Cancels all scheduled tasks.
signature() - Method in interface org.axonframework.messaging.core.annotation.MessageHandlingMember
Returns the signature of the member.
SIMPLE - Static variable in interface org.axonframework.eventsourcing.eventstore.EventCoordinator
A coordinator that only forwards append notifications within a single event storage engine.
SimpleCommandBus - Class in org.axonframework.messaging.commandhandling
Implementation of the CommandBus that dispatches commands to the handlers subscribed to that specific command's name.
SimpleCommandBus(UnitOfWorkFactory) - Constructor for class org.axonframework.messaging.commandhandling.SimpleCommandBus
Construct a SimpleCommandBus, using the given unitOfWorkFactory to construct contexts to handle commands in.
SimpleCommandHandlingComponent - Class in org.axonframework.messaging.commandhandling
A simple implementation of the CommandHandlingComponent interface, allowing for easy registration of CommandHandlers and other CommandHandlingComponents.
SimpleContext - Class in org.axonframework.messaging.core
Implementation of the Context providing a basic implementation for context-specific resource management.
SimpleContext(Context.ResourceKey<T>, T) - Constructor for class org.axonframework.messaging.core.SimpleContext
Constructs a SimpleContext with a single resource.
SimpleCorrelationDataProvider - Class in org.axonframework.messaging.core.correlation
A CorrelationDataProvider implementation that defines correlation data by the
invalid reference
Message#metaData()
key names.
SimpleCorrelationDataProvider(String...) - Constructor for class org.axonframework.messaging.core.correlation.SimpleCorrelationDataProvider
Initializes a SimpleCorrelationDataProvider that returns the Message.metadata() entries of given messages that match the given metadataKeys as correlation data.
SimpleEntityEvolvingComponent<E> - Class in org.axonframework.modelling
Implementation of EntityEvolvingComponent that evolves a given entity of type E by searching a specific EntityEvolver based on the QualifiedName in the event's type.
SimpleEntityEvolvingComponent(Map<QualifiedName, EntityEvolver<E>>) - Constructor for class org.axonframework.modelling.SimpleEntityEvolvingComponent
Constructs a SimpleEntityEvolvingComponent that evolves an entity of type e through the given entityEvolvers.
SimpleEntityManagerProvider - Class in org.axonframework.common.jpa
Simple implementation of the EntityManagerProvider that returns the EntityManager instance provided at construction time.
SimpleEntityManagerProvider(EntityManager) - Constructor for class org.axonframework.common.jpa.SimpleEntityManagerProvider
Initializes an instance that always returns the given entityManager.
SimpleEntry<M> - Record Class in org.axonframework.messaging.core
Simple implementation of the MessageStream.Entry containing a single Message implementation of type M and a Context.
SimpleEntry(M) - Constructor for record class org.axonframework.messaging.core.SimpleEntry
Construct a SimpleEntry with the given message and an empty Context.
SimpleEntry(M, Context) - Constructor for record class org.axonframework.messaging.core.SimpleEntry
Compact construct asserting the context is not null.
SimpleEventBus - Class in org.axonframework.messaging.eventhandling
Simple implementation of the EventBus that provides synchronous event publication with optional ProcessingContext integration for transactional event handling.
SimpleEventBus() - Constructor for class org.axonframework.messaging.eventhandling.SimpleEventBus
Instantiate an SimpleEventBus.
SimpleEventHandlingComponent - Class in org.axonframework.messaging.eventhandling
Simple implementation of the EventHandlingComponent, containing a collection of EventHandlers to invoke on SimpleEventHandlingComponent.handle(EventMessage, ProcessingContext).
SimpleHandlerAttributes - Class in org.axonframework.messaging.core
Simple implementation of the HandlerAttributes which is given the attributes in the constructor.
SimpleHandlerAttributes(Map<String, Object>) - Constructor for class org.axonframework.messaging.core.SimpleHandlerAttributes
Constructs a SimpleHandlerAttributes using the given attributes.
SimpleQueryBus - Class in org.axonframework.messaging.queryhandling
Implementation of the QueryBus that dispatches queries (through SimpleQueryBus.query(QueryMessage, ProcessingContext) or SimpleQueryBus.subscriptionQuery(QueryMessage, ProcessingContext, int)) to the QueryHandlers subscribed to that specific query's name and response type combination.
SimpleQueryBus(UnitOfWorkFactory) - Constructor for class org.axonframework.messaging.queryhandling.SimpleQueryBus
Construct a SimpleQueryBus with the given unitOfWorkFactory and queryUpdateEmitter.
SimpleQueryHandlingComponent - Class in org.axonframework.messaging.queryhandling
A simple implementation of the QueryHandlingComponent interface, allowing for easy registration of QueryHandlers and other QueryHandlingComponents.
SimpleQueryUpdateEmitter - Class in org.axonframework.messaging.queryhandling
Simple implementation of the QueryUpdateEmitter, delegating operations to a QueryBus for emitting update, completing subscription queries, and completing subscription queries exceptionally.
SimpleQueryUpdateEmitter(QueryBus, MessageTypeResolver, MessageConverter, ProcessingContext) - Constructor for class org.axonframework.messaging.queryhandling.SimpleQueryUpdateEmitter
Construct a SimpleQueryUpdateEmitter with the given messageTypeResolver, queryBus, and context.
SimpleRepository<ID,E> - Class in org.axonframework.modelling.repository
Simple implementation of an Repository that can load and persist entities of a given type.
SimpleRepository(Class<ID>, Class<E>, SimpleRepositoryEntityLoader<ID, E>, SimpleRepositoryEntityPersister<ID, E>) - Constructor for class org.axonframework.modelling.repository.SimpleRepository
Constructs a new simple Repository for entities of type entityType with identifiers of type idType.
SimpleRepositoryEntityLoader<I,T> - Interface in org.axonframework.modelling.repository
Functional interface describing a component capable of loading an entity with the given identifier for the SimpleRepository.
SimpleRepositoryEntityPersister<I,T> - Interface in org.axonframework.modelling.repository
Functional interface describing a component capable of persisting an entity with given identifier for the SimpleRepository.
SimpleResourceParameterResolverFactory - Class in org.axonframework.messaging.core.annotation
A ParameterResolverFactory implementation for simple resource injections.
SimpleResourceParameterResolverFactory(Iterable<?>) - Constructor for class org.axonframework.messaging.core.annotation.SimpleResourceParameterResolverFactory
Initialize the ParameterResolverFactory to inject the given resource in applicable parameters.
SimpleStateManager - Class in org.axonframework.modelling
Simple implementation of the StateManager.
SimpleUnitOfWorkFactory - Class in org.axonframework.messaging.core.unitofwork
Factory for creating simple UnitOfWork instances.
SimpleUnitOfWorkFactory(ApplicationContext) - Constructor for class org.axonframework.messaging.core.unitofwork.SimpleUnitOfWorkFactory
Initializes a SimpleUnitOfWorkFactory with the default configuration.
SimpleUnitOfWorkFactory(ApplicationContext, Function<UnitOfWorkConfiguration, UnitOfWorkConfiguration>) - Constructor for class org.axonframework.messaging.core.unitofwork.SimpleUnitOfWorkFactory
Initializes a SimpleUnitOfWorkFactory with the given ApplicationContext and customization function.
simulateAutoIncrement(Connection, String, String) - Static method in class org.axonframework.common.jdbc.Oracle11Utils
Oracle11 does not have auto incremented values.
single(Class<P>, EntityMetamodel<C>) - Static method in interface org.axonframework.modelling.entity.child.EntityChildMetamodel
Starts a builder for a single child entity within the given parent entity type.
SingleEntityChildMetamodel<C,P> - Class in org.axonframework.modelling.entity.child
An EntityChildMetamodel that handles commands and events for a single child entity.
SingleEntityChildMetamodel.Builder<C,P> - Class in org.axonframework.modelling.entity.child
Builder for creating a SingleEntityChildMetamodel for the given parent class and child entity metamodel.
SingleEntityChildModelDefinition - Class in org.axonframework.modelling.entity.annotation
EntityChildModelDefinition that creates EntityChildMetamodel instances for child entities that are represented as a single entity (not iterable).
SingleEntityChildModelDefinition() - Constructor for class org.axonframework.modelling.entity.annotation.SingleEntityChildModelDefinition
 
SinkWrapper<T> - Interface in org.axonframework.messaging.queryhandling
Abstraction interface to bridge old FluxSink and Sinks.Many API with a common API.
size() - Method in class org.axonframework.messaging.core.Metadata
 
size() - Method in class org.axonframework.test.util.MessageMonitorReport
 
SlidingTimeWindowReservoir - Class in org.axonframework.extension.metrics.micrometer.reservoir
A reservoir of measurements constrained by a sliding window that stores only the measurements made in the last N seconds (or other time unit).
SlidingTimeWindowReservoir(long, TimeUnit, Clock) - Constructor for class org.axonframework.extension.metrics.micrometer.reservoir.SlidingTimeWindowReservoir
Creates a new SlidingTimeWindowReservoir with the given clock and window of time.
snapshotPrefetch(int) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Builder
 
source() - Method in exception class org.axonframework.axonserver.connector.AxonServerException
 
source() - Method in exception class org.axonframework.axonserver.connector.query.AxonServerQueryDispatchException
Return a String defining the source where the error originated.
source() - Method in interface org.axonframework.extension.spring.config.EventProcessorSettings
Name of the bean acting as source for this processor.
source() - Method in class org.axonframework.extension.springboot.EventProcessorProperties.ProcessorSettings
Returns the name of the bean that should be used as source for Event Messages.
source(SourcingCondition) - Method in class org.axonframework.axonserver.connector.event.AggregateBasedAxonServerEventStorageEngine
 
source(SourcingCondition) - Method in class org.axonframework.axonserver.connector.event.AxonServerEventStorageEngine
 
source(SourcingCondition) - Method in class org.axonframework.eventsourcing.eventstore.DefaultEventStoreTransaction
 
source(SourcingCondition) - Method in interface org.axonframework.eventsourcing.eventstore.EventStorageEngine
Creates a finite MessageStream of events matching the given condition.
source(SourcingCondition) - Method in interface org.axonframework.eventsourcing.eventstore.EventStoreTransaction
Sources a MessageStream of type EventMessage based on the given condition that can be used to rehydrate a model.
source(SourcingCondition) - Method in class org.axonframework.eventsourcing.eventstore.inmemory.InMemoryEventStorageEngine
 
source(SourcingCondition) - Method in class org.axonframework.eventsourcing.eventstore.jpa.AggregateBasedJpaEventStorageEngine
 
SourceId - Annotation Interface in org.axonframework.messaging.core.annotation
Annotation indication that a parameter on a Message Handler method should be injected with the aggregate identifier of a DomainEventMessage.
SourceIdParameterResolverFactory - Class in org.axonframework.messaging.core.annotation
An extension of the AbstractAnnotatedParameterResolverFactory that accepts parameters of a String type that are annotated with the SourceId annotation and assigns the aggregate identifier of the DomainEventMessage.
SourceIdParameterResolverFactory() - Constructor for class org.axonframework.messaging.core.annotation.SourceIdParameterResolverFactory
Initialize a ParameterResolverFactory for SourceId annotated parameters
SourcingCondition - Interface in org.axonframework.eventsourcing.eventstore
Interface describing the condition to source events from an Event Store.
SourcingEventMessageStream - Class in org.axonframework.axonserver.connector.event
A MessageStream implementation backed by a ResultStream of SourceEventsResponses from Axon Server, translating the SourceEventsResponses into EventMessages as it moves along.
SourcingEventMessageStream(ResultStream<SourceEventsResponse>, TaggedEventConverter) - Constructor for class org.axonframework.axonserver.connector.event.SourcingEventMessageStream
Constructs a SourcingMessageStream with the given stream and converter.
Span - Interface in org.axonframework.messaging.tracing
Represents a part of the application logic that will be traced.
SpanAttributesProvider - Interface in org.axonframework.messaging.tracing
Represents a provider of attributes to a Span, based on a Message.
spanFactory(SpanFactory) - Method in class org.axonframework.messaging.commandhandling.tracing.DefaultCommandBusSpanFactory.Builder
Sets the SpanFactory to use to create the spans.
spanFactory(SpanFactory) - Method in class org.axonframework.messaging.eventhandling.tracing.DefaultEventBusSpanFactory.Builder
Sets the SpanFactory to use to create the spans.
spanFactory(SpanFactory) - Method in class org.axonframework.messaging.eventhandling.tracing.DefaultEventProcessorSpanFactory.Builder
Sets the SpanFactory to use to create the spans.
spanFactory(SpanFactory) - Method in class org.axonframework.messaging.queryhandling.tracing.DefaultQueryBusSpanFactory.Builder
Sets the SpanFactory to use to create the spans.
spanFactory(SpanFactory) - Method in class org.axonframework.messaging.queryhandling.tracing.DefaultQueryUpdateEmitterSpanFactory.Builder
Sets the SpanFactory to use to create the spans.
spanFactory(SpanFactory) - Method in class org.axonframework.messaging.tracing.TracingHandlerEnhancerDefinition.Builder
Configures the SpanFactory the handler enhancer should use for tracing.
SpanFactory - Interface in org.axonframework.messaging.tracing
The SpanFactory is responsible for making spans in a way the chosen tracing provider is compatible with.
SpanScope - Interface in org.axonframework.messaging.tracing
Represents the scope of a Span.
SpanUtils - Class in org.axonframework.messaging.tracing
Utilities for creating spans which are relevant for all implementations of tracing.
specificRecordBaseClasspathAvroSchemaLoader(ResourceLoader) - Method in class org.axonframework.extension.springboot.autoconfig.AvroSchemaStoreAutoConfiguration
Constructs default schema loader from Avro-Java-Maven-Generated classes.
SpecificRecordBaseClasspathAvroSchemaLoader - Class in org.axonframework.extension.spring.conversion.avro
Avro schema loader loading schemas embedded into Java classes generated by Avro Java Maven generator, which include the original schema in a static field.
SpecificRecordBaseClasspathAvroSchemaLoader(ResourceLoader) - Constructor for class org.axonframework.extension.spring.conversion.avro.SpecificRecordBaseClasspathAvroSchemaLoader
Constructs a new schema loader, using provided ResourceLoader
SpecificRecordBaseConverterStrategy - Class in org.axonframework.conversion.avro
Avro strategy responsible for operations on SpecificRecordBase as a superclass of all objects you are working on.
SpecificRecordBaseConverterStrategy(SchemaStore, SchemaIncompatibilityChecker) - Constructor for class org.axonframework.conversion.avro.SpecificRecordBaseConverterStrategy
Constructs avro conversion strategy supporting conversion and deserialization of Java Avro classes extending SpecificRecordBase.
split() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.Segment
Returns an array with two segments with a corresponding mask.

The first entry contains the original segmentId, with the newly calculated mask.
split() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.TrackerStatus
Splits the current status object to reflect the status of their underlying segments being split.
split(Segment, TrackingToken) - Static method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.TrackerStatus
Split the given segment and trackingToken in two.
splitBalanced(Segment, int) - Static method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.Segment
Split a given Segment n-times in round robin fashion.
splitSegment(int) - Method in record class org.axonframework.axonserver.connector.event.EventProcessorControlService.AxonProcessorInstructionHandler
 
splitSegment(int) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessor
 
splitSegment(int) - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.StreamingEventProcessor
Instruct the processor to split the segment with given segmentId into two segments, allowing an additional process to start processing events from it.
splitSegmentId() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.Segment
Returns the segmentId of the counterpart of this segment, if this segment were to be split.
SpringAxonApplication - Class in org.axonframework.extension.spring.config
An ApplicationConfigurer implementation using Spring-based ComponentRegistry and LifecycleRegistry.
SpringAxonApplication(SpringComponentRegistry, SpringLifecycleRegistry) - Constructor for class org.axonframework.extension.spring.config.SpringAxonApplication
Construct a SpringAxonApplicationConfigurer with the given componentRegistry and lifecycleRegistry.
SpringBeanDependencyResolverFactory - Class in org.axonframework.extension.spring.config.annotation
ParameterResolverFactory implementation that resolves parameters using Spring dependency resolution.
SpringBeanDependencyResolverFactory(ApplicationContext) - Constructor for class org.axonframework.extension.spring.config.annotation.SpringBeanDependencyResolverFactory
Default constructor requiring an application context, for use internally by Axon.
SpringBeanParameterResolverFactory - Class in org.axonframework.extension.spring.config.annotation
ParameterResolverFactory implementation that resolves parameters in the Spring Application Context.
SpringBeanParameterResolverFactory() - Constructor for class org.axonframework.extension.spring.config.annotation.SpringBeanParameterResolverFactory
Default constructor, which relies on Spring to inject the application context.
SpringBeanParameterResolverFactory(ApplicationContext) - Constructor for class org.axonframework.extension.spring.config.annotation.SpringBeanParameterResolverFactory
Convenience constructor to use when an instance is not managed by Spring, but an application context is available.
SpringCloudProperties() - Constructor for class org.axonframework.extension.springboot.DistributedCommandBusProperties.SpringCloudProperties
 
SpringComponentRegistry - Class in org.axonframework.extension.spring.config
A ComponentRegistry implementation that connects into Spring's ecosystem by means of being a BeanPostProcessor, BeanFactoryPostProcessor, and InitializingBean.
SpringComponentRegistry(ListableBeanFactory, SpringLifecycleRegistry) - Constructor for class org.axonframework.extension.spring.config.SpringComponentRegistry
Constructs a SpringComponentRegistry with the given listableBeanFactory.
SpringDataSourceConnectionProvider - Class in org.axonframework.extension.spring.jdbc
ConnectionProvider implementation that is aware of Transaction Managers and provides the connection attached to an active transaction manager, instead of asking a Data Source directly.
SpringDataSourceConnectionProvider(DataSource) - Constructor for class org.axonframework.extension.spring.jdbc.SpringDataSourceConnectionProvider
Initialize the connection provider, using given dataSource to obtain a connection, when required.
SpringEventSourcedEntityConfigurer<ID,T> - Class in org.axonframework.extension.spring.config
A ConfigurationEnhancer implementation that will configure an Aggregate with the Axon Configuration.
SpringEventSourcedEntityConfigurer(Class<T>, Class<ID>) - Constructor for class org.axonframework.extension.spring.config.SpringEventSourcedEntityConfigurer
Initializes a ConfigurationEnhancer for given entityType and idType.
springEventSourcedEntityLookup() - Static method in class org.axonframework.extension.springboot.autoconfig.InfrastructureAutoConfiguration
Provides a Spring aggregate lookup.
SpringEventSourcedEntityLookup - Class in org.axonframework.extension.spring.config
A BeanDefinitionRegistryPostProcessor implementation that scans for Aggregate types and registers a configurer for each Aggregate found.
SpringEventSourcedEntityLookup() - Constructor for class org.axonframework.extension.spring.config.SpringEventSourcedEntityLookup
 
SpringLifecycleRegistry - Class in org.axonframework.extension.spring.config
A LifecycleRegistry implementation that registers all lifecycle handlers as Spring SmartLifecycle beans to ensure Spring weaves these lifecycles into the other Spring bean lifecycles.
SpringLifecycleRegistry() - Constructor for class org.axonframework.extension.spring.config.SpringLifecycleRegistry
 
SpringLifecycleShutdownHandler - Class in org.axonframework.extension.spring.config
A SmartLifecycle implementation wrapping a shutdown-specific lifecycle handler to allow it to be managed by Spring.
SpringLifecycleStartHandler - Class in org.axonframework.extension.spring.config
A SmartLifecycle implementation wrapping a start-specific lifecycle handler to allow it to be managed by Spring.
SpringParameterResolverFactoryBean - Class in org.axonframework.extension.spring.config.annotation
Spring factory bean that creates a ParameterResolverFactory instance that is capable of resolving parameter values as Spring Beans, in addition to the default behavior defined by Axon.
SpringParameterResolverFactoryBean() - Constructor for class org.axonframework.extension.spring.config.annotation.SpringParameterResolverFactoryBean
 
SpringTransactionManager - Class in org.axonframework.extension.spring.messaging.unitofwork
TransactionManager implementation that uses a PlatformTransactionManager as underlying transaction manager.
SpringTransactionManager(PlatformTransactionManager) - Constructor for class org.axonframework.extension.spring.messaging.unitofwork.SpringTransactionManager
Constructs a new instance.
SpringTransactionManager(PlatformTransactionManager, EntityManagerProvider, ConnectionProvider) - Constructor for class org.axonframework.extension.spring.messaging.unitofwork.SpringTransactionManager
Initializes the SpringTransactionManager with the given transactionManager and the default transaction definition.
SpringTransactionManager(PlatformTransactionManager, EntityManagerProvider, ConnectionProvider, TransactionDefinition) - Constructor for class org.axonframework.extension.spring.messaging.unitofwork.SpringTransactionManager
Constructs a new instance.
SpringTransactionManager(PlatformTransactionManager, TransactionDefinition) - Constructor for class org.axonframework.extension.spring.messaging.unitofwork.SpringTransactionManager
Constructs a new instance.
springUpdateCheckerConfigEnhancer(UsagePropertyProvider) - Method in class org.axonframework.extension.springboot.autoconfig.UpdateCheckerAutoConfiguration
Bean creation method for a ConfigurationEnhancer for Spring-specific UpdateChecker components.
SpringUtils - Class in org.axonframework.extension.spring
Utility class for Spring specific helper functions.
SQLErrorCodesResolver - Class in org.axonframework.eventsourcing.eventstore.jpa
SQLErrorCodesResolver is an implementation of PersistenceExceptionResolver used to resolve sql error codes to see if it is an duplicate key constraint violation.
SQLErrorCodesResolver(String) - Constructor for class org.axonframework.eventsourcing.eventstore.jpa.SQLErrorCodesResolver
Initialize a SQLErrorCodesResolver, automatically detecting the database name through the given dataSource.
SQLErrorCodesResolver(List<Integer>) - Constructor for class org.axonframework.eventsourcing.eventstore.jpa.SQLErrorCodesResolver
Initializes the SQLErrorCodesResolver using the given list of SQL Codes representing Key Constraint Violations.
SQLErrorCodesResolver(Properties, String) - Constructor for class org.axonframework.eventsourcing.eventstore.jpa.SQLErrorCodesResolver
Initialize a SQLErrorCodesResolver, automatically detecting the database name through the given dataSource.
SQLErrorCodesResolver(Properties, DataSource) - Constructor for class org.axonframework.eventsourcing.eventstore.jpa.SQLErrorCodesResolver
Initialize the SQLErrorCodesResolver with the given properties and use the dataSource to automatically retrieve the database product name.
SQLErrorCodesResolver(DataSource) - Constructor for class org.axonframework.eventsourcing.eventstore.jpa.SQLErrorCodesResolver
Initialize a SQLErrorCodesResolver, automatically detecting the database name through the given dataSource.
SQLStateResolver - Class in org.axonframework.eventsourcing.eventstore.jpa
SQLStateResolver is an implementation of PersistenceExceptionResolver used to resolve sql state values to see if it violates a unique key constraint.
SQLStateResolver() - Constructor for class org.axonframework.eventsourcing.eventstore.jpa.SQLStateResolver
Constructor that uses the standard SQL state category for the check.
SQLStateResolver(String) - Constructor for class org.axonframework.eventsourcing.eventstore.jpa.SQLStateResolver
Constructor that can be used to supply a specific SQL state code for the check.
ssl(String) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Builder
 
start() - Method in class org.axonframework.axonserver.connector.AxonServerConnectionManager
Starts the AxonServerConnectionManager.
start() - Method in class org.axonframework.axonserver.connector.command.AxonServerCommandBusConnector
Starts the Axon Server CommandBusConnector implementation.
start() - Method in class org.axonframework.axonserver.connector.event.EventProcessorControlService
Registers EventProcessor instruction handlers to the ControlChannel for the configured context and set the load balancing strategies through the AdminChannel for the configured context.
start() - Method in class org.axonframework.axonserver.connector.query.AxonServerQueryBusConnector
Starts the Axon Server QueryBusConnector implementation.
start() - Method in interface org.axonframework.common.configuration.ApplicationConfigurer
Builds the configuration and starts it immediately, by invoking AxonConfiguration.start().
start() - Method in interface org.axonframework.common.configuration.AxonConfiguration
All components defined in this AxonConfiguration will be started.
start() - Method in interface org.axonframework.eventsourcing.eventstore.SourcingCondition
The start position in the event sequence to source.
start() - Method in class org.axonframework.extension.spring.config.SpringLifecycleShutdownHandler
 
start() - Method in class org.axonframework.extension.spring.config.SpringLifecycleStartHandler
 
start() - Method in class org.axonframework.extension.tracing.opentelemetry.OpenTelemetrySpan
 
start() - Method in interface org.axonframework.messaging.eventhandling.processing.EventProcessor
Initiates a start, providing a CompletableFuture that completes when the start process is finished.
start() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessor
 
start() - Method in class org.axonframework.messaging.eventhandling.processing.subscribing.SubscribingEventProcessor
Start this processor.
start() - Method in class org.axonframework.messaging.tracing.NoOpSpanFactory.NoOpSpan
 
start() - Method in interface org.axonframework.messaging.tracing.Span
Starts the Span.
start() - Method in class org.axonframework.update.UpdateChecker
Starts the anonymous usage reporting task.
START - Static variable in interface org.axonframework.eventsourcing.eventstore.Position
Represents the smallest possible position.
startCoordination(Runnable) - Method in interface org.axonframework.eventsourcing.eventstore.EventCoordinator
Starts a coordination instance that will invoke the given callback when new events are appended.
startCoordination(Runnable) - Method in class org.axonframework.eventsourcing.eventstore.jpa.JpaPollingEventCoordinator
 
startingFrom(TrackingToken) - Static method in interface org.axonframework.messaging.eventstreaming.StreamingCondition
Constructs a simple StreamingCondition that starts streaming from the given position.
startProcessor() - Method in record class org.axonframework.axonserver.connector.event.EventProcessorControlService.AxonProcessorInstructionHandler
 
startRecording() - Method in class org.axonframework.test.fixture.CommandValidator
Starts recording commands on the command bus.
startTransaction() - Method in class org.axonframework.extension.spring.messaging.unitofwork.SpringTransactionManager
 
startTransaction() - Method in enum class org.axonframework.messaging.core.unitofwork.transaction.NoTransactionManager
 
startTransaction() - Method in interface org.axonframework.messaging.core.unitofwork.transaction.TransactionManager
Starts a transaction.
state(boolean, Supplier<String>) - Static method in class org.axonframework.common.Assert
Asserts that the value of state is true.
StateBasedEntityModule<ID,E> - Interface in org.axonframework.modelling.configuration
An expansion on the EntityModule, specifically for state-based entities.
StateBasedEntityModule.EntityIdResolverPhase<ID,E> - Interface in org.axonframework.modelling.configuration
The "entity ID resolver" phase of the state-based entity builder.
StateBasedEntityModule.MessagingMetamodelPhase<ID,E> - Interface in org.axonframework.modelling.configuration
The "messaging metamodel" phase of the state-based entity builder.
StateBasedEntityModule.PersisterPhase<ID,E> - Interface in org.axonframework.modelling.configuration
The "persister" phase of the state-based entity builder.
StateBasedEntityModule.RepositoryPhase<ID,E> - Interface in org.axonframework.modelling.configuration
The repository phase of the state-based entity builder.
StateEvolvingException - Exception Class in org.axonframework.modelling
Exception thrown when an error occurs while evolving an entity with an event.
StateEvolvingException(String, Throwable) - Constructor for exception class org.axonframework.modelling.StateEvolvingException
Initialize the exception with the given message and cause.
StateManager - Interface in org.axonframework.modelling
The StateManager enables applications to load entities based on the type of the entity and an id, and to persist them.
STATIC_KEY - Enum constant in enum class org.axonframework.messaging.commandhandling.UnresolvedRoutingKeyPolicy
Policy that indicates a fixed key ("unresolved") should be returned when no Routing Key can be found for a Command Message.
stop() - Method in class org.axonframework.extension.spring.config.SpringLifecycleShutdownHandler
 
stop() - Method in class org.axonframework.extension.spring.config.SpringLifecycleStartHandler
 
stop() - Method in class org.axonframework.test.fixture.AxonTestFixture
 
stop() - Method in interface org.axonframework.test.fixture.AxonTestPhase.Setup
Stops the fixture, releasing any active resources, like registered handlers or pending event processing tasks.
stop() - Method in interface org.axonframework.test.fixture.AxonTestPhase.Then.Message
Stops the fixture, releasing any active resources, like registered handlers or pending event processing tasks.
stop() - Method in class org.axonframework.update.UpdateChecker
Allows the task to be stopped, preventing any further update from being checked.
stop(Runnable) - Method in class org.axonframework.extension.spring.config.SpringLifecycleShutdownHandler
 
StorageEngineBackedEventStore - Class in org.axonframework.eventsourcing.eventstore
An EventStore implementation which uses an EventStorageEngine as its storage solution.
StorageEngineBackedEventStore(EventStorageEngine, EventBus, TagResolver) - Constructor for class org.axonframework.eventsourcing.eventstore.StorageEngineBackedEventStore
Constructs a SimpleEventStore using the given eventStorageEngine to start transactions and
invalid reference
open event streams
with.
storeToken(TrackingToken, String, int, ProcessingContext) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.inmemory.InMemoryTokenStore
 
storeToken(TrackingToken, String, int, ProcessingContext) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenStore
 
storeToken(TrackingToken, String, int, ProcessingContext) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa.JpaTokenStore
 
storeToken(TrackingToken, String, int, ProcessingContext) - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.token.store.TokenStore
Stores the given token in the store.
storeUpdate(Connection, TrackingToken, String, int) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenStore
Returns a PreparedStatement which update the given token for the given processorName and segment combination.
strategies() - Method in record class org.axonframework.conversion.avro.AvroConverterConfiguration
Returns the value of the strategies record component.
stream(StreamingCondition) - Method in class org.axonframework.axonserver.connector.event.AggregateBasedAxonServerEventStorageEngine
 
stream(StreamingCondition) - Method in class org.axonframework.axonserver.connector.event.AxonServerEventStorageEngine
 
stream(StreamingCondition) - Method in interface org.axonframework.eventsourcing.eventstore.EventStorageEngine
Creates an infinite MessageStream of events matching the given condition.
stream(StreamingCondition) - Method in class org.axonframework.eventsourcing.eventstore.inmemory.InMemoryEventStorageEngine
 
stream(StreamingCondition) - Method in class org.axonframework.eventsourcing.eventstore.jpa.AggregateBasedJpaEventStorageEngine
 
StreamableEventSource - Interface in org.axonframework.messaging.eventstreaming
Interface towards a streamable event source.
streaming() - Method in class org.axonframework.messaging.eventhandling.configuration.EventProcessorConfiguration
Returns whether this configuration is for a streaming event processor.
streaming() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorConfiguration
 
StreamingCondition - Interface in org.axonframework.messaging.eventstreaming
Interface describing the condition to
invalid reference
stream
from a streamable event source (like an Event Store).
StreamingEventMessageStream - Class in org.axonframework.axonserver.connector.event
A MessageStream implementation backed by a ResultStream of StreamEventsResponses from Axon Server, translating the StreamEventsResponses into EventMessages as it moves along.
StreamingEventMessageStream(ResultStream<StreamEventsResponse>, TaggedEventConverter) - Constructor for class org.axonframework.axonserver.connector.event.StreamingEventMessageStream
Constructs a StreamingMessageStream with the given stream and converter.
StreamingEventProcessor - Interface in org.axonframework.messaging.eventhandling.processing.streaming
An EventProcessor which processes an event stream in segments.
streamingQuery(Object, Class<R>) - Method in interface org.axonframework.messaging.queryhandling.gateway.QueryGateway
Sends given query over the QueryBus, expecting a response as a Publisher of responseType.
streamingQuery(Object, Class<R>, ProcessingContext) - Method in class org.axonframework.messaging.queryhandling.gateway.DefaultQueryGateway
 
streamingQuery(Object, Class<R>, ProcessingContext) - Method in interface org.axonframework.messaging.queryhandling.gateway.QueryGateway
Sends given query over the QueryBus, expecting a response as a Publisher of responseType.
StreamSpliterator<T> - Class in org.axonframework.eventsourcing.eventstore
An Spliterators.AbstractSpliterator implementation used internally to feed a Stream through the StreamSupport.stream(Spliterator, boolean) operation.
StreamSpliterator(Function<T, List<? extends T>>, Predicate<List<? extends T>>) - Constructor for class org.axonframework.eventsourcing.eventstore.StreamSpliterator
Constructs a StreamSpliterator using the given fetchFunction and finalFetchPredicate.
streamToPublisher(Supplier<MessageStream<M>>) - Static method in class org.axonframework.messaging.core.FluxUtils
Converts a Supplier of MessageStream into a reactor-core Publisher.
StringToByteArrayConverter - Class in org.axonframework.conversion.converter
A ContentTypeConverter implementation that converts Strings into byte[].
StringToByteArrayConverter() - Constructor for class org.axonframework.conversion.converter.StringToByteArrayConverter
 
StringUtils - Class in org.axonframework.common
Utility methods for when dealing with Strings.
submit(Runnable) - Method in class org.axonframework.axonserver.connector.util.PriorityExecutorService
 
submit(Runnable, T) - Method in class org.axonframework.axonserver.connector.util.PriorityExecutorService
 
submit(Callable<T>) - Method in class org.axonframework.axonserver.connector.util.PriorityExecutorService
 
SubscribableEventSource - Interface in org.axonframework.messaging.core
Interface for a source of EventMessages to which event processors can subscribe.
SubscribableEventSourceDefinition - Interface in org.axonframework.messaging.eventhandling.configuration
Definition for a SubscribableEventSource.
subscribe(BiFunction<List<? extends EventMessage>, ProcessingContext, CompletableFuture<?>>) - Method in class org.axonframework.eventsourcing.eventstore.InterceptingEventStore
 
subscribe(BiFunction<List<? extends EventMessage>, ProcessingContext, CompletableFuture<?>>) - Method in class org.axonframework.eventsourcing.eventstore.StorageEngineBackedEventStore
 
subscribe(BiFunction<List<? extends EventMessage>, ProcessingContext, CompletableFuture<?>>) - Method in class org.axonframework.extension.spring.messaging.InboundEventMessageChannelAdapter
 
subscribe(BiFunction<List<? extends EventMessage>, ProcessingContext, CompletableFuture<?>>) - Method in interface org.axonframework.messaging.core.SubscribableEventSource
Subscribe the given eventsBatchConsumer to this event source.
subscribe(BiFunction<List<? extends EventMessage>, ProcessingContext, CompletableFuture<?>>) - Method in class org.axonframework.messaging.eventhandling.DelegatingEventBus
 
subscribe(BiFunction<List<? extends EventMessage>, ProcessingContext, CompletableFuture<?>>) - Method in class org.axonframework.messaging.eventhandling.InterceptingEventBus
 
subscribe(BiFunction<List<? extends EventMessage>, ProcessingContext, CompletableFuture<?>>) - Method in class org.axonframework.messaging.eventhandling.SimpleEventBus
 
subscribe(BiFunction<List<? extends EventMessage>, ProcessingContext, CompletableFuture<?>>) - Method in class org.axonframework.test.fixture.RecordingEventBus
 
subscribe(BiFunction<List<? extends EventMessage>, ProcessingContext, CompletableFuture<?>>) - Method in class org.axonframework.test.fixture.RecordingEventStore
 
subscribe(Set<QualifiedName>, CommandHandler) - Method in interface org.axonframework.messaging.commandhandling.CommandHandlerRegistry
Subscribe the given handler for commands of the given names.
subscribe(Set<QualifiedName>, EventHandler) - Method in interface org.axonframework.messaging.eventhandling.EventHandlerRegistry
Subscribe the given handler for events of the given names.
subscribe(Set<QualifiedName>, EventHandler) - Method in class org.axonframework.messaging.eventhandling.SimpleEventHandlingComponent
 
subscribe(Set<QualifiedName>, QueryHandler) - Method in interface org.axonframework.messaging.queryhandling.QueryHandlerRegistry
Subscribe the given handler for queries and response of the given names.
subscribe(CommandHandlingComponent) - Method in interface org.axonframework.messaging.commandhandling.CommandHandlerRegistry
Subscribe the given handlingComponent with this registry.
subscribe(CommandHandlingComponent) - Method in class org.axonframework.messaging.commandhandling.SimpleCommandHandlingComponent
 
subscribe(QualifiedName) - Method in class org.axonframework.axonserver.connector.query.AxonServerQueryBusConnector
 
subscribe(QualifiedName) - Method in class org.axonframework.messaging.queryhandling.distributed.DelegatingQueryBusConnector
 
subscribe(QualifiedName) - Method in interface org.axonframework.messaging.queryhandling.distributed.QueryBusConnector
Subscribes this connector to queries matching the given name.
subscribe(QualifiedName, int) - Method in class org.axonframework.axonserver.connector.command.AxonServerCommandBusConnector
 
subscribe(QualifiedName, int) - Method in interface org.axonframework.messaging.commandhandling.distributed.CommandBusConnector
Subscribes to a command with the given commandName and a loadFactor.
subscribe(QualifiedName, int) - Method in class org.axonframework.messaging.commandhandling.distributed.DelegatingCommandBusConnector
 
subscribe(QualifiedName, CommandHandler) - Method in interface org.axonframework.messaging.commandhandling.CommandHandlerRegistry
Subscribe the given handler for commands of the given name.
subscribe(QualifiedName, CommandHandler) - Method in class org.axonframework.messaging.commandhandling.distributed.DistributedCommandBus
 
subscribe(QualifiedName, CommandHandler) - Method in class org.axonframework.messaging.commandhandling.interception.InterceptingCommandBus
 
subscribe(QualifiedName, CommandHandler) - Method in class org.axonframework.messaging.commandhandling.retry.RetryingCommandBus
 
subscribe(QualifiedName, CommandHandler) - Method in class org.axonframework.messaging.commandhandling.SimpleCommandBus
 
subscribe(QualifiedName, CommandHandler) - Method in class org.axonframework.messaging.commandhandling.SimpleCommandHandlingComponent
 
subscribe(QualifiedName, CommandHandler) - Method in class org.axonframework.messaging.commandhandling.tracing.TracingCommandBus
 
subscribe(QualifiedName, CommandHandler) - Method in class org.axonframework.test.fixture.RecordingCommandBus
 
subscribe(QualifiedName, CommandHandler) - Method in class org.axonframework.test.util.RecordingCommandBus
 
subscribe(QualifiedName, EventHandler) - Method in interface org.axonframework.messaging.eventhandling.EventHandlerRegistry
Subscribe the given handler for events of the given name.
subscribe(QualifiedName, EventHandler) - Method in class org.axonframework.messaging.eventhandling.SimpleEventHandlingComponent
 
subscribe(QualifiedName, QueryHandler) - Method in class org.axonframework.messaging.queryhandling.distributed.DistributedQueryBus
 
subscribe(QualifiedName, QueryHandler) - Method in class org.axonframework.messaging.queryhandling.interception.InterceptingQueryBus
 
subscribe(QualifiedName, QueryHandler) - Method in interface org.axonframework.messaging.queryhandling.QueryHandlerRegistry
Subscribe the given queryHandler for queries and response of the given queryName.
subscribe(QualifiedName, QueryHandler) - Method in class org.axonframework.messaging.queryhandling.SimpleQueryBus
 
subscribe(QualifiedName, QueryHandler) - Method in class org.axonframework.messaging.queryhandling.SimpleQueryHandlingComponent
 
subscribe(EventHandlingComponent) - Method in interface org.axonframework.messaging.eventhandling.EventHandlerRegistry
Subscribe the given handlingComponent with this registry.
subscribe(QueryHandlingComponent) - Method in interface org.axonframework.messaging.queryhandling.QueryHandlerRegistry
Subscribe the given handlingComponent with this registry.
subscribe(QueryHandlingComponent) - Method in class org.axonframework.messaging.queryhandling.SimpleQueryHandlingComponent
 
subscribeToUpdates(QueryMessage, int) - Method in class org.axonframework.messaging.queryhandling.distributed.DistributedQueryBus
 
subscribeToUpdates(QueryMessage, int) - Method in class org.axonframework.messaging.queryhandling.interception.InterceptingQueryBus
 
subscribeToUpdates(QueryMessage, int) - Method in interface org.axonframework.messaging.queryhandling.QueryBus
Subscribes the given query with the given updateBufferSize, and returns the MessageStream that provides the update of the subscription query.
subscribeToUpdates(QueryMessage, int) - Method in class org.axonframework.messaging.queryhandling.SimpleQueryBus
 
subscribing(String) - Static method in interface org.axonframework.messaging.eventhandling.configuration.EventProcessorModule
Creates a SubscribingEventProcessorModule with the given name.
subscribing(UnaryOperator<SubscribingEventProcessorsConfigurer>) - Method in class org.axonframework.messaging.eventhandling.configuration.EventProcessingConfigurer
Provides access to configure SubscribingEventProcessor instances through the SubscribingEventProcessorsConfigurer.
SUBSCRIBING - Enum constant in enum class org.axonframework.extension.spring.config.EventProcessorSettings.ProcessorMode
Indicates a SubscribingEventProcessor should be used.
SUBSCRIBING - Enum constant in enum class org.axonframework.extension.springboot.EventProcessorProperties.Mode
Indicates a SubscribingEventProcessor should be used.
SubscribingEventProcessor - Class in org.axonframework.messaging.eventhandling.processing.subscribing
Event processor implementation that subscribes to the EventBus for events.
SubscribingEventProcessor(String, List<EventHandlingComponent>, SubscribingEventProcessorConfiguration) - Constructor for class org.axonframework.messaging.eventhandling.processing.subscribing.SubscribingEventProcessor
Instantiate a SubscribingEventProcessor with given name, eventHandlingComponents and based on the fields contained in the SubscribingEventProcessorConfiguration.
SubscribingEventProcessorConfiguration - Class in org.axonframework.messaging.eventhandling.processing.subscribing
Configuration class for a SubscribingEventProcessor.
SubscribingEventProcessorConfiguration() - Constructor for class org.axonframework.messaging.eventhandling.processing.subscribing.SubscribingEventProcessorConfiguration
Constructs a new SubscribingEventProcessorConfiguration.
SubscribingEventProcessorConfiguration(EventProcessorConfiguration) - Constructor for class org.axonframework.messaging.eventhandling.processing.subscribing.SubscribingEventProcessorConfiguration
Constructs a new SubscribingEventProcessorConfiguration copying properties from the given configuration.
SubscribingEventProcessorConfiguration(EventProcessorConfiguration, Configuration) - Constructor for class org.axonframework.messaging.eventhandling.processing.subscribing.SubscribingEventProcessorConfiguration
Constructs a new SubscribingEventProcessorConfiguration with default values and retrieve global default values.
SubscribingEventProcessorModule - Class in org.axonframework.messaging.eventhandling.processing.subscribing
A configuration module for configuring and registering a single SubscribingEventProcessor component.
SubscribingEventProcessorModule(String) - Constructor for class org.axonframework.messaging.eventhandling.processing.subscribing.SubscribingEventProcessorModule
Constructs a module with the given processor name.
SubscribingEventProcessorModule.Customization - Interface in org.axonframework.messaging.eventhandling.processing.subscribing
SubscribingEventProcessorsConfigurer - Class in org.axonframework.messaging.eventhandling.processing.subscribing
A configurer for managing multiple SubscribingEventProcessor instances within an application.
SubscribingEventProcessorsConfigurer(EventProcessingConfigurer) - Constructor for class org.axonframework.messaging.eventhandling.processing.subscribing.SubscribingEventProcessorsConfigurer
Constructs a new subscribing event processing configurer.
subscribingProcessor(String) - Static method in interface org.axonframework.extension.spring.config.ProcessorDefinition
Creates a new processor definition for a subscribing event processor with the given name.
subscriptionQuery(Object, Class<R>) - Method in class org.axonframework.messaging.queryhandling.gateway.DefaultQueryGateway
 
subscriptionQuery(Object, Class<R>) - Method in interface org.axonframework.messaging.queryhandling.gateway.QueryGateway
Sends given query over the QueryBus as a subscription query, combining the initial result and emitted update as a Publisher of the given responseType.
subscriptionQuery(Object, Class<R>, int) - Method in class org.axonframework.messaging.queryhandling.gateway.DefaultQueryGateway
 
subscriptionQuery(Object, Class<R>, int) - Method in interface org.axonframework.messaging.queryhandling.gateway.QueryGateway
Sends given query over the QueryBus and returns a Publisher supplying the initial update followed by the update.
subscriptionQuery(Object, Class<R>, Function<QueryResponseMessage, R>) - Method in interface org.axonframework.messaging.queryhandling.gateway.QueryGateway
Sends given query over the QueryBus and returns a Publisher supplying the initial update followed by the update.
subscriptionQuery(Object, Class<R>, Function<QueryResponseMessage, R>, int) - Method in interface org.axonframework.messaging.queryhandling.gateway.QueryGateway
Sends given query over the QueryBus and returns a Publisher supplying the initial update followed by the update.
subscriptionQuery(Object, Class<R>, Function<QueryResponseMessage, R>, ProcessingContext) - Method in interface org.axonframework.messaging.queryhandling.gateway.QueryGateway
Sends given query over the QueryBus and returns a Publisher supplying the initial update followed by the update.
subscriptionQuery(Object, Class<R>, Function<QueryResponseMessage, R>, ProcessingContext, int) - Method in interface org.axonframework.messaging.queryhandling.gateway.QueryGateway
Sends given query over the QueryBus and returns a Publisher supplying the initial update followed by the update.
subscriptionQuery(Object, Class<R>, ProcessingContext) - Method in interface org.axonframework.messaging.queryhandling.gateway.QueryGateway
Sends given query over the QueryBus as a subscription query, combining the initial result and emitted update as a Publisher of the given responseType.
subscriptionQuery(Object, Class<R>, ProcessingContext, int) - Method in class org.axonframework.messaging.queryhandling.gateway.DefaultQueryGateway
 
subscriptionQuery(Object, Class<R>, ProcessingContext, int) - Method in interface org.axonframework.messaging.queryhandling.gateway.QueryGateway
Sends given query over the QueryBus as a subscription query, combining the initial result and emitted update as a Publisher of the given responseType.
subscriptionQuery(Object, Class<T>, Function<QueryResponseMessage, T>, ProcessingContext, int) - Method in class org.axonframework.messaging.queryhandling.gateway.DefaultQueryGateway
 
subscriptionQuery(QueryMessage, ProcessingContext, int) - Method in class org.axonframework.axonserver.connector.query.AxonServerQueryBusConnector
 
subscriptionQuery(QueryMessage, ProcessingContext, int) - Method in class org.axonframework.messaging.queryhandling.distributed.DelegatingQueryBusConnector
 
subscriptionQuery(QueryMessage, ProcessingContext, int) - Method in class org.axonframework.messaging.queryhandling.distributed.DistributedQueryBus
 
subscriptionQuery(QueryMessage, ProcessingContext, int) - Method in class org.axonframework.messaging.queryhandling.distributed.PayloadConvertingQueryBusConnector
 
subscriptionQuery(QueryMessage, ProcessingContext, int) - Method in interface org.axonframework.messaging.queryhandling.distributed.QueryBusConnector
Sends the given query to the remote QueryBus.
subscriptionQuery(QueryMessage, ProcessingContext, int) - Method in class org.axonframework.messaging.queryhandling.interception.InterceptingQueryBus
 
subscriptionQuery(QueryMessage, ProcessingContext, int) - Method in interface org.axonframework.messaging.queryhandling.QueryBus
Dispatch the given query to a single QueryHandler subscribed to the given query's queryName/initialResponseType/updateResponseType.
subscriptionQuery(QueryMessage, ProcessingContext, int) - Method in class org.axonframework.messaging.queryhandling.SimpleQueryBus
 
SubscriptionQueryAlreadyRegisteredException - Exception Class in org.axonframework.messaging.queryhandling
Exception thrown whenever QueryBus.subscriptionQuery(SubscriptionQueryMessage, ProcessingContext, int) is invoked multiple times for the same
invalid reference
SubscriptionQueryMessage
.
SubscriptionQueryAlreadyRegisteredException(String) - Constructor for exception class org.axonframework.messaging.queryhandling.SubscriptionQueryAlreadyRegisteredException
Constructs a SubscriptionQueryAlreadyRegisteredException for the given queryId.
subscriptionQueryUpdateInterceptors(Configuration) - Method in class org.axonframework.messaging.core.interception.DefaultDispatchInterceptorRegistry
 
subscriptionQueryUpdateInterceptors(Configuration) - Method in interface org.axonframework.messaging.core.interception.DispatchInterceptorRegistry
Returns the list of SubscriptionQueryUpdateMessage-specific MessageDispatchInterceptors registered in this registry.
SubscriptionQueryUpdateMessage - Interface in org.axonframework.messaging.queryhandling
A ResultMessage implementation that holds incremental update of a subscription query.
subscriptionQueryUpdateMonitor(Configuration) - Method in class org.axonframework.messaging.monitoring.configuration.DefaultMessageMonitorRegistry
 
subscriptionQueryUpdateMonitor(Configuration) - Method in interface org.axonframework.messaging.monitoring.configuration.MessageMonitorRegistry
Retrieves a MessageMonitor for monitoring the processing of SubscriptionQueryUpdateMessage instances.
subset(String...) - Method in class org.axonframework.messaging.core.Metadata
Returns a Metadata instance containing a subset of the keys in this instance.
success() - Method in interface org.axonframework.test.fixture.AxonTestPhase.Then.Command
Expect a successful execution of the When phase, regardless of the actual return value.
success() - Method in interface org.axonframework.test.fixture.AxonTestPhase.Then.Event
Expect a successful execution of the When phase, no exception raised while handling the event.
success(Message) - Static method in class org.axonframework.test.util.MessageMonitorReport
Creates a new instance of MessageMonitorReport.Report.Success with the specified message.
Success(Message) - Constructor for record class org.axonframework.test.util.MessageMonitorReport.Report.Success
Creates an instance of a Success record class.
successReports() - Method in class org.axonframework.test.util.MessageMonitorReport
Retrieves a list of MessageMonitorReport.Report.Success elements filtered from the collection of reports.
SUPPLIER_KEY - Static variable in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcTransactionalExecutorProvider
The resource key for the ConnectionExecutor supplier.
SUPPLIER_KEY - Static variable in class org.axonframework.eventsourcing.eventstore.jpa.JpaTransactionalExecutorProvider
The resource key for the EntityManagerExecutor supplier.
supportedCommands() - Method in class org.axonframework.messaging.commandhandling.annotation.AnnotatedCommandHandlingComponent
 
supportedCommands() - Method in interface org.axonframework.messaging.commandhandling.CommandHandlingComponent
All supported commands, referenced through a QualifiedName.
supportedCommands() - Method in class org.axonframework.messaging.commandhandling.SimpleCommandHandlingComponent
 
supportedCommands() - Method in class org.axonframework.modelling.entity.annotation.AnnotatedEntityMetamodel
 
supportedCommands() - Method in class org.axonframework.modelling.entity.child.AbstractEntityChildMetamodel
 
supportedCommands() - Method in interface org.axonframework.modelling.entity.child.EntityChildMetamodel
Returns the set of all QualifiedNames that this metamodel supports for command handlers.
supportedCommands() - Method in class org.axonframework.modelling.entity.ConcreteEntityMetamodel
 
supportedCommands() - Method in class org.axonframework.modelling.entity.EntityCommandHandlingComponent
 
supportedCommands() - Method in interface org.axonframework.modelling.entity.EntityMetamodel
Returns the set of all QualifiedNames that this metamodel supports for command handlers, both creational and instance commands.
supportedCommands() - Method in class org.axonframework.modelling.entity.PolymorphicEntityMetamodel
 
supportedCreationalCommands() - Method in class org.axonframework.modelling.entity.annotation.AnnotatedEntityMetamodel
 
supportedCreationalCommands() - Method in class org.axonframework.modelling.entity.ConcreteEntityMetamodel
 
supportedCreationalCommands() - Method in interface org.axonframework.modelling.entity.EntityMetamodel
Returns the set of all QualifiedNames that this metamodel supports for creating entities.
supportedCreationalCommands() - Method in class org.axonframework.modelling.entity.PolymorphicEntityMetamodel
 
supportedEvents() - Method in class org.axonframework.messaging.eventhandling.annotation.AnnotatedEventHandlingComponent
 
supportedEvents() - Method in class org.axonframework.messaging.eventhandling.DelegatingEventHandlingComponent
 
supportedEvents() - Method in interface org.axonframework.messaging.eventhandling.EventHandlingComponent
All supported events, referenced through a QualifiedName.
supportedEvents() - Method in class org.axonframework.messaging.eventhandling.processing.ProcessorEventHandlingComponents
Retrieves a set of all event names supported by the components comprising this ProcessorEventHandlingComponents instance.
supportedEvents() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.SequenceOverridingEventHandlingComponent
 
supportedEvents() - Method in class org.axonframework.messaging.eventhandling.SimpleEventHandlingComponent
 
supportedEvents() - Method in class org.axonframework.modelling.annotation.AnnotationBasedEntityEvolvingComponent
 
supportedEvents() - Method in interface org.axonframework.modelling.EntityEvolvingComponent
All supported events, referenced through a QualifiedName.
supportedEvents() - Method in class org.axonframework.modelling.SimpleEntityEvolvingComponent
 
supportedInstanceCommands() - Method in class org.axonframework.modelling.entity.annotation.AnnotatedEntityMetamodel
 
supportedInstanceCommands() - Method in class org.axonframework.modelling.entity.ConcreteEntityMetamodel
 
supportedInstanceCommands() - Method in interface org.axonframework.modelling.entity.EntityMetamodel
Returns the set of all QualifiedNames that this metamodel supports for instance commands.
supportedInstanceCommands() - Method in class org.axonframework.modelling.entity.PolymorphicEntityMetamodel
 
Supported Parameter Types - Search tag in annotation interface org.axonframework.messaging.eventhandling.annotation.SequencingPolicy
Section
supportedPayloadType() - Method in interface org.axonframework.messaging.core.annotation.ParameterResolver
Returns the class of the payload that is supported by this resolver.
supportedPayloadType() - Method in class org.axonframework.messaging.core.annotation.PayloadParameterResolver
 
supportedQueries() - Method in class org.axonframework.messaging.queryhandling.annotation.AnnotatedQueryHandlingComponent
 
supportedQueries() - Method in interface org.axonframework.messaging.queryhandling.QueryHandlingComponent
All supported queries, referenced through a QualifiedName.
supportedQueries() - Method in class org.axonframework.messaging.queryhandling.SimpleQueryHandlingComponent
 
supports(QualifiedName) - Method in class org.axonframework.messaging.eventhandling.DelegatingEventHandlingComponent
 
supports(QualifiedName) - Method in interface org.axonframework.messaging.eventhandling.EventHandlingComponent
Checks whether the given eventName is supported by this component.
supports(QualifiedName) - Method in class org.axonframework.messaging.eventhandling.processing.ProcessorEventHandlingComponents
Checks if the specified event name is supported by any of the components.
supports(QualifiedName) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.SequenceOverridingEventHandlingComponent
 
supportsReset() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessor
 
supportsReset() - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.StreamingEventProcessor
Indicates whether this StreamingEventProcessor supports a "reset".

T

Tag - Record Class in org.axonframework.messaging.eventstreaming
An Tag refers to fields and their values within which an EventMessage has been published, typically referring to domain-specifics used for identification.
Tag(String, String) - Constructor for record class org.axonframework.messaging.eventstreaming.Tag
Compact constructor validating that the given key and value are not null.
TaggedEventConverter - Class in org.axonframework.axonserver.connector.event
Wrapper around the Axon Framework EventConverter that can convert TaggedEventMessages (Axon Framework representation) to TaggedEvents (Axon Server representation).
TaggedEventConverter(EventConverter) - Constructor for class org.axonframework.axonserver.connector.event.TaggedEventConverter
Constructs a TaggedEventConverter using the given converter to convert the event payload.
TaggedEventMessage<E> - Interface in org.axonframework.eventsourcing.eventstore
A wrapper of an EventMessage and its Tags.
tagKey() - Element in annotation interface org.axonframework.eventsourcing.annotation.EventSourcedEntity
The tag name to use when resolving the EventCriteria for the entity.
tagKey() - Element in annotation interface org.axonframework.extension.spring.stereotype.EventSourced
The tag name to use when resolving the EventCriteria for the entity.
TagResolver - Interface in org.axonframework.eventsourcing.eventstore
Functional interface towards resolving a Set of Tags for a given EventMessage.
tags() - Method in record class org.axonframework.eventsourcing.eventstore.GenericTaggedEventMessage
Returns the value of the tags record component.
tags() - Method in interface org.axonframework.eventsourcing.eventstore.TaggedEventMessage
Return the Set of Tags of this TaggedEventMessage.
tags() - Method in exception class org.axonframework.eventsourcing.eventstore.TooManyTagsOnEventMessageException
Returns the tags assigned to the message.
tags() - Method in interface org.axonframework.messaging.eventstreaming.EventCriterion
A Set of Tags applicable for sourcing, streaming, or appending events.
tagsBuilder(Function<Message, Iterable<Tag>>) - Method in class org.axonframework.extension.metrics.micrometer.EventProcessorLatencyMonitor.Builder
Configures the Function used to deduce what the Tags should be for a message being monitored.
tagsBuilder(Function<Message, Iterable<Tag>>) - Method in class org.axonframework.extension.metrics.micrometer.MessageTimerMonitor.Builder
Configures the Function used to deduce what the Tags should be for a message being monitored.
tagsConfiguration(TagsConfiguration) - Method in class org.axonframework.axonserver.connector.AxonServerConnectionManager.Builder
Sets the TagsConfiguration used to add the tags of this Axon instance as client information when setting up a channel.
TagsConfiguration - Class in org.axonframework.axonserver.connector
Tags configuration labeling Axon Node represented by key-value pairs.
TagsConfiguration() - Constructor for class org.axonframework.axonserver.connector.TagsConfiguration
The default constructor.
TagsConfiguration(Map<String, String>) - Constructor for class org.axonframework.axonserver.connector.TagsConfiguration
Initializes tags configuration with key-value pairs.
TagsConfigurationProperties - Class in org.axonframework.extension.springboot
Spring Configuration properties for TagsConfiguration.
TagsConfigurationProperties() - Constructor for class org.axonframework.extension.springboot.TagsConfigurationProperties
 
TagsUtil - Class in org.axonframework.extension.metrics.micrometer
Utility class for micrometer tag management.
TargetContextResolver<T> - Interface in org.axonframework.axonserver.connector
Interface towards a mechanism that is capable of resolving the context name to which a Message should be routed.
TargetEntityId - Annotation Interface in org.axonframework.modelling.annotation
Annotation to be placed on a parameter of a field or method of the payload of a Message, which provides the identifier of the target entity when using the AnnotationBasedEntityIdResolver.
TargetEntityIdMemberMismatchException - Exception Class in org.axonframework.modelling.annotation
Exception indicating that while using the PropertyBasedEntityIdResolver the indicated field could not be found.
TargetEntityIdMemberMismatchException(String, Class<?>) - Constructor for exception class org.axonframework.modelling.annotation.TargetEntityIdMemberMismatchException
Initialize the exception with the given fieldName that was not found in the payload of type payloadClass.
targetType() - Method in class org.axonframework.conversion.avro.ByteArrayToGenericRecordConverter
 
targetType() - Method in class org.axonframework.conversion.avro.GenericRecordToByteArrayConverter
 
targetType() - Method in class org.axonframework.conversion.ChainedConverter
 
targetType() - Method in interface org.axonframework.conversion.ContentTypeConverter
Returns the type of output for this ContentTypeConverter to ContentTypeConverter.convert(Object) into.
targetType() - Method in class org.axonframework.conversion.converter.BlobToInputStreamConverter
 
targetType() - Method in class org.axonframework.conversion.converter.ByteArrayToInputStreamConverter
 
targetType() - Method in class org.axonframework.conversion.converter.ByteArrayToStringConverter
 
targetType() - Method in class org.axonframework.conversion.converter.InputStreamToByteArrayConverter
 
targetType() - Method in class org.axonframework.conversion.converter.StringToByteArrayConverter
 
targetType() - Method in class org.axonframework.conversion.json.ByteArrayToJsonNodeConverter
 
targetType() - Method in class org.axonframework.conversion.json.JsonNodeToByteArrayConverter
 
targetType() - Method in class org.axonframework.conversion.json.JsonNodeToObjectNodeConverter
 
targetType() - Method in class org.axonframework.conversion.json.ObjectNodeToJsonNodeConverter
 
TaskTimeoutSettings - Class in org.axonframework.messaging.core.timeout
Configuration properties for a task timeout.
TaskTimeoutSettings() - Constructor for class org.axonframework.messaging.core.timeout.TaskTimeoutSettings
Creates a new TaskTimeoutSettings with default timeout settings.
TaskTimeoutSettings(int, int, int) - Constructor for class org.axonframework.messaging.core.timeout.TaskTimeoutSettings
Creates a new TaskTimeoutSettings with the provided timeout settings.
TerminalEventMessage - Class in org.axonframework.messaging.eventhandling
Empty EventMessage implementation without any payload, used as the terminal message of a MessageStream.
terminate() - Method in interface org.axonframework.eventsourcing.eventstore.EventCoordinator.Handle
Terminates this coordination instance, releasing any resources or threads used internally.
test(Class<?>) - Method in interface org.axonframework.conversion.avro.AvroConverterStrategy
Determines if this strategy supports given payloadType.
test(Class<?>) - Method in class org.axonframework.conversion.avro.SpecificRecordBaseConverterStrategy
 
test(Throwable) - Method in class org.axonframework.messaging.core.retry.NonTransientExceptionClassesPredicate
 
TestEnvironmentDetector - Class in org.axonframework.update.detection
This class detects whether the usage reporter is being used in a unit test environment, such as a JUnit test or another testing framework.
TestEnvironmentDetector() - Constructor for class org.axonframework.update.detection.TestEnvironmentDetector
 
textMapGetter(TextMapGetter<Message>) - Method in class org.axonframework.extension.tracing.opentelemetry.OpenTelemetrySpanFactory.Builder
Defines the TextMapGetter to use, which is used for extracting the propagated context from another thread or service.
textMapSetter(TextMapSetter<Map<String, String>>) - Method in class org.axonframework.extension.tracing.opentelemetry.OpenTelemetrySpanFactory.Builder
Defines the TextMapSetter to use, which is used for propagating the context to another thread or service.
then() - Method in interface org.axonframework.test.fixture.AxonTestPhase.Given
Transitions to the Then phase to validate the results of the test.
then() - Method in interface org.axonframework.test.fixture.AxonTestPhase.When.Command
Transitions to the Then phase to validate the results of the test.
then() - Method in interface org.axonframework.test.fixture.AxonTestPhase.When.Event
Transitions to the Then phase to validate the results of the test.
then() - Method in interface org.axonframework.test.fixture.AxonTestPhase.When.Nothing
Transitions to the Then phase to validate the results of the test.
threadCount() - Method in interface org.axonframework.extension.spring.config.EventProcessorSettings.PooledEventProcessorSettings
Thread count for pooled processor.
threadCount() - Method in class org.axonframework.extension.springboot.EventProcessorProperties.ProcessorSettings
Returns the number of threads to use to process Events, when using a StreamingEventProcessor implementation.
ThrowingConsumer<T,X> - Interface in org.axonframework.common.function
Functional interface for operations which may throw a checked exception.
ThrowingFunction<T,R,X> - Interface in org.axonframework.common.function
Functional interface for operations which may throw a checked exception.
timeout(List<ProcessingInstruction>) - Static method in class org.axonframework.axonserver.connector.util.ProcessingInstructionUtils
Retrieve the desired 'number of results' as a long from the given instructions, by searching for the ProcessingInstruction who's key equals the ProcessingKey.NR_OF_RESULTS.
timeoutMs() - Element in annotation interface org.axonframework.messaging.core.annotation.MessageHandlerTimeout
The timeout for a single message in milliseconds.
TimeoutProperties - Class in org.axonframework.extension.springboot
Configuration properties for time limits of processing transactions and handlers in Axon Framework.
TimeoutProperties() - Constructor for class org.axonframework.extension.springboot.TimeoutProperties
 
TimeoutProperties.MessageHandlerTimeoutProperties - Class in org.axonframework.extension.springboot
 
TimeoutProperties.TransactionTimeoutProperties - Class in org.axonframework.extension.springboot
 
timerCustomization(UnaryOperator<Timer.Builder>) - Method in class org.axonframework.extension.metrics.micrometer.MessageTimerMonitor.Builder
Allows for specifying a customization which will be added during the creation of the Timer.
timestamp() - Method in class org.axonframework.eventsourcing.eventstore.jpa.AggregateEventEntry
Returns the timestamp of the stored EventMessage.
timestamp() - Method in interface org.axonframework.messaging.eventhandling.EventMessage
Returns the timestamp of this event.
timestamp() - Method in class org.axonframework.messaging.eventhandling.GenericEventMessage
 
timestamp() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenEntry
Returns the storage timestamp of this token entry.
timestamp() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa.TokenEntry
Returns the storage timestamp of this token entry.
Timestamp - Annotation Interface in org.axonframework.messaging.eventhandling.annotation
Annotation indication that a parameter on an Event Handler method should be injected with the Timestamp of an Event Message.
timestampAsString() - Method in class org.axonframework.eventsourcing.eventstore.jpa.AggregateEventEntry
Returns the timestamp of the stored EventMessage as a String.
timestampAsString() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenEntry
Returns the storage timestamp of this token entry as a String.
timestampAsString() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa.TokenEntry
Returns the storage timestamp of this token entry as a String.
timestampColumn() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.TokenSchema
Returns the name of the column containing the timestamp of the token (the time this token was last saved).
TimestampParameterResolverFactory - Class in org.axonframework.messaging.eventhandling.annotation
AbstractAnnotatedParameterResolverFactory that accepts parameters with type Instant that are annotated with the Timestamp annotation and assigns the timestamp of the EventMessage.
TimestampParameterResolverFactory() - Constructor for class org.axonframework.messaging.eventhandling.annotation.TimestampParameterResolverFactory
Initializes a ParameterResolverFactory for Timestamp annotated parameters
toDiscernibleSignature(Executable) - Static method in class org.axonframework.common.ReflectionUtils
Returns a discernible signature without including the classname.
toIndex(Position) - Static method in class org.axonframework.eventsourcing.eventstore.GlobalIndexPosition
Converts the given position to a global index, if possible.
token(String) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Builder
 
tokenAt(Instant) - Method in class org.axonframework.axonserver.connector.event.AggregateBasedAxonServerEventStorageEngine
 
tokenAt(Instant) - Method in class org.axonframework.axonserver.connector.event.AxonServerEventStorageEngine
 
tokenAt(Instant) - Method in interface org.axonframework.eventsourcing.eventstore.EventStorageEngine
Creates a TrackingToken that tracks all events after the given at.
tokenAt(Instant) - Method in class org.axonframework.eventsourcing.eventstore.inmemory.InMemoryEventStorageEngine
 
tokenAt(Instant) - Method in class org.axonframework.eventsourcing.eventstore.jpa.AggregateBasedJpaEventStorageEngine
 
tokenAt(Instant, ProcessingContext) - Method in class org.axonframework.eventsourcing.eventstore.InterceptingEventStore
 
tokenAt(Instant, ProcessingContext) - Method in class org.axonframework.eventsourcing.eventstore.StorageEngineBackedEventStore
 
tokenAt(Instant, ProcessingContext) - Method in interface org.axonframework.messaging.eventstreaming.TrackingTokenSource
Creates a TrackingToken tracking all events after the given at from an event stream.
tokenAt(Instant, ProcessingContext) - Method in class org.axonframework.test.fixture.RecordingEventStore
 
tokenClaimInterval() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorConfiguration
Returns the token claim interval in milliseconds.
tokenClaimInterval(long) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorConfiguration
Specifies the time in milliseconds the processor's coordinator should wait after a failed attempt to claim any segments for processing.
tokenClaimIntervalInMillis() - Method in interface org.axonframework.extension.spring.config.EventProcessorSettings.PooledEventProcessorSettings
Retrieves token claim interval.
tokenClaimIntervalInMillis() - Method in class org.axonframework.extension.springboot.EventProcessorProperties.ProcessorSettings
 
tokenColumn() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.TokenSchema
Returns the name of the column containing the serialized token.
TokenEntry - Class in org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa
Implementation of a token entry compatible with JPA that stores its serialized token as a byte array.
TokenEntry() - Constructor for class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa.TokenEntry
Default constructor for JPA.
TokenEntry(String, Segment, TrackingToken, Converter) - Constructor for class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa.TokenEntry
Initializes a new token entry for given token, processorName and segment.
TokenEntry.PK - Class in org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa
Primary key for token entries used by JPA.
TokenSchema - Class in org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc
Schema of a token entry to be stored using Jdbc.
TokenSchema() - Constructor for class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.TokenSchema
Initializes the default TokenSchema
TokenSchema.Builder - Class in org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc
Builder for an TokenSchema that gets initialized with default values.
tokenStore() - Method in interface org.axonframework.extension.spring.config.EventProcessorSettings.PooledEventProcessorSettings
Name of the token store of the bean.
tokenStore() - Method in class org.axonframework.extension.springboot.EventProcessorProperties.ProcessorSettings
Retrieves the name of the TokenStore bean.
tokenStore() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorConfiguration
Returns the TokenStore used to store and fetch event tokens.
tokenStore(EntityManagerProvider, TokenStoreProperties, ObjectMapper) - Method in class org.axonframework.extension.springboot.autoconfig.JpaAutoConfiguration
Builds a JPA Token Store.
tokenStore(TokenStore) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorConfiguration
Sets the TokenStore used to store and fetch event tokens that enable this EventProcessor to track its progress.
TokenStore - Interface in org.axonframework.messaging.eventhandling.processing.streaming.token.store
Describes a component capable of storing and retrieving event tracking tokens.
TokenStoreProperties - Class in org.axonframework.extension.springboot
Properties describing the settings for the default Token Store.
TokenStoreProperties() - Constructor for class org.axonframework.extension.springboot.TokenStoreProperties
 
tokenTable() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.TokenSchema
Returns the name of the token entry table.
TokenTableFactory - Interface in org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc
Interface describing a factory for JDBC to create the table containing tracking token entries.
tokenType() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.GenericTokenTableFactory
Returns the sql to describe the type of token column.
tokenType() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.PostgresTokenTableFactory
 
tokenTypeColumn() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.TokenSchema
Returns the name of the column containing the name of the type to which the token should be deserialized.
toList() - Method in class org.axonframework.messaging.eventhandling.configuration.DefaultEventHandlingComponentsConfigurer
 
toList() - Method in interface org.axonframework.messaging.eventhandling.configuration.EventHandlingComponentsConfigurer.CompletePhase
Returns the configured list of event handling components.
toMarker() - Method in class org.axonframework.eventsourcing.eventstore.AggregateBasedConsistencyMarker.AggregateSequencer
Creates a new AggregateBasedConsistencyMarker with the current state of aggregate sequences tracked by this sequencer.
toMessageHandlerTimeoutConfiguration() - Method in class org.axonframework.extension.springboot.TimeoutProperties.MessageHandlerTimeoutProperties
Converts this configuration to a HandlerTimeoutConfiguration.
TooManyTagsOnEventMessageException - Exception Class in org.axonframework.eventsourcing.eventstore
Exception indicating that an Event could not be appended to the event store because it contains more tags than the storage engine can support.
TooManyTagsOnEventMessageException(String, EventMessage, Set<Tag>) - Constructor for exception class org.axonframework.eventsourcing.eventstore.TooManyTagsOnEventMessageException
Initialize the exception with given explanatory message for logging, referencing the given eventMessage and tags for debug purposes.
TopologyChange - Class in org.axonframework.axonserver.connector
Object representing a topology change at Axon Server.
TopologyChange(TopologyChange) - Constructor for class org.axonframework.axonserver.connector.TopologyChange
Constructs a TopologyChange based on the given gRPC change.
TopologyChange(TopologyChange.Type, String, String, String, String, TopologyChange.HandlerSubscription) - Constructor for class org.axonframework.axonserver.connector.TopologyChange
Constructs a TopologyChange based on the give type, context, clientId, clientStreamId, componentName, and handler.
TopologyChange.HandlerSubscription - Class in org.axonframework.axonserver.connector
The handler subscription of a TopologyChange.
TopologyChange.Type - Enum Class in org.axonframework.axonserver.connector
The enumeration referencing the possible TopologyChange types.
TopologyChangeListener - Interface in org.axonframework.axonserver.connector
A functional interface representing a listener that is notified when a TopologyChange occurs to a specific context.
topologyChangeListenerConfigurerModule(List<TopologyChangeListener>) - Method in class org.axonframework.extension.springboot.autoconfig.AxonServerAutoConfiguration
Bean creation method constructing a ConfigurationEnhancer that uses the available TopologyChangeListeners and registers them with the AxonServerConnectionManager.
toQueryString() - Method in record class org.axonframework.update.api.UpdateCheckRequest
Converts the usage request into a query string format suitable for HTTP requests.
toSequenceNumber(Position) - Static method in class org.axonframework.eventsourcing.eventstore.AggregateSequenceNumberPosition
Converts the given position to a sequence number, if possible.
toString() - Method in exception class org.axonframework.axonserver.connector.command.AxonServerCommandDispatchException
 
toString() - Method in exception class org.axonframework.axonserver.connector.command.AxonServerNonTransientRemoteCommandHandlingException
 
toString() - Method in exception class org.axonframework.axonserver.connector.command.AxonServerRemoteCommandHandlingException
 
toString() - Method in record class org.axonframework.axonserver.connector.event.EventProcessorControlService.AxonProcessorInstructionHandler
Returns a string representation of this record class.
toString() - Method in exception class org.axonframework.axonserver.connector.query.AxonServerNonTransientRemoteQueryHandlingException
 
toString() - Method in exception class org.axonframework.axonserver.connector.query.AxonServerRemoteQueryHandlingException
 
toString() - Method in class org.axonframework.axonserver.connector.TopologyChange.HandlerSubscription
 
toString() - Method in class org.axonframework.axonserver.connector.TopologyChange
 
toString() - Method in record class org.axonframework.common.configuration.AbstractComponent.HandlerRegistration
Returns a string representation of this record class.
toString() - Method in record class org.axonframework.common.configuration.Component.Identifier
Returns a string representation of this record class.
toString() - Method in class org.axonframework.common.util.PriorityCallable
 
toString() - Method in class org.axonframework.common.util.PriorityRunnable
 
toString() - Method in record class org.axonframework.conversion.avro.AvroConverterConfiguration
Returns a string representation of this record class.
toString() - Method in record class org.axonframework.conversion.avro.AvroConverterStrategyConfiguration
Returns a string representation of this record class.
toString() - Method in class org.axonframework.eventsourcing.eventstore.AggregateBasedConsistencyMarker
 
toString() - Method in class org.axonframework.eventsourcing.eventstore.AggregateSequenceNumberPosition
 
toString() - Method in record class org.axonframework.eventsourcing.eventstore.EmptyAppendTransaction
Returns a string representation of this record class.
toString() - Method in record class org.axonframework.eventsourcing.eventstore.GenericTaggedEventMessage
Returns a string representation of this record class.
toString() - Method in class org.axonframework.eventsourcing.eventstore.GlobalIndexConsistencyMarker
 
toString() - Method in class org.axonframework.eventsourcing.eventstore.GlobalIndexPosition
 
toString() - Method in record class org.axonframework.eventsourcing.eventstore.jpa.AggregateBasedJpaEventStorageEngineConfiguration
Returns a string representation of this record class.
toString() - Method in record class org.axonframework.extension.spring.config.EventProcessorSettings.MapWrapper
Returns a string representation of this record class.
toString() - Method in record class org.axonframework.extension.springboot.autoconfig.JpaEventStoreAutoConfiguration.AggregateBasedJpaEventStorageEngineConfigurationEnhancer
Returns a string representation of this record class.
toString() - Method in record class org.axonframework.messaging.commandhandling.distributed.DistributedCommandBusConfiguration
Returns a string representation of this record class.
toString() - Method in class org.axonframework.messaging.core.annotation.AnnotatedHandlerAttributes
 
toString() - Method in record class org.axonframework.messaging.core.annotation.AnnotationMessageTypeResolver.AnnotationSpecification
Returns a string representation of this record class.
toString() - Method in class org.axonframework.messaging.core.annotation.MethodInvokingMessageHandlingMember
 
toString() - Method in class org.axonframework.messaging.core.Context.ResourceKey
 
toString() - Method in class org.axonframework.messaging.core.MessageDecorator
 
toString() - Method in record class org.axonframework.messaging.core.MessageType
The output of MessageType#toString() is a concatenation of the MessageType.qualifiedName() and MessageType.version(), split by means of a hashtag (#).
toString() - Method in class org.axonframework.messaging.core.Metadata
 
toString() - Method in record class org.axonframework.messaging.core.QualifiedName
Returns a string representation of this record class.
toString() - Method in class org.axonframework.messaging.core.RemoteExceptionDescription
 
toString() - Method in class org.axonframework.messaging.core.SimpleContext
 
toString() - Method in record class org.axonframework.messaging.core.SimpleEntry
Returns a string representation of this record class.
toString() - Method in class org.axonframework.messaging.core.SimpleHandlerAttributes
 
toString() - Method in class org.axonframework.messaging.core.unitofwork.UnitOfWork
 
toString() - Method in record class org.axonframework.messaging.core.unitofwork.UnitOfWorkConfiguration
Returns a string representation of this record class.
toString() - Method in record class org.axonframework.messaging.eventhandling.processing.errorhandling.ErrorContext
Returns a string representation of this record class.
toString() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.AddedTrackerStatus
 
toString() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.RemovedTrackerStatus
 
toString() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.Segment
 
toString() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.TrackerStatus
 
toString() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.GapAwareTrackingToken
 
toString() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.GlobalSequenceTrackingToken
 
toString() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.MergedTrackingToken
 
toString() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.ReplayToken
 
toString() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.ConfigToken
 
toString() - Method in record class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenStoreConfiguration
Returns a string representation of this record class.
toString() - Method in record class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa.JpaTokenStoreConfiguration
Returns a string representation of this record class.
toString() - Method in record class org.axonframework.messaging.eventstreaming.Tag
Returns a string representation of this record class.
toString() - Method in record class org.axonframework.messaging.queryhandling.distributed.DistributedQueryBusConfiguration
Returns a string representation of this record class.
toString() - Method in class org.axonframework.modelling.entity.child.ListEntityChildMetamodel
 
toString() - Method in class org.axonframework.modelling.entity.child.SingleEntityChildMetamodel
 
toString() - Method in class org.axonframework.modelling.entity.ConcreteEntityMetamodel
 
toString() - Method in class org.axonframework.modelling.entity.PolymorphicEntityMetamodel
 
toString() - Method in record class org.axonframework.test.fixture.AxonTestFixture.Customization
Returns a string representation of this record class.
toString() - Method in class org.axonframework.test.server.AxonServerContainer
 
toString() - Method in record class org.axonframework.test.util.MessageMonitorReport.Report.Failure
Returns a string representation of this record class.
toString() - Method in record class org.axonframework.test.util.MessageMonitorReport.Report.Ignored
Returns a string representation of this record class.
toString() - Method in record class org.axonframework.test.util.MessageMonitorReport.Report.Success
Returns a string representation of this record class.
toString() - Method in record class org.axonframework.update.api.Artifact
Returns a string representation of this record class.
toString() - Method in record class org.axonframework.update.api.ArtifactAvailableUpgrade
Returns a string representation of this record class.
toString() - Method in record class org.axonframework.update.api.DetectedVulnerability
Returns a string representation of this record class.
toString() - Method in record class org.axonframework.update.api.UpdateCheckRequest
Returns a string representation of this record class.
toString() - Method in record class org.axonframework.update.api.UpdateCheckResponse
Returns a string representation of this record class.
toTagsConfiguration() - Method in class org.axonframework.extension.springboot.TagsConfigurationProperties
 
toUserAgent() - Method in record class org.axonframework.update.api.UpdateCheckRequest
Converts the usage request into a user agent string format.
tracer(Tracer) - Method in class org.axonframework.extension.tracing.opentelemetry.OpenTelemetrySpanFactory.Builder
Defines the Tracer from OpenTelemetry to use.
TracingCommandBus - Class in org.axonframework.messaging.commandhandling.tracing
A CommandBus wrapper that adds tracing for outgoing and incoming commands.
TracingCommandBus(CommandBus, CommandBusSpanFactory) - Constructor for class org.axonframework.messaging.commandhandling.tracing.TracingCommandBus
Initialize the TracingCommandBus to wrap the given delegate by recording traces on the given spanFactory.
TracingEventHandlingComponent - Class in org.axonframework.messaging.eventhandling.tracing
An EventHandlingComponent that tracks the handling of events using a Span supplier.
TracingEventHandlingComponent(Function<EventMessage, Span>, EventHandlingComponent) - Constructor for class org.axonframework.messaging.eventhandling.tracing.TracingEventHandlingComponent
Constructs the component with given delegate to receive calls.
TracingHandlerEnhancerDefinition - Class in org.axonframework.messaging.tracing
Enhances message handlers with the provided SpanFactory, wrapping handling of the message in a Span that is reported to the monitoring tooling.
TracingHandlerEnhancerDefinition(TracingHandlerEnhancerDefinition.Builder) - Constructor for class org.axonframework.messaging.tracing.TracingHandlerEnhancerDefinition
Creates a new TracingHandlerEnhancerDefinition based on the builder.
TracingHandlerEnhancerDefinition.Builder - Class in org.axonframework.messaging.tracing
Builder class to instantiate a TracingHandlerEnhancerDefinition.
TracingQueryBus - Class in org.axonframework.messaging.queryhandling.tracing
 
TracingQueryBus() - Constructor for class org.axonframework.messaging.queryhandling.tracing.TracingQueryBus
 
trackerAdded() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.AddedTrackerStatus
 
trackerAdded() - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.segmenting.EventTrackerStatus
Returns a boolean describing whether this EventTrackerStatus is starting it's progress for the first time.
trackerAdded() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.WrappedTrackerStatus
 
trackerRemoved() - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.segmenting.EventTrackerStatus
Returns a boolean describing whether this EventTrackerStatus has just stopped it's progress.
trackerRemoved() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.RemovedTrackerStatus
 
trackerRemoved() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.WrappedTrackerStatus
 
TrackerStatus - Class in org.axonframework.messaging.eventhandling.processing.streaming.segmenting
Implementation of the EventTrackerStatus, providing simply modification methods to switch from one EventTrackerStatus value object to another.
TrackerStatus(Segment, boolean, TrackingToken, Throwable) - Constructor for class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.TrackerStatus
Construct a EventTrackerStatus to portray the status of the given segment and trackingToken.
TrackerStatus(Segment, TrackingToken) - Constructor for class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.TrackerStatus
Construct a EventTrackerStatus to portray the status of the given segment and trackingToken.
TrackingToken - Interface in org.axonframework.messaging.eventhandling.processing.streaming.token
Tag interface identifying a token that is used to identify the position of an event in an event stream.
TrackingTokenParameterResolverFactory - Class in org.axonframework.messaging.eventhandling.processing.streaming.token.annotation
Implementation of a ParameterResolverFactory that resolves the TrackingToken from the ProcessingContext whenever it's available.
TrackingTokenParameterResolverFactory() - Constructor for class org.axonframework.messaging.eventhandling.processing.streaming.token.annotation.TrackingTokenParameterResolverFactory
 
TrackingTokenSource - Interface in org.axonframework.messaging.eventstreaming
Provides functionality to retrieve TrackingTokens for the head and tail of the stream, and at a given point in time in the stream.
transaction(ProcessingContext) - Method in class org.axonframework.test.fixture.RecordingEventStore
 
transaction(ProcessingContext) - Method in interface org.axonframework.eventsourcing.eventstore.EventStore
Retrieves the transaction for appending events for the given processingContext.
transaction(ProcessingContext) - Method in class org.axonframework.eventsourcing.eventstore.InterceptingEventStore
 
transaction(ProcessingContext) - Method in class org.axonframework.eventsourcing.eventstore.StorageEngineBackedEventStore
 
Transaction - Interface in org.axonframework.messaging.core.unitofwork.transaction
Interface of an object that represents a started transaction that can be committed or rolled back.
TRANSACTION_ROLLED_BACK - Enum constant in enum class org.axonframework.axonserver.connector.ErrorCode
 
TransactionalExecutor<T> - Interface in org.axonframework.common.tx
Executes transactional operations with automatic transaction management.
TransactionalExecutorProvider<T> - Interface in org.axonframework.messaging.core.unitofwork.transaction
TransactionalUnitOfWorkFactory - Class in org.axonframework.messaging.core.unitofwork
Factory for creating UnitOfWork instances that are bound to a transaction.
TransactionalUnitOfWorkFactory(TransactionManager, UnitOfWorkFactory) - Constructor for class org.axonframework.messaging.core.unitofwork.TransactionalUnitOfWorkFactory
Initializes a factory with the given transactionManager and a delegate UnitOfWorkFactory.
TransactionManager - Interface in org.axonframework.messaging.core.unitofwork.transaction
Interface towards a mechanism that manages transactions
TransactionMethodExecutionException - Exception Class in org.axonframework.messaging.eventhandling
Wrapper for exceptions that occurred while calling an @BeforeTransaction or @AfterTransaction annotated method.
TransactionMethodExecutionException(String, Throwable) - Constructor for exception class org.axonframework.messaging.eventhandling.TransactionMethodExecutionException
Initialize the exception with given message and cause.
TransactionTimeoutProperties() - Constructor for class org.axonframework.extension.springboot.TimeoutProperties.TransactionTimeoutProperties
 
transform(EventMessage) - Method in class org.axonframework.extension.spring.messaging.OutboundEventMessageChannelAdapter
Transforms the given Axon event into a Spring Messaging Message.
transformMessage(Message) - Method in class org.axonframework.extension.spring.messaging.InboundEventMessageChannelAdapter
Transforms the given incoming Spring Messaging message to an Axon EventMessage.
translateConflictException(ConsistencyMarker, Exception, Predicate<Throwable>) - Static method in class org.axonframework.eventsourcing.eventstore.AggregateBasedEventStorageEngineUtils
Translates the given Exception into an AppendEventsTransactionRejectedException if it is identified as a conflict through the given isConflictException predicate.
translateConflictException(ConsistencyMarker, Throwable, Predicate<Throwable>) - Static method in class org.axonframework.eventsourcing.eventstore.AggregateBasedEventStorageEngineUtils
Translates the given Throwable into an AppendEventsTransactionRejectedException if it is identified as a conflict through the given isConflictException predicate.
tryAdvance(Consumer<? super T>) - Method in class org.axonframework.eventsourcing.eventstore.StreamSpliterator
 
type - Variable in class org.axonframework.common.TypeReference
 
type() - Method in class org.axonframework.axonserver.connector.TopologyChange
Returns the Type of the TopologyChange.
type() - Method in record class org.axonframework.common.configuration.Component.Identifier
Returns the value of the type record component.
type() - Method in class org.axonframework.eventsourcing.eventstore.jpa.AggregateEventEntry
Returns the type of the stored EventMessage.
type() - Element in annotation interface org.axonframework.extension.spring.stereotype.EventSourced
Get the String representation of the entity's type.
type() - Method in class org.axonframework.messaging.core.AbstractMessage
 
type() - Method in interface org.axonframework.messaging.core.Message
Returns the message type of this Message.
type() - Method in class org.axonframework.messaging.core.MessageDecorator
 
type() - Element in annotation interface org.axonframework.messaging.eventhandling.annotation.SequencingPolicy
The sequencing policy implementation class to use.
typeAsClass() - Method in record class org.axonframework.common.configuration.Component.Identifier
typeMatches(Message) - Method in class org.axonframework.messaging.core.annotation.MethodInvokingMessageHandlingMember
Checks if this member can handle the type of the given message.
TypeReference<E> - Class in org.axonframework.common
Represents a reference to a type of component, allowing for generic types to be specified without casting errors.
TypeReference() - Constructor for class org.axonframework.common.TypeReference
 
TypeReflectionUtils - Class in org.axonframework.common
Utility class for doing reflection on types.
types() - Method in interface org.axonframework.messaging.eventstreaming.EventCriterion
A Set of QualifiedNames containing all the types of events applicable for sourcing, streaming, or appending events.

U

UnableToClaimTokenException - Exception Class in org.axonframework.messaging.eventhandling.processing.streaming.token.store
Exception indicating that a processor tried to claim a Token (either by retrieving or updating it) that has already been claimed by another process.
UnableToClaimTokenException(String) - Constructor for exception class org.axonframework.messaging.eventhandling.processing.streaming.token.store.UnableToClaimTokenException
Initialize the exception with given message.
UnableToClaimTokenException(String, Throwable) - Constructor for exception class org.axonframework.messaging.eventhandling.processing.streaming.token.store.UnableToClaimTokenException
Initialize the exception with given message and cause.
UnableToInitializeTokenException - Exception Class in org.axonframework.messaging.eventhandling.processing.streaming.token.store
Exception indicating that the TokenStore was unable to initialize a Token for a tracking processor and Segment.
UnableToInitializeTokenException(String) - Constructor for exception class org.axonframework.messaging.eventhandling.processing.streaming.token.store.UnableToInitializeTokenException
Initialize the exception with given message
UnableToInitializeTokenException(String, Throwable) - Constructor for exception class org.axonframework.messaging.eventhandling.processing.streaming.token.store.UnableToInitializeTokenException
Initialize the exception with given message and underlying cause.
UnableToRetrieveIdentifierException - Exception Class in org.axonframework.messaging.eventhandling.processing.streaming.token.store
Exception indicating that a TokenStore implementation was unable determine its identifier based on the underlying storage.
UnableToRetrieveIdentifierException(String, Throwable) - Constructor for exception class org.axonframework.messaging.eventhandling.processing.streaming.token.store.UnableToRetrieveIdentifierException
Initialize the exception using given message and cause.
UnauthorizedMessageException - Exception Class in org.axonframework.extension.spring.authorization
Exception indicating that a message has been rejected due to a lack of authorization.
UnauthorizedMessageException(String) - Constructor for exception class org.axonframework.extension.spring.authorization.UnauthorizedMessageException
Construct the exception with the given {$code message}.
UniformPropertyAccessStrategy - Class in org.axonframework.common.property
PropertyAccessStrategy implementation that finds properties defined according to the Uniform Access Principle (see Wikipedia).
UniformPropertyAccessStrategy() - Constructor for class org.axonframework.common.property.UniformPropertyAccessStrategy
 
UnitOfWork - Class in org.axonframework.messaging.core.unitofwork
This class represents a Unit of Work that monitors the processing of a task.
UnitOfWorkConfiguration - Record Class in org.axonframework.messaging.core.unitofwork
Configuration used for the UnitOfWork creation in the UnitOfWorkFactory.
UnitOfWorkConfiguration(Executor, boolean) - Constructor for record class org.axonframework.messaging.core.unitofwork.UnitOfWorkConfiguration
Creates an instance of a UnitOfWorkConfiguration record class.
unitOfWorkFactory - Variable in class org.axonframework.messaging.eventhandling.configuration.EventProcessorConfiguration
 
unitOfWorkFactory() - Method in class org.axonframework.messaging.eventhandling.configuration.EventProcessorConfiguration
Returns the UnitOfWorkFactory used to create UnitOfWork instances for event processing.
unitOfWorkFactory(UnitOfWorkFactory) - Method in class org.axonframework.messaging.eventhandling.configuration.EventProcessorConfiguration
A UnitOfWorkFactory that spawns UnitOfWork used to process an event batch.
unitOfWorkFactory(UnitOfWorkFactory) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorConfiguration
 
unitOfWorkFactory(UnitOfWorkFactory) - Method in class org.axonframework.messaging.eventhandling.processing.subscribing.SubscribingEventProcessorConfiguration
 
UnitOfWorkFactory - Interface in org.axonframework.messaging.core.unitofwork
Factory for creating UnitOfWork instances.
UnitOfWorkTimeoutInterceptorBuilder - Class in org.axonframework.messaging.core.timeout
Message handler interceptor that sets a timeout on the processing of the current ProcessingContext.
UnitOfWorkTimeoutInterceptorBuilder(String, int, int, int) - Constructor for class org.axonframework.messaging.core.timeout.UnitOfWorkTimeoutInterceptorBuilder
Creates a new UnitOfWorkTimeoutInterceptor for the given componentName with the given timeout, warningThreshold and warningInterval.
UnitOfWorkTimeoutInterceptorBuilder(String, int, int, int, ScheduledExecutorService, Logger) - Constructor for class org.axonframework.messaging.core.timeout.UnitOfWorkTimeoutInterceptorBuilder
Creates a new UnitOfWorkTimeoutInterceptor for the given componentName with the given timeout, warningThreshold and warningInterval.
UNKNOWN - Enum constant in enum class org.axonframework.update.api.DetectedVulnerabilitySeverity
The severity of the vulnerability is unknown.
UnknownRoutingKeyException - Exception Class in org.axonframework.modelling.entity.annotation
Exception indicating that a child entity indicated a routing key that is not known on the incoming message.
UnknownRoutingKeyException(String) - Constructor for exception class org.axonframework.modelling.entity.annotation.UnknownRoutingKeyException
Creates a new exception with the given message.
unmarkError() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.TrackerStatus
Return a new TrackerStatus based on this status, removing the errorState.
unregister(PropertyAccessStrategy) - Static method in class org.axonframework.common.property.PropertyAccessStrategy
Removes all strategies registered using the PropertyAccessStrategy.register(PropertyAccessStrategy) method.
UnresolvedRoutingKeyPolicy - Enum Class in org.axonframework.messaging.commandhandling
Set of simple RoutingStrategy implementations.
unsubscribe(QualifiedName) - Method in class org.axonframework.axonserver.connector.command.AxonServerCommandBusConnector
 
unsubscribe(QualifiedName) - Method in class org.axonframework.axonserver.connector.query.AxonServerQueryBusConnector
 
unsubscribe(QualifiedName) - Method in interface org.axonframework.messaging.commandhandling.distributed.CommandBusConnector
Unsubscribes from a command with the given commandName.
unsubscribe(QualifiedName) - Method in class org.axonframework.messaging.commandhandling.distributed.DelegatingCommandBusConnector
 
unsubscribe(QualifiedName) - Method in class org.axonframework.messaging.queryhandling.distributed.DelegatingQueryBusConnector
 
unsubscribe(QualifiedName) - Method in interface org.axonframework.messaging.queryhandling.distributed.QueryBusConnector
Unsubscribes this connector from queries with the given name.
UNSUPPORTED_INSTRUCTION - Enum constant in enum class org.axonframework.axonserver.connector.ErrorCode
 
UnsupportedHandlerException - Exception Class in org.axonframework.messaging.core.annotation
Thrown when an MessageHandler annotated method was found that does not conform to the rules that apply to those methods.
UnsupportedHandlerException(String, Member) - Constructor for exception class org.axonframework.messaging.core.annotation.UnsupportedHandlerException
Initialize the exception with a message and the violatingMethod.
unwrap(Class<H>) - Method in class org.axonframework.messaging.core.annotation.MethodInvokingMessageHandlingMember
 
unwrap(Class<HT>) - Method in interface org.axonframework.messaging.core.annotation.MessageHandlingMember
Returns the wrapped handler object if its type is an instance of the given handlerType.
unwrap(Class<HT>) - Method in class org.axonframework.messaging.core.annotation.WrappedMessageHandlingMember
 
unwrap(Class<R>) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.MergedTrackingToken
 
unwrap(Class<R>) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.ReplayToken
 
unwrap(Class<R>) - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.token.WrappedToken
Retrieve a token of given tokenType if it is wrapped by this token.
unwrap(Throwable) - Static method in class org.axonframework.common.FutureUtils
Unwrap given exception from the exception-wrappers added by CompletableFuture.
unwrap(TrackingToken, Class<R>) - Static method in interface org.axonframework.messaging.eventhandling.processing.streaming.token.WrappedToken
Unwrap the given token until a token of given tokenType is exposed.
unwrapIfType(Type, Class<?>...) - Static method in class org.axonframework.common.ReflectionUtils
Unwrap the given type if is wrapped by any of the given wrapperTypes.
unwrapLowerBound(TrackingToken) - Static method in interface org.axonframework.messaging.eventhandling.processing.streaming.token.WrappedToken
Extracts a raw token describing the current processing position of the given token.
unwrapUpperBound(TrackingToken) - Static method in interface org.axonframework.messaging.eventhandling.processing.streaming.token.WrappedToken
Extracts a raw token describing the current processing position of the given token.
update(byte[]) - Method in class org.axonframework.common.digest.Digester
Update the Digester with given additionalData.
update(long) - Method in class org.axonframework.extension.metrics.micrometer.reservoir.SlidingTimeWindowReservoir
Add new measurement value
UpdateChecker - Class in org.axonframework.update
The UpdateChecker reports Anonymous usage data to AxonIQ periodically.
UpdateChecker(UpdateCheckerHttpClient, UpdateCheckerReporter, UsagePropertyProvider) - Constructor for class org.axonframework.update.UpdateChecker
Creates a new instance of UpdateCheckTask with the given UpdateCheckerHttpClient and UsagePropertyProvider.
UpdateCheckerAutoConfiguration - Class in org.axonframework.extension.springboot.autoconfig
Autoconfiguration class constructing the UsagePropertyProvider that will end up in the UpdateChecker.
UpdateCheckerAutoConfiguration() - Constructor for class org.axonframework.extension.springboot.autoconfig.UpdateCheckerAutoConfiguration
 
UpdateCheckerConfigurationEnhancer - Class in org.axonframework.update
A ConfigurationEnhancer that registers the UpdateChecker component.
UpdateCheckerConfigurationEnhancer() - Constructor for class org.axonframework.update.UpdateCheckerConfigurationEnhancer
 
UpdateCheckerHttpClient - Class in org.axonframework.update
Client for checking for update and sending anonymous usage data to the AxonIQ servers.
UpdateCheckerHttpClient(UsagePropertyProvider) - Constructor for class org.axonframework.update.UpdateCheckerHttpClient
Creates a new UpdateCheckerHttpClient with the given UsagePropertyProvider.
UpdateCheckerProperties - Class in org.axonframework.extension.springboot
An UsagePropertyProvider implementation that reacts to Spring Boot properties through the ConfigurationProperties annotation.
UpdateCheckerProperties() - Constructor for class org.axonframework.extension.springboot.UpdateCheckerProperties
 
UpdateCheckerReporter - Interface in org.axonframework.update
Interface for reporting the response of the update checker to the user.
UpdateCheckRequest - Record Class in org.axonframework.update.api
Represents an UpdateChecker request, including machine and instance identifiers, operating system details, JVM information, Kotlin version, and a list of library versions.
UpdateCheckRequest(String, String, String, String, String, String, String, String, List<Artifact>) - Constructor for record class org.axonframework.update.api.UpdateCheckRequest
Creates an instance of a UpdateCheckRequest record class.
UpdateCheckResponse - Record Class in org.axonframework.update.api
Represents the response from the UpdateChecker API, containing information about version upgrades and vulnerabilities found in the artifacts used by the application.
UpdateCheckResponse(int, List<ArtifactAvailableUpgrade>, List<DetectedVulnerability>) - Constructor for record class org.axonframework.update.api.UpdateCheckResponse
Creates an instance of a UpdateCheckResponse record class.
updateResource(Context.ResourceKey<T>, UnaryOperator<T>) - Method in class org.axonframework.messaging.core.unitofwork.LegacyMessageSupportingContext
Deprecated.
 
updateResource(Context.ResourceKey<T>, UnaryOperator<T>) - Method in interface org.axonframework.messaging.core.unitofwork.ProcessingContext
Update the resource with given key using the given resourceUpdater to describe the update.
updateResource(Context.ResourceKey<T>, UnaryOperator<T>) - Method in class org.axonframework.messaging.core.unitofwork.ResourceOverridingProcessingContext
 
updateTags(Function<Set<Tag>, Set<Tag>>) - Method in record class org.axonframework.eventsourcing.eventstore.GenericTaggedEventMessage
 
updateTags(Function<Set<Tag>, Set<Tag>>) - Method in interface org.axonframework.eventsourcing.eventstore.TaggedEventMessage
Construct a new TaggedEventMessage using the given updater to adjust the TaggedEventMessage.tags() of the new TaggedEventMessage.
updateToken(Connection, ResultSet, TrackingToken, String, int) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenStore
If the given resultSet has an entry, attempts to replace the token in the entry with the given token and claim ownership.
updateToken(TrackingToken, Converter) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenEntry
Update the token data to the given token, using given converter to serialize it to bytes[].
updateToken(TrackingToken, Converter) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa.TokenEntry
Updates a token, using the provided token and serializer to update the serialized token and token type.
upgrades() - Method in record class org.axonframework.update.api.UpdateCheckResponse
Returns the value of the upgrades record component.
upperBound() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.MergedTrackingToken
 
upperBound() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.ReplayToken
 
upperBound() - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.token.WrappedToken
Returns the token representing the furthest position in the stream described by this token.
upperBound(ConsistencyMarker) - Method in class org.axonframework.eventsourcing.eventstore.AbstractConsistencyMarker
 
upperBound(ConsistencyMarker) - Method in interface org.axonframework.eventsourcing.eventstore.ConsistencyMarker
Returns a ConsistencyMarker that represents the upper bound of this and given other markers.
upperBound(TrackingToken) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.GapAwareTrackingToken
 
upperBound(TrackingToken) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.GlobalSequenceTrackingToken
 
upperBound(TrackingToken) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.MergedTrackingToken
 
upperBound(TrackingToken) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.ReplayToken
 
upperBound(TrackingToken) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.ConfigToken
 
upperBound(TrackingToken) - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.token.TrackingToken
Returns the token that represents the furthest possible position in a stream that either this token or the given other represents.
upperSegmentToken() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.MergedTrackingToken
Returns the token indicating the progress of the upper half (the half with the higher segmentId) of the merged segment represented by this token
UpstreamAwareStreamObserver<ResT> - Class in org.axonframework.axonserver.connector.util
Convenience implementation of a StreamObserver that provides access to the request stream, which allows cancellation of the call, flow control, etc.
UpstreamAwareStreamObserver() - Constructor for class org.axonframework.axonserver.connector.util.UpstreamAwareStreamObserver
 
URL_KEY - Static variable in class org.axonframework.update.configuration.CommandLineUsagePropertyProvider
The system property key to retrieve the URL for the usage collection endpoint.
URL_KEY - Static variable in class org.axonframework.update.configuration.EnvironmentVariableUsagePropertyProvider
The environment variable key to retrieve the URL for the usage collection endpoint.
usagePropertyProvider(UpdateCheckerProperties) - Method in class org.axonframework.extension.springboot.autoconfig.UpdateCheckerAutoConfiguration
 
UsagePropertyProvider - Interface in org.axonframework.update.configuration
Provides properties related to the Anonymous Usage Collection feature.
usingDefaults() - Static method in class org.axonframework.common.lock.PessimisticLockFactory
Creates an instance using default values, as defined in the properties of the PessimisticLockFactory.Builder.
UTF8 - Static variable in class org.axonframework.common.io.IOUtils
Represents the UTF-8 character set.

V

validate() - Method in class org.axonframework.axonserver.connector.AxonServerConnectionManager.Builder
Validates whether the fields contained in this Builder are set accordingly.
validate() - Method in class org.axonframework.extension.metrics.dropwizard.MessageTimerMonitor.Builder
Validate whether the fields contained in this Builder as set accordingly.
validate() - Method in class org.axonframework.extension.metrics.micrometer.EventProcessorLatencyMonitor.Builder
Validate whether the fields contained in this Builder as set accordingly.
validate() - Method in class org.axonframework.extension.metrics.micrometer.MessageTimerMonitor.Builder
Validate whether the fields contained in this Builder as set accordingly.
validate() - Method in class org.axonframework.messaging.commandhandling.tracing.DefaultCommandBusSpanFactory.Builder
Validates whether the fields contained in this builder are set accordingly.
validate() - Method in class org.axonframework.messaging.eventhandling.configuration.EventProcessorConfiguration
Validates whether the fields contained in this Builder are set accordingly.
validate() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorConfiguration
 
validate() - Method in class org.axonframework.messaging.eventhandling.processing.subscribing.SubscribingEventProcessorConfiguration
Validates whether the fields contained in this Builder are set accordingly.
validate() - Method in class org.axonframework.messaging.eventhandling.tracing.DefaultEventBusSpanFactory.Builder
Validates whether the fields contained in this Builder are set accordingly.
validate() - Method in class org.axonframework.messaging.eventhandling.tracing.DefaultEventProcessorSpanFactory.Builder
Validates whether the fields contained in this Builder are set accordingly.
validate() - Method in class org.axonframework.messaging.queryhandling.tracing.DefaultQueryBusSpanFactory.Builder
Validates whether the fields contained in this builder are set accordingly.
validate() - Method in class org.axonframework.messaging.queryhandling.tracing.DefaultQueryUpdateEmitterSpanFactory.Builder
Validates whether the fields contained in this builder are set accordingly.
validate() - Method in class org.axonframework.modelling.entity.child.AbstractEntityChildMetamodel.Builder
 
validateMessage(Object, Validator) - Method in class org.axonframework.messaging.core.interception.BeanValidationInterceptor
Validate the given message using the given validator.
validatePositions() - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.segmenting.EventTrackerStatusChangeListener
Flag dictating whether an EventTrackerStatus's positions (e.g.
validateSegment(String, Segment) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenStore
Validate a segment by checking for the existence of a split or merge candidate segment.
VALIDATION_FAILED - Enum constant in enum class org.axonframework.axonserver.connector.ErrorCode
 
value() - Element in annotation interface org.axonframework.common.Priority
A value indicating the priority.
value() - Element in annotation interface org.axonframework.eventsourcing.annotation.EventTags
 
value() - Element in annotation interface org.axonframework.extension.spring.conversion.avro.AvroSchemaScan
Alias for the AvroSchemaScan.basePackages() attribute.
value() - Element in annotation interface org.axonframework.messaging.core.annotation.MetadataValue
The key of the Metadata field to inject as method parameter.
value() - Element in annotation interface org.axonframework.messaging.eventhandling.replay.annotation.AllowReplay
Whether to allow replays on this handler, or not.
value() - Method in record class org.axonframework.messaging.eventstreaming.Tag
Returns the value of the value record component.
valueOf(String) - Static method in enum class org.axonframework.axonserver.connector.ErrorCode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.axonframework.axonserver.connector.TopologyChange.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.axonframework.common.configuration.OverridePolicy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.axonframework.common.configuration.SearchScope
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.axonframework.common.lock.NullLockFactory
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.axonframework.extension.spring.config.EventProcessorSettings.ProcessorMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.axonframework.extension.spring.config.MessageHandlerConfigurer.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.axonframework.extension.springboot.ConverterProperties.ConverterType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.axonframework.extension.springboot.EventProcessorProperties.Mode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.axonframework.messaging.commandhandling.UnresolvedRoutingKeyPolicy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.axonframework.messaging.core.unitofwork.ProcessingLifecycle.DefaultPhases
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.axonframework.messaging.core.unitofwork.transaction.NoTransactionManager
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.axonframework.messaging.eventhandling.processing.errorhandling.PropagatingErrorHandler
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.axonframework.messaging.eventhandling.replay.ReplayStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.axonframework.messaging.monitoring.NoOpMessageMonitor
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.axonframework.messaging.monitoring.NoOpMessageMonitorCallback
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.axonframework.update.api.DetectedVulnerabilitySeverity
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.axonframework.axonserver.connector.ErrorCode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.axonframework.axonserver.connector.TopologyChange.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.axonframework.common.configuration.OverridePolicy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.axonframework.common.configuration.SearchScope
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.axonframework.common.lock.NullLockFactory
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.axonframework.extension.spring.config.EventProcessorSettings.ProcessorMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.axonframework.extension.spring.config.MessageHandlerConfigurer.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.axonframework.extension.springboot.ConverterProperties.ConverterType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.axonframework.extension.springboot.EventProcessorProperties.Mode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.axonframework.messaging.commandhandling.UnresolvedRoutingKeyPolicy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Method in class org.axonframework.messaging.core.Metadata
 
values() - Static method in enum class org.axonframework.messaging.core.unitofwork.ProcessingLifecycle.DefaultPhases
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.axonframework.messaging.core.unitofwork.transaction.NoTransactionManager
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.axonframework.messaging.eventhandling.processing.errorhandling.PropagatingErrorHandler
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.axonframework.messaging.eventhandling.replay.ReplayStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.axonframework.messaging.monitoring.NoOpMessageMonitor
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.axonframework.messaging.monitoring.NoOpMessageMonitorCallback
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.axonframework.update.api.DetectedVulnerabilitySeverity
Returns an array containing the constants of this enum class, in the order they are declared.
version() - Method in class org.axonframework.eventsourcing.eventstore.jpa.AggregateEventEntry
Returns the version of the stored EventMessage.
version() - Element in annotation interface org.axonframework.messaging.commandhandling.annotation.Command
The version of the command.
version() - Element in annotation interface org.axonframework.messaging.core.annotation.Message
The version of the annotated message.
version() - Method in record class org.axonframework.messaging.core.MessageType
Returns the value of the version record component.
version() - Element in annotation interface org.axonframework.messaging.eventhandling.annotation.Event
The version of the event.
version() - Element in annotation interface org.axonframework.messaging.queryhandling.annotation.Query
The version of the query.
version() - Element in annotation interface org.axonframework.messaging.queryhandling.annotation.QueryResponse
The version of the query response.
version() - Method in record class org.axonframework.update.api.Artifact
Returns the value of the version record component.
versionAttribute() - Method in record class org.axonframework.messaging.core.annotation.AnnotationMessageTypeResolver.AnnotationSpecification
Returns the value of the versionAttribute record component.
vulnerabilities() - Method in record class org.axonframework.update.api.UpdateCheckResponse
Returns the value of the vulnerabilities record component.

W

wait(Class<R>) - Method in interface org.axonframework.messaging.commandhandling.gateway.CommandResult
Waits for the result of command handling, cast to the given type.
WARN - Enum constant in enum class org.axonframework.common.configuration.OverridePolicy
Overriding a components results in a WARN-level log message.
WARN - Static variable in class org.axonframework.extension.springboot.actuator.HealthStatus
A Status suggesting the connection is still working but not at full capacity.
warningIntervalMs() - Element in annotation interface org.axonframework.messaging.core.annotation.MessageHandlerTimeout
The interval in milliseconds at which warning messages should be logged that the message handler is taking too long.
warningThresholdMs() - Element in annotation interface org.axonframework.messaging.core.annotation.MessageHandlerTimeout
The time in milliseconds after which a warning message should be logged that the message handler is taking too long.
WeakReferenceCache - Class in org.axonframework.common.caching
Cache implementation that keeps values in the cache until the garbage collector has removed them.
WeakReferenceCache() - Constructor for class org.axonframework.common.caching.WeakReferenceCache
 
when() - Method in class org.axonframework.test.fixture.AxonTestFixture
 
when() - Method in interface org.axonframework.test.fixture.AxonTestPhase.Given
Transitions to the When phase to execute the test action.
when() - Method in interface org.axonframework.test.fixture.AxonTestPhase.Setup
Transition directly to the When phase, skipping the Given phase, which implies no prior state.
whenComplete(Consumer<ProcessingContext>) - Method in class org.axonframework.messaging.core.unitofwork.LegacyMessageSupportingContext
Deprecated.
 
whenComplete(Consumer<ProcessingContext>) - Method in interface org.axonframework.messaging.core.unitofwork.ProcessingLifecycle
Registers the provided action to be executed when this ProcessingLifecycle completes all registered actions.
whenComplete(Consumer<ProcessingContext>) - Method in class org.axonframework.messaging.core.unitofwork.ResourceOverridingProcessingContext
 
whenComplete(Consumer<ProcessingContext>) - Method in class org.axonframework.messaging.core.unitofwork.UnitOfWork
 
with(String, String) - Static method in class org.axonframework.messaging.core.Metadata
Creates a Metadata instance with a single entry from the given key and given value.
with(ApplicationConfigurer) - Static method in class org.axonframework.test.fixture.AxonTestFixture
Creates a new fixture.
with(ApplicationConfigurer, UnaryOperator<AxonTestFixture.Customization>) - Static method in class org.axonframework.test.fixture.AxonTestFixture
Creates a new fixture.
with(ComponentDecorator<C, D>) - Method in interface org.axonframework.common.configuration.DecoratorDefinition.PartialDecoratorDefinition
Defines the decorator function to use to decorate target components.
with(Context.ResourceKey<T>, T) - Static method in interface org.axonframework.messaging.core.Context
Create a Context with a single resource with the given initial key and value.
withAxonServerHostname(String) - Method in class org.axonframework.test.server.AxonServerContainer
Initialize this Axon Server test container with the given axonServerHostname.
withAxonServerInternalHostname(String) - Method in class org.axonframework.test.server.AxonServerContainer
Initialize this Axon Server test container with the given axonServerInternalHostname.
withAxonServerName(String) - Method in class org.axonframework.test.server.AxonServerContainer
Initialize this Axon Server test container with the given axonServerName.
withBuilder(ComponentBuilder<? extends C>) - Method in interface org.axonframework.common.configuration.ComponentDefinition.IncompleteComponentDefinition
Creates a ComponentDefinition that creates an instance on-demand using the given builder method.
withClusterTemplate(String) - Method in class org.axonframework.test.server.AxonServerContainer
Initialize this Axon Server test container with a cluster template configuration file retrieved from the given clusterTemplatePath.
withConfiguration(String) - Method in class org.axonframework.test.server.AxonServerContainer
Initialize this Axon Server test container with a configuration file retrieved from the given configurationPath.
withConfiguration(Function<T, T>) - Method in interface org.axonframework.extension.spring.config.ProcessorDefinition.ProcessorDefinitionConfigurationStep
Applies custom configuration to the processor using the provided configuration function.
withConvertedPayload(Class<?>, Converter) - Method in interface org.axonframework.messaging.commandhandling.CommandMessage
 
withConvertedPayload(Class<?>, Converter) - Method in interface org.axonframework.messaging.commandhandling.CommandResultMessage
 
withConvertedPayload(Class<?>, Converter) - Method in interface org.axonframework.messaging.core.Message
Returns a new Message implementation with its Message.payload() converted to the given type by the given converter.
withConvertedPayload(Class<?>, Converter) - Method in interface org.axonframework.messaging.core.ResultMessage
 
withConvertedPayload(Class<?>, Converter) - Method in interface org.axonframework.messaging.eventhandling.EventMessage
 
withConvertedPayload(Class<?>, Converter) - Method in interface org.axonframework.messaging.eventhandling.replay.ResetContext
 
withConvertedPayload(Class<?>, Converter) - Method in interface org.axonframework.messaging.queryhandling.QueryMessage
 
withConvertedPayload(Class<?>, Converter) - Method in interface org.axonframework.messaging.queryhandling.QueryResponseMessage
 
withConvertedPayload(Class<?>, Converter) - Method in interface org.axonframework.messaging.queryhandling.SubscriptionQueryUpdateMessage
 
withConvertedPayload(Type, Converter) - Method in interface org.axonframework.messaging.commandhandling.CommandMessage
 
withConvertedPayload(Type, Converter) - Method in interface org.axonframework.messaging.commandhandling.CommandResultMessage
 
withConvertedPayload(Type, Converter) - Method in class org.axonframework.messaging.commandhandling.GenericCommandMessage
 
withConvertedPayload(Type, Converter) - Method in class org.axonframework.messaging.commandhandling.GenericCommandResultMessage
 
withConvertedPayload(Type, Converter) - Method in class org.axonframework.messaging.core.GenericMessage
 
withConvertedPayload(Type, Converter) - Method in class org.axonframework.messaging.core.GenericResultMessage
 
withConvertedPayload(Type, Converter) - Method in interface org.axonframework.messaging.core.Message
Returns a new Message implementation with its Message.payload() converted to the given type by the given converter.
withConvertedPayload(Type, Converter) - Method in class org.axonframework.messaging.core.MessageDecorator
 
withConvertedPayload(Type, Converter) - Method in interface org.axonframework.messaging.core.ResultMessage
 
withConvertedPayload(Type, Converter) - Method in interface org.axonframework.messaging.eventhandling.EventMessage
 
withConvertedPayload(Type, Converter) - Method in class org.axonframework.messaging.eventhandling.GenericEventMessage
 
withConvertedPayload(Type, Converter) - Method in class org.axonframework.messaging.eventhandling.replay.GenericResetContext
 
withConvertedPayload(Type, Converter) - Method in interface org.axonframework.messaging.eventhandling.replay.ResetContext
 
withConvertedPayload(Type, Converter) - Method in class org.axonframework.messaging.queryhandling.GenericQueryMessage
 
withConvertedPayload(Type, Converter) - Method in class org.axonframework.messaging.queryhandling.GenericQueryResponseMessage
 
withConvertedPayload(Type, Converter) - Method in class org.axonframework.messaging.queryhandling.GenericSubscriptionQueryUpdateMessage
 
withConvertedPayload(Type, Converter) - Method in interface org.axonframework.messaging.queryhandling.QueryMessage
 
withConvertedPayload(Type, Converter) - Method in interface org.axonframework.messaging.queryhandling.QueryResponseMessage
 
withConvertedPayload(Type, Converter) - Method in interface org.axonframework.messaging.queryhandling.SubscriptionQueryUpdateMessage
 
withConvertedPayload(TypeReference<?>, Converter) - Method in interface org.axonframework.messaging.commandhandling.CommandMessage
 
withConvertedPayload(TypeReference<?>, Converter) - Method in interface org.axonframework.messaging.commandhandling.CommandResultMessage
 
withConvertedPayload(TypeReference<?>, Converter) - Method in interface org.axonframework.messaging.core.Message
Returns a new Message implementation with its Message.payload() converted to the given type by the given converter.
withConvertedPayload(TypeReference<?>, Converter) - Method in interface org.axonframework.messaging.core.ResultMessage
 
withConvertedPayload(TypeReference<?>, Converter) - Method in interface org.axonframework.messaging.eventhandling.EventMessage
 
withConvertedPayload(TypeReference<?>, Converter) - Method in interface org.axonframework.messaging.eventhandling.replay.ResetContext
 
withConvertedPayload(TypeReference<?>, Converter) - Method in interface org.axonframework.messaging.queryhandling.QueryMessage
 
withConvertedPayload(TypeReference<?>, Converter) - Method in interface org.axonframework.messaging.queryhandling.QueryResponseMessage
 
withConvertedPayload(TypeReference<?>, Converter) - Method in interface org.axonframework.messaging.queryhandling.SubscriptionQueryUpdateMessage
 
withCriteria(EventCriteria) - Static method in interface org.axonframework.eventsourcing.eventstore.AppendCondition
Creates an AppendCondition to append events only if no events matching given criteria are available.
withDcbContext(boolean) - Method in class org.axonframework.test.server.AxonServerContainer
Initialize this Axon Server test container with DCB (Dynamic Consistency Boundary) context support.
withDefaultSettings() - Method in interface org.axonframework.extension.spring.config.ProcessorDefinition.ProcessorDefinitionConfigurationStep
Completes the processor definition using default settings for this processor type.
withDevMode(boolean) - Method in class org.axonframework.test.server.AxonServerContainer
Initialize this Axon Server test container with the given devMode.
withGapsTruncatedAt(long) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.GapAwareTrackingToken
Returns a copy of the current token, with gaps truncated at the given truncationPoint.
withInstance(C) - Method in interface org.axonframework.common.configuration.ComponentDefinition.IncompleteComponentDefinition
Creates a ComponentDefinition with the given pre-instantiated instance of a component.
withInterceptor(MessageHandlerInterceptor<? super EventMessage>) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorConfiguration
Registers the given EventMessage-specific MessageHandlerInterceptor for the PooledStreamingEventProcessor under construction.
withInterceptor(MessageHandlerInterceptor<? super EventMessage>) - Method in class org.axonframework.messaging.eventhandling.processing.subscribing.SubscribingEventProcessorConfiguration
Registers the given EventMessage-specific MessageHandlerInterceptor for the SubscribingEventProcessor under construction.
withLabel(String) - Static method in class org.axonframework.messaging.core.Context.ResourceKey
Create a new ResourceKey for a resource of type T.
withLicense(String) - Method in class org.axonframework.test.server.AxonServerContainer
Initialize this Axon Server test container with a license file retrieved from the given licensePath.
withMarker(ConsistencyMarker) - Method in interface org.axonframework.eventsourcing.eventstore.AppendCondition
Creates an AppendCondition with the same criteria as this one, but with given consistencyMarker.
withMetadata(Map<String, String>) - Method in interface org.axonframework.messaging.commandhandling.CommandMessage
 
withMetadata(Map<String, String>) - Method in interface org.axonframework.messaging.commandhandling.CommandResultMessage
 
withMetadata(Map<String, String>) - Method in class org.axonframework.messaging.commandhandling.GenericCommandMessage
 
withMetadata(Map<String, String>) - Method in class org.axonframework.messaging.commandhandling.GenericCommandResultMessage
 
withMetadata(Map<String, String>) - Method in class org.axonframework.messaging.core.AbstractMessage
 
withMetadata(Map<String, String>) - Method in class org.axonframework.messaging.core.GenericResultMessage
 
withMetadata(Map<String, String>) - Method in interface org.axonframework.messaging.core.Message
Returns a copy of this Message (implementation) with the given metadata.
withMetadata(Map<String, String>) - Method in interface org.axonframework.messaging.core.ResultMessage
 
withMetadata(Map<String, String>) - Method in interface org.axonframework.messaging.eventhandling.EventMessage
 
withMetadata(Map<String, String>) - Method in class org.axonframework.messaging.eventhandling.GenericEventMessage
 
withMetadata(Map<String, String>) - Method in class org.axonframework.messaging.eventhandling.replay.GenericResetContext
 
withMetadata(Map<String, String>) - Method in interface org.axonframework.messaging.eventhandling.replay.ResetContext
 
withMetadata(Map<String, String>) - Method in class org.axonframework.messaging.queryhandling.GenericQueryMessage
 
withMetadata(Map<String, String>) - Method in class org.axonframework.messaging.queryhandling.GenericQueryResponseMessage
 
withMetadata(Map<String, String>) - Method in class org.axonframework.messaging.queryhandling.GenericSubscriptionQueryUpdateMessage
 
withMetadata(Map<String, String>) - Method in interface org.axonframework.messaging.queryhandling.QueryMessage
 
withMetadata(Map<String, String>) - Method in interface org.axonframework.messaging.queryhandling.QueryResponseMessage
 
withMetadata(Map<String, String>) - Method in interface org.axonframework.messaging.queryhandling.SubscriptionQueryUpdateMessage
 
withMetadata(Metadata) - Method in class org.axonframework.messaging.core.AbstractMessage
Returns a new message instance with the same payload and properties as this message but given metadata.
withMetadata(Metadata) - Method in class org.axonframework.messaging.core.GenericMessage
 
withOptionalEnv(String, String) - Method in class org.axonframework.test.server.AxonServerContainer
Set an environment value if the value is present.
withoutKeys(Set<String>) - Method in class org.axonframework.messaging.core.Metadata
Returns a Metadata instance for which the entries with given keys are removed.
withResolver(Function<P, String>, Function<P, String>) - Method in class org.axonframework.eventsourcing.eventstore.PayloadBasedTagResolver
Construct a copy of this SimpleTagResolver, combining the given keyResolver and valueResolver into a lambda constructing a Tag.
withResolver(Function<P, Tag>) - Method in class org.axonframework.eventsourcing.eventstore.PayloadBasedTagResolver
Construct a copy of this SimpleTagResolver, adding the given resolver to the set.
withResource(Context.ResourceKey<T>, T) - Method in interface org.axonframework.messaging.core.Context
Constructs a copy of this Context with an additional resource for given key.
withResource(Context.ResourceKey<T>, T) - Method in interface org.axonframework.messaging.core.MessageStream.Entry
 
withResource(Context.ResourceKey<T>, T) - Method in class org.axonframework.messaging.core.SimpleContext
 
withResource(Context.ResourceKey<T>, T) - Method in record class org.axonframework.messaging.core.SimpleEntry
 
withResource(Context.ResourceKey<T>, T) - Method in interface org.axonframework.messaging.core.unitofwork.ProcessingContext
Constructs a new ProcessingContext, branching off from this ProcessingContext.
workerExecutor() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorConfiguration
Returns the worker's ScheduledExecutorService.
workerExecutor(ScheduledExecutorService) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorConfiguration
Specifies the ScheduledExecutorService to be provided to the WorkPackages created by this PooledStreamingEventProcessor.
workerExecutor(Supplier<ScheduledExecutorService>) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorConfiguration
Specifies the ScheduledExecutorService to be provided to the WorkPackages created by this PooledStreamingEventProcessor.
workScheduler() - Method in record class org.axonframework.messaging.core.unitofwork.UnitOfWorkConfiguration
Returns the value of the workScheduler record component.
workScheduler(Executor) - Method in record class org.axonframework.messaging.core.unitofwork.UnitOfWorkConfiguration
Creates new configuration with specified work scheduler.
wrap(Connection, Class<I>, I, ConnectionWrapperFactory.ConnectionCloseHandler) - Static method in class org.axonframework.common.jdbc.ConnectionWrapperFactory
Wrap the given connection, creating a Proxy with an additional wrapperInterface (implemented by given wrapperHandler).
wrap(Connection, ConnectionWrapperFactory.ConnectionCloseHandler) - Static method in class org.axonframework.common.jdbc.ConnectionWrapperFactory
Wrap the given connection, creating a Proxy with an additional wrapperInterface (implemented by given wrapperHandler).
wrapCallable(Callable<T>) - Method in interface org.axonframework.messaging.tracing.Span
Wraps a Callable, propagating the current span context to the actual thread that runs the Callable.
wrapConsumer(Consumer<T>) - Method in interface org.axonframework.messaging.tracing.Span
Wraps a Consumer, tracing the invocation.
wrapHandler(MessageHandlingMember<T>) - Method in class org.axonframework.extension.spring.authorization.SecuredMessageHandlerDefinition
 
wrapHandler(MessageHandlingMember<T>) - Method in class org.axonframework.messaging.commandhandling.annotation.MethodCommandHandlerDefinition
 
wrapHandler(MessageHandlingMember<T>) - Method in interface org.axonframework.messaging.core.annotation.HandlerEnhancerDefinition
Enhance the given original handler.
wrapHandler(MessageHandlingMember<T>) - Method in class org.axonframework.messaging.core.annotation.MultiHandlerEnhancerDefinition
 
wrapHandler(MessageHandlingMember<T>) - Method in class org.axonframework.messaging.core.interception.annotation.MessageHandlerInterceptorDefinition
 
wrapHandler(MessageHandlingMember<T>) - Method in class org.axonframework.messaging.core.timeout.HandlerTimeoutHandlerEnhancerDefinition
 
wrapHandler(MessageHandlingMember<T>) - Method in class org.axonframework.messaging.eventhandling.annotation.MethodEventHandlerDefinition
 
wrapHandler(MessageHandlingMember<T>) - Method in class org.axonframework.messaging.eventhandling.annotation.MethodSequencingPolicyEventHandlerDefinition
 
wrapHandler(MessageHandlingMember<T>) - Method in class org.axonframework.messaging.eventhandling.replay.annotation.ReplayAwareMessageHandlerWrapper
 
wrapHandler(MessageHandlingMember<T>) - Method in class org.axonframework.messaging.queryhandling.annotation.MethodQueryHandlerDefinition
 
wrapHandler(MessageHandlingMember<T>) - Method in class org.axonframework.messaging.tracing.TracingHandlerEnhancerDefinition
 
WrappedMessageHandlingMember<T> - Class in org.axonframework.messaging.core.annotation
Abstract implementation of a MessageHandlingMember that delegates to a wrapped MessageHandlingMember.
WrappedMessageHandlingMember(MessageHandlingMember<T>) - Constructor for class org.axonframework.messaging.core.annotation.WrappedMessageHandlingMember
Initializes the member using the given delegate.
WrappedToken - Interface in org.axonframework.messaging.eventhandling.processing.streaming.token
Interface marking a token that wraps another token.
WrappedTrackerStatus - Class in org.axonframework.messaging.eventhandling.processing.streaming.segmenting
Wrapper around an EventTrackerStatus, delegating all calls to a delegate.
WrappedTrackerStatus(EventTrackerStatus) - Constructor for class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.WrappedTrackerStatus
Initializes the EventTrackerStatus using the given delegate.
wrapRunnable(Runnable) - Method in interface org.axonframework.messaging.tracing.Span
Wraps a Runnable, propagating the current span context to the actual thread that runs the Runnable.
wrapSupplier(Supplier<T>) - Method in interface org.axonframework.messaging.tracing.Span
Wraps a Supplier, tracing the invocation.
WrongPolymorphicEntityTypeException - Exception Class in org.axonframework.modelling.entity
Exception indicating that the PolymorphicEntityMetamodel for a given class cannot handle a command because it is of the wrong type.
WrongPolymorphicEntityTypeException(CommandMessage, Class<E>, List<Class<E>>, Class<E>) - Constructor for exception class org.axonframework.modelling.entity.WrongPolymorphicEntityTypeException
Constructs the exception with the given commandMessage, the givenEntity that was passed to the command handler, and the list of supportedEntityTypes that would be able to handle the command.
A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form