Index
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
declaredParameterTypeannotated with the givenannotationType. - 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
ComponentandComponentDefinition.ComponentCreatorto simplify definition and creation of components through aComponentDefinition. - 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
identifierand given preconfiguredstartHandlersandshutdownHandlerslifecycle handlers. - AbstractComponent.HandlerRegistration<C> - Record Class in org.axonframework.common.configuration
-
An entry holding the lifecycle
handlerand its correspondingphase. - AbstractConsistencyMarker<T> - Class in org.axonframework.eventsourcing.eventstore
-
Abstract implementation of the
ConsistencyMarkerinterface that implements the required comparisons with theConsistencyMarker.ORIGINandConsistencyMarker.INFINITYconsistency markers. - AbstractConsistencyMarker() - Constructor for class org.axonframework.eventsourcing.eventstore.AbstractConsistencyMarker
- AbstractEntityChildMetamodel<C,
P> - Class in org.axonframework.modelling.entity.child -
Abstract
EntityChildMetamodelthat 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, - Class in org.axonframework.modelling.entity.childR> - AbstractEntityChildModelDefinition - Class in org.axonframework.modelling.entity.annotation
-
Abstract implementation of the
EntityChildModelDefinitioninterface 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
- 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
MessageStreaminterface that wraps aResultStream. - 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
fieldshould 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
EntityChildMetamodelto 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
EventTrackerStatuswhich work just has started on. - AddedTrackerStatus(EventTrackerStatus) - Constructor for class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.AddedTrackerStatus
-
Initializes the
AddedTrackerStatususing the givenaddedTrackerStatus. - addSpanAttributeProviders(List<SpanAttributesProvider>) - Method in class org.axonframework.extension.tracing.opentelemetry.OpenTelemetrySpanFactory.Builder
-
Adds all provided
SpanAttributesProviders to theSpanFactory. - addToContext(Context, Set<Tag>) - Static method in record class org.axonframework.messaging.eventstreaming.Tag
- addToContext(Context, ConsistencyMarker) - Static method in interface org.axonframework.eventsourcing.eventstore.ConsistencyMarker
- addToContext(Context, Segment) - Static method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.Segment
- addToContext(Context, TrackingToken) - Static method in interface org.axonframework.messaging.eventhandling.processing.streaming.token.TrackingToken
- addToContext(ProcessingContext, Message) - Static method in interface org.axonframework.messaging.core.Message
- advance(TrackingToken, TrackingToken) - Static method in interface org.axonframework.messaging.eventhandling.processing.streaming.token.WrappedToken
- advancedTo(TrackingToken) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.TrackerStatus
- 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
GapAwareTrackingTokeninstance based on this token but which has advanced to givenindex. - 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
CompletableFutureto 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
LegacyAxonServerEventStorageEnginewith givenconnectionto Axon Server and givenpayloadConverterto convert payloads of appended messages (to bytes). - AggregateBasedConsistencyMarker - Class in org.axonframework.eventsourcing.eventstore
-
ConsistencyMarkerimplementation 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
aggregateIdentifierandsequenceNumber. - 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
EventStorageEngineimplementation 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
AggregateBasedJpaEventStorageEnginewith 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
keyandvalueare notnull. - AggregateBasedJpaEventStorageEngineConfigurationEnhancer(JpaEventStorageEngineConfigurationProperties, EntityManagerFactory, PersistenceExceptionResolver) - Constructor for record class org.axonframework.extension.springboot.autoconfig.JpaEventStoreAutoConfiguration.AggregateBasedJpaEventStorageEngineConfigurationEnhancer
-
Creates an instance of a
AggregateBasedJpaEventStorageEngineConfigurationEnhancerrecord class. - AggregateEventEntry - Class in org.axonframework.eventsourcing.eventstore.jpa
-
A JPA entry dedicated for storing
EventMessagesin theAggregateBasedJpaEventStorageEngine. - 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
AggregateEventEntrywhen 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
AggregateEventEntrywhen appending events, since theAggregateEventEntry.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
Positionbased 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 theof a
invalid reference
aggregate type.invalid reference
org.axonframework.eventhandling.DomainEventMessage - AggregateTypeParameterResolverFactory - Class in org.axonframework.messaging.core.annotation
-
An extension of the AbstractAnnotatedParameterResolverFactory that accepts parameters of a
Stringtype that are annotated with theAggregateTypeannotation and assigns the aggregate type from theProcessingContextif present. - AggregateTypeParameterResolverFactory() - Constructor for class org.axonframework.messaging.core.annotation.AggregateTypeParameterResolverFactory
-
Initialize a
ParameterResolverFactoryforMessageIdentifierannotated parameters. - ALL - Enum constant in enum class org.axonframework.common.configuration.SearchScope
-
Searches for
Componentsin the currentComponentRegistryand 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
allowAsyncProcessingrecord 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)orCompletableFuture.whenCompleteAsync(BiConsumer)invocation, to complete the givenfuturewith the same result as theCompletableFuturethat this function is passed to. - AmbiguousComponentMatchException - Exception Class in org.axonframework.common.configuration
- AmbiguousComponentMatchException(Component.Identifier<C>) - Constructor for exception class org.axonframework.common.configuration.AmbiguousComponentMatchException
-
Constructs an
AmbiguousComponentMatchExceptionfor the givenidentifier. - ANCESTORS - Enum constant in enum class org.axonframework.common.configuration.SearchScope
-
Searches for
Componentsin the ancestors of the currentComponentRegistryonly. - 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
Metadatainstance containing the current entries, and the givenkeyand givenvalue. - 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
Metadatainstance containing the current entries, and the givenkeyif it was not yet present in thisMetadata. - 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
- 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
Matcherthat matches againstnullorvoid. - 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
handlingComponentBuilderas anAnnotatedCommandHandlingComponentwithin this module. - AnnotatedCommandHandlingComponent<T> - Class in org.axonframework.messaging.commandhandling.annotation
-
Adapter that turns classes with
CommandHandlerannotated methods into aCommandHandlingComponent. - 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 aCommandBusas aCommandHandlingComponent. - AnnotatedEntityIdResolver<ID> - Class in org.axonframework.modelling.entity.annotation
-
Implementation of the
EntityIdResolverthat converts the payload through the configuredMessageConverterthen takes the expected representation of the message handler from theAnnotatedEntityMetamodel. - AnnotatedEntityIdResolver(AnnotatedEntityMetamodel<?>, Class<ID>, MessageConverter, EntityIdResolver<ID>) - Constructor for class org.axonframework.modelling.entity.annotation.AnnotatedEntityIdResolver
-
Constructs an
AnnotatedEntityMetamodelEntityIdResolverfor the providedAnnotatedEntityMetamodel. - AnnotatedEntityIdResolverDefinition - Class in org.axonframework.modelling.entity.annotation
-
EntityIdResolverDefinitionthat converts the payload of incoming messages based on theexpected payload typeof the message handler in the model, and then looks for aTargetEntityId-annotated member in the payload, through theAnnotationBasedEntityIdResolver. - AnnotatedEntityIdResolverDefinition() - Constructor for class org.axonframework.modelling.entity.annotation.AnnotatedEntityIdResolverDefinition
- AnnotatedEntityMetamodel<E> - Class in org.axonframework.modelling.entity.annotation
-
An
EntityMetamodelimplementation that uses reflection to inspect the entity. - AnnotatedEntityMetamodelFactory - Interface in org.axonframework.modelling.entity.annotation
-
Factory for creating
AnnotatedEntityMetamodelinstances 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
AnnotatedEntityModelRoutingKeyMatcherthat matches the routing key of the givenentityagainst the routing key of a message. - AnnotatedEventHandlingComponent<T> - Class in org.axonframework.messaging.eventhandling.annotation
-
Adapter that turns classes with
EventHandlerannotated methods into aEventHandlingComponent. - 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 anEventSinkas anEventHandlingComponent. - 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
AnnotatedHandlerAttributescontaining all attributes of annotation (meta-)annotated withHasHandlerAttributeson the givenannotatedElement. - AnnotatedHandlerInspector<T> - Class in org.axonframework.messaging.core.annotation
-
Inspector for a message handling target of type
Tthat 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
handlingComponentBuilderas anAnnotatedQueryHandlingComponentwithin this module. - AnnotatedQueryHandlingComponent<T> - Class in org.axonframework.messaging.queryhandling.annotation
-
Adapter that turns classes with
QueryHandlerannotated methods into aQueryHandlingComponent. - 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 aQueryBusas aQueryHandlingComponent. - annotation() - Method in record class org.axonframework.messaging.core.annotation.AnnotationMessageTypeResolver.AnnotationSpecification
-
Returns the value of the
annotationrecord 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
EntityEvolvingComponentthat applies state changes throughEventHandler(-meta)-annotated methods using theAnnotatedHandlerInspector. - 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
EntityIdResolverthat inspects the payload of aMessagefor fields or methods annotated withTargetEntityId. - AnnotationBasedEntityIdResolver() - Constructor for class org.axonframework.modelling.annotation.AnnotationBasedEntityIdResolver
- AnnotationBasedEntityIdResolverDefinition - Class in org.axonframework.modelling.annotation
-
Definition for an
EntityIdResolverthat 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
CriteriaResolverimplementation which resolvesEventCriteriabased on the givenidfor 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
AnnotationBasedEventCriteriaResolvershould be constructed for anEventSourcedEntityannotated 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
EventSourcedEntityFactoryinterface. - 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
EventSourcedEntityFactoryfor the given superentityType, with the givensubTypes. - AnnotationBasedEventSourcedEntityFactory(Class<E>, Class<ID>, ParameterResolverFactory, MessageTypeResolver, EventConverter) - Constructor for class org.axonframework.eventsourcing.annotation.reflection.AnnotationBasedEventSourcedEntityFactory
-
Instantiate an annotation-based
EventSourcedEntityFactoryfor the given concreteentityType. - AnnotationBasedEventSourcedEntityFactoryDefinition - Class in org.axonframework.eventsourcing.annotation.reflection
-
Definition for an annotation-based
EventSourcedEntityFactorythat constructs anEventSourcedEntity-annotated class. - AnnotationBasedEventSourcedEntityFactoryDefinition() - Constructor for class org.axonframework.eventsourcing.annotation.reflection.AnnotationBasedEventSourcedEntityFactoryDefinition
- AnnotationBasedTagResolver - Class in org.axonframework.eventsourcing.eventstore
-
Implementation of
TagResolverthat processesEventTagandEventTagsannotation on fields and methods of event payload objects to createTaginstances. - 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
MessageTypeResolverimplementation looking for a configurable annotation on theClassthis resolver is invoked for. - AnnotationMessageTypeResolver() - Constructor for class org.axonframework.messaging.core.annotation.AnnotationMessageTypeResolver
-
Constructs a default
AnnotationMessageTypeResolver, using theClassBasedMessageTypeResolveras the fallback when there is noMessagepresent on the givenpayloadTypewhen resolving theMessageType. - AnnotationMessageTypeResolver(MessageTypeResolver) - Constructor for class org.axonframework.messaging.core.annotation.AnnotationMessageTypeResolver
-
Constructs a default
AnnotationMessageTypeResolver, using the givenfallbackwhen there is noMessagepresent on the givenpayloadTypewhen resolving theMessageType. - AnnotationMessageTypeResolver(MessageTypeResolver, AnnotationMessageTypeResolver.AnnotationSpecification) - Constructor for class org.axonframework.messaging.core.annotation.AnnotationMessageTypeResolver
-
Constructs a default
AnnotationMessageTypeResolver, using the givenfallbackwhen there definedAnnotationMessageTypeResolver.AnnotationSpecification.annotation()in the givenspecificationis not present on the givenpayloadTypewhen resolving theMessageType. - 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
AnnotationSpecificationrecord 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
EventMessageswhenappendingthem 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
eventMessageto be appended to anEventStorein this transaction with the givencondition. - 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
- 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
eventsto 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
AppendConditionAssertionExceptionwith the givenmessage. - 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
appendedevent by this transaction. - ApplicationConfigurer - Interface in org.axonframework.common.configuration
-
An
ApplicationConfigurercombines the component registry with the notion of lifecycle. - ApplicationContext - Interface in org.axonframework.messaging.core
-
An
ApplicationContextis a container for components that are registered in theComponentRegistryof theApplicationConfigurer. - ApplicationContextEventPublisher - Class in org.axonframework.extension.spring.messaging
-
Component that forward events received from a
SubscribableEventSourceas SpringApplicationEventto the ApplicationContext. - ApplicationContextEventPublisher(SubscribableEventSource) - Constructor for class org.axonframework.extension.spring.messaging.ApplicationContextEventPublisher
-
Initialize the publisher to forward events received from the given
messageSourceto 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
PreparedStatementusing the givenconnection. - 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
- 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
Artifactrecord 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
ArtifactAvailableUpgraderecord class. - artifactId() - Method in record class org.axonframework.update.api.Artifact
-
Returns the value of the
artifactIdrecord component. - artifactId() - Method in record class org.axonframework.update.api.ArtifactAvailableUpgrade
-
Returns the value of the
artifactIdrecord component. - artifactId() - Method in record class org.axonframework.update.api.DetectedVulnerability
-
Returns the value of the
artifactIdrecord 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
CompletableFuturethat completes with the firstentrycontained in thisMessageStream, 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
- asMessageStream(Flux<M>) - Static method in class org.axonframework.messaging.core.FluxUtils
-
Create a stream that provides the
Messagesreturned by the givenflux, automatically wrapped in anMessageStream.Entry. - asMessageStream(Flux<M>, Function<M, Context>) - Static method in class org.axonframework.messaging.core.FluxUtils
-
Create a stream that provides the
Messagesreturned by the givenflux, automatically wrapped in anMessageStream.Entrywith the resultingContextfrom thecontextSupplier. - asResultMessage(Object) - Static method in class org.axonframework.messaging.core.GenericResultMessage
-
Deprecated.
- 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
matcherhas been dispatched on the command bus. - assertNonBlank(String, String) - Static method in class org.axonframework.common.BuilderUtils
-
Assert that the given
stringis not null or blank. - assertNonEmpty(String, String) - Static method in class org.axonframework.common.BuilderUtils
-
Assert that the given
stringis not null and does not equal an empty String. - assertNonNull(T, String) - Static method in class org.axonframework.common.BuilderUtils
-
Assert that the given
valueis non null. - assertNonNull(T, Supplier<? extends X>) - Static method in class org.axonframework.common.Assert
-
Assert that the given
valueis non-null. - assertPositive(int, String) - Static method in class org.axonframework.common.BuilderUtils
-
Assert that the given
valueis positive, meaning greater than, or equal to, zero. - assertPositive(long, String) - Static method in class org.axonframework.common.BuilderUtils
-
Assert that the given
valueis 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
valueis strictly positive, meaning greater than zero. - assertStrictPositive(int, String) - Static method in class org.axonframework.common.BuilderUtils
-
Assert that the given
valueis strictly positive, meaning greater than zero. - assertStrictPositive(long, String) - Static method in class org.axonframework.common.Assert
-
Assert that the given
valueis strictly positive, meaning greater than zero. - assertStrictPositive(long, String) - Static method in class org.axonframework.common.BuilderUtils
-
Assert that the given
valueis strictly positive, meaning greater than zero. - assertThat(T, Predicate<T>, String) - Static method in class org.axonframework.common.BuilderUtils
- assertThat(T, Predicate<T>, Supplier<? extends X>) - Static method in class org.axonframework.common.Assert
- 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 singlewrapping the
invalid reference
entryMessagefrom the givenmono, once the givenmonocompletes. - asSingle(Mono<M>, Function<M, Context>) - Static method in class org.axonframework.messaging.core.MonoUtils
-
Create a stream that returns a singlewrapping the
invalid reference
entryMessagefrom the givenmono, once the givenmonocompletes. - AsyncRetryScheduler - Class in org.axonframework.messaging.core.retry
-
RetryScheduler implementation that schedules retries on a
ScheduledExecutorServicebased on a givenpolicy. - AsyncRetryScheduler(RetryPolicy, ScheduledExecutorService) - Constructor for class org.axonframework.messaging.core.retry.AsyncRetryScheduler
-
Initialize the retry scheduler using given
retryPolicyand execute retries on givenexecutor. - 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
entityhas its lifecycle managed in the givenprocessingContext. - 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
- 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
entityTypeandidType. - 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
Converterto 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
avroConverterStrategyConfigurationrecord 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
AvroConverterStrategyConfigurationrecord 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
assertionpasses 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
assertionpasses or the giventimeoutis 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
decoratetheAxonServerConfigurationandDistributedCommandBusConfigurationwith 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
causeanddetailMessage. - AxonAutoConfiguration - Class in org.axonframework.extension.springboot.autoconfig
-
Autoconfiguration class that defines the
AxonConfigurationandComponentRegistryimplementations 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
messageandcause. - 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
messageandcause. - AxonException(String, Throwable, boolean) - Constructor for exception class org.axonframework.common.AxonException
-
Initializes the exception using the given
message,causeandwritableStackTrace. - 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
messageandcause. - 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
AxonProcessorInstructionHandlerrecord 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
CommandBusConnectorthat 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
AxonServerConnectorthat communicate with Axon Server using the providedconnection. - 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
errorCodeanderrorMessage. - 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
AxonServerConfigurationused 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
ConfigurationEnhancerthat decorates theAxonServerConfigurationandDistributedCommandBusConfiguration. - AxonServerConfigurationEnhancer - Class in org.axonframework.axonserver.connector
-
A
ConfigurationEnhancerthat is auto-loadable by theApplicationConfigurer, 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
ConfigurationEnhancerthat uses the availableAxonServerConnectionDetailsto specify theAxonServerConfiguration.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
AxonServerConnectionManagerbased on the fields contained in theAxonServerConnectionManager.Builder, using the givenconnectionFactoryto 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 containerusing 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
EventStorageEngineimplementation using Axon Server through theaxonserver-connector-javaproject. - AxonServerEventStorageEngine(AxonServerConnection, EventConverter) - Constructor for class org.axonframework.axonserver.connector.event.AxonServerEventStorageEngine
-
Constructs an
AxonServerEventStorageEnginewith the givenconnectionandconverter. - AxonServerEventStorageEngineFactory - Class in org.axonframework.axonserver.connector.event
-
A
ComponentFactoryimplementation that generatesAxonServerEventStorageEngineinstances. - 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
codeanderrorMessage. - AxonServerException(String, String) - Constructor for exception class org.axonframework.axonserver.connector.AxonServerException
-
Initializes the exception using the given
codeandmessage. - AxonServerException(String, String, String, List<String>) - Constructor for exception class org.axonframework.axonserver.connector.AxonServerException
-
Initializes the exception using the given
message,code,sourceanddetails. - AxonServerException(String, String, Throwable) - Constructor for exception class org.axonframework.axonserver.connector.AxonServerException
-
Initializes the exception using the given
message,code, andcause. - axonServerHealthIndicator(AxonServerConnectionManager) - Method in class org.axonframework.extension.springboot.autoconfig.AxonServerActuatorAutoConfiguration
- AxonServerHealthIndicator - Class in org.axonframework.extension.springboot.actuator.axonserver
-
An
AbstractHealthIndicatorimplementation exposing the health of the connections made through theAxonServerConnectionManager. - 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
errorCodeanderrorMessage. - 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
errorCodeanderrorMessage. - AxonServerQueryBusConnector - Class in org.axonframework.axonserver.connector.query
-
AxonServerQueryBusConnector is an implementation of
QueryBusConnectorthat 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
codeanderrorMessage. - AxonServerQueryDispatchException(String, String) - Constructor for exception class org.axonframework.axonserver.connector.query.AxonServerQueryDispatchException
-
Initializes an AxonServer Query Dispatch Exception using the given
codeandmessage. - 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,sourceanddetails. - 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 givenwrappedRegistrationand runs the providedcloseCallbackonAxonServerRegistration.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
errorCodeanderrorMessage. - AxonServerRemoteCommandHandlingException(String, ErrorMessage, boolean) - Constructor for exception class org.axonframework.axonserver.connector.command.AxonServerRemoteCommandHandlingException
-
Initialize the exception with given
errorCode,errorMessageandwritableStackTrace. - 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
SimpleStatusAggregatorimplementation 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 ofProcessingKey.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
- 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
groupwith givenpriority. - AxonThreadFactory(String) - Constructor for class org.axonframework.common.AxonThreadFactory
-
Initializes a ThreadFactory instance that creates each thread in a group with given
groupNamewith default priority. - AxonThreadFactory(ThreadGroup) - Constructor for class org.axonframework.common.AxonThreadFactory
-
Initializes a ThreadFactory instance that create each thread in the given
groupwith 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
-
Bean creation method for a
ConfigurationEnhanceradding theUnitOfWorkTimeoutInterceptorBuilderforCommandMessages,EventMessages, andQueryMessagesasMessageHandlerInterceptors. - 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
AxonTimeoutExceptionwith the givenmessage. - axonTransactionManager() - Method in class org.axonframework.extension.springboot.autoconfig.NoOpTransactionAutoConfiguration
-
Bean creation method constructing the default
TransactionManagerto be used by Axon Framework. - axonTransactionManager(PlatformTransactionManager, EntityManagerProvider, ConnectionProvider) - Method in class org.axonframework.extension.springboot.autoconfig.JdbcTransactionAutoConfiguration
-
Bean creation method constructing a
SpringTransactionManagerbased on the giventransactionManager. - axonTransactionManager(PlatformTransactionManager, EntityManagerProvider, ConnectionProvider) - Method in class org.axonframework.extension.springboot.autoconfig.JpaTransactionAutoConfiguration
-
Bean creation method constructing a
SpringTransactionManagerbased on the giventransactionManager. - 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
messageandcause. - 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
batchSizerecord 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
batchSizespecifying 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
BeanDefinitionfor 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
- BlobToInputStreamConverter() - Constructor for class org.axonframework.conversion.converter.BlobToInputStreamConverter
- build() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Builder
-
Initializes a
AxonServerConfigurationas specified through this Builder. - build() - Method in class org.axonframework.axonserver.connector.AxonServerConnectionManager.Builder
-
Initializes a
AxonServerConnectionManageras specified through this Builder. - build() - Method in interface org.axonframework.common.configuration.ApplicationConfigurer
-
Returns the completely initialized
Configurationinstance of typeCbuilt using thisConfigurerimplementation. - build() - Method in class org.axonframework.common.configuration.DefaultAxonApplication
- build() - Method in interface org.axonframework.common.configuration.ModuleBuilder
-
Builds a
Moduleof typeM. - 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
MessageTimerMonitoras specified through this Builder. - build() - Method in class org.axonframework.extension.metrics.micrometer.EventProcessorLatencyMonitor.Builder
-
Initializes a
MessageTimerMonitoras specified through this Builder. - build() - Method in class org.axonframework.extension.metrics.micrometer.MessageTimerMonitor.Builder
-
Initializes a
MessageTimerMonitoras 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
DefaultCommandBusSpanFactoryas 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
TokenSchemafrom 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
DefaultEventBusSpanFactoryas specified through this Builder. - build() - Method in class org.axonframework.messaging.eventhandling.tracing.DefaultEventProcessorSpanFactory.Builder
-
Initializes a
DefaultEventProcessorSpanFactoryas specified through this Builder. - build() - Method in class org.axonframework.messaging.queryhandling.tracing.DefaultQueryBusSpanFactory.Builder
-
Initializes a
DefaultQueryBusSpanFactoryas specified through this Builder. - build() - Method in class org.axonframework.messaging.queryhandling.tracing.DefaultQueryUpdateEmitterSpanFactory.Builder
-
Initializes a
DefaultQueryUpdateEmitterSpanFactoryas specified through this Builder. - build() - Method in class org.axonframework.messaging.tracing.TracingHandlerEnhancerDefinition.Builder
-
Initializes the
TracingHandlerEnhancerDefinitionbased 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
ListEntityChildMetamodelinstance with the configured properties. - build() - Method in class org.axonframework.modelling.entity.child.SingleEntityChildMetamodel.Builder
-
Builds a new
SingleEntityChildMetamodelinstance with the configured properties. - build() - Method in interface org.axonframework.modelling.entity.EntityMetamodelBuilder
-
Builds the
EntityMetamodelinstance based on the configuration of this builder. - build(Configuration) - Method in interface org.axonframework.common.configuration.ComponentBuilder
-
Builds a component of type
Cusing the givenconfigduring 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 theConfigurationcontaining all registered components. - build(Configuration, EntityMetamodelBuilder<E>) - Method in interface org.axonframework.modelling.configuration.EntityMetamodelConfigurationBuilder
-
Builds an
EntityMetamodelfor the given entity type, using the providedConfigurationandEntityMetamodelBuilder. - build(LifecycleRegistry) - Method in class org.axonframework.common.configuration.DefaultComponentRegistry
-
Builds the
Configurationfrom thisComponentRegistryas a root configuration. - build(LifecycleRegistry, Function<LifecycleRegistry, Configuration>) - Static method in class org.axonframework.common.configuration.HierarchicalConfiguration
-
Builds a
Configurationbased on the passedchildConfigurationBuilder. - buildCommandInterceptor() - Method in class org.axonframework.messaging.core.timeout.UnitOfWorkTimeoutInterceptorBuilder
-
Constructs a
CommandMessagehandler interceptor, to be registered on (e.g.) theCommandBus. - builder() - Static method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Instantiate a
AxonServerConfiguration.Builderto create anAxonServerConfiguration. - 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.Builderinitialized with default settings. - builder() - Static method in class org.axonframework.messaging.eventhandling.tracing.DefaultEventBusSpanFactory
-
Creates a new
DefaultEventBusSpanFactory.Builderto build aDefaultEventBusSpanFactorywith. - builder() - Static method in class org.axonframework.messaging.eventhandling.tracing.DefaultEventProcessorSpanFactory
-
Creates a new
DefaultEventProcessorSpanFactory.Builderto build aDefaultEventProcessorSpanFactorywith. - 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
EventMessagehandler interceptor, to be registered on (e.g.) theEventProcessorConfiguration. - 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
Configurationfrom thisComponentRegistryas a nested configuration under the givenparent. - 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
EventProcessorModulesfrom the given event handler descriptors. - buildProcessorModules(Set<ProcessorDefinition.EventHandlerDescriptor>) - Method in interface org.axonframework.extension.spring.config.ProcessorModuleFactory
-
Builds a set of
EventProcessorModulesfrom the given event handler descriptors. - buildQueryInterceptor() - Method in class org.axonframework.messaging.core.timeout.UnitOfWorkTimeoutInterceptorBuilder
-
Constructs a
QueryMessagehandler interceptor, to be registered on (e.g.) theQueryBus. - 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
- ByteArrayToGenericRecordConverter(SchemaStore) - Constructor for class org.axonframework.conversion.avro.ByteArrayToGenericRecordConverter
-
Constructs a content type converter used during deserialization for upcasting, to create
GenericRecordfrom single-object-encoded for a given schema. - ByteArrayToInputStreamConverter - Class in org.axonframework.conversion.converter
- ByteArrayToInputStreamConverter() - Constructor for class org.axonframework.conversion.converter.ByteArrayToInputStreamConverter
- ByteArrayToJsonNodeConverter - Class in org.axonframework.conversion.json
-
A
ContentTypeConverterimplementation that convertsbyte[]containing UTF8 encoded JSON string to aJsonNode. - ByteArrayToJsonNodeConverter(ObjectMapper) - Constructor for class org.axonframework.conversion.json.ByteArrayToJsonNodeConverter
-
Initialize the Converter, using given
objectMapperto parse the binary contents - ByteArrayToStringConverter - Class in org.axonframework.conversion.converter
- 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
ChainedConverterthat can convert an object from the givensourceTypeto the giventargetTypeusing a chain formed with the givencandidates. - 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
actionwith the giveninterceptorChainbeing available for parameter injection. - callWithInterceptorChainSync(MessageHandlerInterceptorChain<?>, Callable<R>) - Static method in class org.axonframework.messaging.core.annotation.InterceptorChainParameterResolverFactory
-
Invoke the given
actionwith the giveninterceptorChainbeing 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 givenresultis 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
Converteris capable of converting the givensourceTypeto thetargetType. - 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
sourceContentTypeintotargetContentType, using the givenconverters. - 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
Converteris capable of converting the givensourceTypeto thetargetType. - 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
CommandMessagefor 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
Messageimplementations of the givenmessageType. - 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
TrackerStatusif 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
causerecord component. - CBOR - Enum constant in enum class org.axonframework.extension.springboot.ConverterProperties.ConverterType
-
Uses Jackson's
CBORMapperto convert objects into CBOR. - CBORMapperAutoConfiguration - Class in org.axonframework.extension.springboot.autoconfig
-
Autoconfiguration that constructs a default
CBORMapper, typically to be used by aJacksonConverter. - CBORMapperAutoConfiguration() - Constructor for class org.axonframework.extension.springboot.autoconfig.CBORMapperAutoConfiguration
- ChainedConverter<S,
T> - Class in org.axonframework.conversion -
A
ContentTypeConverterimplementation that delegates to a chain of otherContentTypeConvertersto 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
delegatesto 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
MessageHandlerInterceptorMemberChainimplementation that constructs a chain of instances of itself based on a giveniteratorofMessageHandlingMembers. - 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 giveniterator. - ChainingContentTypeConverter - Class in org.axonframework.conversion
-
A
Converterimplementation that will combineContentTypeConvertersto 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
- ChainingContentTypeConverter(ClassLoader) - Constructor for class org.axonframework.conversion.ChainingContentTypeConverter
-
Initialize a new
ChainingConverterwith the givenclassLoader. - channelCustomizer(UnaryOperator<ManagedChannelBuilder<?>>) - Method in class org.axonframework.axonserver.connector.AxonServerConnectionManager.Builder
-
Registers the given
channelCustomization, which configures the underlingManagedChannelBuilderused 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
checkIntervalrecord 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
ChildAmbiguityExceptionwith the givenmessage. - childEntityFieldDefinition(ChildEntityFieldDefinition<P, C>) - Method in class org.axonframework.modelling.entity.child.SingleEntityChildMetamodel.Builder
-
Sets the
ChildEntityFieldDefinitionto 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
ChildEntityFieldDefinitionto 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
commandMessageandparentEntity. - 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
segmentIdand 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
claimTimeoutrecord component. - claimTimeout() - Method in record class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa.JpaTokenStoreConfiguration
-
Returns the value of the
claimTimeoutrecord component. - claimTimeout(TemporalAmount) - Method in record class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenStoreConfiguration
-
Sets the
claimTimeoutspecifying the amount of time a process will wait after which this process will force a claim of aTrackingToken. - claimTimeout(TemporalAmount) - Method in record class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa.JpaTokenStoreConfiguration
-
Sets the
claimTimeoutspecifying the amount of time a process will wait after which this process will force a claim of aTrackingToken. - 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
- ClassBasedMessageTypeResolver() - Constructor for class org.axonframework.messaging.core.ClassBasedMessageTypeResolver
-
Constructs a
ClassBasedMessageTypeResolverusingMessageType.DEFAULT_VERSIONas the revision for all resolvedtypes. - ClassBasedMessageTypeResolver(String) - Constructor for class org.axonframework.messaging.core.ClassBasedMessageTypeResolver
-
Constructs a
ClassBasedMessageTypeResolverusing the givenrevisionas the revision for all resolvedtypes. - 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
-
ConfigurationEnhancerthat registers theClasspathParameterResolverFactoryas the defaultParameterResolverFactory. - 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
Metadatais 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 identifierfor which aTopologyChangeoccurred. - 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
TopologyChangeoccurred. - 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 ofProcessingKey.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
Clockused for time-dependent operations. - clock(Clock) - Method in class org.axonframework.extension.metrics.dropwizard.MessageTimerMonitor.Builder
-
Sets the
Clockused to define the processing duration of a given message being pushed through thisMessageMonitor. - clock(Clock) - Method in class org.axonframework.extension.metrics.micrometer.EventProcessorLatencyMonitor.Builder
-
Sets the
Clockused to define the processing duration of a given message being pushed through thisMessageMonitor. - clock(Clock) - Method in class org.axonframework.extension.metrics.micrometer.MessageTimerMonitor.Builder
-
Sets the
Clockused to define the processing duration of a given message being pushed through thisMessageMonitor. - clock(Clock) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorConfiguration
-
Defines the
Clockused for time dependent operation by thisEventProcessor. - 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 this
ShutdownLatch.ActivityHandleby invokingShutdownLatch.ActivityHandle.end(). - 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
closeHandleronce 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
closeHandleronce this stream is closed, or the givendelegatecompletes. - 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
Stringdefining the error code. - collectAvroSchemasFromClassPath(BeanFactory, List<ClasspathAvroSchemaLoader>) - Method in class org.axonframework.extension.springboot.autoconfig.AvroSchemaStoreAutoConfiguration
-
Scans classpath for schemas, configured using
AvroSchemaScanannotations. - 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
metadataas 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
metadatato 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
metadataas part of the "given" state. - command(Object, Metadata) - Method in interface org.axonframework.test.fixture.AxonTestPhase.When
-
Dispatches the given command with the provided
metadatato 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
CommandMessagethe 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
CommandMessageto the handler. - CommandBus - Interface in org.axonframework.messaging.commandhandling
-
The mechanism that dispatches
commandsto their appropriatecommand handler. - CommandBusConnector - Interface in org.axonframework.messaging.commandhandling.distributed
-
The
CommandBusConnectorinterface defines the contract for connecting multipleCommandBusinstances. - 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
dispatchingand handling ofsubscribedcommand handlers in theAxonServerCommandBusConnector. - CommandDispatcher - Interface in org.axonframework.messaging.commandhandling.gateway
-
Component that dispatches commands to a
CommandGatewayin a predefinedcontext. - CommandDispatcherParameterResolverFactory - Class in org.axonframework.messaging.commandhandling.annotation
-
ParameterResolverFactorythat ensures theCommandDispatcheris resolved in the context of the currentProcessingContext. - CommandDispatcherParameterResolverFactory() - Constructor for class org.axonframework.messaging.commandhandling.annotation.CommandDispatcherParameterResolverFactory
- CommandDispatcherParameterResolverFactoryConfigurationEnhancer - Class in org.axonframework.messaging.commandhandling.annotation
-
Configuration enhancer that registers the
CommandDispatcherParameterResolverFactoryto theComponentRegistryof theConfiguration. - 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
messageandcause. - 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
messageandcause. - CommandExecutionException(String, Throwable, Object) - Constructor for exception class org.axonframework.messaging.commandhandling.CommandExecutionException
-
Initializes the exception with given
message,causeand an object providing application-specificdetails. - 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-specificdetails, andwritableStackTrace - 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
commandHandlerBuilderfor the given qualifiedcommandNamewithin this module. - commandHandler(QualifiedName, CommandHandler) - Method in interface org.axonframework.messaging.commandhandling.configuration.CommandHandlingModule.CommandHandlerPhase
-
Registers the given
commandHandlerfor the given qualifiedcommandNamewithin 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 themCommandHandlers. - 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
configurationLambdawithin 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
handlingComponentBuilderwithin this module. - CommandHandlingComponent - Interface in org.axonframework.messaging.commandhandling
-
Interface describing a group of
CommandHandlersbelonging 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
ModuleandModuleBuilderimplementation 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
MessageDispatchInterceptorsregistered in this registry. - commandInterceptors(Configuration) - Method in interface org.axonframework.messaging.core.interception.HandlerInterceptorRegistry
-
Returns the list of
CommandMessage-specificMessageHandlerInterceptorsregistered in this registry. - CommandLineUsagePropertyProvider - Class in org.axonframework.update.configuration
-
A
UsagePropertyProviderimplementation 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
Messagecarrying 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
CommandMessageHandlerInterceptorChainwith a list ofinterceptorsand ancommandHandler. - commandMonitor(Configuration) - Method in class org.axonframework.messaging.monitoring.configuration.DefaultMessageMonitorRegistry
- commandMonitor(Configuration) - Method in interface org.axonframework.messaging.monitoring.configuration.MessageMonitorRegistry
-
Retrieves a
MessageMonitordedicated for monitoringCommandMessageprocessing. - 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 theMessage.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
CommandMessagebased 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
ResultMessagethat represents a result from handling aCommandMessage. - commands(Object...) - Method in interface org.axonframework.test.fixture.AxonTestPhase.Given
-
Configures the given
commandsas 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
commandsas commands in the "given" state. - commands(CommandMessage...) - Method in interface org.axonframework.test.fixture.AxonTestPhase.Given
-
Configures the given
messagesas 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
consumerof 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
CommandTargetResolverDefinitionis used to determine to which of the child entities aCommandMessageshould be forwarded. - commandTargetResolver(CommandTargetResolver<C>) - Method in class org.axonframework.modelling.entity.child.AbstractEntityChildMetamodel.Builder
-
Sets the
CommandTargetResolverto 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
CommandTargetResolvershould be constructed for anEntityMember-annotated member of anAnnotatedEntityMetamodel. - commandThreads() - Method in record class org.axonframework.messaging.commandhandling.distributed.DistributedCommandBusConfiguration
-
Returns the value of the
commandThreadsrecord 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
statusif 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
entrieswill 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
queryTypeandfilter. - 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
queryNameandfilter. - complete(QualifiedName, Predicate<Object>) - Method in class org.axonframework.messaging.queryhandling.SimpleQueryUpdateEmitter
- CompletedEmitterException - Exception Class in org.axonframework.messaging.queryhandling
-
Exception indicating that
QueryUpdateEmitteris 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
causematching givenqueryTypeandfilter. - 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
causematching givenqueryNameandfilter. - 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 queriesmatching the givenfilter. - 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
- 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
typeor throws aComponentNotFoundExceptionif 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
typeandnameor throws aComponentNotFoundExceptionif 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'suniqueness, consisting out of atypeandname. - ComponentBuilder<C> - Interface in org.axonframework.common.configuration
-
Functional interface describing how to build a component of type
Cusing theConfigurationduring 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
Componentthat is available in theConfigurationof the application or one of itsModules. - 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
messageandcause. - 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 namefor which aTopologyChangeoccurred. - componentName(String) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Builder
- ComponentNotFoundException - Exception Class in org.axonframework.common.configuration
- ComponentNotFoundException(Class<?>, String) - Constructor for exception class org.axonframework.common.configuration.ComponentNotFoundException
-
Constructs a
ComponentNotFoundExceptionwith a default message describing aComponentcouldn't be found for the giventypeandname. - ComponentOverrideException - Exception Class in org.axonframework.common.configuration
- ComponentOverrideException(Class<?>, String) - Constructor for exception class org.axonframework.common.configuration.ComponentOverrideException
-
Constructs a
ComponentOverrideExceptionwith the giventypeandnameas the unique identifier of theComponentthat has been overridden in aApplicationConfigurer. - componentRegistry(Consumer<ComponentRegistry>) - Method in interface org.axonframework.common.configuration.ApplicationConfigurer
-
Executes the given
componentRegistraron the component registry associated with thisApplicationConfigurer. - componentRegistry(Consumer<ComponentRegistry>) - Method in class org.axonframework.common.configuration.BaseModule
-
Executes the given
registryActionon theComponentRegistryassociated 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
componentRegistraron the component registry associated with theMessagingConfigurer, 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
- 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
keyin 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
Componentfor the givenidentifierwhen absent, otherwise returns theComponentComponents.put(Component)under theidentifier. - computeIfPresent(Object, UnaryOperator<V>) - Method in interface org.axonframework.common.caching.Cache
-
Perform the
updatein the value behind the givenkey. - 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 givenresourceSupplieris used to supply the instance to register under thiskey. - 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
otherstream, 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
EventHandlermethod 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
EntityMetamodelinterface that enables the definition of command handlers and child entities for a given entity typeE. - 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
messageandcause. - ConditionalOnMissingQualifiedBean - Annotation Interface in org.axonframework.extension.springboot.util
-
Conditionalthat only matches when for the specified bean class in theBeanFactorythere is an instance which has the givenqualifierset on it. - ConditionalOnQualifiedBean - Annotation Interface in org.axonframework.extension.springboot.util
-
Conditionalthat only matches when for the specified bean class in theBeanFactorythere is an instance which has the givenqualifierset on it. - ConditionConverter - Class in org.axonframework.axonserver.connector.event
-
Utility class containing operations to convert Axon Framework's
SourcingConditionandStreamingConditioninto an Axon ServerSourceEventsRequestandStreamEventsRequestrespectively. - conditionFor(Position, EventCriteria) - Static method in interface org.axonframework.eventsourcing.eventstore.SourcingCondition
-
Construct a
SourcingConditionused to source a model based on the givencriteria. - conditionFor(TrackingToken, EventCriteria) - Static method in interface org.axonframework.messaging.eventstreaming.StreamingCondition
-
Constructs a simple
StreamingConditionthat starts streaming from the givenposition, only returning events matching the givencriteria. - conditionFor(EventCriteria) - Static method in interface org.axonframework.eventsourcing.eventstore.SourcingCondition
-
Construct a
SourcingConditionused to source a model based on the givencriteria. - 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
TokenStoreinstance. - ConfigToken(Map<String, String>) - Constructor for class org.axonframework.messaging.eventhandling.processing.streaming.token.store.ConfigToken
-
Initialize a ConfigToken instance using the given
configproperties. - configuration() - Method in class org.axonframework.extension.spring.config.SpringComponentRegistry
-
Accessor method for the
SpringAxonApplicationto access this registry'sConfiguration. - Configuration - Interface in org.axonframework.common.configuration
-
Interface providing access to all configured
componentsin an Axon Framework application. - ConfigurationApplicationContext - Class in org.axonframework.messaging.core
-
An
ApplicationContextimplementation that retrieves components from a givenConfiguration. - ConfigurationApplicationContext(Configuration) - Constructor for class org.axonframework.messaging.core.ConfigurationApplicationContext
-
Creates a new
ConfigurationApplicationContextthat retrieves components from the givenconfiguration. - ConfigurationEnhancer - Interface in org.axonframework.common.configuration
-
Interface describing an enhancement of the
ComponentRegistryfrom the Axon Framework configuration API, taking effect duringbuildof the configurer. - ConfigurationParameterResolverConfigurationEnhancer - Class in org.axonframework.messaging.core.configuration.reflection
-
ConfigurationEnhancerthat registers theConfigurationParameterResolverFactoryas additional parameter resolver factory to theComponentRegistry. - ConfigurationParameterResolverConfigurationEnhancer() - Constructor for class org.axonframework.messaging.core.configuration.reflection.ConfigurationParameterResolverConfigurationEnhancer
- ConfigurationParameterResolverFactory - Class in org.axonframework.messaging.core.configuration.reflection
-
A
ParameterResolverFactoryimplementation that resolves parameters from available components in theConfigurationinstance it was configured with. - ConfigurationParameterResolverFactory(Configuration) - Constructor for class org.axonframework.messaging.core.configuration.reflection.ConfigurationParameterResolverFactory
-
Initialize an instance using given
configurationto 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
AppendConditionAssertionExceptionnoting that theEventStorageEnginecontains events matching thecriteriapassed the givenconsistencyMarker. - CONNECTION_FAILED - Enum constant in enum class org.axonframework.axonserver.connector.ErrorCode
- ConnectionExecutor - Class in org.axonframework.common.jdbc
-
A
TransactionalExecutorimplementation for JDBCConnections. - 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
Componentcontaining an implementation of the generic typeC. - constructForContext(String, Configuration) - Static method in class org.axonframework.axonserver.connector.event.AxonServerEventStorageEngineFactory
-
Constructs an
AxonServerEventStorageEnginefor the givencontext, retrieving aAxonServerConnectionManagerandEventConverterfrom the givenconfig. - 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
attributeKeyis 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
Componentpresent for the givenidentifier. - 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
keyin 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 typeto the definedtarget type. - context() - Method in class org.axonframework.axonserver.connector.TopologyChange
-
Returns the
contextfor which aTopologyChangeoccurred. - context() - Method in record class org.axonframework.messaging.core.SimpleEntry
-
Returns the value of the
contextrecord component. - context() - Method in record class org.axonframework.messaging.eventhandling.processing.errorhandling.ErrorContext
-
Returns the value of the
contextrecord 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
namedelimiter used when deriving the context name for theAxonServerEventStorageEngineunder 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
- 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
hostnameandportcombination. - ContinuousMessageStream<E> - Class in org.axonframework.eventsourcing.eventstore
-
A
MessageStreamimplementation 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
ContinuousMessageStreaminstance 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
messageandcause. - 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
errorMessageto the relevant AxonException - convert(ErrorMessage, Supplier<Object>) - Method in enum class org.axonframework.axonserver.connector.ErrorCode
-
Converts the
errorMessageto 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
inputobject into an object of the giventargetType. - 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
inputobject into an object of the giventargetType. - 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
sourceand thethrowableto the relevant AxonException - convert(Throwable) - Method in enum class org.axonframework.axonserver.connector.ErrorCode
-
Converts the
throwableto 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
eventMessageto a Spring ApplicationEvent. - convert(S) - Method in class org.axonframework.conversion.ChainedConverter
- convert(S) - Method in interface org.axonframework.conversion.ContentTypeConverter
-
Converts the given
inputobject of generic typeSinto an object of generic typeT. - convertAppendCondition(AppendCondition) - Static method in class org.axonframework.axonserver.connector.event.ConditionConverter
-
Converts the given
conditioninto aConsistencyCondition. - convertCommand(Command) - Static method in class org.axonframework.axonserver.connector.command.CommandConverter
- convertCommandMessage(CommandMessage, String, String) - Static method in class org.axonframework.axonserver.connector.command.CommandConverter
- convertCommandResponse(CommandResponse) - Static method in class org.axonframework.axonserver.connector.command.CommandConverter
-
Converts the given
commandResponseto aCommandResultMessage, wrapped in aCompletableFuturefor convenience when dealing withCommandResponsesduringdispatching. - converter() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenStore
-
Returns the converter used by the
TokenStoreto serialize tokens. - converter() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa.JpaTokenStore
-
Returns the
Converterused by theTokenStoreto serialize tokens. - converter(ConverterProperties) - Method in class org.axonframework.extension.springboot.autoconfig.ConverterAutoConfiguration
-
Bean creation method constructing the "general"
Converterto 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
Convertersused 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
Convertersavailable in Axon Framework. - convertEvent(E, Class<T>) - Method in interface org.axonframework.messaging.eventhandling.conversion.EventConverter
-
Converts the given
event'spayloadto the giventargetType, returning a newEventMessagewith 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'spayloadto the giventargetType, returning a newEventMessagewith the converted payload. - convertEvent(Event) - Method in class org.axonframework.axonserver.connector.event.TaggedEventConverter
-
Convert the given
eventto anEventMessage. - 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
messageinto 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
- CONVERTING_COMMAND_GATEWAY_ORDER - Static variable in class org.axonframework.messaging.core.configuration.MessagingConfigurationDefaults
-
The order in which the
ConvertingCommandGatewayis applied to theCommandGatewayin theComponentRegistry. - ConvertingCommandGateway - Class in org.axonframework.messaging.commandhandling.gateway
-
A
CommandGatewayimplementation that wraps theCommandResultof the delegate into a result that can convert the payload of the result using a providedMessageConverter. - ConvertingCommandGateway(CommandGateway, MessageConverter) - Constructor for class org.axonframework.messaging.commandhandling.gateway.ConvertingCommandGateway
-
Constructs a
ConvertingCommandGatewaywith the givendelegateandconverter. - convertMessage(M, Class<T>) - Method in interface org.axonframework.messaging.core.conversion.MessageConverter
-
Converts the given
message'spayloadto the giventargetType, returning a newMessagewith 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'spayloadto the giventargetType, returning a newMessagewith the converted payload. - convertMetadataValuesToGrpc(Map<String, MetaDataValue>) - Static method in class org.axonframework.axonserver.connector.MetadataConverter
- convertPayload(E, Class<T>) - Method in interface org.axonframework.messaging.eventhandling.conversion.EventConverter
- convertPayload(E, Type) - Method in class org.axonframework.messaging.eventhandling.conversion.DelegatingEventConverter
- convertPayload(E, Type) - Method in interface org.axonframework.messaging.eventhandling.conversion.EventConverter
- convertPayload(M, Class<T>) - Method in interface org.axonframework.messaging.core.conversion.MessageConverter
- convertPayload(M, Type) - Method in class org.axonframework.messaging.core.conversion.DelegatingMessageConverter
- convertPayload(M, Type) - Method in interface org.axonframework.messaging.core.conversion.MessageConverter
- convertQueryMessage(QueryMessage, String, String) - Static method in class org.axonframework.axonserver.connector.query.QueryConverter
-
Converts a
QueryMessageinto aQueryRequest. - convertQueryRequest(QueryRequest) - Static method in class org.axonframework.axonserver.connector.query.QueryConverter
-
Converts a
QueryRequestinto aQueryMessage. - convertQueryResponse(QueryResponse) - Static method in class org.axonframework.axonserver.connector.query.QueryConverter
-
Converts a
QueryResponseinto aQueryResponseMessage. - convertQueryResponseMessage(String, QueryResponseMessage) - Static method in class org.axonframework.axonserver.connector.query.QueryConverter
-
Converts a
QueryResponseMessageinto aQueryResponse. - convertQueryUpdate(QueryUpdate) - Static method in class org.axonframework.axonserver.connector.query.QueryConverter
-
Converts a
QueryUpdateobject into aSubscriptionQueryUpdateMessage. - 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
SubscriptionQueryUpdateMessageinto aQueryUpdate. - convertResultMessage(CommandResultMessage, String) - Static method in class org.axonframework.axonserver.connector.command.CommandConverter
-
Converts the given
resultMessage, when present, into aCommandResponse, using the givenrequestIdentifierto correlate theCommandthat led to thisCommandResponse. - convertSourcingCondition(SourcingCondition) - Static method in class org.axonframework.axonserver.connector.event.ConditionConverter
-
Converts the given
conditioninto aSourceEventsRequest. - convertStreamingCondition(StreamingCondition) - Static method in class org.axonframework.axonserver.connector.event.ConditionConverter
-
Converts the given
conditioninto aStreamEventsRequest. - convertSubscriptionQueryMessage(SubscriptionQuery) - Static method in class org.axonframework.axonserver.connector.query.QueryConverter
-
Converts a
SubscriptionQueryinto aQueryMessage. - convertTaggedEventMessage(TaggedEventMessage<?>) - Method in class org.axonframework.axonserver.connector.event.TaggedEventConverter
-
Convert the given
taggedEventto aTaggedEvent. - 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
Throwableinto anErrorMessage. - convertToOutboundMessage(EventMessage) - Method in class org.axonframework.extension.spring.messaging.DefaultEventMessageConverter
- convertToOutboundMessage(EventMessage) - Method in interface org.axonframework.extension.spring.messaging.EventMessageConverter
-
Converts Axon
eventinto Spring message. - convertToSingleObjectEncoded(Object) - Method in interface org.axonframework.conversion.avro.AvroConverterStrategy
-
Converts the given
objectto 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
ScheduledExecutorServiceused by the coordinator of thisPooledStreamingEventProcessor. - coordinatorExecutor(Supplier<ScheduledExecutorService>) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorConfiguration
-
Specifies the
ScheduledExecutorServiceused by the coordinator of thisPooledStreamingEventProcessor. - 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
MessageDispatchInterceptorandMessageHandlerInterceptorimplementation usingCorrelationDataProvidersto collect and set a collection of correlation data. - CorrelationDataInterceptor(Collection<CorrelationDataProvider>) - Constructor for class org.axonframework.messaging.core.interception.CorrelationDataInterceptor
-
Construct a
CorrelationDataInterceptorthat collects correlation data fromintercepted messageswith the givencorrelationDataProviders, and sets it duringdispatching - CorrelationDataInterceptor(CorrelationDataProvider...) - Constructor for class org.axonframework.messaging.core.interception.CorrelationDataInterceptor
-
Construct a
CorrelationDataInterceptorthat collects correlation data fromintercepted messageswith the givencorrelationDataProviders, and sets it duringdispatching - CorrelationDataProvider - Interface in org.axonframework.messaging.core.correlation
-
Object defining the data from a
Messagethat should be attached as correlation data toMessagesgenerated as result of the processing of the givenmessage. - 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
-
A registry of
CorrelationDataProviders, acting as a collection ofregistered CorrelationDataProvider components. - correlationDataProviders(Configuration) - Method in interface org.axonframework.messaging.core.correlation.CorrelationDataProviderRegistry
-
Returns the list of
CorrelationDataProvidersregistered 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
othertoken completely. - create() - Static method in class org.axonframework.eventsourcing.configuration.EventSourcingConfigurer
-
Build a default
EventSourcingConfigurerinstance with several event sourcing defaults. - create() - Static method in class org.axonframework.messaging.core.configuration.MessagingConfigurer
-
Build a default
MessagingConfigurerinstance with several messaging defaults, as well as methods to register (e.g.) acommand bus. - create() - Method in interface org.axonframework.messaging.core.unitofwork.UnitOfWorkFactory
-
Creates a new
UnitOfWorkwith 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
MessagingConfigurerit 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
Ewith the given identifier. - create(String) - Static method in class org.axonframework.messaging.commandhandling.SimpleCommandHandlingComponent
-
Instantiates a simple
CommandHandlingComponentthat is able to handle commands and delegate them to subcomponents. - create(String) - Method in interface org.axonframework.messaging.core.unitofwork.UnitOfWorkFactory
-
Creates a new
UnitOfWorkwith the given identifier. - create(String) - Static method in class org.axonframework.messaging.eventhandling.SimpleEventHandlingComponent
-
Instantiates a simple
EventHandlingComponentthat is able to handle events and delegate them to subcomponents. - create(String) - Static method in class org.axonframework.messaging.queryhandling.SimpleQueryHandlingComponent
-
Instantiates a simple
QueryHandlingComponentthat 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
UnitOfWorkthat is bound to a transaction. - create(String, Function<UnitOfWorkConfiguration, UnitOfWorkConfiguration>) - Method in interface org.axonframework.messaging.core.unitofwork.UnitOfWorkFactory
-
Creates a new
UnitOfWorkwith 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
EventHandlingComponentthat is able to handle events and delegate them to subcomponents, using the givensequencingPolicyto decide how to sequence incoming events. - create(CompletableFuture<? extends MessageStream<M>>) - Static method in class org.axonframework.messaging.core.DelayedMessageStream
-
Creates a
streamthat delays actions to itsdelegatewhen it becomes available. - create(Function<UnitOfWorkConfiguration, UnitOfWorkConfiguration>) - Method in interface org.axonframework.messaging.core.unitofwork.UnitOfWorkFactory
-
Creates a new
UnitOfWorkwith a random identifier and applies the provided customization to its configuration. - create(Configuration) - Method in interface org.axonframework.messaging.eventhandling.configuration.SubscribableEventSourceDefinition
-
Creates a
SubscribableEventSourcebased on this definition and the provided configuration. - create(ParameterResolverFactory, ParameterResolverFactory) - Static method in class org.axonframework.messaging.core.annotation.HierarchicalParameterResolverFactory
-
Creates a new hierarchical
ParameterResolverFactorythat delegates to the givenparentandchildfactories. - create(StateManager, StateManager) - Static method in class org.axonframework.modelling.HierarchicalStateManager
-
Creates a new hierarchical
StateManagerthat delegates to the givenparentandchildmanagers, giving preference to thechildmanager. - create(UsagePropertyProvider...) - Static method in interface org.axonframework.update.configuration.UsagePropertyProvider
-
Creates a new instance of
UsagePropertyProviderthat 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 givenparentClassfor the presence of a child entity according to this definition. - createChildEntityMatcher(AnnotatedEntityMetamodel<E>, Member) - Method in interface org.axonframework.modelling.entity.annotation.EventTargetMatcherDefinition
- 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
Spanwhich is part of the current trace. - createCommandTargetResolver(AnnotatedEntityMetamodel<E>, Member) - Method in interface org.axonframework.modelling.entity.annotation.CommandTargetResolverDefinition
- 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
hostnameand (http)portto create a context with the givencontextname. - 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
- createEventCriteriaResolver(Class<E>, Class<I>, Configuration) - Method in interface org.axonframework.eventsourcing.annotation.CriteriaResolverDefinition
- 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
- createFactory(Class<E>, Set<Class<? extends E>>, Class<ID>, Configuration) - Method in interface org.axonframework.eventsourcing.annotation.EventSourcedEntityFactoryDefinition
- 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
MessageHandlingMemberfor the givenmethodmethod. - 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
- 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
EntityIdResolverfor 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
ParameterResolverinstance that can provide a parameter of typeparameterTypefor 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
Spanlinked 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
Spanlinked to the currently active span. - createLinkedHandlerSpan(Supplier<String>, Message, Message...) - Method in interface org.axonframework.messaging.tracing.SpanFactory
-
Creates a new
Spanwhich 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
AnnotatedEntityMetamodelfor 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.Builderwith the givenkeyandvalue. - createProcessingInstruction(ProcessingKey, long) - Static method in class org.axonframework.axonserver.connector.util.ProcessingInstructionUtils
-
Creates a new
ProcessingInstruction.Builderwith the givenkeyandvalue. - createProcessingInstruction(ProcessingKey, MetaDataValue.Builder) - Static method in class org.axonframework.axonserver.connector.util.ProcessingInstructionUtils
-
Creates a new
ProcessingInstruction.Builderwith the givenkeyandvalue. - createProcessingInstruction(ProcessingKey, String) - Static method in class org.axonframework.axonserver.connector.util.ProcessingInstructionUtils
-
Creates a new
ProcessingInstruction.Builderwith the givenkeyandvalue. - 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
startPositionof 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
startPositionof 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
Spanwithout 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 newAggregateBasedConsistencyMarker. - createSingle(CompletableFuture<MessageStream.Single<M>>) - Static method in class org.axonframework.messaging.core.DelayedMessageStream
-
Creates a
single streamthat delays actions to itsdelegatewhen it becomes available. - createSortedSetOf(Collection<Long>, long) - Static method in class org.axonframework.messaging.eventhandling.processing.streaming.token.GapAwareTrackingToken
-
Construct a
SortedSetof the givengapsto 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
CommandHandlerto this metamodel for the givenQualifiedNamethat 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
ComponentBuilderof aCriteriaResolveras the criteria resolver for the event-sourced entity being built. - CriteriaResolver<I> - Interface in org.axonframework.eventsourcing
-
Functional interface describing a resolver of an
EventCriteriabased on an identifier of typeI. - criteriaResolverDefinition() - Element in annotation interface org.axonframework.eventsourcing.annotation.EventSourcedEntity
-
The definition of the
CriteriaResolverto use to resolve theEventCriteriafor the entity. - criteriaResolverDefinition() - Element in annotation interface org.axonframework.extension.spring.stereotype.EventSourced
-
The definition of the
CriteriaResolverto use to resolve theEventCriteriafor the entity. - CriteriaResolverDefinition - Interface in org.axonframework.eventsourcing.annotation
-
Defines how a
CriteriaResolvershould be constructed for anEventSourcedEntityannotated 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
Componentsin the currentComponentRegistryonly, 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
Customizationrecord 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
dataSourceto 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
booleanspecifying that a context supports DCB. - DEADLINE_NAME - Static variable in interface org.axonframework.messaging.core.annotation.HandlerAttributes
-
Attribute key referencing the name of thethe handler can handle.
invalid reference
org.axonframework.deadline.DeadlineMessage - 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
entityTypeandidType. - 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
entityTypeandidType. - 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
methodNameand parameters of typeparameterTypesis declared. - decorate(Component<C>) - Method in interface org.axonframework.common.configuration.DecoratorDefinition.CompletedDecoratorDefinition
-
Decorates the given
delegateby 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
delegateinto a mutated or replaced instance of typeD, which must be the same or a subclass ofC. - 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
- DECORATION_ORDER - Static variable in class org.axonframework.messaging.commandhandling.interception.InterceptingCommandBus
- DECORATION_ORDER - Static variable in class org.axonframework.messaging.eventhandling.InterceptingEventBus
- DECORATION_ORDER - Static variable in class org.axonframework.messaging.eventhandling.InterceptingEventSink
- DECORATION_ORDER - Static variable in class org.axonframework.messaging.eventhandling.interception.InterceptingEventHandlingComponent
-
The order in which the
InterceptingEventHandlingComponentis applied as adecoratorto anEventHandlingComponent. - DECORATION_ORDER - Static variable in class org.axonframework.messaging.queryhandling.interception.InterceptingQueryBus
- DecoratorDefinition<C,
D> - Interface in org.axonframework.common.configuration -
Defines the structure of a decorator for
componentsin theConfigurationof the application or one of itsModules. - DecoratorDefinition.CompletedDecoratorDefinition<C,
D> - Interface in org.axonframework.common.configuration -
Defines the behavior that all implementation of
DecoratorDefinitionmust 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
BaseMatcherimplementation that first matches based onObject.equals(Object). - DeepEqualsMatcher(T) - Constructor for class org.axonframework.test.matchers.DeepEqualsMatcher
- DeepEqualsMatcher(T, FieldFilter) - Constructor for class org.axonframework.test.matchers.DeepEqualsMatcher
- 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
-
A default instance of the
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
-
A default instance of the
DistributedCommandBusConfiguration, setting theDistributedCommandBusConfiguration.loadFactor()to 100, theDistributedCommandBusConfiguration.commandThreads()to 10, and theDistributedCommandBusConfiguration.executorServiceFactory()to a priority-awareExecutorServiceFactoryusing the configured number of threads. - DEFAULT - Static variable in record class org.axonframework.messaging.core.annotation.AnnotationMessageTypeResolver.AnnotationSpecification
-
The default
AnnotationMessageTypeResolver.AnnotationSpecificationlooking for theMessageannotation. - DEFAULT - Static variable in record class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenStoreConfiguration
-
A
JdbcTokenStoreConfigurationinstance with the following default values: Theschemadefaults tonew TokenSchema(). TheclaimTimeoutdefaults to 10 seconds. ThenodeIddefaults to the name of the managed bean for the runtime system of the Java virtual machine. ThecontentTypedefaults to abyte[]-Class. - DEFAULT - Static variable in record class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa.JpaTokenStoreConfiguration
-
A
JpaTokenStoreConfigurationinstance with the following default values: TheloadingLockModedefaults toLockModeType.PESSIMISTIC_WRITETheclaimTimeoutdefaults to 10 seconds ThenodeIddefaults 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
-
A default instance of the
DistributedQueryBusConfiguration, setting theDistributedQueryBusConfiguration.queryThreads()to 10, theDistributedQueryBusConfiguration.queryResponseThreads()to 5, and theDistributedQueryBusConfiguration.queryExecutorServiceFactory()andDistributedQueryBusConfiguration.queryResponseExecutorServiceFactory()to priority-awareExecutorServiceFactoriesusing the configured number of threads. - DEFAULT_CAUSATION_KEY - Static variable in class org.axonframework.messaging.core.correlation.MessageOriginProvider
- DEFAULT_CORRELATION_KEY - Static variable in class org.axonframework.messaging.core.correlation.MessageOriginProvider
- DEFAULT_VERSION - Static variable in record class org.axonframework.messaging.core.MessageType
-
The default version of a
MessageTypewhen 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 priority0. - defaultCalculator() - Static method in interface org.axonframework.messaging.queryhandling.QueryPriorityCalculator
-
Returns a default implementation of the
QueryPriorityCalculator, always returning priority0. - 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
DefaultCommandBusSpanFactoryusing the providedbuilder. - 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
CommandGatewayinterface. - DefaultCommandGateway(CommandBus, MessageTypeResolver, CommandPriorityCalculator, RoutingStrategy) - Constructor for class org.axonframework.messaging.commandhandling.gateway.DefaultCommandGateway
-
Initialize the
DefaultCommandGatewayto send commands through givencommandBus. - DefaultComponentRegistry - Class in org.axonframework.common.configuration
-
Default implementation of the
ComponentRegistryallowing for reuse ofComponent,ComponentDecorator,ConfigurationEnhancer, andModuleregistration for theApplicationConfigurerandModuleimplementations 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 ofCorrelationDataProviders. - 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 ofCommandMessage,EventMessage, andQueryMessage-specificMessageDispatchInterceptors. - 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
DefaultEventBusSpanFactoryusing the providedbuilder. - 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
EventGatewayinterface using theEventSinkto publish events. - DefaultEventGateway(EventSink, MessageTypeResolver) - Constructor for class org.axonframework.messaging.eventhandling.gateway.DefaultEventGateway
-
Creates a new
EventGatewaythat uses the giveneventSinkto publish events. - DefaultEventHandlingComponentsConfigurer - Class in org.axonframework.messaging.eventhandling.configuration
-
Default implementation of
EventHandlingComponentsConfigurerprovidingEventHandlingComponents` 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
EventMessageConverterthat 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
DefaultEventProcessorSpanFactoryusing the providedbuilder. - DefaultEventProcessorSpanFactory.Builder - Class in org.axonframework.messaging.eventhandling.tracing
-
Builder class to instantiate a
DefaultEventProcessorSpanFactory. - DefaultEventStoreTransaction - Class in org.axonframework.eventsourcing.eventstore
-
The default
EventStoreTransaction. - DefaultEventStoreTransaction(EventStorageEngine, ProcessingContext, Function<EventMessage, TaggedEventMessage<?>>) - Constructor for class org.axonframework.eventsourcing.eventstore.DefaultEventStoreTransaction
-
Constructs a
DefaultEventStoreTransactionusing the giveneventStorageEnginetoappend eventsoriginating from the givencontext. - DefaultHandlerInterceptorRegistry - Class in org.axonframework.messaging.core.interception
-
Default implementation of the
HandlerInterceptorRegistry, maintaining lists ofCommandMessage,EventMessage, andQueryMessage-specificMessageHandlerInterceptors. - 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.UUIDbased 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
-
Instantiates
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
DefaultMessageDispatchInterceptorChainfrom the giveninterceptorswithout 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
DefaultMessageDispatchInterceptorChainfrom the giveninterceptors, invoking the giventerminaloperation when reaching the end of the interceptor chain. - DefaultMessageMonitorRegistry - Class in org.axonframework.messaging.monitoring.configuration
-
The
DefaultMessageMonitorRegistryis a default implementation of theMessageMonitorRegistryinterface responsible for managing and providing components ofMessageMonitorfor various message types such asCommandMessage,EventMessage, andQueryMessage. - 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
ProcessorModuleFactorythat assigns event handlers to processors usingProcessorDefinitions. - 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
DefaultQueryBusSpanFactoryusing the providedbuilder. - 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
QueryGatewayinterface. - DefaultQueryGateway(QueryBus, MessageTypeResolver, QueryPriorityCalculator, MessageConverter) - Constructor for class org.axonframework.messaging.queryhandling.gateway.DefaultQueryGateway
-
Initialize the
DefaultQueryGatewayto send queries through the givenqueryBus. - 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
DefaultQueryUpdateEmitterSpanFactoryusing the providedbuilder. - 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
PooledStreamingEventProcessorinstances 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
SubscribingEventProcessorinstances 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
PooledStreamingEventProcessorinstances 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
SubscribingEventProcessorinstances 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
UsagePropertyProviderinterface. - 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
messagethat was dispatched and resulted in givenfailure. - DelayedMessageStream<M> - Class in org.axonframework.messaging.core
-
An implementation of the
MessageStreamthat 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
ConverterthisMessageConverterdelegates 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
Messagedelegated by this decorator. - delegate() - Method in class org.axonframework.messaging.eventhandling.conversion.DelegatingEventConverter
-
Returns the
MessageConverterthisEventConverterdelegates to. - DelegatingCommandBusConnector - Class in org.axonframework.messaging.commandhandling.distributed
-
A
CommandBusConnectorimplementation that wraps anotherCommandBusConnectorand 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
EventBusthat delegates all calls to a given delegate. - DelegatingEventBus(EventBus) - Constructor for class org.axonframework.messaging.eventhandling.DelegatingEventBus
-
Constructs the
DelegatingEventBuswith the givendelegateto receive calls. - DelegatingEventConverter - Class in org.axonframework.messaging.eventhandling.conversion
-
An
EventConverterimplementation delegating conversion operations to aMessageConverter. - DelegatingEventConverter(Converter) - Constructor for class org.axonframework.messaging.eventhandling.conversion.DelegatingEventConverter
-
Constructs a
DelegatingEventConverter, delegating operations to aDelegatingMessageConverterbuild with the givenconverter. - DelegatingEventConverter(MessageConverter) - Constructor for class org.axonframework.messaging.eventhandling.conversion.DelegatingEventConverter
-
Constructs a
DelegatingEventConverter, delegating operations to the givenconverter. - DelegatingEventHandlingComponent - Class in org.axonframework.messaging.eventhandling
-
Abstract implementation of an
EventHandlingComponentthat delegates calls to a given delegate. - DelegatingEventHandlingComponent(EventHandlingComponent) - Constructor for class org.axonframework.messaging.eventhandling.DelegatingEventHandlingComponent
-
Constructs the component with given
delegateto receive calls. - DelegatingMessageConverter - Class in org.axonframework.messaging.core.conversion
-
A
MessageConverterimplementation delegating conversion operations to aConverter. - DelegatingMessageConverter(Converter) - Constructor for class org.axonframework.messaging.core.conversion.DelegatingMessageConverter
-
Constructs a
DelegatingMessageConverter, delegating operations to the givenconverter. - 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
delegateto receive calls. - DelegatingQueryBusConnector - Class in org.axonframework.messaging.queryhandling.distributed
-
A
QueryBusConnectorimplementation that wraps anotherQueryBusConnectorand delegates all calls to it. - DelegatingQueryBusConnector(QueryBusConnector) - Constructor for class org.axonframework.messaging.queryhandling.distributed.DelegatingQueryBusConnector
-
Initialize the delegating
QueryBusConnectorto delegate all calls to the givendelegate. - deleteContext(String, int, String) - Static method in class org.axonframework.test.server.AxonServerContainerUtils
-
Calls the API of Axon Server at the given
hostnameand (http)portto delete the givencontext. - 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
processorNameandsegmentId. - deleteToken(Connection, String, int) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenStore
-
Creates a new
PreparedStatementto release the current claim this node has on a token belonging to a processor with givenprocessorNameandsegment. - DescribableComponent - Interface in org.axonframework.common.infra
-
Contract allowing components
to describethemselves with a givenComponentDescriptor. - 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
listin the givendescription. - 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
valuewiththisdescriptor for the givenname. - 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
valuewiththisdescriptor for the givenname. - 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
objectwiththisdescriptor for the givenname. - 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
valuewiththisdescriptor for the givenname. - 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
collectionwiththisdescriptor for the givenname. - 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
mapwiththisdescriptor for the givenname. - 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 DescribableComponentwith the givendescriptor. - 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
delegatewiththisdescriptor under the name"delegate". - describing(Throwable) - Static method in class org.axonframework.messaging.core.RemoteExceptionDescription
- description() - Method in record class org.axonframework.update.api.DetectedVulnerability
-
Returns the value of the
descriptionrecord 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
- 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
DetectedVulnerabilityrecord 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
ConfigurationEnhancerthat disables Axon Server that is only constructed whenaxon.axonserver.enabledis set tofalse. - 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
ConfigurationEnhancerclass 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
ConfigurationEnhancerclass 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
ServiceLoadermechanism. - 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(CommandMessage, ProcessingContext) - Method in interface org.axonframework.messaging.commandhandling.distributed.CommandBusConnector
-
Dispatches the given
commandto 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
DecoratorDefinitionthat registersMessage-specificMessageDispatchInterceptorswith theDispatchInterceptorRegistry. - DispatchInterceptorRegistry - Interface in org.axonframework.messaging.core.interception
-
A registry of
MessageDispatchInterceptors, acting as a collection ofregistered MessageDispatchInterceptors components. - 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
- DISTRIBUTED_QUERY_BUS_ORDER - Static variable in class org.axonframework.messaging.queryhandling.distributed.DistributedQueryBusConfigurationEnhancer
- DistributedCommandBus - Class in org.axonframework.messaging.commandhandling.distributed
-
Implementation of a
CommandBusthat is aware of multiple instances of aCommandBusworking together to spread load. - DistributedCommandBus(CommandBus, CommandBusConnector, DistributedCommandBusConfiguration) - Constructor for class org.axonframework.messaging.commandhandling.distributed.DistributedCommandBus
-
Constructs a
DistributedCommandBususing the givenlocalSegmentforsubscribinghandlers and the givenconnectorto dispatch commands and replies to different segments of theCommandBus. - 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
loadFactorandcommandThreadsare strictly positive. - DistributedCommandBusConfigurationEnhancer - Class in org.axonframework.messaging.commandhandling.distributed
-
Configuration enhancer for the
DistributedCommandBus, which upon detection of aCommandBusConnectorin the configuration will decorate the regularCommandBuswith 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
StreamingEventProcessorshould 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
StreamingEventProcessorto be traced in the same trace as the trace that published it. - DistributedQueryBus - Class in org.axonframework.messaging.queryhandling.distributed
-
Implementation of a
QueryBusthat is aware of multiple instances of aQueryBusworking together to spread the load. - DistributedQueryBus(QueryBus, QueryBusConnector, DistributedQueryBusConfiguration) - Constructor for class org.axonframework.messaging.queryhandling.distributed.DistributedQueryBus
-
Constructs a
DistributedQueryBususing the givenlocalSegmentforsubscribinghandlers and the givenconnectorto dispatch and receive queries and query responses with, to and from different segments of theQueryBus. - 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
queryThreadsandqueryResponseThreadsare strictly positive. - DistributedQueryBusConfigurationEnhancer - Class in org.axonframework.messaging.queryhandling.distributed
-
Configuration enhancer for the
DistributedQueryBus, which upon detection of aQueryBusConnectorin the configuration will decorate the regularQueryBuswith 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
EntityChildMetamodelfor 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
actionto be executedon errorof andwhen completingthisProcessingLifecycle. - 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
thismarker and givenothermarker. - 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
thismarker and givenothermarker. - DuplicateCommandHandlerSubscriptionException - Exception Class in org.axonframework.messaging.commandhandling
-
Exception indicating a duplicate
CommandHandlerwas subscribed. - DuplicateCommandHandlerSubscriptionException(String) - Constructor for exception class org.axonframework.messaging.commandhandling.DuplicateCommandHandlerSubscriptionException
-
Initializes a
DuplicateCommandHandlerSubscriptionExceptionusing the givenmessage. - DuplicateCommandHandlerSubscriptionException(QualifiedName, CommandHandler, CommandHandler) - Constructor for exception class org.axonframework.messaging.commandhandling.DuplicateCommandHandlerSubscriptionException
-
Initialize a duplicate
CommandHandlersubscription exception using the giveninitialHandlerandduplicateHandlerto 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
modulefailed to register. - DuplicateQueryHandlerSubscriptionException - Exception Class in org.axonframework.messaging.queryhandling
-
Exception indicating a duplicate
QueryHandlerwas subscribed. - DuplicateQueryHandlerSubscriptionException(String) - Constructor for exception class org.axonframework.messaging.queryhandling.DuplicateQueryHandlerSubscriptionException
-
Initializes a
DuplicateQueryHandlerSubscriptionExceptionusing the givenmessage. - DuplicateQueryHandlerSubscriptionException(QualifiedName, QueryHandler, QueryHandler) - Constructor for exception class org.axonframework.messaging.queryhandling.DuplicateQueryHandlerSubscriptionException
-
Initialize a duplicate
QueryHandlersubscription exception using the giveninitialHandlerandduplicateHandlerto 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
ehCacheinstance - either(Collection<EventCriteria>) - Static method in interface org.axonframework.messaging.eventstreaming.EventCriteria
-
Create an
EventCriteriathat matches events that match either of the givenEventCriteria. - either(EventCriteria...) - Static method in interface org.axonframework.messaging.eventstreaming.EventCriteria
-
Create an
EventCriteriathat matches events that match either of the givenEventCriteria. - emit(Class<Q>, Predicate<? super Q>, Object) - Method in interface org.axonframework.messaging.queryhandling.QueryUpdateEmitter
-
Emits given
updateto subscription queries matching the givenqueryTypeand givenfilter. - emit(Class<Q>, Predicate<? super Q>, Supplier<Object>) - Method in interface org.axonframework.messaging.queryhandling.QueryUpdateEmitter
-
Emits the outcome of the
updateSupplierto subscription queries matching the givenqueryTypeand givenfilter. - 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
updateto subscription queries matching the givenqueryNameand givenfilter. - emit(QualifiedName, Predicate<Object>, Supplier<Object>) - Method in interface org.axonframework.messaging.queryhandling.QueryUpdateEmitter
-
Emits the outcome of the
updateSupplierto subscription queries matching the givenqueryNameand givenfilter. - 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
updateSuppliertosubscription queriesmatching the givenqueryNameand givenfilter. - 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.Entryand 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
EmptyAppendTransactionrecord class. - EmptyApplicationContext - Class in org.axonframework.messaging.core
-
An
ApplicationContextimplementation 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
CompletableFuturewithnullas result. - emptyInstance() - Static method in class org.axonframework.messaging.core.Metadata
-
Returns an empty
Metadatainstance. - emptyMessage() - Static method in class org.axonframework.messaging.core.GenericMessage
-
Construct an empty message.
- emptyOrNull(String) - Static method in class org.axonframework.common.StringUtils
- enableCoordinatorClaimExtension() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorConfiguration
-
Enables the
Coordinatortoextend the claimsof itsWorkPackages. - 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
namegiven whenconstructingan 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
- 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
-
The
AxonServerConfigurationEnhancer.order()when thisAxonServerConfigurationEnhancerenhances anApplicationConfigurer. - ENHANCER_ORDER - Static variable in class org.axonframework.eventsourcing.configuration.EventSourcingConfigurationDefaults
-
The order of
thisenhancer compared to others, equal to 100 positions beforeMessagingConfigurationDefaults(thus,MessagingConfigurationDefaults.ENHANCER_ORDER- 100). - ENHANCER_ORDER - Static variable in class org.axonframework.messaging.core.configuration.MessagingConfigurationDefaults
-
The order of
thisenhancer compared to others, equal toInteger.MAX_VALUE. - ENHANCER_ORDER - Static variable in class org.axonframework.messaging.eventhandling.configuration.EventBusConfigurationDefaults
-
The order of
thisenhancer compared to others, equal to 100 positions beforeMessagingConfigurationDefaults(thus,MessagingConfigurationDefaults.ENHANCER_ORDER- 100). - ENHANCER_ORDER - Static variable in class org.axonframework.update.UpdateCheckerConfigurationEnhancer
-
The order of
thisenhancer compared to others, equal toInteger.MAX_VALUE. - ensureAccessible(T) - Static method in class org.axonframework.common.ReflectionUtils
-
Makes the given
memberaccessible 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
commandandexistingEntity. - EntityChildMetamodel<C,
P> - Interface in org.axonframework.modelling.entity.child -
Interface describing a child
EntityMetamodelthat 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
CommandMessagefor that uses an entity to make a decision. - EntityCommandHandlingComponent<ID,
E> - Class in org.axonframework.modelling.entity -
A
CommandHandlingComponentthat handles commands for an entity. - EntityCommandHandlingComponent(Repository<ID, E>, EntityMetamodel<E>, EntityIdResolver<ID>) - Constructor for class org.axonframework.modelling.entity.EntityCommandHandlingComponent
-
Creates a new
CommandHandlingComponentthat 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
EntityEvolverto 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
entityof typeebased on a givenEventMessage. - EntityEvolvingComponent<E> - Interface in org.axonframework.modelling
-
Interface describing a group of
EntityEvolversbelonging to a single entity of typeE, 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
ComponentBuilderof anEventSourcedEntityFactoryas 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
EventSourcedEntityFactoryto use to create a new instance of the entity. - entityFactoryDefinition() - Element in annotation interface org.axonframework.extension.spring.stereotype.EventSourced
-
The definition of the
EventSourcedEntityFactoryto use to create a new instance of the entity. - EntityIdResolutionException - Exception Class in org.axonframework.modelling
-
Thrown when an
EntityIdResolverwas 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
ComponentBuilderof anEntityIdResolveras 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
entityIdResolverto resolver the entity's identifiers from a givenMessagewhen 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
EntityIdResolverDefinitionto use to resolve the entity id from acommand message. - entityIdResolverDefinition() - Element in annotation interface org.axonframework.extension.spring.stereotype.EventSourced
-
The definition of the
EntityIdResolverDefinitionto use to resolve the entity id from acommand message. - EntityIdResolverDefinition - Interface in org.axonframework.modelling.annotation
-
Definition describing how to create an
EntityIdResolverfor a given entity type and identifier type. - EntityManagerExecutor - Class in org.axonframework.common.jpa
-
A
TransactionalExecutorimplementation forEntityManagers. - 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
EntityMetamodelof 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
EntityMetamodelinstance, 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
EntityMetamodelfor a specific entity type, based on the providedConfigurationandEntityMetamodelBuilder. - EntityMissingAfterFirstEventException - Exception Class in org.axonframework.eventsourcing
-
Exception thrown by the
EventSourcedEntityFactorywhen the entity returned byisinvalid reference
EventSourcedEntityFactory#create(Object, EventMessage)nullwhen calling it with a non-nullfirstEventMessageduring theEventSourcingRepository.load(Object, ProcessingContext)orEventSourcingRepository.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
EventSourcedEntityFactorywhen the entity returned byisinvalid reference
EventSourcedEntityFactory#create(Object, EventMessage)nullwhen calling it with anullfirstEventMessageduring theEventSourcingRepository.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 - entityName() - Method in interface org.axonframework.modelling.configuration.EntityModule
-
The name of the entity, typically a concatenation of the entity type's
simple nameand 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
Classof 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
Classof 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
UsagePropertyProviderimplementation that reads the usage properties from the environment variables. - EnvironmentVariableUsagePropertyProvider() - Constructor for class org.axonframework.update.configuration.EnvironmentVariableUsagePropertyProvider
-
Creates a new
EnvironmentVariableUsagePropertyProviderthat reads properties from the system environment. - EnvironmentVariableUsagePropertyProvider(EnvironmentVariableUsagePropertyProvider.EnvironmentVariableSupplier) - Constructor for class org.axonframework.update.configuration.EnvironmentVariableUsagePropertyProvider
-
Creates a new
EnvironmentVariableUsagePropertyProviderthat reads properties from the providedEnvironmentVariableUsagePropertyProvider.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
errorrecord 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
RoutingStrategywhich always throws aCommandDispatchExceptionregardless of theCommandMessagereceived. - 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
-
Return an
ErrorCodebased on theAxonServerQueryDispatchException.code(). - 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
EventProcessorwhile 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
ErrorContextto validate theeventProcessor,error,failedEvents, andcontextare not null. - errorHandler - Variable in class org.axonframework.messaging.eventhandling.configuration.EventProcessorConfiguration
- errorHandler() - Method in class org.axonframework.messaging.eventhandling.configuration.EventProcessorConfiguration
-
Returns the
ErrorHandlerinvoked when anUnitOfWorkthrows an exception during processing. - errorHandler(ErrorHandler) - Method in class org.axonframework.messaging.eventhandling.configuration.EventProcessorConfiguration
-
Sets the
ErrorHandlerinvoked when anUnitOfWorkthrows 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
eventrecord component. - event() - Method in interface org.axonframework.eventsourcing.eventstore.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
metadataas 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
metadatato 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
metadataas part of the "given" state. - event(Object, Metadata) - Method in interface org.axonframework.test.fixture.AxonTestPhase.When
-
Publishes the given event with the provided
metadatato 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
EventMessagethe 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
EventSinkin the context of aProcessingContext. - EventAppenderParameterResolverFactory - Class in org.axonframework.messaging.eventhandling.annotation
-
ParameterResolverFactorythat ensures theEventAppenderis resolved in the context of the currentProcessingContext. - EventAppenderParameterResolverFactory() - Constructor for class org.axonframework.messaging.eventhandling.annotation.EventAppenderParameterResolverFactory
- EventAppenderParameterResolverFactoryConfigurationEnhancer - Class in org.axonframework.messaging.eventhandling.annotation
-
Configuration enhancer that registers the
EventAppenderParameterResolverFactoryto theComponentRegistryof theConfiguration. - 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
ConfigurationEnhancerregistering 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
EventConverterto be used by Axon Framework. - EventConverter - Interface in org.axonframework.messaging.eventhandling.conversion
-
A converter specific for
EventMessages, acting on thepayload. - eventCoordinator() - Method in record class org.axonframework.eventsourcing.eventstore.jpa.AggregateBasedJpaEventStorageEngineConfiguration
-
Returns the value of the
eventCoordinatorrecord component. - eventCoordinator(EventCoordinator) - Method in record class org.axonframework.eventsourcing.eventstore.jpa.AggregateBasedJpaEventStorageEngineConfiguration
-
Defines the
EventCoordinatorto 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
EventCriteriaused to filter events when opening the event source. - EventCriteria - Interface in org.axonframework.messaging.eventstreaming
-
Describes the criteria for
EventStoreTransaction#source(SourcingCondition) sourcingorevents.invalid reference
streaming - 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
EventCriteriabased on theTargetEntityIdwhen loading anEventSourcedEntity. - eventCriteriaProvider() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorConfiguration
-
Returns the function to build
EventCriteriafrom 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 themEventHandlers. - 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
EventHandlersbelonging 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
EventHandlingComponentinstances. - 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
MessageHandlingMemberis 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-specificMessageDispatchInterceptorsregistered in this registry. - eventInterceptors(Configuration) - Method in interface org.axonframework.messaging.core.interception.HandlerInterceptorRegistry
-
Returns the list of
EventMessage-specificMessageHandlerInterceptorsregistered 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
- 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
EventMessageHandlerInterceptorChainwith a list ofinterceptionand aneventHandler. - eventMonitor(Configuration) - Method in class org.axonframework.messaging.monitoring.configuration.DefaultMessageMonitorRegistry
- eventMonitor(Configuration) - Method in interface org.axonframework.messaging.monitoring.configuration.MessageMonitorRegistry
-
Retrieves a
MessageMonitorspecifically designed to monitor the processing ofEventMessageinstances. - 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 theMessage.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
configurerTaskto theEventProcessingConfigurer. - 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
EventProcessortypes:PooledStreamingEventProcessorSubscribingEventProcessor - 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
EventProcessorfailed to handle a batch of events. - EventProcessingException(String, Throwable) - Constructor for exception class org.axonframework.messaging.eventhandling.processing.EventProcessingException
-
Initialize the exception with given
messageandcause. - eventProcessor() - Method in record class org.axonframework.messaging.eventhandling.processing.errorhandling.ErrorContext
-
Returns the value of the
eventProcessorrecord 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
EventProcessorimplementations. - EventProcessorConfiguration() - Constructor for class org.axonframework.messaging.eventhandling.configuration.EventProcessorConfiguration
-
Constructs a new
EventProcessorConfigurationwith just default values. - EventProcessorConfiguration(Configuration) - Constructor for class org.axonframework.messaging.eventhandling.configuration.EventProcessorConfiguration
-
Constructs a new
EventProcessorConfigurationwith default values and retrieve global default values. - EventProcessorConfiguration(EventProcessorConfiguration) - Constructor for class org.axonframework.messaging.eventhandling.configuration.EventProcessorConfiguration
-
Constructs a new
EventProcessorConfigurationcopying properties from the given configuration. - EventProcessorControlService - Class in org.axonframework.axonserver.connector.event
-
Service that listens to
PlatformOutboundInstructionsto controlEventProcessorswhen 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
MessageMonitorimplementation dedicated toEventMessages. - EventProcessorLatencyMonitor - Class in org.axonframework.extension.metrics.micrometer
-
A
MessageMonitorimplementation dedicated toEventMessages. - EventProcessorLatencyMonitor() - Constructor for class org.axonframework.extension.metrics.dropwizard.EventProcessorLatencyMonitor
-
Construct an
EventProcessorLatencyMonitorusing aClock.systemUTC(). - EventProcessorLatencyMonitor(Clock) - Constructor for class org.axonframework.extension.metrics.dropwizard.EventProcessorLatencyMonitor
-
Construct an
EventProcessorLatencyMonitorusing the givenclock. - EventProcessorLatencyMonitor(EventProcessorLatencyMonitor.Builder) - Constructor for class org.axonframework.extension.metrics.micrometer.EventProcessorLatencyMonitor
-
Instantiate a
EventProcessorLatencyMonitorbased on the fields contained in theEventProcessorLatencyMonitor.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
EventProcessormodules. - 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
EventProcessorimplementations. - 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
messageandcause - events(Object...) - Method in interface org.axonframework.test.fixture.AxonTestPhase.Given
-
Configures the given
eventsas 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.Whenphase. - 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
eventsas 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
messagesas 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.Whenphase. - 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
StreamableEventSourceused to track events. - eventSource() - Method in class org.axonframework.messaging.eventhandling.processing.subscribing.SubscribingEventProcessorConfiguration
-
Returns the
SubscribableEventSourceto which this processor subscribes. - eventSource(SubscribableEventSource) - Method in class org.axonframework.messaging.eventhandling.processing.subscribing.SubscribingEventProcessorConfiguration
-
Sets the
SubscribableEventSource(e.g. theEventBus) to which thisEventProcessorimplementation will subscribe itself to receiveEventMessages. - eventSource(StreamableEventSource) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorConfiguration
- EventSourced - Annotation Interface in org.axonframework.extension.spring.stereotype
-
Annotation that informs Axon's auto configurer for Spring that a given
Componentis 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
EventSourcingRepositoryshould construct an entity of typeE. - EventSourcedEntityFactoryDefinition<E,
ID> - Interface in org.axonframework.eventsourcing.annotation -
Defines how an
EventSourcedEntityFactoryshould be constructed for anEventSourcedEntityannotated 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
ComponentBuilderfor aCriteriaResolvershould be provided. - EventSourcedEntityModule.EntityFactoryPhase<ID,
E> - Interface in org.axonframework.eventsourcing.configuration -
Phase of the module's building process in which a
ComponentBuilderfor anEventSourcedEntityFactoryshould be provided. - EventSourcedEntityModule.EntityIdResolverPhase<ID,
E> - Interface in org.axonframework.eventsourcing.configuration -
Phase of the module's building process in which a
ComponentBuilderfor anEntityIdResolvershould 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
ConfigurationEnhancerregistering the default components of theEventSourcingConfigurer. - EventSourcingConfigurationDefaults() - Constructor for class org.axonframework.eventsourcing.configuration.EventSourcingConfigurationDefaults
- EventSourcingConfigurer - Class in org.axonframework.eventsourcing.configuration
-
The event sourcing
ApplicationConfigurerof 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
CommandHandleras a handler for Events sourced in order to handle givenCommandMessage. - EventSourcingRepository<ID,
E> - Class in org.axonframework.eventsourcing -
Repositoryimplementation that loads entities based on their historic event streams, provided by anEventStore. - 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
eventStoreusing the givenapplierto apply state transitions to the entity based on the events received, and givencriteriaResolverto resolve theEventCriteriaof 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
consumerof 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
EventStoreTransactiontoappend eventsandevent sourcemodels 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
messageandcause - EventStoreTransaction - Interface in org.axonframework.eventsourcing.eventstore
-
Interface describing the actions that can be taken on a transaction to source a model from the
EventStorebased on the resultingMessageStream. - 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
EventTagannotation. - 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
EventTargetMatcheris used to determine which entity should be evolved by theEventMessage. - eventTargetMatcher(EventTargetMatcher<C>) - Method in class org.axonframework.modelling.entity.child.AbstractEntityChildMetamodel.Builder
-
Sets the
EventTargetMatcherto determine whether a child entity should handle the givenEventMessage. - 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
EventTargetMatchershould be constructed for anEntityMember-annotated member of anAnnotatedEntityMetamodel. - EventTrackerStatus - Interface in org.axonframework.messaging.eventhandling.processing.streaming.segmenting
-
Interface describing the status of a
Segmentof aStreamingEventProcessor. - EventTrackerStatusChangeListener - Interface in org.axonframework.messaging.eventhandling.processing.streaming.segmenting
-
Represent a listener that is notified whenever the
MapofEventTrackerStatus' in theStreamingEventProcessorthis component is registered to has changed. - EventTypeRestrictableEventCriteria - Interface in org.axonframework.messaging.eventstreaming
-
An
EventCriteriathat 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
entityby applying the giveneventto 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
- exactClassOf(Class<T>) - Static method in class org.axonframework.test.matchers.ExactClassMatcher
- exactClassOf(Class<T>) - Static method in class org.axonframework.test.matchers.Matchers
-
Returns a
Matcherthat matches with exact class type defined by the givenexpected. - ExactSequenceMatcher<T> - Class in org.axonframework.test.matchers
-
A matcher that will match if all the given
matchersagainst 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
matchersmatch 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
Matcherthat matches a list of items of typeTif each of the givenmatchersmatches 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
expectedExceptionto 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
typeandmessageto 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 intoErrorMessages. - 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
consumerof 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
commandimmediately 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
taskin a newTransaction. - 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
actionfor theinvocation Phaseand 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
messageandcause. - executorService(ExecutorService) - Method in record class org.axonframework.messaging.commandhandling.distributed.DistributedCommandBusConfiguration
-
Sets the
ExecutorServiceto use for the distributed command bus. - executorServiceFactory() - Method in record class org.axonframework.messaging.commandhandling.distributed.DistributedCommandBusConfiguration
-
Returns the value of the
executorServiceFactoryrecord component. - ExecutorServiceFactory<C> - Interface in org.axonframework.common.util
-
A Functional Interface towards a
BiFunctionwhich ingests both a Configuration and aBlockingQueueofRunnable, and outputs anExecutorService. - 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
ContentTypeConvertertoContentTypeConverter.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
Comparablewhich 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
initialWaitTimein 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
processorNameandsegment. - 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 benull, 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 benull, at the given column (base 1). - ExtractionSequencingPolicy<T,
K> - Class in org.axonframework.messaging.eventhandling.sequencing -
A
SequencingPolicyimplementation 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 givenpayloadClassusing the givenidentifierExtractor. - 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
factoryrecord component. - FactoryBasedEntityManagerProvider - Class in org.axonframework.common.jpa
-
An implementation of the
EntityManagerProviderthat returns a newEntityManagerinstance each time using theEntityManagerFactory. - 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
failedEventsrecord 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.Failurewith the specified message and cause. - Failure(Message, Throwable) - Constructor for record class org.axonframework.test.util.MessageMonitorReport.Report.Failure
-
Creates an instance of a
Failurerecord class. - failureReports() - Method in class org.axonframework.test.util.MessageMonitorReport
-
Retrieves a list of
MessageMonitorReport.Report.Failureelements filtered from the collection of reports. - fallback(MessageTypeResolver) - Method in class org.axonframework.messaging.core.NamespaceMessageTypeResolver.Builder
-
Finalizes the builder and returns a
MessageTypeResolverthat delegates to the givenresolverwhen encountering unmapped payload types. - FallbackSequencingPolicy<E> - Class in org.axonframework.messaging.eventhandling.sequencing
-
Implementation of
SequencingPolicythat 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
delegatepolicy,fallbackpolicy, andexceptionTypeto 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
- fetchInTransaction(Supplier<T>) - Method in interface org.axonframework.messaging.core.unitofwork.transaction.TransactionManager
-
Invokes the given
supplierin 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
CompletableFuturethat supplies the specifiedSegment, ornullif 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
CompletableFuturethat supplies a list of knownsegmentsfor a givenprocessorNameon 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
- 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
- FieldChildEntityFieldDefinition<P,
F> - Class in org.axonframework.modelling.entity.child -
A
ChildEntityFieldDefinitionthat uses a field to access the child entity. - FieldChildEntityFieldDefinition(Class<P>, String) - Constructor for class org.axonframework.modelling.entity.child.FieldChildEntityFieldDefinition
-
Creates a new
ChildEntityFieldDefinitionthat 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
Iterableof 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
Iterableof all the fields declared on the given class. - FilesystemStyleComponentDescriptor - Class in org.axonframework.common.infra
-
A
ComponentDescriptorimplementation inspired by filesystem structures. - FilesystemStyleComponentDescriptor() - Constructor for class org.axonframework.common.infra.FilesystemStyleComponentDescriptor
-
Constructs a new
FilesystemComponentDescriptoras the root of the hierarchy. - filter(Predicate<MessageStream.Entry<M>>) - Method in interface org.axonframework.messaging.core.MessageStream
-
Returns a stream that will filter
entriesbased on the givenfilter. - 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
delegateRetryPolicy when the latest failure matches the givenretryableErrorPredicate - finalBatchPredicate() - Method in record class org.axonframework.eventsourcing.eventstore.jpa.AggregateBasedJpaEventStorageEngineConfiguration
-
Returns the value of the
finalBatchPredicaterecord 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
sourcingevents. - findAnnotationAttribute(AnnotatedElement, Class<? extends Annotation>, String) - Static method in class org.axonframework.common.annotation.AnnotationUtils
-
Find the
attributeNameof an annotation of typeannotationTypeon the givenelement. - findAnnotationAttributes(AnnotatedElement, Class<? extends Annotation>) - Static method in class org.axonframework.common.annotation.AnnotationUtils
-
Find the attributes of an annotation of type
annotationTypeon the givenelement. - findAnnotationAttributes(AnnotatedElement, Class<? extends Annotation>, boolean) - Static method in class org.axonframework.common.annotation.AnnotationUtils
-
Find the attributes of an annotation of type
annotationTypeon the givenelement. - findAnnotationAttributes(AnnotatedElement, String) - Static method in class org.axonframework.common.annotation.AnnotationUtils
-
Find the attributes of an annotation with given
annotationNameon the givenelement. - findAnnotationAttributes(AnnotatedElement, String, boolean) - Static method in class org.axonframework.common.annotation.AnnotationUtils
-
Find the attributes of an annotation with given
annotationNameon the givenelement. - findException(Throwable, Class<T>) - Static method in class org.axonframework.common.ExceptionUtils
-
Checks if the given
exceptionclass is an instance of the givenexceptionClass. - findException(Throwable, Predicate<Throwable>) - Static method in class org.axonframework.common.ExceptionUtils
-
Checks if the given
exceptionmatches the givenpredicate. - 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
streamthat includes only the first message ofthisstream, 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
TrackingTokenthat 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
TrackingTokenthat 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
TrackingTokenrepresenting the first position of theevent 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
valuefor 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
messageandcause. - 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
fixVersionrecord component. - flatten() - Method in interface org.axonframework.messaging.eventstreaming.EventCriteria
- 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
-
Construct a
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
NoHandlerForQueryExceptionwith a message describing the givenQueryMessage, specific forQueryBuses. - 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
UnitOfWorkConfigurationthat 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
EntityMetamodelof 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
ProcessingContextandEventSink. - forEntityClass(Class<E>) - Static method in class org.axonframework.modelling.entity.ConcreteEntityMetamodel
-
Creates a
builderfor the specified entity type. - forEntityModel(Class<P>, EntityMetamodel<C>) - Static method in class org.axonframework.modelling.entity.child.ListEntityChildMetamodel
-
Creates a new
ListEntityChildMetamodel.Builderfor 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.Builderfor the given parent class and child entity metamodel. - forEntityType(Class<E>) - Static method in interface org.axonframework.modelling.entity.EntityMetamodel
-
Starts a new
EntityMetamodelBuilderfor the given entity type. - forFieldName(Class<P>, String) - Static method in interface org.axonframework.modelling.entity.child.ChildEntityFieldDefinition
-
Creates a new
FieldChildEntityFieldDefinitionfor 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
GetterEvolverChildEntityFieldDefinitionfor 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
GetterSetterChildEntityFieldDefinitionfor the given getter and setter. - forHandlingComponent(QueryMessage) - Static method in exception class org.axonframework.messaging.queryhandling.NoHandlerForQueryException
-
Constructs a
NoHandlerForQueryExceptionwith a message describing the givenQueryMessage, specific forQueryHandlingComponents. - 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
SimpleTagResolverfor the givenpayloadType. - forPolymorphicEntityType(Class<E>) - Static method in interface org.axonframework.modelling.entity.EntityMetamodel
-
Starts a new
PolymorphicEntityMetamodelBuilderfor 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
EntityMetamodelof a polymorphic entity type. - forPriority(ExecutorService, long, AtomicLong) - Static method in interface org.axonframework.axonserver.connector.util.PriorityTaskSchedulers
-
Creates a
Schedulerthat is compatible with anExecutorServicethat needs tasks that are submitted to be aPriorityTaskso that they can be prioritized. - forSuperType(Class<E>) - Static method in class org.axonframework.modelling.entity.PolymorphicEntityMetamodel
-
Creates a new polymorphic
EntityMetamodelfor 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
Classthis factory constructs. - forType(Class<C>) - Static method in interface org.axonframework.common.configuration.DecoratorDefinition
-
Initiates the configuration of a decorator for
componentswith the giventype, 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
componentwith the giventypeandname, 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
Metadatainstance from the givenmetadataEntries. - from(AppendCondition) - Static method in class org.axonframework.eventsourcing.eventstore.AggregateBasedConsistencyMarker
-
Constructs an
AggregateBasedConsistencyMarkerbased of the givenappendCondition. - fromClass(Class<C>) - Static method in class org.axonframework.common.TypeReference
-
Constructs a
TypeReferencefor the givenclazz. - fromContext(Context) - Static method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.Segment
-
Returns an
OptionalofSegment, returning the resource keyed under theSegment.RESOURCE_KEYin the givencontext. - fromContext(Context) - Static method in interface org.axonframework.messaging.eventhandling.processing.streaming.token.TrackingToken
-
Returns an
Optionalof {TrackingToken}, returning the resource keyed under theTrackingToken.RESOURCE_KEYin the givencontext. - fromContext(Context) - Static method in record class org.axonframework.messaging.eventstreaming.Tag
-
Returns an
OptionalofTags, returning the resource keyed under theTag.RESOURCE_KEYin the givencontext. - fromContext(ProcessingContext) - Static method in interface org.axonframework.messaging.core.Message
- fromEventMessage(BiFunction<ID, EventMessage, E>) - Static method in interface org.axonframework.eventsourcing.EventSourcedEntityFactory
-
Creates a factory for an entity of type
EventSourcedEntityFactoryusing a specified constructor with the identifier and the event message as parameters. - fromFuture(CompletableFuture<M>) - Static method in interface org.axonframework.messaging.core.MessageStream
- fromFuture(CompletableFuture<M>, Function<M, Context>) - Static method in interface org.axonframework.messaging.core.MessageStream
- fromIdentifier(Function<ID, E>) - Static method in interface org.axonframework.eventsourcing.EventSourcedEntityFactory
-
Creates a factory for an entity of type
EventSourcedEntityFactoryusing 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
itemsand then completes. - fromIterable(Iterable<M>) - Static method in interface org.axonframework.messaging.core.MessageStream
-
Create a stream that provides the
Messagesreturned by the giveniterable, automatically wrapped in anMessageStream.Entry. - fromIterable(Iterable<M>, Function<M, Context>) - Static method in interface org.axonframework.messaging.core.MessageStream
-
Create a stream that provides the
Messagesreturned by the giveniterable, automatically wrapped in anMessageStream.Entrywith the resultingContextfrom thecontextSupplier. - fromNoArgument(Supplier<E>) - Static method in interface org.axonframework.eventsourcing.EventSourcedEntityFactory
-
Creates a factory for an entity of type
EventSourcedEntityFactoryusing 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
UsageResponseobject. - 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
Messagesreturned by the givenstream, automatically wrapped in anMessageStream.Entry. - fromStream(Stream<M>, Function<M, Context>) - Static method in interface org.axonframework.messaging.core.MessageStream
-
Create a stream that provides the
Messagesreturned by the givenstream, automatically wrapped in anMessageStream.Entrywith the resultingContextfrom thecontextSupplier. - 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
Treturned by the givenstream, automatically wrapped in anMessageStream.Entrywith the resultingMessageandContextfrom themessageSupplierand thecontextSupplierrespectively. - fromString(String) - Static method in record class org.axonframework.messaging.core.MessageType
-
Reconstruct a
MessageTypebased on the output ofMessageType.toString(). - fromType(Type) - Static method in class org.axonframework.common.TypeReference
-
Constructs a
TypeReferencefor the giventype. - 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
CommandResultthat wraps a completable future providing theMessagethat represents the result. - FutureCommandResult(CompletableFuture<? extends Message>) - Constructor for class org.axonframework.messaging.commandhandling.gateway.FutureCommandResult
-
Initializes the CommandResult based on the given
resultthe completes when the resultMessagebecomes 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
TrackingTokenthat 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
gapCleaningThresholdrecord 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
gapTimeoutrecord 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
GapAwareTrackingTokenmay 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
CommandMessageinterface. - GenericCommandMessage(Message) - Constructor for class org.axonframework.messaging.commandhandling.GenericCommandMessage
-
Constructs a
GenericCommandMessagewith givendelegate. - GenericCommandMessage(Message, String, Integer) - Constructor for class org.axonframework.messaging.commandhandling.GenericCommandMessage
-
Constructs a
GenericCommandMessagewith givendelegate,routingKey, andpriority. - GenericCommandMessage(MessageType, Object) - Constructor for class org.axonframework.messaging.commandhandling.GenericCommandMessage
-
Constructs a
GenericCommandMessagefor the giventypeandpayload. - GenericCommandMessage(MessageType, Object, Map<String, String>) - Constructor for class org.axonframework.messaging.commandhandling.GenericCommandMessage
-
Constructs a
GenericCommandMessagefor the giventype,payload, andmetadata. - GenericCommandMessage(MessageType, Object, Map<String, String>, String, Integer) - Constructor for class org.axonframework.messaging.commandhandling.GenericCommandMessage
-
Constructs a
GenericCommandMessagefor the giventype,payload, andmetadata. - GenericCommandResultMessage - Class in org.axonframework.messaging.commandhandling
-
Generic implementation of the
CommandResultMessageinterface. - GenericCommandResultMessage(Message) - Constructor for class org.axonframework.messaging.commandhandling.GenericCommandResultMessage
-
Constructs a
GenericCommandResultMessagefor the givendelegate, intended to reconstruct anotherCommandResultMessage. - GenericCommandResultMessage(MessageType, Object) - Constructor for class org.axonframework.messaging.commandhandling.GenericCommandResultMessage
- GenericCommandResultMessage(MessageType, Object, Map<String, String>) - Constructor for class org.axonframework.messaging.commandhandling.GenericCommandResultMessage
-
Constructs a
GenericCommandResultMessagefor the giventype,commandResult, andmetadata. - 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
GenericRecordpreloaded by default Avro stack. - GenericEventMessage - Class in org.axonframework.messaging.eventhandling
-
Generic implementation of the
EventMessageinterface. - GenericEventMessage(String, MessageType, Object, Map<String, String>, Instant) - Constructor for class org.axonframework.messaging.eventhandling.GenericEventMessage
-
Constructs a
GenericEventMessagefor the givenidentifier,type,payload,metadata, andtimestamp. - GenericEventMessage(Message, Instant) - Constructor for class org.axonframework.messaging.eventhandling.GenericEventMessage
-
Constructs a
GenericEventMessagewith givendelegateandtimestamp. - GenericEventMessage(Message, Supplier<Instant>) - Constructor for class org.axonframework.messaging.eventhandling.GenericEventMessage
-
Constructs a
GenericEventMessagefor the givendelegateandtimestampSupplier, intended to reconstruct anotherEventMessage. - GenericEventMessage(MessageType, Object) - Constructor for class org.axonframework.messaging.eventhandling.GenericEventMessage
-
Constructs a
GenericEventMessagefor the giventypeandpayload. - GenericEventMessage(MessageType, Object, Map<String, String>) - Constructor for class org.axonframework.messaging.eventhandling.GenericEventMessage
-
Constructs a
GenericEventMessagefor the giventype,payloadandmetadata. - GenericMessage - Class in org.axonframework.messaging.core
- GenericMessage(String, MessageType, Object, Map<String, String>) - Constructor for class org.axonframework.messaging.core.GenericMessage
-
Constructs a
GenericMessagefor the givenidentifier,type,payload, andmetadata, intended to reconstruct anotherMessage. - GenericMessage(String, MessageType, P, Class<P>, Map<String, String>) - Constructor for class org.axonframework.messaging.core.GenericMessage
-
Constructs a
GenericMessagefor the givenidentifier,type,payload, andmetadata, intended to reconstruct anotherMessage. - GenericMessage(MessageType, Object) - Constructor for class org.axonframework.messaging.core.GenericMessage
-
Constructs a
GenericMessagefor the giventypeandpayload. - GenericMessage(MessageType, Object, Map<String, String>) - Constructor for class org.axonframework.messaging.core.GenericMessage
-
Constructs a
GenericMessagefor the giventype,payload, andmetadata. - GenericMessage(MessageType, P, Class<P>, Map<String, String>) - Constructor for class org.axonframework.messaging.core.GenericMessage
-
Constructs a
GenericMessagefor the giventype,payload,declaredPayloadType, andmetadata. - GenericQueryMessage - Class in org.axonframework.messaging.queryhandling
-
Generic implementation of the
QueryMessageinterface. - GenericQueryMessage(Message) - Constructor for class org.axonframework.messaging.queryhandling.GenericQueryMessage
-
Constructs a
GenericQueryMessagewith givendelegateandresponseType. - GenericQueryMessage(Message, Integer) - Constructor for class org.axonframework.messaging.queryhandling.GenericQueryMessage
-
Constructs a
GenericQueryMessagewith givendelegate,responseTypeandpriority. - GenericQueryMessage(MessageType, Object) - Constructor for class org.axonframework.messaging.queryhandling.GenericQueryMessage
- GenericQueryResponseMessage - Class in org.axonframework.messaging.queryhandling
-
Generic implementation of the
QueryResponseMessageinterface. - GenericQueryResponseMessage(Message) - Constructor for class org.axonframework.messaging.queryhandling.GenericQueryResponseMessage
-
Constructs a
GenericQueryResponseMessagefor the givendelegate, intended to reconstruct anotherQueryResponseMessage. - GenericQueryResponseMessage(MessageType, Object) - Constructor for class org.axonframework.messaging.queryhandling.GenericQueryResponseMessage
-
Constructs a
GenericQueryResponseMessagefor the giventypeandpayload. - GenericQueryResponseMessage(MessageType, Object, Map<String, String>) - Constructor for class org.axonframework.messaging.queryhandling.GenericQueryResponseMessage
-
Constructs a
GenericQueryResponseMessagefor the giventype,result, andmetadata. - GenericQueryResponseMessage(MessageType, R, Class<R>) - Constructor for class org.axonframework.messaging.queryhandling.GenericQueryResponseMessage
-
Constructs a
GenericQueryResponseMessagefor the giventypeandpayload. - GenericQueryResponseMessage(MessageType, R, Class<R>, Map<String, String>) - Constructor for class org.axonframework.messaging.queryhandling.GenericQueryResponseMessage
-
Constructs a
GenericQueryResponseMessagefor the giventype,result, andmetadata. - GenericRecordToByteArrayConverter - Class in org.axonframework.conversion.avro
-
A
ContentTypeConverterimplementation that converts an AvroGenericRecordinto a single-object-encodedbyte[]. - GenericRecordToByteArrayConverter() - Constructor for class org.axonframework.conversion.avro.GenericRecordToByteArrayConverter
- GenericResetContext - Class in org.axonframework.messaging.eventhandling.replay
-
Generic implementation of the
ResetContextinterface. - GenericResetContext(Message) - Constructor for class org.axonframework.messaging.eventhandling.replay.GenericResetContext
-
Constructs a
GenericResetContextfor the givendelegate, intended to reconstruct anotherResetContext. - GenericResetContext(MessageType, Object) - Constructor for class org.axonframework.messaging.eventhandling.replay.GenericResetContext
-
Constructs a
GenericResetContextfor the giventypeandpayload. - GenericResetContext(MessageType, Object, Map<String, String>) - Constructor for class org.axonframework.messaging.eventhandling.replay.GenericResetContext
-
Constructs a
GenericResetContextfor the giventype,payload, andmetadata. - GenericResultMessage - Class in org.axonframework.messaging.core
-
Generic implementation of
ResultMessageinterface. - GenericResultMessage(Message) - Constructor for class org.axonframework.messaging.core.GenericResultMessage
-
Constructs a
GenericResultMessagefor the givendelegate, intended to reconstruct anotherResultMessage. - GenericResultMessage(MessageType, Object) - Constructor for class org.axonframework.messaging.core.GenericResultMessage
- GenericResultMessage(MessageType, Object, Map<String, String>) - Constructor for class org.axonframework.messaging.core.GenericResultMessage
-
Constructs a
GenericResultMessagefor the giventype,result, andmetadata. - GenericSubscriptionQueryUpdateMessage - Class in org.axonframework.messaging.queryhandling
-
Generic implementation of the
SubscriptionQueryUpdateMessageinterface holding incremental update of a subscription query. - GenericSubscriptionQueryUpdateMessage(Message) - Constructor for class org.axonframework.messaging.queryhandling.GenericSubscriptionQueryUpdateMessage
-
Initializes a new decorator with given
delegatemessage. - GenericSubscriptionQueryUpdateMessage(MessageType, Object) - Constructor for class org.axonframework.messaging.queryhandling.GenericSubscriptionQueryUpdateMessage
-
Constructs a
GenericSubscriptionQueryUpdateMessagefor the giventypeandpayload. - GenericSubscriptionQueryUpdateMessage(MessageType, P, Class<P>) - Constructor for class org.axonframework.messaging.queryhandling.GenericSubscriptionQueryUpdateMessage
-
Constructs a
GenericSubscriptionQueryUpdateMessagefor the giventypeandpayload. - GenericSubscriptionQueryUpdateMessage(MessageType, P, Class<P>, Map<String, String>) - Constructor for class org.axonframework.messaging.queryhandling.GenericSubscriptionQueryUpdateMessage
-
Constructs a
GenericSubscriptionQueryUpdateMessagefor the giventype,payload, andmetadata. - GenericTaggedEventMessage<E> - Record Class in org.axonframework.eventsourcing.eventstore
- GenericTaggedEventMessage(E, Set<Tag>) - Constructor for record class org.axonframework.eventsourcing.eventstore.GenericTaggedEventMessage
-
Compact constructing asserting that the given
eventandtagsare notnull. - 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
contextandrequestCase. - get(K) - Method in interface org.axonframework.common.caching.Cache
-
Returns an item from the cache, or
nullif 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(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
AvroSchemaPackagesbean. - getAdditionalEntries() - Method in class org.axonframework.test.matchers.MapStringEntryMatcher
-
Returns The additional entries that were present in the
expectedMapafter 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
HandlerAttributesobject. - 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
Setof 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:portformat. - 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
StateManagerof thisHierarchicalStateManager. - 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 settingsfor the command message stream. - getCommandLoadFactor() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
An
intrepresenting 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
typeor throws aComponentNotFoundExceptionif it does not exist. - getComponent(Class<C>, String) - Method in interface org.axonframework.common.configuration.Configuration
-
Returns the component declared under the given
typeandnameor throws aComponentNotFoundExceptionif 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
typeandname, reverting to the givendefaultImplif 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 givendefaultImplif 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
typeas 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
AxonServerConnectionused 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
Connectionto the database. - getConnection(String) - Method in class org.axonframework.axonserver.connector.AxonServerConnectionManager
-
Retrieves the
AxonServerConnectionused for the givencontextof 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
AxonServerConnectionFactoryused by theAxonServerConnectionManager. - 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
ContentTypeConvertersregistered in thisChainingConverterinstance. - getContext() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
The bounded
contextthat 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 settingsused when no specificcommand,event, orqueryflow 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
- 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
RoutingKeyannotation 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
Stringdefining 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.Eventhandlingof 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-processorproperty. - getEvents() - Method in class org.axonframework.extension.springboot.ConverterProperties
- 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.EventStoreConfigurationof 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
- getExceptionDescriptions() - Method in exception class org.axonframework.messaging.core.RemoteHandlingException
- getExceptionDescriptions() - Method in exception class org.axonframework.messaging.core.RemoteNonTransientHandlingException
- getExpectedRepresentation(QualifiedName) - Method in class org.axonframework.modelling.entity.annotation.AnnotatedEntityMetamodel
-
Returns the
Classof the expected representation for handlers of the givenqualifiedName. - 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
fieldin the givenobject. - 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
SortedSetof this token's gaps. - getGeneral() - Method in class org.axonframework.extension.springboot.ConverterProperties
-
The type of
Converterto use to convert any type for which no more specificConverteris 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.Gossipconfiguration 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
typethat 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.GossipRouters 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
TrackingTokenthisEventTrackerStatusportrays 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
- getMemberValue(Member, Object) - Static method in class org.axonframework.common.ReflectionUtils
-
Returns the value of the given
memberin the givenobject, either by returningFieldvalue or invoking the method. - getMemberValueType(Member) - Static method in class org.axonframework.common.ReflectionUtils
- 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
- getMessageType() - Method in enum class org.axonframework.extension.spring.config.MessageHandlerConfigurer.Type
-
Returns the supported
Messageimplementation. - 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
expectedMapafter 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
- getModuleConfigurations() - Method in interface org.axonframework.common.configuration.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
nullor of zero length, or otherwise the givendefaultValue. - 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
typewithin anOptional. - getOptionalComponent(Class<C>, String) - Method in interface org.axonframework.common.configuration.Configuration
-
Returns the component declared under the given
typeandnamewithin anOptional. - getOrDefault(I, Function<I, T>, T) - Static method in class org.axonframework.common.ObjectUtils
-
Returns the result of the given
valueProviderby ingesting the giveninstance, if theinstanceis notnull. - 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 provideddefcollection 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 bydefaultProvider. - getOrDefault(T, T) - Static method in class org.axonframework.common.ObjectUtils
-
Returns the given instance, if not
null, or otherwise the givendefaultValue. - 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
nullif 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
nullif 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
StateManagerof thisHierarchicalStateManager. - 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
StreamingEventProcessorto which this token belongs. - getProcessorName() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa.TokenEntry
-
Returns the name of the
StreamingEventProcessorto 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
Propertyinstance 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 settingsfor 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
MetricRegistryto which components are registered. - getRegistry() - Method in class org.axonframework.extension.metrics.micrometer.GlobalMetricRegistry
-
Returns the global
MeterRegistryto 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, ornullif 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
Messagewithin aCompletableFutureof 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
Stringdefining 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
intindicating 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
ChildEntityFieldDefinitionthat 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
ChildEntityFieldDefinitionthat 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
ChildEntityFieldDefinitionthat 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
ChildEntityFieldDefinitionthat 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
TokenStoreused by thisStreamingEventProcessor. - 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 ofmessageType. - 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
-
ConsistencyMarkerimplementation 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
Positionwhich 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
GlobalMetricRegistrydelegating to a newMetricRegistrywith default settings. - GlobalMetricRegistry() - Constructor for class org.axonframework.extension.metrics.micrometer.GlobalMetricRegistry
-
Initializes a new
GlobalMetricRegistrydelegating to a newMeterRegistrywith default settings. - GlobalMetricRegistry(MetricRegistry) - Constructor for class org.axonframework.extension.metrics.dropwizard.GlobalMetricRegistry
-
Initializes a
GlobalMetricRegistrydelegating to the givenmetricRegistry. - GlobalMetricRegistry(MeterRegistry) - Constructor for class org.axonframework.extension.metrics.micrometer.GlobalMetricRegistry
-
Initializes a
GlobalMetricRegistrydelegating to the givenmeterRegistry. - 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
GlobalSequenceTrackingTokenfrom the givenglobalIndexof 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
groupIdrecord component. - groupId() - Method in record class org.axonframework.update.api.ArtifactAvailableUpgrade
-
Returns the value of the
groupIdrecord component. - groupId() - Method in record class org.axonframework.update.api.DetectedVulnerability
-
Returns the value of the
groupIdrecord 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
eventin aGenericMessageands sends it to the configuredMessageChannel. - 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
CommandMessagefor the givenentity. - 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
commandwithin the givencontext. - 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
CommandMessagefor 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
messagewithin the givencontextby invoking the appropriate method on giventarget. - 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
ProcessingLifecycleand 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
eventwithin the givencontext. - 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
querywithin the givencontext. - 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
CommandMessageas 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
CommandMessagefor the givenentity. - 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
HandlerSubscriptionfor which aTopologyChangeoccurred. - handler() - Method in record class org.axonframework.common.configuration.AbstractComponent.HandlerRegistration
-
Returns the value of the
handlerrecord 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
AnnotatedHandlerInspectorto sortMessageHandlingMemberentity 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
FactoryBeanthat creates aHandlerDefinitionusing configuredHandlerDefinitionandthose configured in a Spring Application Context) and complements those found using a service loader on the Bean Class Loader.invalid @link
{@link HandlerEnhancerDefinition) beans (e.g. - 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
messageandcause. - HandlerExecutionException(String, Throwable, Object) - Constructor for exception class org.axonframework.messaging.core.HandlerExecutionException
-
Initializes an execution exception with given
message,causeand application-specificdetails. - HandlerExecutionException(String, Throwable, Object, boolean) - Constructor for exception class org.axonframework.messaging.core.HandlerExecutionException
-
Initializes an execution exception with given
message,cause, application-specificdetails, andwritableStackTrace - 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
DecoratorDefinitionthat registersMessage-specificMessageHandlerInterceptorswith theHandlerInterceptorRegistry. - HandlerInterceptorRegistry - Interface in org.axonframework.messaging.core.interception
-
A registry of
MessageHandlerInterceptors, acting as a collection ofregistered MessageHandlerInterceptors components. - HandlerRegistration(int, ComponentLifecycleHandler<C>) - Constructor for record class org.axonframework.common.configuration.AbstractComponent.HandlerRegistration
-
Initializes an entry holding the lifecycle
handlerand its correspondingphase. - 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
HandlerSubscriptionfor the givennameandloadFactor. - 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
HandlerTimeoutConfigurationwith default timeout settings. - HandlerTimeoutConfiguration(TaskTimeoutSettings, TaskTimeoutSettings, TaskTimeoutSettings, TaskTimeoutSettings) - Constructor for class org.axonframework.messaging.core.timeout.HandlerTimeoutConfiguration
-
Creates a new
HandlerTimeoutConfigurationwith the given timeout settings. - HandlerTimeoutHandlerEnhancerDefinition - Class in org.axonframework.messaging.core.timeout
-
Inspects message handler and wraps it in a
TimeoutWrappedMessageHandlingMemberif the handler should have a timeout. - HandlerTimeoutHandlerEnhancerDefinition(HandlerTimeoutConfiguration) - Constructor for class org.axonframework.messaging.core.timeout.HandlerTimeoutHandlerEnhancerDefinition
-
Creates a new
HandlerTimeoutHandlerEnhancerDefinitionwith 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
- hasComponent(Class<?>) - Method in interface org.axonframework.common.configuration.Configuration
- hasComponent(Class<?>, String) - Method in interface org.axonframework.common.configuration.ComponentRegistry
-
Check whether there is a
Componentregistered with thisConfigurerfor the giventypeandnamecombination. - hasComponent(Class<?>, String) - Method in interface org.axonframework.common.configuration.Configuration
-
Check whether there is a
Componentpresent in thisConfigurationfor the giventypeandnamecombination. - hasComponent(Class<?>, String, SearchScope) - Method in interface org.axonframework.common.configuration.ComponentRegistry
-
Check whether there is a
Componentregistered with thisConfigurerfor the giventypeandnamecombination. - 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
- hasCriteria() - Method in interface org.axonframework.messaging.eventstreaming.EventCriteria
-
Indicates whether this
EventCriteriainstance 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
entryis 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
EventCriteriathat allows any events. - havingAnyTag() - Method in class org.axonframework.messaging.eventstreaming.OrEventCriteriaBuilder
-
Construct a
EventCriteriathat 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
tagsto match. - havingTags(String...) - Method in class org.axonframework.messaging.eventstreaming.OrEventCriteriaBuilder
-
Define that the event must contain all the provided
tagsto match. - havingTags(Set<Tag>) - Static method in interface org.axonframework.messaging.eventstreaming.EventCriteria
-
Define that the event must contain all the provided
tagsto match. - havingTags(Set<Tag>) - Method in class org.axonframework.messaging.eventstreaming.OrEventCriteriaBuilder
-
Define that the event must contain all the provided
tagsto match. - havingTags(Tag...) - Static method in interface org.axonframework.messaging.eventstreaming.EventCriteria
-
Define that the event must contain all the provided
tagsto match. - havingTags(Tag...) - Method in class org.axonframework.messaging.eventstreaming.OrEventCriteriaBuilder
-
Define that the event must contain all the provided
tagsto match. - HealthStatus - Class in org.axonframework.extension.springboot.actuator
-
Utility class holding additional
Statusinstances. - 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
LifecycleRegistrythat is a child of the parent configuration'sLifecycleRegistry. - HierarchicalMessageTypeResolver - Class in org.axonframework.messaging.core
-
Implementation of
MessageTypeResolverthat 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
delegateandfallbackresolvers. - HierarchicalParameterResolverFactory - Class in org.axonframework.messaging.core.annotation
-
ParameterResolverFactorythat first tries to resolve a parameter using the child factory. - HierarchicalParameterResolverFactoryConfigurationEnhancer - Class in org.axonframework.messaging.core.reflection
-
ConfigurationEnhancerthat registers a decorator for theParameterResolverFactorythat, when a parent configuration is present, wraps both the parent and the currentParameterResolverFactoryin aHierarchicalParameterResolverFactorythat 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
SequencingPolicythat 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
delegateandfallbackpolicies. - HierarchicalStateManager - Class in org.axonframework.modelling
-
StateManagerthat can load an entity from two delegates, giving preference to the child delegate and then the parent. - HierarchicalStateManagerConfigurationEnhancer - Class in org.axonframework.modelling
-
ConfigurationEnhancerthat registers a decorator for theStateManagerthat, when a parent configuration is present, wraps child and parentStateManagerin aHierarchicalStateManagerthat 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
UsagePropertyProviderinstances into a single provider. - HierarchicalUsagePropertyProvider(List<UsagePropertyProvider>) - Constructor for class org.axonframework.update.configuration.HierarchicalUsagePropertyProvider
-
Creates a new
HierarchicalUsagePropertyProviderwith 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
identifierof the storedEventMessage. - 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'suniqueness, consisting out of aclazzandname. - Identifier(Type, String) - Constructor for record class org.axonframework.common.configuration.Component.Identifier
-
A tuple representing a
Component'suniqueness, consisting out of atypeandname. - Identifier(TypeReference<C>, String) - Constructor for record class org.axonframework.common.configuration.Component.Identifier
-
Compact constructor asserting whether the
typeandnameare 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
EntityIdResolverto 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
ShutdownLatchis shutting down. - ifShuttingDown(Supplier<RuntimeException>) - Method in class org.axonframework.common.lifecycle.ShutdownLatch
-
Check whether this
ShutdownLatchis shutting down. - ignored(Message) - Static method in class org.axonframework.test.util.MessageMonitorReport
-
Creates a new instance of
MessageMonitorReport.Report.Ignoredwith the specified message. - Ignored(Message) - Constructor for record class org.axonframework.test.util.MessageMonitorReport.Report.Ignored
-
Creates an instance of a
Ignoredrecord 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 thisCoordinatorcontrols. - 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
EventHandlingComponentsthisSubscribingEventProcessorcontrols. - ignoredReports() - Method in class org.axonframework.test.util.MessageMonitorReport
-
Retrieves a list of
MessageMonitorReport.Report.Ignoredelements 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 givenclazz. - 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
actionignoring 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
messageandcause. - 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
includeDefaultAvroConverterStrategiesrecord 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
includeSchemasInStackTracesrecord 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
hostnameandportcombination. - 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
segmentfor the processor with givenprocessorNameto contain the giventoken. - 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
processorNameto 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
Functionused to generate the initialTrackingTokens. - 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
MessageHandlerannotated method that should receive an entity loaded from theStateManager. - 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
-
ParameterResolverFactoryimplementation that providesParameterResolversfor parameters annotated withInjectEntity. - InjectEntityParameterResolverFactory(Configuration) - Constructor for class org.axonframework.modelling.annotation.InjectEntityParameterResolverFactory
-
Initialize the factory with the given
configuration. - InjectEntityParameterResolverFactoryConfigurationEnhancer - Class in org.axonframework.modelling.annotation
-
ConfigurationEnhancerthat registers theInjectEntityParameterResolverFactoryto theComponentRegistry. - InjectEntityParameterResolverFactoryConfigurationEnhancer() - Constructor for class org.axonframework.modelling.annotation.InjectEntityParameterResolverFactoryConfigurationEnhancer
- InMemoryEventStorageEngine - Class in org.axonframework.eventsourcing.eventstore.inmemory
-
Thread-safe
EventStorageEngineimplementation 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
EventStorageEngineusing givenoffsetto initialize the tokens. - InMemoryRepository<ID,
E> - Class in org.axonframework.modelling.repository -
In-memory implementation of the
Repositoryinterface that stores entities in aConcurrentHashMap. - InMemoryRepository(Class<ID>, Class<E>) - Constructor for class org.axonframework.modelling.repository.InMemoryRepository
-
Constructs a new
InMemoryRepositoryfor entities of typeentityTypewith identifiers of typeidType. - InMemoryTokenStore - Class in org.axonframework.messaging.eventhandling.processing.streaming.token.store.inmemory
-
Implementation of a
TokenStorethat 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
- 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
handlerTypethat uses aClasspathParameterResolverFactoryto resolve method parameters andClasspathHandlerDefinitionto create handlers. - inspectType(Class<T>, ParameterResolverFactory) - Static method in class org.axonframework.messaging.core.annotation.AnnotatedHandlerInspector
-
Create an inspector for given
handlerTypethat uses givenparameterResolverFactoryto resolve method parameters. - inspectType(Class<T>, ParameterResolverFactory, HandlerDefinition) - Static method in class org.axonframework.messaging.core.annotation.AnnotatedHandlerInspector
-
Create an inspector for given
handlerTypethat uses givenparameterResolverFactoryto resolve method parameters and givenhandlerDefinitionto 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
handlerTypeand itsdeclaredSubtypesthat uses givenparameterResolverFactoryto resolve method parameters and givenhandlerDefinitionto 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 theOpenTelemetrySpanFactory. - INSTANCE - Static variable in class org.axonframework.extension.tracing.opentelemetry.MetadataContextSetter
-
Singleton instance of the
MetadataContextSetter, used by theOpenTelemetrySpanFactory. - 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
ScheduledExecutorServicefor theAxonTimeLimitedTaskto 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.NoOpSpanthat 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
EntityCommandHandlerto this metamodel for the givenQualifiedName. - 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
instanceIdrecord component. - InstantiatedComponentDefinition<C> - Class in org.axonframework.common.configuration
-
Implementation of
ComponentandComponentDefinitionthat 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
identifierand giveninstance. - 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
- 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 givendelegate. - InterceptingEventBus - Class in org.axonframework.messaging.eventhandling
-
Decorator around the
EventBusinterceptors alleventsbefore they arepublishedwithdispatch interceptors. - InterceptingEventBus(EventBus, List<MessageDispatchInterceptor<? super EventMessage>>) - Constructor for class org.axonframework.messaging.eventhandling.InterceptingEventBus
-
Constructs a
InterceptingEventBus, delegating all operations to the givendelegate. - InterceptingEventHandlingComponent - Class in org.axonframework.messaging.eventhandling.interception
-
An
EventHandlingComponentimplementation 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
EventSinkintercepting alleventsbefore they arepublishedwithdispatch interceptors. - InterceptingEventSink(EventSink, List<MessageDispatchInterceptor<? super EventMessage>>) - Constructor for class org.axonframework.messaging.eventhandling.InterceptingEventSink
-
Constructs a
InterceptingEventSink, delegating publishing to the givendelegate. - InterceptingEventStore - Class in org.axonframework.eventsourcing.eventstore
-
Decorator around the
EventStoreintercepting alleventsbefore they areappendedorpublishedwithdispatch interceptors. - InterceptingEventStore(EventStore, List<MessageDispatchInterceptor<? super EventMessage>>) - Constructor for class org.axonframework.eventsourcing.eventstore.InterceptingEventStore
-
Constructs a
InterceptingEventStore, delegating all operation to the givendelegate. - InterceptingQueryBus - Class in org.axonframework.messaging.queryhandling.interception
- 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 givendelegate. - 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
messageon 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
messageon handling before reaching the designatedMessageHandler. - 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-specificMessageHandlerInterceptorsto add to theEventProcessorunder 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
hostnameandportcombination. - 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
collection1andcollection2, using the givencollectionBuilderto 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
methodin the givenobject. - 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
memberis accessible. - isAfter(ProcessingLifecycle.Phase) - Method in interface org.axonframework.messaging.core.unitofwork.ProcessingLifecycle.Phase
-
Checks if the
ProcessingLifecycle.Phase.order()ofthis Phaseis larger than the order of theother. - isAnnotatedWith(Class<? extends Annotation>, Class<? extends Annotation>, Set<Class<? extends Annotation>>, Set<Class<? extends Annotation>>) - Static method in class org.axonframework.common.annotation.AnnotationUtils
- isAnnotationPresent(AnnotatedElement, Class<? extends Annotation>) - Static method in class org.axonframework.common.annotation.AnnotationUtils
-
Indicates whether an annotation of given
annotationTypeis present on the givenelement, considering that the givenannotationTypemay 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
annotationTypeis present on the givenelement, considering that the givenannotationTypemay 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.GossipServer should be automatically started. - isBefore(ProcessingLifecycle.Phase) - Method in interface org.axonframework.messaging.core.unitofwork.ProcessingLifecycle.Phase
-
Checks if the
ProcessingLifecycle.Phase.order()ofthis Phaseis smaller than the order of theother. - 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
throwableis 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
CommandHandlerannotated methods. - isCommitted() - Method in class org.axonframework.messaging.core.unitofwork.LegacyMessageSupportingContext
-
Deprecated.
- isCommitted() - Method in interface org.axonframework.messaging.core.unitofwork.ProcessingLifecycle
- 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
- 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
trueif 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
- isDifferent(EventTrackerStatus, boolean) - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.segmenting.EventTrackerStatus
- 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
exceptionrepresents 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 ais enabled.
invalid reference
org.axonframework.messaging.deadletter.SequencedDeadLetterQueue - 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
- 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
EventHandlerannotated methods. - isExplicitlyNonTransient(Throwable) - Static method in class org.axonframework.common.ExceptionUtils
-
Indicates whether the given
failureis 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
Tto 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
expressionis 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
AxonServerConnectionManagershould always reconnect through theserversor 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 releasedfalse. - 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
othersegment. - isMergeInProgress(TrackingToken) - Static method in class org.axonframework.messaging.eventhandling.processing.streaming.token.MergedTrackingToken
-
Indicates whether the given
trackingTokenrepresents 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
memberis public and non-final. - isNonTransientFailure(Throwable) - Method in class org.axonframework.messaging.core.retry.NonTransientExceptionClassesPredicate
-
Checks if the provided
failureis 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
qualifiercan be found on theBeanDefinitionof the givenbeanName. - isQueryHandler(Class<?>) - Static method in class org.axonframework.messaging.core.annotation.HandlerTypeResolver
-
Whether this handler has
QueryHandlerannotated 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
trackingTokenrepresents 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
ShutdownLatchis 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
- 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
commandHandleris subscribed to this command bus. - isSubscribed(QualifiedName, CommandHandler) - Method in class org.axonframework.test.util.RecordingCommandBus
-
Indicates whether the given
commandHandleris subscribed to commands of the givencommandTypeon 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
expressionis 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
identifierTypeis 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
ObjectMapperto convert objects into JSON. - JacksonComponentDescriptor - Class in org.axonframework.common.infra
-
A
ComponentDescriptorimplementation that uses Jackson'sObjectMapperto create JSON representations of components. - JacksonComponentDescriptor() - Constructor for class org.axonframework.common.infra.JacksonComponentDescriptor
-
Constructs a new
JacksonComponentDescriptorwith a defaultObjectMapper. - JacksonComponentDescriptor(ObjectMapper) - Constructor for class org.axonframework.common.infra.JacksonComponentDescriptor
-
Constructs a new
JacksonComponentDescriptorwith the providedObjectMapper. - JacksonConverter - Class in org.axonframework.conversion.json
-
A
Converterimplementation that uses Jackson'sObjectMapperto convert objects into and from a JSON format. - JacksonConverter() - Constructor for class org.axonframework.conversion.json.JacksonConverter
-
Constructs a
JacksonConverterwith a defaultObjectMapperthatfinds and registers known modules. - JacksonConverter(ObjectMapper) - Constructor for class org.axonframework.conversion.json.JacksonConverter
-
Constructs a
JacksonConverterwith the givenobjectMapper. - JacksonConverter(ObjectMapper, ChainingContentTypeConverter) - Constructor for class org.axonframework.conversion.json.JacksonConverter
-
Constructs a
JacksonConverterwith the givenobjectMapperandconverter. - 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
jCacheinstance - 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
messageandcause - 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,processandsegment. - JdbcTokenStore - Class in org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc
-
A
TokenStoreimplementation that uses JDBC to save and loadTrackingTokeninstances. - JdbcTokenStore(ConnectionProvider, Converter, JdbcTokenStoreConfiguration) - Constructor for class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenStore
-
Instantiate a
JdbcTokenStorebased on the fields contained in theconfiguration. - 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
nodeIdis non-empty and non-null. - JdbcTransactionalExecutorProvider - Class in org.axonframework.eventsourcing.eventstore.jdbc
-
A
TransactionalExecutorProviderimplementation for JDBCConnectionswhich provides aTransactionalExecutor. - 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
SpringTransactionManagerif aPlatformTransactionManagerand aDataSourceis 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
PreparedStatementready to be executed. - JdbcUtils.SqlResultConverter<R> - Interface in org.axonframework.common.jdbc
-
Describes a function that converts a
ResultSetinto a result of typeR. - JGroupsProperties() - Constructor for class org.axonframework.extension.springboot.DistributedCommandBusProperties.JGroupsProperties
- joinAndUnwrap(CompletableFuture<T>) - Static method in class org.axonframework.common.FutureUtils
-
Joins a
CompletableFutureand unwraps anyCompletionExceptionto 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
EventCoordinatorimplementation 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
nodeIdis non-empty and non-null. - JpaTransactionalExecutorProvider - Class in org.axonframework.eventsourcing.eventstore.jpa
-
A
TransactionalExecutorProviderimplementation for JPAEntityManagerswhich provides aTransactionalExecutor. - 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
SpringTransactionManagerif aPlatformTransactionManagerand aEntityManagerFactoryis present. - JpaTransactionAutoConfiguration() - Constructor for class org.axonframework.extension.springboot.autoconfig.JpaTransactionAutoConfiguration
- JsonNodeToByteArrayConverter - Class in org.axonframework.conversion.json
- JsonNodeToByteArrayConverter(ObjectMapper) - Constructor for class org.axonframework.conversion.json.JsonNodeToByteArrayConverter
-
Initialize the
JsonNodeToByteArrayConverterusing the givenobjectMapperto convert theJsonNodeintobyte[]. - JsonNodeToObjectNodeConverter - Class in org.axonframework.conversion.json
- JsonNodeToObjectNodeConverter() - Constructor for class org.axonframework.conversion.json.JsonNodeToObjectNodeConverter
- JSR303ViolationException - Exception Class in org.axonframework.messaging.core.interception
-
Exception indicating that a
Messagehas 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
messageandviolations. - just(M) - Static method in interface org.axonframework.messaging.core.MessageStream
-
Create a stream containing the single given
message, automatically wrapped in anMessageStream.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 anMessageStream.Entry. - jvmVendor() - Method in record class org.axonframework.update.api.UpdateCheckRequest
-
Returns the value of the
jvmVendorrecord component. - jvmVersion() - Method in record class org.axonframework.update.api.UpdateCheckRequest
-
Returns the value of the
jvmVersionrecord 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
keyrecord 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
kotlinVersionrecord 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
TrackingTokenthat 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
TrackingTokenthat 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
TrackingTokenrepresenting the latest position, thus pointing at the next event of theevent 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
latestVersionrecord component. - LazyInitializedComponentDefinition<C,
A> - Class in org.axonframework.common.configuration -
Implementation of
ComponentandComponentDefinitionthat 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
identifierand giveninstance. - 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
ProcessingContextwith the givenmessageas 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
librariesrecord 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
messageandcauseindicating a failure during a lifecycle handler method invocation. - lifecycleRegistry(Consumer<LifecycleRegistry>) - Method in interface org.axonframework.common.configuration.ApplicationConfigurer
-
Executes the given
lifecycleRegistraron the lifecycle registry associated with thisApplicationConfigurer. - 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
EntityChildMetamodelthat 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
ListEntityChildMetamodelfor the given parent class and child entity metamodel. - ListEntityChildModelDefinition - Class in org.axonframework.modelling.entity.annotation
-
EntityChildModelDefinitionfor creatingEntityChildMetamodelinstances for child entities that are represented as aList. - 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
Rfrom 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
Matcherthat 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
matchersmatch 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
matchersmatch against at least one item in any given List. - listWithAnyOf(Matcher<T>...) - Static method in class org.axonframework.test.matchers.Matchers
-
Returns a
Matcherthat matches a list of items of typeTwhere at least one of the givenmatchersmatches any of the items in that list. - ListWithAnyOfMatcher<T> - Class in org.axonframework.test.matchers
-
A matcher that will match if all the given
matchersmatch 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
matchersmatches 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
idwithin the givencontext. - 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
StateManagerwhen the loaded entity from theRepositoryis 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
typeandid. - loader(ComponentBuilder<SimpleRepositoryEntityLoader<ID, E>>) - Method in interface org.axonframework.modelling.configuration.StateBasedEntityModule.RepositoryPhase
-
Registers the given
loaderas 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
loadFactorrecord 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
loadingLockModerecord component. - loadingLockMode(LockModeType) - Method in record class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa.JpaTokenStoreConfiguration
-
The
LockModeTypeto use when loading tokens from the underlying database. - loadManagedEntity(Class<T>, ID, ProcessingContext) - Method in interface org.axonframework.modelling.StateManager
- 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
TokenEntryor creates a new one using the givenentityManagerfor givenprocessorNameandsegment. - 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
processorNameandsegment. - 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
processorNameandsegment. - 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
processorNameandsegment. - 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
MessageBuswhich 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
messageandcause - 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
Loggerfor theAxonTimeLimitedTaskto log warnings and errors. - LoggingInterceptor<M> - Class in org.axonframework.messaging.core.interception
-
A
MessageDispatchInterceptorandMessageHandlerInterceptorimplementation that logs dispatched and incoming messages, and their result, to aLogger. - LoggingInterceptor() - Constructor for class org.axonframework.messaging.core.interception.LoggingInterceptor
-
Initialize the
LoggingInterceptorwith 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
LoggingInterceptorwith the givenloggerName. - LoggingUpdateCheckerReporter - Class in org.axonframework.update
-
An
UpdateCheckerReporterimplementation 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
thisand givenothermarkers. - 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
othertoken. - 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
lowestGlobalSequencerecord 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
lowestGlobalSequencespecifying the first expected auto generated sequence number.
M
- machineId() - Method in record class org.axonframework.update.api.UpdateCheckRequest
-
Returns the value of the
machineIdrecord 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 givenmapper. - 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
- 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
- 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
Mapof 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
MapStringEntryMatcherthat expects the givenexpectedMapto match. - mapWith(Map<K, V>, K, V) - Static method in class org.axonframework.common.CollectionUtils
-
Returns a new Map with the entries from given
existingMapas well as an entry with givennewKeyand givennewValue. - MapWrapper(Map<String, EventProcessorSettings>) - Constructor for record class org.axonframework.extension.spring.config.EventProcessorSettings.MapWrapper
-
Creates an instance of a
MapWrapperrecord class. - markError(Throwable) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.TrackerStatus
- 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
CommandTargetResolverthat 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
truefor any entity andEventMessage. - 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
messageandcause. - 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
truewhen 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
- matches(Object) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.Segment
-
Indicates whether the given
valuematches 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
Matcherthat matches with values of typeTdefined by the givenpredicate. - matches(Component.Identifier<?>) - Method in record class org.axonframework.common.configuration.Component.Identifier
-
Validate whether the given
other Identifiermatches withthis Identifier, by matching thenamesand checking if theComponent.Identifier.type()isClass.isAssignableFrom(Class)to giveothertype. - matches(Component.Identifier<?>) - Method in interface org.axonframework.common.configuration.DecoratorDefinition.CompletedDecoratorDefinition
-
Indicates whether the component with given
idmatches the definition of this decorator. - matches(QualifiedName, Set<Tag>) - Method in interface org.axonframework.messaging.eventstreaming.EventCriteria
-
Indicates whether the given
typeandtagsmatches 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
typeandtags. - 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
segmentmatches the givenevent, 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 Identifiertype matches withthis Identifiertype, by checking if theComponent.Identifier.type()isClass.isAssignableFrom(Class)to giveothertype. - matchPositions(EventTrackerStatus) - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.segmenting.EventTrackerStatus
-
Match the position fields of
thisandthat. - matchRemainder(Iterator<Matcher<? super T>>) - Method in class org.axonframework.test.matchers.ListMatcher
-
Matches all the remaining Matchers in the given
matcherIteratoragainstnull. - matchStates(EventTrackerStatus) - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.segmenting.EventTrackerStatus
-
Match the boolean state fields of
thisandthat. - 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
groupIdandartifactId. - 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 ofretries - maxCapacity() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessor
-
Specifies the maximum amount of segments this
EventProcessorcan process at the same time. - maxCapacity() - Method in interface org.axonframework.messaging.eventhandling.processing.streaming.StreamingEventProcessor
-
Specifies the maximum amount of segments this
EventProcessorcan 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
maxGapOffsetrecord 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
maxGapOffsetspecifying 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
MaxSegmentProviderdefining maximum claimable segments. - maxSegmentProvider(MaxSegmentProvider) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorConfiguration
-
Defines the maximum number of segment this
StreamingEventProcessormay claim per instance. - MaxSegmentProvider - Interface in org.axonframework.messaging.eventhandling.processing.streaming.pooled
-
Functional interface returning the maximum amount of segments a
Coordinatormay claim, based on the givenprocessorName. - maxShort() - Static method in interface org.axonframework.messaging.eventhandling.processing.streaming.pooled.MaxSegmentProvider
-
A
MaxSegmentProviderthat always returnsShort.MAX_VALUE. - mayClaim(String, TemporalAmount) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenEntry
-
Check if given
ownermay claim this token. - mayClaim(String, TemporalAmount) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa.TokenEntry
-
Check if given
ownermay 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
methodaccessible 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
segmentIdof 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
lowerSegmentTokenandupperSegmentToken. - 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
lowerSegmentTokenrepresenting the progress of the segment with the lower segmentId, andupperSegmentTokenrepresenting 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
lowerSegmentTokenrepresenting the progress of the segment with the lower segmentId, andupperSegmentTokenrepresenting the progress of the segment with the higher segmentId, additionally indicating if either of these segments were advanced by the latest call toMergedTrackingToken.advancedTo(TrackingToken) - mergedWith(Map<String, String>) - Method in class org.axonframework.messaging.core.Metadata
-
Returns a
Metadatainstance containing values ofthis, combined with the givenadditionalEntries. - 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 inthisinstance with the givenattributes. - 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
othersegment. - 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
segmentIdback with the segment that it was originally split from. - message() - Method in interface org.axonframework.messaging.core.MessageStream.Entry
-
Returns the
Messageimplementation contained by this Entry. - message() - Method in record class org.axonframework.messaging.core.SimpleEntry
-
Returns the value of the
messagerecord component. - message() - Method in record class org.axonframework.test.util.MessageMonitorReport.Report.Failure
-
Returns the value of the
messagerecord component. - message() - Method in record class org.axonframework.test.util.MessageMonitorReport.Report.Ignored
-
Returns the value of the
messagerecord 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
messagerecord component. - message(Class<?>, String, String) - Method in class org.axonframework.messaging.core.NamespaceMessageTypeResolver.Builder
-
Registers a mapping for the given
payloadTypeto aMessageTypewith the specified attributes. - Message - Interface in org.axonframework.messaging.core
- Message - Annotation Interface in org.axonframework.messaging.core.annotation
-
Meta-annotation used to have a common grounds for the
Message.name()andMessage.version()for more specificMessageannotation. - MESSAGE_TYPE - Static variable in interface org.axonframework.messaging.core.annotation.HandlerAttributes
-
Attribute key referencing the
Messagetype being handled by the handler. - MessageAuthorizationDispatchInterceptor<T> - Class in org.axonframework.extension.spring.authorization
-
A
MessageDispatchInterceptorthat adds the {$code username} and {$code authorities} from the authorized principle. - MessageAuthorizationDispatchInterceptor(Converter) - Constructor for class org.axonframework.extension.spring.authorization.MessageAuthorizationDispatchInterceptor
- MessageAuthorizationHandlerInterceptor<M> - Class in org.axonframework.extension.spring.authorization
-
A
MessageHandlerInterceptorthat verifies authorization based onSecuredannotations on the payload ofMessages. - 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
MessageConverterto 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
Messagethat delegates to an existing message. - MessageDecorator(Message) - Constructor for class org.axonframework.messaging.core.MessageDecorator
-
Initializes a new decorator with given
delegateMessage. - MessageDispatchInterceptor<M> - Interface in org.axonframework.messaging.core
-
Interceptor that allows
messagesto be intercepted and modified before they are dispatched. - MessageDispatchInterceptorChain<M> - Interface in org.axonframework.messaging.core
- 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
registerthat contain a handler for the givenmessageType. - 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
registerthat contain a handler for the givenmessageType. - MessageHandlerConfigurer - Class in org.axonframework.extension.spring.config
-
An implementation of a
ConfigurationEnhancerthat 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
beanRefsas the giventypeof handler with the AxonConfiguration. - 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
Messageof typeMthrough a chain ofinterceptors, and ultimately to a message handler. - MessageHandlerInterceptorDefinition - Class in org.axonframework.messaging.core.interception.annotation
-
HandlerEnhancerDefinitionthat marks methods (meta-)annotated withMessageHandlerInterceptoras 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
messageandcause. - 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
BeanDefinitionRegistryPostProcessorimplementation that detects beans with Axon Message handlers and registers anMessageHandlerConfigurerto have these handlers registered in the AxonConfiguration. - 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
Stringtype that are annotated with theMessageIdentifierannotation and assigns the identifier of the Message. - MessageIdentifierParameterResolverFactory() - Constructor for class org.axonframework.messaging.core.annotation.MessageIdentifierParameterResolverFactory
-
Initialize a
ParameterResolverFactoryforMessageIdentifierannotated 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
MessageHandlingMemberinstances 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 ofregistered 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
- MessageNameSpanAttributesProvider() - Constructor for class org.axonframework.messaging.tracing.attributes.MessageNameSpanAttributesProvider
- MessageOriginProvider - Class in org.axonframework.messaging.core.correlation
-
A
CorrelationDataProviderimplementation that provides theidentifierof aMessageto otherMessagesthat are created as result of processing the givenmessage. - MessageOriginProvider() - Constructor for class org.axonframework.messaging.core.correlation.MessageOriginProvider
-
Initializes a
MessageOriginProviderusing theMessageOriginProvider.DEFAULT_CORRELATION_KEYandMessageOriginProvider.DEFAULT_CAUSATION_KEYas thecorrelationKeyandcausationKeyrespectively. - MessageOriginProvider(String, String) - Constructor for class org.axonframework.messaging.core.correlation.MessageOriginProvider
-
Initializes a
MessageOriginProviderthat uses the givencorrelationKey. - MessagesRecordingConfigurationEnhancer - Class in org.axonframework.test.fixture
-
ConfigurationEnhancer that registers
RecordingEventStore,RecordingEventSinkandRecordingCommandBus. - MessagesRecordingConfigurationEnhancer() - Constructor for class org.axonframework.test.fixture.MessagesRecordingConfigurationEnhancer
- MessageStream<M> - Interface in org.axonframework.messaging.core
- MessageStream.Empty<M> - Interface in org.axonframework.messaging.core
-
A
MessageStreamimplementation that completes normally or with an error without returning any elements. - MessageStream.Entry<M> - Interface in org.axonframework.messaging.core
-
A
MessageStream-specific container ofMessageimplementations. - MessageStream.Single<M> - Interface in org.axonframework.messaging.core
-
A
MessageStreamimplementation 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
MessageHandlerinto the expected correspondingMessageStream. - 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
MessageMonitorwhich createsTimerinstances for the overall, success, failure and ignored time an ingestedMessagetakes. - MessageTimerMonitor - Class in org.axonframework.extension.metrics.micrometer
-
A
MessageMonitorwhich introduces aTimerfor the overall timer of allMessages being ingested, as well as a success, failure and ignoredTimer. - MessageTimerMonitor(MessageTimerMonitor.Builder) - Constructor for class org.axonframework.extension.metrics.dropwizard.MessageTimerMonitor
-
Instantiate a
MessageTimerMonitorbased on the fields contained in theMessageTimerMonitor.Builder. - MessageTimerMonitor(MessageTimerMonitor.Builder) - Constructor for class org.axonframework.extension.metrics.micrometer.MessageTimerMonitor
-
Instantiate a
MessageTimerMonitorbased on the fields contained in theMessageTimerMonitor.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
Messagethis 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 nameandversion. - MessageType(Class<?>) - Constructor for record class org.axonframework.messaging.core.MessageType
-
A
MessageTypeconstructor using the givenclazzto invoke theQualifiedName(Class)constructor to derive thequalifiedNamefor thisMessageType. - MessageType(Class<?>, String) - Constructor for record class org.axonframework.messaging.core.MessageType
-
A
MessageTypeconstructor using the givenclazzto invoke theQualifiedName(Class)constructor to derive thequalifiedNamefor thisMessageType. - MessageType(String) - Constructor for record class org.axonframework.messaging.core.MessageType
-
A
MessageTypeconstructor using the givenqualifiedNameinvoking theQualifiedName(String)constructor. - MessageType(String, String) - Constructor for record class org.axonframework.messaging.core.MessageType
-
A
MessageTypeconstructor using the givenqualifiedNameto invoke theQualifiedName(String)constructor to derive thequalifiedNamefor thisMessageType. - MessageType(String, String, String) - Constructor for record class org.axonframework.messaging.core.MessageType
-
A
MessageTypeconstructor using the givennamespaceandlocalNameto invoke theQualifiedName(String, String)constructor to derive thequalifiedNamefor thisMessageType. - MessageType(QualifiedName) - Constructor for record class org.axonframework.messaging.core.MessageType
-
A
MessageTypeconstructor setting theversiontonull. - MessageType(QualifiedName, String) - Constructor for record class org.axonframework.messaging.core.MessageType
-
Compact constructor validating that the given
qualifiedNameis non-null. - MessageTypeNotResolvedException - Exception Class in org.axonframework.messaging.core
-
Exception thrown when a
MessageTypeResolveris unable to determine theMessageTypefor 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 payloadto it'stype. - 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
Matcherthat matches a singleMessageif the givenpayloadMatchermatches that message's payload. - messaging(Consumer<MessagingConfigurer>) - Method in class org.axonframework.eventsourcing.configuration.EventSourcingConfigurer
-
Delegates the given
configurerTaskto theMessagingConfigurerthisEventSourcingConfigurerdelegates. - messaging(Consumer<MessagingConfigurer>) - Method in class org.axonframework.modelling.configuration.ModellingConfigurer
- MessagingConfigurationDefaults - Class in org.axonframework.messaging.core.configuration
-
A
ConfigurationEnhancerregistering the default components of theMessagingConfigurer. - MessagingConfigurationDefaults() - Constructor for class org.axonframework.messaging.core.configuration.MessagingConfigurationDefaults
- MessagingConfigurer - Class in org.axonframework.messaging.core.configuration
-
The messaging
ApplicationConfigurerof Axon Framework's configuration API. - messagingModel(EntityMetamodelConfigurationBuilder<E>) - Method in interface org.axonframework.eventsourcing.configuration.EventSourcedEntityModule.MessagingModelPhase
-
Registers the given
EntityMetamodelConfigurationBuilderof anEntityMetamodelas 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
metamodelFactoryto build the entity's metamodel. - metadata() - Method in class org.axonframework.eventsourcing.eventstore.jpa.AggregateEventEntry
-
Returns the
metadataof the storedEventMessage. - metadata() - Method in class org.axonframework.messaging.core.GenericMessage
- metadata() - Method in interface org.axonframework.messaging.core.Message
-
Returns the
Metadatafor thisMessage. - 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
Metadatainstance with the givenitemsas 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
- MetadataBasedTagResolver(String) - Constructor for class org.axonframework.eventsourcing.eventstore.MetadataBasedTagResolver
-
Constructs a
MetadataBasedTagResolverusing the given metadata key. - MetadataContextGetter - Class in org.axonframework.extension.tracing.opentelemetry
-
This
TextMapGetterimplementation is able to extract the parent OpenTelemetry span context from aMessage. - MetadataContextSetter - Class in org.axonframework.extension.tracing.opentelemetry
-
This
TextMapSetterimplementation is able to insert the current OpenTelemetry span context into aMessage. - MetadataConverter - Class in org.axonframework.axonserver.connector
-
Utility class to convert between Axon Server metadata values and a simple
Mapof String key-value pairs. - MetadataRoutingStrategy - Class in org.axonframework.messaging.commandhandling
-
A
RoutingStrategyimplementation that uses the value in theMetadataof aCommandMessageassigned to a given key. - MetadataRoutingStrategy(String) - Constructor for class org.axonframework.messaging.commandhandling.MetadataRoutingStrategy
-
Instantiate a
MetadataRoutingStrategybased on the fields contained in the givebuilder. - MetadataSequencingPolicy - Class in org.axonframework.messaging.eventhandling.sequencing
-
A
SequencingPolicyimplementation that extracts the sequence identifier from theEventMessage'sMetadata, based on a givenmetadataKey. - MetadataSequencingPolicy(String) - Constructor for class org.axonframework.messaging.eventhandling.sequencing.MetadataSequencingPolicy
-
Instantiate a
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
Gaugeinstances created by thisMessageMonitor. - meterNamePrefix(String) - Method in class org.axonframework.extension.metrics.micrometer.MessageTimerMonitor.Builder
-
Sets the name used to prefix the names of the
Timerinstances created by thisMessageMonitor. - meterRegistry(MeterRegistry) - Method in class org.axonframework.extension.metrics.micrometer.EventProcessorLatencyMonitor.Builder
-
Specifies the
MeterRegistryused to registered theGaugeinstances to. - meterRegistry(MeterRegistry) - Method in class org.axonframework.extension.metrics.micrometer.MessageTimerMonitor.Builder
-
Specifies the
MeterRegistryused to registered theTimerinstances 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
accessorMethodto access a property with givenpropertyName. - MethodCommandHandlerDefinition - Class in org.axonframework.messaging.commandhandling.annotation
-
Implementation of a
HandlerEnhancerDefinitionused forCommandHandlerannotated methods to wrap aMessageHandlingMemberin aCommandHandlingMemberinstance. - MethodCommandHandlerDefinition() - Constructor for class org.axonframework.messaging.commandhandling.annotation.MethodCommandHandlerDefinition
- MethodEventHandlerDefinition - Class in org.axonframework.messaging.eventhandling.annotation
-
Implementation of a
HandlerEnhancerDefinitionused forEventHandlerannotated methods to wrap aMessageHandlingMemberin aEventHandlingMemberinstance. - MethodEventHandlerDefinition() - Constructor for class org.axonframework.messaging.eventhandling.annotation.MethodEventHandlerDefinition
- MethodInvokingMessageHandlingMember<T> - Class in org.axonframework.messaging.core.annotation
-
Implementation of a
MessageHandlingMemberthat 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 givenmessageType. - methodOf(Class<?>, String, Class<?>...) - Static method in class org.axonframework.common.ReflectionUtils
-
Utility function which returns a
Methodmatching the givenmethodNameandparameterTypesin theclazz. - MethodQueryHandlerDefinition - Class in org.axonframework.messaging.queryhandling.annotation
-
Implementation of a
HandlerEnhancerDefinitionused forQueryHandlerannotated methods to wrap aMessageHandlingMemberin aQueryHandlingMemberinstance. - MethodQueryHandlerDefinition() - Constructor for class org.axonframework.messaging.queryhandling.annotation.MethodQueryHandlerDefinition
- MethodSequencingPolicyEventHandlerDefinition - Class in org.axonframework.messaging.eventhandling.annotation
-
Definition of
event handlersthat are annotated withSequencingPolicy. - MethodSequencingPolicyEventHandlerDefinition() - Constructor for class org.axonframework.messaging.eventhandling.annotation.MethodSequencingPolicyEventHandlerDefinition
- methodsOf(Class<?>) - Static method in class org.axonframework.common.ReflectionUtils
-
Returns an
Iterableof 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
Iterableof all the methods declared on the given class. - MetricsConfigurerModule - Class in org.axonframework.extension.metrics.dropwizard
-
Implementation of the
ConfigurationEnhancerwhich uses theGlobalMetricRegistryto register several Metrics Modules to the givenComponentRegistry. - MetricsConfigurerModule - Class in org.axonframework.extension.metrics.micrometer
-
Implementation of the
ConfigurationEnhancerwhich uses theGlobalMetricRegistryto register several Metrics Modules to the givenComponentRegistry. - 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
StateManagerwhen noRepositoryis 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
configurerTaskto theModellingConfigurerthisEventSourcingConfigurerdelegates. - ModellingConfigurationDefaults - Class in org.axonframework.modelling.configuration
-
A
ConfigurationEnhancerregistering the default components of theModellingConfigurer. - ModellingConfigurationDefaults() - Constructor for class org.axonframework.modelling.configuration.ModellingConfigurationDefaults
- ModellingConfigurer - Class in org.axonframework.modelling.configuration
-
The modelling
ApplicationConfigurerof Axon Framework's configuration API, providing registration methods to, for example, register aCommandHandlingModule. - ModellingConfigurer(MessagingConfigurer) - Constructor for class org.axonframework.modelling.configuration.ModellingConfigurer
-
Construct a
ModellingConfigurerusing the givendelegateto 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
Moduleof typeM. - Module hierarchy - Search tag in interface org.axonframework.eventsourcing.configuration.EventSourcedEntityModule
- Section
- MonitoringCommandHandlerInterceptor - Class in org.axonframework.messaging.monitoring.interception
-
A
MessageHandlerInterceptorforCommandMessagethat intercepts theMessageHandlerInterceptorChainto register theMessageMonitor.MonitorCallbackfunctions on theProcessingContexthooks. - 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
-
A
MessageDispatchInterceptorthat intercepts aMessageDispatchInterceptorChainofEventMessageand registers theMessageMonitor.MonitorCallbackhooks for reporting. - 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
-
A
MessageDispatchInterceptorthat intercepts aMessageDispatchInterceptorChainofEventMessageand registers theMessageMonitor.MonitorCallbackhooks for reporting. - 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
-
A
MessageHandlerInterceptorforQueryMessagethat intercepts theMessageHandlerInterceptorChainto register theMessageMonitor.MonitorCallbackfunctions on theProcessingContexthooks. - 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
-
A
MessageDispatchInterceptorthat intercepts aMessageDispatchInterceptorChainofSubscriptionQueryUpdateMessageand registers theMessageMonitor.MonitorCallbackhooks for reporting. - 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
CorrelationDataProviderthat 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 givencorrelationDataProviders. - 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
SpanFactorythat delegates calls to multiple other factories. - MultiSpanFactory(List<SpanFactory>) - Constructor for class org.axonframework.messaging.tracing.MultiSpanFactory
-
Creates the
MultiSpanFactorywith the delegate factory implementations that it should use. - MultiTagResolver - Class in org.axonframework.eventsourcing.eventstore
-
TagResolverthat 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
namerecord 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
namerecord component. - name() - Method in interface org.axonframework.common.configuration.ComponentDefinition
-
Returns the given name of this
ComponentDefinition, set onComponentDefinition.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
- name() - Method in record class org.axonframework.messaging.core.QualifiedName
-
Returns the value of the
namerecord 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
nameAttributerecord component. - named(String) - Static method in interface org.axonframework.messaging.commandhandling.configuration.CommandHandlingModule
-
Starts a
CommandHandlingModulemodule with the givenmoduleName. - named(String) - Static method in interface org.axonframework.messaging.queryhandling.configuration.QueryHandlingModule
-
Starts a
QueryHandlingModulemodule with the givenmoduleName. - named(String) - Static method in class org.axonframework.modelling.SimpleStateManager
-
Creates a new
SimpleStateManagerwith the givenname. - 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
namespaceAttributerecord component. - NamespaceMessageTypeResolver - Class in org.axonframework.messaging.core
-
Implementation of the
MessageTypeResolverthat maintains a mapping of payload types to their correspondingMessageTypes. - 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
- 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
entryfrom 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
GlobalSequenceTrackingTokeninstance 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
resultSetcursor 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
resultSetcursor 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
booleanspecifying 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
- nodeId() - Method in record class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenStoreConfiguration
-
Returns the value of the
nodeIdrecord component. - nodeId() - Method in record class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa.JpaTokenStoreConfiguration
-
Returns the value of the
nodeIdrecord component. - nodeId(String) - Method in record class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenStoreConfiguration
-
Sets the
nodeIdto identify ownership of the tokens. - nodeId(String) - Method in record class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa.JpaTokenStoreConfiguration
-
Sets the
nodeIdto 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.Whenphase. - noEvents() - Static method in class org.axonframework.test.matchers.Matchers
- noFallback() - Method in class org.axonframework.messaging.core.NamespaceMessageTypeResolver.Builder
-
Finalizes the builder and returns a
MessageTypeResolverthat: forMessageTypeResolver.resolveOrThrow(java.lang.Object)throws aMessageTypeNotResolvedExceptionwhen encountering unmapped payload types forMessageTypeResolver.resolve(java.lang.Object)returns anOptional.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
CommandMessageand the givenentityType. - NoHandlerForEventException - Exception Class in org.axonframework.messaging.eventhandling
-
Exception thrown whenever an
EventHandlingComponentis given anEventMessagefor which it does not have ainvalid reference
subscribedEventHandler. - NoHandlerForEventException(QualifiedName, String) - Constructor for exception class org.axonframework.messaging.eventhandling.NoHandlerForEventException
-
Constructs a
NoHandlerForEventExceptionsignaling there was noEventHandlerfor the giveneventNamepresent in the component with the givencomponentName. - NoHandlerForQueryException - Exception Class in org.axonframework.messaging.queryhandling
-
Exception indicating this instance has no
QueryHandlerfor a givenQueryMessage. - 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
MessageHandlerInterceptorMemberChainwith 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
AppendConditionthat has no criteria nor consistency marker. - nonEmpty(String) - Static method in class org.axonframework.common.StringUtils
- nonEmpty(String, String) - Static method in class org.axonframework.common.Assert
-
Assert that the given
stringis notnulland does not equal an empty String. - nonEmptyOrNull(String) - Static method in class org.axonframework.common.StringUtils
- nonNull(T, Supplier<String>) - Static method in class org.axonframework.common.Assert
-
Assert that the given
valueis notnull. - 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
-
SpanFactoryimplementation that creates aNoOpSpanFactory.NoOpSpan. - NoOpSpanFactory() - Constructor for class org.axonframework.messaging.tracing.NoOpSpanFactory
- NoOpSpanFactory.NoOpSpan - Class in org.axonframework.messaging.tracing
-
The
Spanimplementation that does nothing. - NoOpTransactionAutoConfiguration - Class in org.axonframework.extension.springboot.autoconfig
-
Autoconfiguration class that registers a bean creation method for a default
TransactionManager, theNoTransactionManager. - 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
Matcherthat matches againstnullorvoid. - notNull(Object, Supplier<String>) - Static method in class org.axonframework.common.Assert
-
Assert that the given
valueis notnull. - NoTransactionManager - Enum Class in org.axonframework.messaging.core.unitofwork.transaction
-
A
TransactionManagerimplementation 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
nullorvoidvalue. - 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 notnull. - numberOfResults(List<ProcessingInstruction>) - Static method in class org.axonframework.axonserver.connector.util.ProcessingInstructionUtils
-
Retrieve the desired 'number of results' as a
longfrom the giveninstructions, by searching for theProcessingInstructionwho's key equals theProcessingKey.NR_OF_RESULTS.
O
- ObjectMapperAutoConfiguration - Class in org.axonframework.extension.springboot.autoconfig
-
Autoconfiguration that constructs a default
ObjectMapper, typically to be used by aJacksonConverter. - ObjectMapperAutoConfiguration() - Constructor for class org.axonframework.extension.springboot.autoconfig.ObjectMapperAutoConfiguration
- ObjectNodeToJsonNodeConverter - Class in org.axonframework.conversion.json
- 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
DelayedTaskthat runs the givenrunnableafter the specifieddelay. - of(String, String) - Static method in record class org.axonframework.messaging.eventstreaming.Tag
-
Creates a new
Tagwith the givenkeyandvalue. - of(Supplier<T>) - Static method in class org.axonframework.conversion.CachingSupplier
-
Factory method for a
CachingSupplierthat delegates to the givensupplierwhen asked to supply a value. - of(MessageStream<M>) - Static method in class org.axonframework.messaging.core.FluxUtils
-
Creates a Flux containing the
entriesprovided by the givensource. - of(T) - Static method in class org.axonframework.conversion.CachingSupplier
-
Factory method for a
CachingSupplierthat will supply the givenvalue. - offer(M, Context) - Method in class org.axonframework.messaging.core.QueueMessageStream
-
Add the given
messageand accompanyingcontextavailable for reading by a consumer. - offsetBy(int) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.GlobalSequenceTrackingToken
-
Returns a new
GlobalSequenceTrackingTokeninstance that is the sum of this token's sequence number and the givenoffset. - 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
typeandname. - ofTypeAndName(TypeReference<C>, String) - Static method in interface org.axonframework.common.configuration.ComponentDefinition
-
Starts defining a component with given declared
typeandname. - 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
actionto be executed in the givenphase. - 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
actionto be executed in theafter 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
callbackto invoke when an event isappendedto this transaction. - onChange(TopologyChange) - Method in interface org.axonframework.axonserver.connector.TopologyChangeListener
-
A handler towards a
TopologyChangefrom thecontextthis 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 givencloseHandler. - onCommit(Function<ProcessingContext, CompletableFuture<?>>) - Method in interface org.axonframework.messaging.core.unitofwork.ProcessingLifecycle
-
Registers the provided
actionto be executed in thecommit 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
completeHandlerwhen 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
callbackto be invoked whenentrieshave 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
errorHandlertothiscommand 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
actionto be executed when thisProcessingLifecycleencounters an error during the action of anyProcessingLifecycle.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
thisstream completes with an error, continues reading from the stream provided by givenonErrorfunction. - 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
EventTrackerStatushas 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
actionto be executed in theinvocation 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
-
Conditionimplementation 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
onNexteach time anentryis 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
actionto be executed in thepost 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
actionto be executed in thepre-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
actionto be executed in theprepare commit phase. - onPrepareCommit(Function<ProcessingContext, CompletableFuture<?>>) - Method in class org.axonframework.messaging.core.unitofwork.ResourceOverridingProcessingContext
- OnQualifiedBeanCondition - Class in org.axonframework.extension.springboot.util
-
Conditionimplementation 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
shutdownHandlerto be executed in the givenphasewhen 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
handlerto be invoked during the shutdown lifecycle of the application in the givenphase. - onShutdown(int, Consumer<C>) - Method in interface org.axonframework.common.configuration.ComponentDefinition
-
Registers the given
handlerto be invoked during the shutdown lifecycle of the application in the givenphase. - onShutdown(int, Consumer<D>) - Method in interface org.axonframework.common.configuration.DecoratorDefinition
-
Registers the given
handlerto 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
shutdownHandlerto be executed in the givenphasewhen the configuration this registry belongs to is shut down. - onShutdown(int, Supplier<CompletableFuture<?>>) - Method in interface org.axonframework.common.configuration.LifecycleRegistry
-
Registers a
shutdownHandlerto be executed in the givenphasewhen 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
handlerto be invoked during the shutdown lifecycle of the application in the givenphase. - onShutdown(int, ComponentLifecycleHandler<D>) - Method in interface org.axonframework.common.configuration.DecoratorDefinition
-
Registers the given
handlerto 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
shutdownHandlerto be executed in the givenphasewhen 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
shutdownHandlerto be executed in the default phase0when the configuration this registry belongs to is shut down. - onStart(int, Runnable) - Method in interface org.axonframework.common.configuration.LifecycleRegistry
-
Registers a
startHandlerto be executed in the givenphasewhen the configuration this registry belongs to is started. - onStart(int, BiConsumer<Configuration, C>) - Method in interface org.axonframework.common.configuration.ComponentDefinition
-
Registers the given
handlerto be invoked during the startup lifecycle of the application in the givenphase. - onStart(int, Consumer<C>) - Method in interface org.axonframework.common.configuration.ComponentDefinition
-
Registers the given
handlerto be invoked during the startup lifecycle of the application in the givenphase. - onStart(int, Consumer<D>) - Method in interface org.axonframework.common.configuration.DecoratorDefinition
-
Registers the given
handlerto 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
startHandlerto be executed in the givenphasewhen the configuration this registry belongs to is started. - onStart(int, Supplier<CompletableFuture<?>>) - Method in interface org.axonframework.common.configuration.LifecycleRegistry
-
Registers a
startHandlerto be executed in the givenphasewhen 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
handlerto be invoked during the startup lifecycle of the application in the givenphase. - onStart(int, ComponentLifecycleHandler<D>) - Method in interface org.axonframework.common.configuration.DecoratorDefinition
-
Registers the given
handlerto 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
startHandlerto be executed in the givenphasewhen 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
startHandlerto be executed in the default phase0when 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
successHandlertothiscommand result, expecting the givenresultType. - onSuccess(Class<R>, Consumer<R>) - Method in interface org.axonframework.messaging.commandhandling.gateway.CommandResult
-
Attaches the given
successHandlertothiscommand result, expecting the givenresultType. - onSuccess(Consumer<Message>) - Method in interface org.axonframework.messaging.commandhandling.gateway.CommandResult
-
Attaches the given
successHandlertothiscommand 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(StreamingCondition, ProcessingContext) - Method in class org.axonframework.test.fixture.RecordingEventStore
- OpenTelemetrySpan - Class in org.axonframework.extension.tracing.opentelemetry
-
Spanimplementation that uses OpenTelemetry'sSpanto provide tracing capabilities to an application. - OpenTelemetrySpan(SpanBuilder) - Constructor for class org.axonframework.extension.tracing.opentelemetry.OpenTelemetrySpan
-
Creates the span, based on the
SpanBuilderprovided. - OpenTelemetrySpanFactory - Class in org.axonframework.extension.tracing.opentelemetry
-
Creates
Spanimplementations that are compatible with OpenTelemetry java agent instrumentation. - OpenTelemetrySpanFactory(OpenTelemetrySpanFactory.Builder) - Constructor for class org.axonframework.extension.tracing.opentelemetry.OpenTelemetrySpanFactory
-
Instantiate a
OpenTelemetrySpanFactorybased on the fields contained in theOpenTelemetrySpanFactory.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
resourceLocationif the resource location is notnull. - or() - Method in interface org.axonframework.messaging.eventstreaming.EventCriteria
-
Start a builder to construct an additional
EventCriteriathat will be combined with this one usingEventCriteria.or(EventCriteria). - or(SourcingCondition) - Method in interface org.axonframework.eventsourcing.eventstore.SourcingCondition
-
Merges
this SourcingConditionwith the givenother SourcingCondition, by combining theirsearch criteriaandstarting points. - or(EventCriteria) - Method in interface org.axonframework.messaging.eventstreaming.EventCriteria
-
Create an
EventCriteriathat matches events from eitherthisor the givencriteria EventCriteria. - or(EventCriteria) - Method in interface org.axonframework.messaging.eventstreaming.StreamingCondition
- 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
orderin 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@Priorityannotation 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@Priorityannotation 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@Priorityannotation 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@Priorityannotation 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@Priorityannotation 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@Priorityannotation 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@Priorityannotation 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@Priorityannotation on their respective classes. - orElse(TargetContextResolver<? super T>) - Method in interface org.axonframework.axonserver.connector.TargetContextResolver
-
Returns a TargetContextResolver that uses
thisinstance to resolve a context for a given message and if it returnsnull, returns the results of theotherresolver instead. - OrEventCriteriaBuilder - Class in org.axonframework.messaging.eventstreaming
-
Builder class to construct an
EventCriteriathat 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 asand the
invalid reference
Event ListenersEvent 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
osArchrecord component. - osName() - Method in record class org.axonframework.update.api.UpdateCheckRequest
-
Returns the value of the
osNamerecord component. - osVersion() - Method in record class org.axonframework.update.api.UpdateCheckRequest
-
Returns the value of the
osVersionrecord 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
eventSourceto the givenchannel. - OutboundEventMessageChannelAdapter(SubscribableEventSource, MessageChannel, Predicate<? super EventMessage>) - Constructor for class org.axonframework.extension.spring.messaging.OutboundEventMessageChannelAdapter
-
Initialize an adapter to forward messages from the given
eventSourceto the givenchannel. - 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
eventSourceto the givenchannel. - 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
ComponentRegistryshould react when aComponentis to be overridden during aComponentRegistry.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
DefaultEntityRegistrarto 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
ParameterResolverFactoryto theComponentRegistry. - 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
exceptioninto aRuntimeException. - parseInstant(CharSequence) - Static method in class org.axonframework.common.DateTimeUtils
-
Parse the given
timestampinto anInstant. - PassThroughConverter - Class in org.axonframework.conversion
-
A
Converterimplementation that only "passes through" input object if thesourceTypeandtargetTypeare 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
payloadof the storedEventMessage. - 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
Tagkey 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
Messagecasted to the given type ifMessage.payloadType()isassignable fromthe giventype, otherwise throws aConversionException. - payloadAs(Class<T>, Converter) - Method in interface org.axonframework.messaging.core.Message
-
Returns the payload of this
Message, converted to the giventypeby the givenconverter. - 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 giventypeby the givenconverter. - 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
Messagecasted to the given type ifMessage.payloadType()isassignable fromthe giventype, otherwise throws aConversionException. - payloadAs(TypeReference<T>, Converter) - Method in interface org.axonframework.messaging.core.Message
-
Returns the payload of this
Message, converted to the giventypeby the givenconverter. - PayloadBasedEntityEvolver<P,
E> - Class in org.axonframework.modelling -
An
EntityEvolverimplementation that converts theMessage.payload()to the givenpayloadTypeto evolve an entity with. - PayloadBasedEntityEvolver(Class<P>, BiFunction<E, P, E>) - Constructor for class org.axonframework.modelling.PayloadBasedEntityEvolver
-
Constructs a
PayloadConvertingEntityEvolver, converting theMessage.payload()to the givenpayloadType, after which it invokes the givenevolver. - PayloadBasedTagResolver<P> - Class in org.axonframework.eventsourcing.eventstore
-
Simple implementation of the
TagResolverthat is able to combine several lambdas to constructTagsfrom payloads of typeP. - 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
PayloadConvertingConnectorto use givenconverterto convert each Message's payload intotargetTypebefore passing it to givendelegate. - 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
PayloadConvertingConnectorto use givenconverterto convert each Message's payload intotargetTypebefore passing it to givendelegate. - 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
ParameterResolverthat resolves the Message payload as parameter in a handler method. - PayloadParameterResolver(Class<?>) - Constructor for class org.axonframework.messaging.core.annotation.PayloadParameterResolver
-
Initializes a new
PayloadParameterResolverfor a method parameter of givenpayloadType. - 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
matcherto match the payloads. - payloadsMatching(Matcher<? extends List<?>>) - Static method in class org.axonframework.test.matchers.Matchers
-
Returns a
Matcherthat matches a list ofMessageif a list containing their respective payloads matches the givenmatcher. - 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
MessageMonitorimplementation which creates a new MessageMonitor for everyMessagepayload 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
monitorSupplierfor 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
monitorSupplierfor every message payload type encountered and sets the monitor name as specified by themonitorNameBuilder. - PayloadTypeSpanAttributesProvider - Class in org.axonframework.messaging.tracing.attributes
-
Adds the
payload typeas an attribute to theSpan. - 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
entryfrom 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
performAvroCompatibilityCheckrecord 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
entityin 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
entitywith givenidwithin the givencontext. - persistenceExceptionResolver() - Method in record class org.axonframework.eventsourcing.eventstore.jpa.AggregateBasedJpaEventStorageEngineConfiguration
-
Returns the value of the
persistenceExceptionResolverrecord component. - persistenceExceptionResolver() - Method in record class org.axonframework.extension.springboot.autoconfig.JpaEventStoreAutoConfiguration.AggregateBasedJpaEventStorageEngineConfigurationEnhancer
-
Returns the value of the
persistenceExceptionResolverrecord 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
PersistenceExceptionResolverused 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
persisteras a factory method for the state-based entity being built. - PessimisticLockFactory - Class in org.axonframework.common.lock
-
Implementation of a
LockFactorythat 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
buildercontaining 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
phaserecord component. - Phase - Class in org.axonframework.common.lifecycle
-
Utility class containing constants that can be used as input when registering
ComponentDefinitionswithstartand/orshutdownhandlers. - 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
EntityMetamodelthat 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
PooledStreamingEventProcessorshould be used. - POOLED - Enum constant in enum class org.axonframework.extension.springboot.EventProcessorProperties.Mode
-
Indicates a
PooledStreamingEventProcessorshould be used. - pooledStreaming(String) - Static method in interface org.axonframework.messaging.eventhandling.configuration.EventProcessorModule
-
Creates a
PooledStreamingEventProcessorModulewith the given name. - pooledStreaming(UnaryOperator<PooledStreamingEventProcessorsConfigurer>) - Method in class org.axonframework.messaging.eventhandling.configuration.EventProcessingConfigurer
-
Provides access to configure
PooledStreamingEventProcessorinstances through thePooledStreamingEventProcessorsConfigurer. - PooledStreamingEventProcessor - Class in org.axonframework.messaging.eventhandling.processing.streaming.pooled
-
A
StreamingEventProcessorimplementation 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
PooledStreamingEventProcessorwith givenname,eventHandlingComponentsand based on the fields contained in thePooledStreamingEventProcessorConfiguration. - 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
PooledStreamingEventProcessorConfigurationwith just default values. - PooledStreamingEventProcessorConfiguration(EventProcessorConfiguration) - Constructor for class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorConfiguration
-
Constructs a new
PooledStreamingEventProcessorConfigurationcopying properties from the given configuration. - PooledStreamingEventProcessorConfiguration(EventProcessorConfiguration, Configuration) - Constructor for class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorConfiguration
-
Constructs a new
PooledStreamingEventProcessorConfigurationwith 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
PooledStreamingEventProcessorcomponent. - 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
-
Allows customizing the
PooledStreamingEventProcessorConfiguration. - PooledStreamingEventProcessorsConfigurer - Class in org.axonframework.messaging.eventhandling.processing.streaming.pooled
-
A configurer for managing multiple
PooledStreamingEventProcessorinstances 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
TrackingTokento 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
BeanPostProcessorinterface. - 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
processoron 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
Matcherthat matches with values of typeTdefined by the givenpredicate. - 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
predicateto 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
intfrom the giveninstructions, by searching for theProcessingInstructionwho's key equals theProcessingKey.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
@Priorityannotation. - PriorityCallable<T> - Class in org.axonframework.common.util
-
A wrapper class of
Callablesthat adheres to a priority by implementingPriorityTask. - 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
ExecutorServicewraps an existing one, creating aPriorityTaskfor everyRunnablethat is submitted that's an instance of one. - PriorityRunnable - Class in org.axonframework.common.util
-
A wrapper class of
Runnablesthat adheres to a priority by implementingPriorityTask. - 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
RunnableorComparablethat adheres to a priority by implementingComparable. - PriorityTaskSchedulers - Interface in org.axonframework.axonserver.connector.util
-
Responsible for creating
Schedulerimplementations 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
ProcessingLifecycleadding mutable resource management operations by implementingContext. - ProcessingContextEventAppender - Class in org.axonframework.messaging.eventhandling.gateway
-
Component that publishes events to an
EventSinkin the context of aProcessingContext. - ProcessingContextParameterResolverFactory - Class in org.axonframework.messaging.core.unitofwork.annotation
-
ParameterResolverFactoryimplementation that provides aParameterResolverfor parameters of typeProcessingContext. - 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
ProcessingLifecycleto 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
EventTrackerStatusinstances. - processor() - Method in record class org.axonframework.axonserver.connector.event.EventProcessorControlService.AxonProcessorInstructionHandler
-
Returns the value of the
processorrecord 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
-
Registers a
PooledStreamingEventProcessorModuleusing aModuleBuilder. - processor(ModuleBuilder<SubscribingEventProcessorModule>) - Method in class org.axonframework.messaging.eventhandling.processing.subscribing.SubscribingEventProcessorsConfigurer
-
Registers a
SubscribingEventProcessorModuleusing aModuleBuilder. - PROCESSOR_NAME_TAG - Static variable in class org.axonframework.extension.metrics.micrometer.TagsUtil
-
The micrometer
Tagkey 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
EventHandlingComponentinstances and processing event messages through them. - ProcessorEventHandlingComponents(List<EventHandlingComponent>) - Constructor for class org.axonframework.messaging.eventhandling.processing.ProcessorEventHandlingComponents
-
Constructs a
ProcessorEventHandlingComponentsinstance by wrapping the provided list ofEventHandlingComponents 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
EventProcessorModulesfrom 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
messageandcause. - ProcessUtils - Class in org.axonframework.common
-
Processing utilities.
- projectReactorOnClasspath() - Static method in class org.axonframework.common.util.ClasspathResolver
-
Return
trueif Project Reactor is on classpath,falseotherwise. - 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
ErrorHandlerimplementation that rethrows theErrorContext exception. - properties() - Method in record class org.axonframework.extension.springboot.autoconfig.JpaEventStoreAutoConfiguration.AggregateBasedJpaEventStorageEngineConfigurationEnhancer
-
Returns the value of the
propertiesrecord 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
messageandcause. - 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
EntityIdResolverthat inspects the payload of aMessagefor an identifier. - PropertyBasedEntityIdResolver(String) - Constructor for class org.axonframework.modelling.PropertyBasedEntityIdResolver
-
Initialize the resolver with the given
propertyname. - PropertyFileUsagePropertyProvider - Class in org.axonframework.update.configuration
-
A
UsagePropertyProviderthat 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 giventargetClass, ornullif no such property is found on the class. - PropertySequencingPolicy<T,
K> - Class in org.axonframework.messaging.eventhandling.sequencing -
A
SequencingPolicyimplementation 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 givenpayloadClassusing the givenidentifierExtractor. - 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
- providerDecorator(Optional<List<CorrelationDataProvider>>) - Method in class org.axonframework.extension.springboot.autoconfig.CorrelationDataProviderAutoConfiguration
-
Bean creation method for a
DecoratorDefinitionthat registersCorrelationDataProviderswith theCorrelationDataProviderRegistry. - publish(List<?>) - Method in interface org.axonframework.messaging.eventhandling.gateway.EventGateway
-
Publishes the given
eventswithin the givencontext. - publish(ProcessingContext, Object...) - Method in interface org.axonframework.messaging.eventhandling.gateway.EventGateway
-
Publishes the given
eventswithin the givencontext. - 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
eventswithin the givencontext. - 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
eventswithin the givencontext, 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
eventswithin the givencontext, when present. - purgeEventsFromAxonServer(String, int, String, boolean) - Static method in class org.axonframework.test.server.AxonServerContainerUtils
-
Calls the API of Axon Server at given
hostnameand (http)portto purge events of the givencontext. - put(Object, Object) - Method in interface org.axonframework.common.caching.Cache
-
Stores the given
valuein the cache, under givenkey. - 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
Metadatais an immutable object. - put(Component<C>) - Method in class org.axonframework.common.configuration.Components
-
Puts the given
component, identified by the givenidentifier, in this collection. - putAll(Map<? extends String, ? extends String>) - Method in class org.axonframework.messaging.core.Metadata
-
This operation is not supported since
Metadatais an immutable object. - putIfAbsent(Object, Object) - Method in interface org.axonframework.common.caching.Cache
-
Stores the given
valuein the cache, under givenkey, 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
resourceunder the givenkey. - 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
instanceunder the givenkeyif 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
qualifiedNamerecord component. - QualifiedName - Record Class in org.axonframework.messaging.core
-
Interface describing a qualified
qualifiedName, providing space for anamespace,local qualifiedName. - QualifiedName(Class<?>) - Constructor for record class org.axonframework.messaging.core.QualifiedName
-
Constructor taking the
Class.getName()as theQualifiedName.name()of theQualifiedNameunder construction. - QualifiedName(String) - Constructor for record class org.axonframework.messaging.core.QualifiedName
-
Compact constructor asserting whether the
qualifiedNameis non-null and not empty. - QualifiedName(String, String) - Constructor for record class org.axonframework.messaging.core.QualifiedName
-
Constructor providing combining the given
namespaceandlocalName, 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
ApplicationContextwill 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
ApplicationContextwill be matched for. - query(Object, Class<R>) - Method in interface org.axonframework.messaging.queryhandling.gateway.QueryGateway
-
Sends given
queryover theQueryBus, expecting a single response with the givenresponseTypefrom 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
queryover theQueryBus, expecting a single response with the givenresponseTypefrom 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
queryto 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
queryto aQueryHandlersubscribedto the givenquery'squery name, returning aMessageStreamofresponsesto the givenquery. - 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
QueryMessagethe handler can handle. - QueryBus - Interface in org.axonframework.messaging.queryhandling
-
The mechanism that dispatches
queriesto their appropriatequery handler. - QueryBusConnector - Interface in org.axonframework.messaging.queryhandling.distributed
-
The
QueryBusConnectorinterface defines the contract for connecting multipleQueryBusinstances. - 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
dispatchingand handling ofsubscribedquery handlers in theAxonServerQueryBusConnector. - 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
messageandcause - QueryExecutionException(String, Throwable, Object) - Constructor for exception class org.axonframework.messaging.queryhandling.QueryExecutionException
-
Initializes the exception with given
message,causeanddetails. - QueryExecutionException(String, Throwable, Object, boolean) - Constructor for exception class org.axonframework.messaging.queryhandling.QueryExecutionException
-
Initializes the exception with given
message,cause,detailsandwritableStackTrace - queryExecutorService(ExecutorService) - Method in record class org.axonframework.messaging.queryhandling.distributed.DistributedQueryBusConfiguration
-
Sets the
ExecutorServiceto use for querying in the distributed query bus. - queryExecutorServiceFactory() - Method in record class org.axonframework.messaging.queryhandling.distributed.DistributedQueryBusConfiguration
-
Returns the value of the
queryExecutorServiceFactoryrecord 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
queryHandlerBuilderfor the given qualifiedqueryNamewithin this module. - queryHandler(QualifiedName, QueryHandler) - Method in interface org.axonframework.messaging.queryhandling.configuration.QueryHandlingModule.QueryHandlerPhase
-
Registers the given
queryHandlerfor the given qualifiedqueryNameandresponseNamewithin 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 themQueryHandlers. - 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
configurationLambdawithin this phase. - queryHandlingComponent(ComponentBuilder<QueryHandlingComponent>) - Method in interface org.axonframework.messaging.queryhandling.configuration.QueryHandlingModule.QueryHandlerPhase
-
Registers the given
handlingComponentBuilderwithin this module. - QueryHandlingComponent - Interface in org.axonframework.messaging.queryhandling
-
Interface describing a group of
QueryHandlersbelonging to a single component. - QueryHandlingMember<T> - Interface in org.axonframework.messaging.queryhandling.annotation
-
Interface indicating that a
MessageHandlingMemberis capable of handling specificQueryMessages. - QueryHandlingModule - Interface in org.axonframework.messaging.queryhandling.configuration
-
A
ModuleandModuleBuilderimplementation 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-specificMessageDispatchInterceptorsregistered in this registry. - queryInterceptors(Configuration) - Method in interface org.axonframework.messaging.core.interception.HandlerInterceptorRegistry
-
Returns the list of
QueryMessage-specificMessageHandlerInterceptorsregistered in this registry. - queryMany(Object, Class<R>) - Method in interface org.axonframework.messaging.queryhandling.gateway.QueryGateway
-
Sends given
queryover theQueryBus, expecting multiple responses in the form ofresponseTypefrom 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
queryover theQueryBus, expecting multiple responses in the form ofresponseTypefrom a single source. - QueryMessage - Interface in org.axonframework.messaging.queryhandling
-
A
Messagetype 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
QueryMessageHandlerInterceptorChainwith a list ofinterceptionand anqueryHandler. - queryMonitor(Configuration) - Method in class org.axonframework.messaging.monitoring.configuration.DefaultMessageMonitorRegistry
- queryMonitor(Configuration) - Method in interface org.axonframework.messaging.monitoring.configuration.MessageMonitorRegistry
-
Retrieves a
MessageMonitorfor monitoring the processing ofQueryMessageinstances. - 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 theMessage.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
QueryMessagebased 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
ExecutorServiceto 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
queryResponseExecutorServiceFactoryrecord component. - QueryResponseMessage - Interface in org.axonframework.messaging.queryhandling
-
A
ResultMessageimplementation that contains the result of query handling. - QueryResponseMessageStream - Class in org.axonframework.axonserver.connector.query
- QueryResponseMessageStream(ResultStream<QueryResponse>) - Constructor for class org.axonframework.axonserver.connector.query.QueryResponseMessageStream
-
Initializes a new instance of the
QueryResponseMessageStreamwhich wraps aResultStreamofQueryResponseobjects. - queryResponseThreads() - Method in record class org.axonframework.messaging.queryhandling.distributed.DistributedQueryBusConfiguration
-
Returns the value of the
queryResponseThreadsrecord 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
queryThreadsrecord 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 queriesaboutupdate,errors, and when there areno more update. - QueryUpdateEmitterParameterResolverFactory - Class in org.axonframework.messaging.queryhandling
-
ParameterResolverFactorythat ensures theQueryUpdateEmitteris resolved in the context of the currentProcessingContext. - 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
AbstractQueryResponseMessageStreamthat processes a stream ofQueryUpdateobjects and transforms them intoQueryResponseMessageinstances. - QueryUpdateMessageStream(ResultStream<QueryUpdate>) - Constructor for class org.axonframework.axonserver.connector.query.QueryUpdateMessageStream
-
Initializes a new instance of the
QueryResponseMessageStreamwhich wraps aResultStreamofQueryUpdateobjects. - 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
queueas 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
-
Returns the given
type as a Classof thisComponentDefinition, set onComponentDefinition.ofType(Class)orComponentDefinition.ofTypeAndName(Class, String). - readTokenEntry(ResultSet) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenStore
-
Convert given
resultSetto anJdbcTokenEntry. - recorded() - Method in class org.axonframework.test.fixture.RecordingCommandBus
-
Returns map of all the
CommandMessagesdispatched, and their corresponding results. - recorded() - Method in class org.axonframework.test.fixture.RecordingEventSink
-
Returns a copied list of all the
EventMessagespublished. - 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
RecordingCommandBusthat will record all commands dispatched to the givendelegate. - RecordingEventBus - Class in org.axonframework.test.fixture
- RecordingEventBus(EventBus) - Constructor for class org.axonframework.test.fixture.RecordingEventBus
-
Creates a new
RecordingEventBusthat will record all events published to the givendelegate. - RecordingEventSink - Class in org.axonframework.test.fixture
- RecordingEventSink(EventSink) - Constructor for class org.axonframework.test.fixture.RecordingEventSink
-
Creates a new
RecordingEventSinkthat will record all events published to the givendelegate. - RecordingEventStore - Class in org.axonframework.test.fixture
-
An
EventStoreimplementation recording all the events that arepublished. - RecordingEventStore(EventStore) - Constructor for class org.axonframework.test.fixture.RecordingEventStore
-
Creates a new
RecordingEventStorethat will record all events published to the givendelegate. - RecordingMessageMonitor - Class in org.axonframework.test.util
-
A message monitor implementation that records the processing results of messages in the provided
MessageMonitorReportinstances. - 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
MessageMonitorReportand 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
CompletableFuturethat completes with the given reduction of messages read from thesource. - 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
CompletableFutureof typeR, using the givenidentityas the initial value for the givenaccumulator. - 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
handlerthat can handle instructions for givenrequestCaseregardless of context. - register(Handler) - Method in interface org.axonframework.axonserver.connector.Handlers
-
Registers a
handlerthat 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
Twith id of typeID. - register(String, Case, Handler) - Method in interface org.axonframework.axonserver.connector.Handlers
-
Registers a
handlerthat can handle instructions for givencontextandrequestCase. - register(String, Handler) - Method in interface org.axonframework.axonserver.connector.Handlers
-
Registers a
handlerthat can handle instructions for givencontextregardless of request case. - register(BiPredicate<String, Case>, Handler) - Method in interface org.axonframework.axonserver.connector.Handlers
-
Registers a
handlerthat can handle instructions matching givenhandlerSelectorpredicate. - 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
Repositoryfor use with thisStateManager. - 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
cacheEntryListenerto 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
CommandBususingTags through the giventagsBuilder. - registerCommandBus(ComponentBuilder<CommandBus>) - Method in class org.axonframework.messaging.core.configuration.MessagingConfigurer
-
Registers the given
CommandBusfactory in thisConfigurer. - registerCommandDispatchInterceptor(ComponentBuilder<MessageDispatchInterceptor<? super CommandMessage>>) - Method in class org.axonframework.messaging.core.configuration.MessagingConfigurer
- registerCommandHandlerInterceptor(ComponentBuilder<MessageHandlerInterceptor<? super CommandMessage>>) - Method in class org.axonframework.messaging.core.configuration.MessagingConfigurer
- registerCommandHandlingModule(ModuleBuilder<CommandHandlingModule>) - Method in class org.axonframework.eventsourcing.configuration.EventSourcingConfigurer
-
Registers the given command handling
moduleBuilderto use in this configuration. - registerCommandHandlingModule(ModuleBuilder<CommandHandlingModule>) - Method in class org.axonframework.messaging.core.configuration.MessagingConfigurer
-
Registers the given
builderfor aCommandHandlingModuleto use in this configuration. - registerCommandHandlingModule(ModuleBuilder<CommandHandlingModule>) - Method in class org.axonframework.modelling.configuration.ModellingConfigurer
-
Registers the given
builderfor aCommandHandlingModuleto 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
- 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
interceptorBuilderfor aCommandMessageMessageHandlerInterceptorfor 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
MessageMonitorspecifically for monitoring the processing ofCommandMessageinstances. - registerComponent(Class<?>, String) - Method in class org.axonframework.extension.metrics.dropwizard.GlobalMetricRegistry
-
Registers new metrics to the
MetricRegistryto monitor a component of givencomponentType. - 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
Componentthat should be made available to othercomponentsormodulesin theConfigurationthat thisConfigurerwill result in. - registerComponent(Class<C>, ComponentBuilder<C>) - Method in interface org.axonframework.common.configuration.ComponentRegistry
-
Registers a
Componentthat should be made available to othercomponentsormodulesin theConfigurationthat thisConfigurerwill result in. - registerComponent(ComponentDefinition<? extends C>) - Method in interface org.axonframework.common.configuration.ComponentRegistry
-
Registers a
Componentbased on the givendefinition. - 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
ContentTypeConverterof the givenconverterTypewith this factory, only if initialization of such a converter is possible. - registerConverter(ContentTypeConverter<?, ?>) - Method in class org.axonframework.conversion.ChainingContentTypeConverter
-
Registers the given
ContentTypeConverterwith thisChainingConverter. - registerCorrelationDataProvider(ComponentBuilder<CorrelationDataProvider>) - Method in class org.axonframework.messaging.core.configuration.MessagingConfigurer
-
Registers the given
CorrelationDataProviderfactory in thisproviderBuilder. - registerDecorator(Class<C>, int, ComponentDecorator<C, D>) - Method in interface org.axonframework.common.configuration.ComponentRegistry
-
Registers a
Componentdecoratorthat will act on allregisteredcomponents of the giventype, regardless of component name. - registerDecorator(Class<C>, String, int, ComponentDecorator<C, D>) - Method in interface org.axonframework.common.configuration.ComponentRegistry
-
Registers a
decoratorthat will act onregisteredcomponents of the giventypeandnamecombination. - 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 theDefaultEntityRegistrar. - registerDispatchInterceptor(ComponentBuilder<MessageDispatchInterceptor<Message>>) - Method in class org.axonframework.messaging.core.configuration.MessagingConfigurer
- 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
StateManagerfor the givenentityType. - registerEnhancer(ConfigurationEnhancer) - Method in interface org.axonframework.common.configuration.ComponentRegistry
-
Registers an
ConfigurationEnhancerwith thisComponentRegistry. - 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
entityModuleon the root-levelConfiguration. - registerEntity(EntityModule<I, E>) - Method in class org.axonframework.modelling.configuration.ModellingConfigurer
-
Registers the given
entityModuleon the root-levelConfiguration. - 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
EventBususingTags through the giventagsBuilder. - registerEventDispatchInterceptor(ComponentBuilder<MessageDispatchInterceptor<? super EventMessage>>) - Method in class org.axonframework.messaging.core.configuration.MessagingConfigurer
- registerEventHandlerInterceptor(ComponentBuilder<MessageHandlerInterceptor<? super EventMessage>>) - Method in class org.axonframework.messaging.core.configuration.MessagingConfigurer
- 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
- 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
interceptorBuilderfor aEventMessageMessageHandlerInterceptorfor 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
MessageMonitorused for monitoringEventMessage. - 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
MessageMonitorspecific forEventMessagetypes 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
EventProcessorusingTags through the giventagsBuilder. - registerEventSink(ComponentBuilder<EventSink>) - Method in class org.axonframework.messaging.core.configuration.MessagingConfigurer
-
Registers the given
EventSinkfactory in thisConfigurer. - registerEventStorageEngine(ComponentBuilder<EventStorageEngine>) - Method in class org.axonframework.eventsourcing.configuration.EventSourcingConfigurer
-
Registers the given
EventStorageEnginefactory in thisConfigurer. - registerEventStore(ComponentBuilder<EventStore>) - Method in class org.axonframework.eventsourcing.configuration.EventSourcingConfigurer
-
Registers the given
EventStorefactory in thisConfigurer. - registerFactory(ComponentFactory<C>) - Method in interface org.axonframework.common.configuration.ComponentRegistry
-
Registers a
ComponentFactorywith 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
- registerIfNotPresent(Class<C>, String, ComponentBuilder<C>, SearchScope) - Method in interface org.axonframework.common.configuration.ComponentRegistry
- registerIfNotPresent(Class<C>, ComponentBuilder<C>) - Method in interface org.axonframework.common.configuration.ComponentRegistry
-
Registers a
Componentonly if there is none yet for the giventype. - registerIfNotPresent(Class<C>, ComponentBuilder<C>, SearchScope) - Method in interface org.axonframework.common.configuration.ComponentRegistry
-
Registers a
Componentonly if there is none yet for the giventype. - registerIfNotPresent(ComponentDefinition<C>) - Method in interface org.axonframework.common.configuration.ComponentRegistry
- registerIfNotPresent(ComponentDefinition<C>, SearchScope) - Method in interface org.axonframework.common.configuration.ComponentRegistry
- registerIgnoredField(Class<?>, String) - Method in record class org.axonframework.test.fixture.AxonTestFixture.Customization
-
Indicates that a field with given
fieldName, which is declared in givendeclaringClassis 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
- 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
interceptorBuilderconstructing a genericMessageMessageHandlerInterceptorfor 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
- 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
MessageTypeResolverfactory in thisConfigurer. - registerModule(Module) - Method in interface org.axonframework.common.configuration.ComponentRegistry
-
Registers a
Modulewith 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
MessageMonitorfor genericMessagetypes using the supplied monitor builder. - registerParameterResolverFactory(ComponentBuilder<ParameterResolverFactory>) - Method in class org.axonframework.messaging.core.configuration.MessagingConfigurer
-
Registers the given
ParameterResolverFactoryfactory in thisConfigurer. - registerProvider(ComponentBuilder<CorrelationDataProvider>) - Method in interface org.axonframework.messaging.core.correlation.CorrelationDataProviderRegistry
-
Registers the given
providerBuilderconstructing aCorrelationDataProviderfor 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
QueryBususingTags through the giventagsBuilder. - registerQueryBus(ComponentBuilder<QueryBus>) - Method in class org.axonframework.messaging.core.configuration.MessagingConfigurer
-
Registers the given
QueryBusfactory in thisConfigurer. - registerQueryDispatchInterceptor(ComponentBuilder<MessageDispatchInterceptor<? super QueryMessage>>) - Method in class org.axonframework.messaging.core.configuration.MessagingConfigurer
- registerQueryHandlerInterceptor(ComponentBuilder<MessageHandlerInterceptor<? super QueryMessage>>) - Method in class org.axonframework.messaging.core.configuration.MessagingConfigurer
- registerQueryHandlingModule(ModuleBuilder<QueryHandlingModule>) - Method in class org.axonframework.eventsourcing.configuration.EventSourcingConfigurer
-
Registers the given query handling
moduleBuilderto use in this configuration. - registerQueryHandlingModule(ModuleBuilder<QueryHandlingModule>) - Method in class org.axonframework.messaging.core.configuration.MessagingConfigurer
-
Registers the given
builderfor aQueryHandlingModuleto use in this configuration. - registerQueryHandlingModule(ModuleBuilder<QueryHandlingModule>) - Method in class org.axonframework.modelling.configuration.ModellingConfigurer
-
Registers the given
builderfor aQueryHandlingModuleto 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
- 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
interceptorBuilderfor aQueryMessageMessageHandlerInterceptorfor 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
- 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
SpanAttributesProviderto 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
interceptorBuilderfor aSubscriptionQueryUpdateMessage-specificMessageDispatchInterceptor. - 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
MessageMonitorspecifically forSubscriptionQueryUpdateMessagetypes using the providedComponentBuilder. - registerTagResolver(ComponentBuilder<TagResolver>) - Method in class org.axonframework.eventsourcing.configuration.EventSourcingConfigurer
-
Registers the given
TagResolverfactory in thisConfigurer. - registerToComponentRegistry(ComponentRegistry, int, Function<Configuration, ParameterResolverFactory>) - Static method in class org.axonframework.messaging.core.configuration.reflection.ParameterResolverFactoryUtils
-
Register a
ParameterResolverFactoryto thecurrentComponentRegistryusing the givenfactoryfunction. - registerToComponentRegistry(ComponentRegistry, Function<Configuration, ParameterResolverFactory>) - Static method in class org.axonframework.messaging.core.configuration.reflection.ParameterResolverFactoryUtils
-
Register a
ParameterResolverFactoryto thecurrentComponentRegistryusing the givenfactoryfunction. - registerUnitOfWorkFactory(ComponentBuilder<UnitOfWorkFactory>) - Method in class org.axonframework.messaging.core.configuration.MessagingConfigurer
-
Registers the given
UnitOfWorkFactoryfactory in thisConfigurer. - 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
processorNameandsegment. - releaseClaim(Connection, String, int) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenStore
-
Creates a new
PreparedStatementto release the current claim this node has on a token belonging to a processor with givenprocessorNameandsegment. - 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
descriptionsdescribing 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
descriptionsdescribing 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
exceptionDescriptiondescribing the remote cause-chain. - RemoteHandlingException(RemoteExceptionDescription, boolean) - Constructor for exception class org.axonframework.messaging.core.RemoteHandlingException
-
Initializes the exception using the given
exceptionDescriptionandwritableStackTrace. - 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
exceptionDescriptiondescribing 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
Metadatais 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
EventTrackerStatuswhich no active work is occurring on. - RemovedTrackerStatus(EventTrackerStatus) - Constructor for class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.RemovedTrackerStatus
-
Initializes the
RemovedTrackerStatususing the givenremovedTrackerStatus. - 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
keyif the givenexpectedResourceis 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
identifierwith the instance returned by givenreplacementfunction. - 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
HandlerEnhancerDefinitionthat is used forAllowReplayannotated 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
messageof the matchingcontextClass. - 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
resetContextpresent in aReplayToken. - ReplayContextParameterResolverFactory - Class in org.axonframework.messaging.eventhandling.replay.annotation
-
An implementation of the
ParameterResolverFactorywhich resolves the parameter annotated withReplayContext. - ReplayContextParameterResolverFactory() - Constructor for class org.axonframework.messaging.eventhandling.replay.annotation.ReplayContextParameterResolverFactory
- ReplayParameterResolverFactory - Class in org.axonframework.messaging.eventhandling.replay.annotation
-
An implementation of the
ParameterResolverFactorywhich resolves theReplayStatusparameter. - 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
responseof 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
matcheras 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
Repositoryfor the giventype. - repository(ComponentBuilder<Repository<ID, E>>) - Method in interface org.axonframework.modelling.configuration.StateBasedEntityModule.RepositoryPhase
-
Registers the given
repositoryas a factory method for the state-based entity being built. - Repository<ID,
E> - Interface in org.axonframework.modelling.repository -
The
Repositoryprovides an abstraction for the storage of entities. - Repository.LifecycleManagement<ID,
E> - Interface in org.axonframework.modelling.repository -
Specialization of the
Repositoryinterface that must be implemented by all implementations of theRepository. - RepositoryAlreadyRegisteredException - Exception Class in org.axonframework.modelling
-
Exception thrown by the
StateManagerwhen trying to register anRepositoryfor 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 giventimeUnit). - 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
Reservoirto be used by theTimerinstances created by thisMessageMonitor. - reset() - Method in class org.axonframework.test.fixture.RecordingCommandBus
-
Resets this recording
CommandBus, by removing all recordedCommandMessages. - reset() - Method in class org.axonframework.test.fixture.RecordingEventSink
-
Resets this recording
EventSink, by removing all recordedEventMessages. - 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
Messageinitiating 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
messageandcause. - 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
identifierto anEventCriteria. - 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
typefor the givenpayloadType. - resolve(Class<?>) - Method in class org.axonframework.messaging.core.NamespaceMessageTypeResolver
- resolve(Object) - Method in interface org.axonframework.messaging.core.MessageTypeResolver
-
Resolves a
typefor the givenpayload. - 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
messageandcontext. - 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
- 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 theHandlerExecutionExceptions 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
typefor the givenpayloadType. - resolveOrThrow(Object) - Method in interface org.axonframework.messaging.core.MessageTypeResolver
-
Resolves a
typefor the givenpayload. - 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
typeif it is primitive. - resolveToStream(Object, MessageTypeResolver) - Static method in class org.axonframework.messaging.core.annotation.MessageStreamResolverUtils
-
Resolves the given
resultinto aMessageStream, using thetypeResolverwhen aMessageis constructed to define theMessageType. - 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
- 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
- RESOURCE_KEY - Static variable in record class org.axonframework.messaging.eventstreaming.Tag
- RESOURCE_KEY - Static variable in interface org.axonframework.messaging.queryhandling.QueryUpdateEmitter
- ResourceOverridingProcessingContext<R> - Class in org.axonframework.messaging.core.unitofwork
-
A
ProcessingContextimplementation overriding a single resource from the wrappingProcessingContext. - ResourceOverridingProcessingContext(ProcessingContext, Context.ResourceKey<R>, R) - Constructor for class org.axonframework.messaging.core.unitofwork.ResourceOverridingProcessingContext
-
Constructs a resource-overriding
ProcessingContextusing 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 aCompletableFuture. - ResultHandler - Annotation Interface in org.axonframework.messaging.core.interception.annotation
-
Meta-Annotation used to demarcate
MessageHandlerInterceptorannotated methods as interceptors that should only act on the result of a handler invocation. - ResultMessage - Interface in org.axonframework.messaging.core
-
A
Messagethat 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
expectedPayloadafter execution. - resultMessagePayloadSatisfies(Class<T>, Consumer<T>) - Method in interface org.axonframework.test.fixture.AxonTestPhase.Then.Command
-
Invokes the given
consumerof the command result payload that has been returned during the When phase, after converting it to the expectedtype. - 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
consumerof 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
CommandBuswrapper that will retry dispatchingcommandsthat resulted in a failure. - RetryingCommandBus(CommandBus, RetryScheduler) - Constructor for class org.axonframework.messaging.commandhandling.retry.RetryingCommandBus
-
Initialize the
RetryingCommandBusto dispatch commands on givendelegateand perform retries using the givenretryScheduler. - 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
RetryPolicyto 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
statusif 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
Stringfrom the giveninstructions, by searching for theProcessingInstructionwho's key equals theProcessingKey.ROUTING_KEY. - RoutingKey - Annotation Interface in org.axonframework.messaging.commandhandling.annotation
-
Deprecated.Use attributes of} annotation to specify the routing key instead.
invalid @link
{@link @CommandHandler - RoutingKeyCommandTargetResolver<E> - Class in org.axonframework.modelling.entity.annotation
-
EventTargetMatcherimplementation that matches based on the routing key. - RoutingKeyCommandTargetResolver(AnnotatedEntityMetamodel<E>, String, String) - Constructor for class org.axonframework.modelling.entity.annotation.RoutingKeyCommandTargetResolver
-
Constructs a
RoutingKeyCommandTargetResolverthat matches the routing key of the givenentityagainst the routing key of a command message. - RoutingKeyCommandTargetResolverDefinition - Class in org.axonframework.modelling.entity.annotation
-
Definition for creating
CommandTargetResolverinstances 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
-
EventTargetMatcherimplementation that matches based on the routing key. - RoutingKeyEventTargetMatcher(AnnotatedEntityMetamodel<E>, String, String) - Constructor for class org.axonframework.modelling.entity.annotation.RoutingKeyEventTargetMatcher
-
Constructs a
RoutingKeyEventTargetMatcherthat matches the routing key of the givenentityagainst the routing key of an event message. - RoutingKeyEventTargetMatcherDefinition - Class in org.axonframework.modelling.entity.annotation
-
Definition for creating
EventTargetMatcherinstances 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
LifecycleHandlerrepresents. - run(Configuration, C) - Method in interface org.axonframework.common.configuration.ComponentLifecycleHandler
-
Runs the lifecycle handler for given
componentthat has been defined within the scope of givenconfiguration. - 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
fnand returns aCompletableFuturethat completes. - runOn(ProcessingLifecycle.Phase, Consumer<ProcessingContext>) - Method in interface org.axonframework.messaging.core.unitofwork.ProcessingLifecycle
-
Registers the provided
actionto be executed in the givenphase. - 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
actionto be executed in theafter 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
actionto be executed in thecommit 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
actionto be executed in theinvocation 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
actionto be executed in thepost 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
actionto be executed in thepre-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
actionto be executed in theprepare 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
EventMessageto 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
supplierto 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
thistoken is at the exact same spot in the event stream as theothertoken. - 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
thistoken is at the exact same spot in the event stream as theothertoken. - 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
messageto retry dispatching using the givendispatchingfunction. - scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in interface org.axonframework.axonserver.connector.util.Scheduler
-
Schedules a
commandto be executed periodically afterinitialDelay. - schedulingProcessingContextProvider() - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorConfiguration
-
Returns the
Supplierproviding theProcessingContextused to evaluate whether an event can be scheduled for processing by thisWorkPackage. - schedulingProcessingContextProvider(Supplier<ProcessingContext>) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorConfiguration
-
Provides a
ProcessingContextused to evaluate whether an event can be scheduled for processing by thisWorkPackage. - schema() - Method in record class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenStoreConfiguration
-
Returns the value of the
schemarecord component. - schema(TokenSchema) - Method in record class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenStoreConfiguration
-
Sets the
schemawhich describes a JDBC token entry for thisTokenStore. - schemaIncompatibilityChecker() - Method in record class org.axonframework.conversion.avro.AvroConverterConfiguration
-
Returns the value of the
schemaIncompatibilityCheckerrecord 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
schemaStorerecord component. - SearchScope - Enum Class in org.axonframework.common.configuration
-
Enumeration stating on what levels to search for a
Componentwithin theComponentRegistry. - securedMessageHandlerDefinition() - Method in class org.axonframework.extension.springboot.autoconfig.SecurityAutoConfiguration
-
Bean creation method constructing a
SecuredMessageHandlerDefinitionallowing for secured message handlers. - SecuredMessageHandlerDefinition - Class in org.axonframework.extension.spring.authorization
-
MessageHandlerDefinition that verifies authorization based on
Securedannotation 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
segmentIdandmask - 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
- 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
PreparedStatementto 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
PreparedStatementto 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
PreparedStatementto 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
PreparedStatementfor the count of segments that can be found after searching for thesplitSegmentIdandmergeableSegmentId. - selectTokenEntries(Connection, String) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenStore
-
Returns a
PreparedStatementto select allJdbcTokenEntryfor a given processorName from the underlying storage. - send(Object) - Method in interface org.axonframework.messaging.commandhandling.gateway.CommandDispatcher
-
Sends the given
commandand returns aCommandResultimmediately, without waiting for the command to execute. - send(Object) - Method in interface org.axonframework.messaging.commandhandling.gateway.CommandGateway
-
Sends the given
commandin the providedcontext(if available) and returns aCommandResultimmediately, 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
commandand returns aCompletableFutureimmediately, without waiting for the command to execute. - send(Object, Class<R>) - Method in interface org.axonframework.messaging.commandhandling.gateway.CommandGateway
-
Sends the given
commandand returns aCompletableFutureimmediately, without waiting for the command to execute. - send(Object, Class<R>, ProcessingContext) - Method in interface org.axonframework.messaging.commandhandling.gateway.CommandGateway
-
Sends the given
commandand returns aCompletableFutureimmediately, without waiting for the command to execute. - send(Object, Metadata) - Method in interface org.axonframework.messaging.commandhandling.gateway.CommandDispatcher
-
Sends the given
commandwith the givenmetadataand returns aCommandResultimmediately, without waiting for the command to execute. - send(Object, Metadata) - Method in interface org.axonframework.messaging.commandhandling.gateway.CommandGateway
-
Sends the given
commandwith the givenmetadatain the providedcontext(if available) and returns aCommandResultimmediately, 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
commandwith the givenmetadatain the providedcontext(if available) and returns aCommandResultimmediately, 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
commandin the providedcontext(if available) and returns aCommandResultimmediately, 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
commandand waits for completion. - sendAndWait(Object, Class<R>) - Method in interface org.axonframework.messaging.commandhandling.gateway.CommandGateway
-
Send the given
commandand waits for the result converted to theresultType. - sendAndWait(Object, Class<R>, ProcessingContext) - Method in interface org.axonframework.messaging.commandhandling.gateway.CommandGateway
-
Send the given
commandand waits for the result converted to theresultType. - sendAndWait(Object, ProcessingContext) - Method in interface org.axonframework.messaging.commandhandling.gateway.CommandGateway
-
Send the given
commandand 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
delegateto 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
matcherseach 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
matchersmatch 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
Longtype annotated with theSequenceNumberannotation and assigns the sequenceNumber of the DomainEventMessage. - SequenceNumberParameterResolverFactory() - Constructor for class org.axonframework.messaging.eventhandling.annotation.SequenceNumberParameterResolverFactory
-
Initializes a
ParameterResolverFactoryforSequenceNumberannotated 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
Matcherthat matches a list of items of typeTif each of thematchersmatch 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
EventHandlingComponentthat uses a configurableSequencingPolicyto determine the sequence identifier for events, while delegating all other operations to an underlyingEventHandlingComponent. - SequenceOverridingEventHandlingComponent(SequencingPolicy, EventHandlingComponent) - Constructor for class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.SequenceOverridingEventHandlingComponent
-
Creates a new
SequenceOverridingEventHandlingComponentthat uses the givensequencingPolicyto override sequence identification while delegating all other operations to thedelegatecomponent. - SequencingEventHandlingComponent - Class in org.axonframework.messaging.eventhandling.processing.streaming.segmenting
-
An
EventHandlingComponentwrapper 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
delegateto receive calls. - sequencingPolicy() - Method in class org.axonframework.extension.springboot.EventProcessorProperties.ProcessorSettings
-
Returns the name of the bean that defines the
SequencingPolicyfor 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
ContentTypeConvertersetter 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.GossipServer 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
ChainingContentTypeConverterto loadContentTypeConverters. - 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
entriesare 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 settingsfor the command message stream. - setCommandLoadFactor(int) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Sets an
intrepresenting 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
AxonServerConnectionFactoryused by theAxonServerConnectionManager. - 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
contextthat 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 (iftrue) the usage of Micrometer Tags/Dimensions - setDisabled(Boolean) - Method in class org.axonframework.extension.springboot.UpdateCheckerProperties
-
Set's the boolean dictating whether the
UpdateCheckeris 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 (iffalse, 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 (iffalse) 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 (iffalse) using a cache. - setEnabled(boolean) - Method in class org.axonframework.extension.springboot.MetricsProperties.AutoConfiguration
-
Enables (if
true, default) or disables (iffalse) 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 settingsfor the event message stream. - setEventhandling(AxonServerConfiguration.Eventhandling) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Set the
AxonServerConfiguration.Eventhandlingof 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
- 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.EventStoreConfigurationof 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
fieldofobjectto a certainvalue. - 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
AxonServerConnectionManagershould always reconnect through theserversor 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
Converterto use to convert any type for which no more specificConverteris configured. - setGossip(DistributedCommandBusProperties.JGroupsProperties.Gossip) - Method in class org.axonframework.extension.springboot.DistributedCommandBusProperties.JGroupsProperties
-
Sets the
DistributedCommandBusProperties.JGroupsProperties.Gossipconfiguration 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.GossipRouters 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
- 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
OverridePolicyfor thisComponentRegistry. - 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 settingsfor 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
SequencingPolicyfor 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
settingsrecord 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
severityrecord 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
CompletableFuturethat 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
messageexplaining 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
CommandBusthatdispatchescommands to the handlers subscribed to that specific command'sname. - SimpleCommandBus(UnitOfWorkFactory) - Constructor for class org.axonframework.messaging.commandhandling.SimpleCommandBus
-
Construct a
SimpleCommandBus, using the givenunitOfWorkFactoryto constructcontextsto handle commands in. - SimpleCommandHandlingComponent - Class in org.axonframework.messaging.commandhandling
-
A simple implementation of the
CommandHandlingComponentinterface, allowing for easy registration ofCommandHandlersand otherCommandHandlingComponents. - SimpleContext - Class in org.axonframework.messaging.core
-
Implementation of the
Contextproviding 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
CorrelationDataProviderimplementation that defines correlation data by thekey names.invalid reference
Message#metaData() - SimpleCorrelationDataProvider(String...) - Constructor for class org.axonframework.messaging.core.correlation.SimpleCorrelationDataProvider
-
Initializes a
SimpleCorrelationDataProviderthat returns theMessage.metadata()entries of givenmessagesthat match the givenmetadataKeysas correlation data. - SimpleEntityEvolvingComponent<E> - Class in org.axonframework.modelling
-
Implementation of
EntityEvolvingComponentthat evolves a givenentityof typeEby searching a specificEntityEvolverbased on theQualifiedNamein theevent's type. - SimpleEntityEvolvingComponent(Map<QualifiedName, EntityEvolver<E>>) - Constructor for class org.axonframework.modelling.SimpleEntityEvolvingComponent
-
Constructs a
SimpleEntityEvolvingComponentthat evolves an entity of typeethrough the givenentityEvolvers. - 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.Entrycontaining a singleMessageimplementation of typeMand aContext. - SimpleEntry(M) - Constructor for record class org.axonframework.messaging.core.SimpleEntry
-
Construct a SimpleEntry with the given
messageand an emptyContext. - SimpleEntry(M, Context) - Constructor for record class org.axonframework.messaging.core.SimpleEntry
-
Compact construct asserting the
contextis notnull. - SimpleEventBus - Class in org.axonframework.messaging.eventhandling
-
Simple implementation of the
EventBusthat provides synchronous event publication with optionalProcessingContextintegration 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 ofEventHandlersto invoke onSimpleEventHandlingComponent.handle(EventMessage, ProcessingContext). - SimpleHandlerAttributes - Class in org.axonframework.messaging.core
-
Simple implementation of the
HandlerAttributeswhich is given theattributesin the constructor. - SimpleHandlerAttributes(Map<String, Object>) - Constructor for class org.axonframework.messaging.core.SimpleHandlerAttributes
-
Constructs a
SimpleHandlerAttributesusing the givenattributes. - SimpleQueryBus - Class in org.axonframework.messaging.queryhandling
-
Implementation of the
QueryBusthat dispatches queries (throughSimpleQueryBus.query(QueryMessage, ProcessingContext)orSimpleQueryBus.subscriptionQuery(QueryMessage, ProcessingContext, int)) to theQueryHandlerssubscribed to that specific query'snameandresponse typecombination. - SimpleQueryBus(UnitOfWorkFactory) - Constructor for class org.axonframework.messaging.queryhandling.SimpleQueryBus
-
Construct a
SimpleQueryBuswith the givenunitOfWorkFactoryandqueryUpdateEmitter. - SimpleQueryHandlingComponent - Class in org.axonframework.messaging.queryhandling
-
A simple implementation of the
QueryHandlingComponentinterface, allowing for easy registration ofQueryHandlersand otherQueryHandlingComponents. - SimpleQueryUpdateEmitter - Class in org.axonframework.messaging.queryhandling
-
Simple implementation of the
QueryUpdateEmitter, delegating operations to aQueryBusfor 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
SimpleQueryUpdateEmitterwith the givenmessageTypeResolver,queryBus, andcontext. - SimpleRepository<ID,
E> - Class in org.axonframework.modelling.repository -
Simple implementation of an
Repositorythat 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
- 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
ParameterResolverFactoryimplementation for simple resource injections. - SimpleResourceParameterResolverFactory(Iterable<?>) - Constructor for class org.axonframework.messaging.core.annotation.SimpleResourceParameterResolverFactory
-
Initialize the ParameterResolverFactory to inject the given
resourcein 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
UnitOfWorkinstances. - SimpleUnitOfWorkFactory(ApplicationContext) - Constructor for class org.axonframework.messaging.core.unitofwork.SimpleUnitOfWorkFactory
-
Initializes a
SimpleUnitOfWorkFactorywith the default configuration. - SimpleUnitOfWorkFactory(ApplicationContext, Function<UnitOfWorkConfiguration, UnitOfWorkConfiguration>) - Constructor for class org.axonframework.messaging.core.unitofwork.SimpleUnitOfWorkFactory
-
Initializes a
SimpleUnitOfWorkFactorywith the givenApplicationContextand 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
EntityChildMetamodelthat handles commands and events for a single child entity. - SingleEntityChildMetamodel.Builder<C,
P> - Class in org.axonframework.modelling.entity.child -
Builder for creating a
SingleEntityChildMetamodelfor the given parent class and child entity metamodel. - SingleEntityChildModelDefinition - Class in org.axonframework.modelling.entity.annotation
-
EntityChildModelDefinitionthat createsEntityChildMetamodelinstances 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
FluxSinkandSinks.ManyAPI 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
Nseconds (or other time unit). - SlidingTimeWindowReservoir(long, TimeUnit, Clock) - Constructor for class org.axonframework.extension.metrics.micrometer.reservoir.SlidingTimeWindowReservoir
-
Creates a new
SlidingTimeWindowReservoirwith 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
Stringdefining 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
- source(SourcingCondition) - Method in interface org.axonframework.eventsourcing.eventstore.EventStoreTransaction
-
Sources a
MessageStreamof typeEventMessagebased on the givenconditionthat 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
- SourceIdParameterResolverFactory() - Constructor for class org.axonframework.messaging.core.annotation.SourceIdParameterResolverFactory
-
Initialize a
ParameterResolverFactoryforSourceIdannotated parameters - SourcingCondition - Interface in org.axonframework.eventsourcing.eventstore
-
Interface describing the condition to
sourceevents from an Event Store. - SourcingEventMessageStream - Class in org.axonframework.axonserver.connector.event
-
A
MessageStreamimplementation backed by aResultStreamofSourceEventsResponsesfrom Axon Server, translating theSourceEventsResponsesintoEventMessagesas it moves along. - SourcingEventMessageStream(ResultStream<SourceEventsResponse>, TaggedEventConverter) - Constructor for class org.axonframework.axonserver.connector.event.SourcingEventMessageStream
-
Constructs a
SourcingMessageStreamwith the givenstreamandconverter. - 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
- spanFactory(SpanFactory) - Method in class org.axonframework.messaging.commandhandling.tracing.DefaultCommandBusSpanFactory.Builder
-
Sets the
SpanFactoryto use to create the spans. - spanFactory(SpanFactory) - Method in class org.axonframework.messaging.eventhandling.tracing.DefaultEventBusSpanFactory.Builder
-
Sets the
SpanFactoryto use to create the spans. - spanFactory(SpanFactory) - Method in class org.axonframework.messaging.eventhandling.tracing.DefaultEventProcessorSpanFactory.Builder
-
Sets the
SpanFactoryto use to create the spans. - spanFactory(SpanFactory) - Method in class org.axonframework.messaging.queryhandling.tracing.DefaultQueryBusSpanFactory.Builder
-
Sets the
SpanFactoryto use to create the spans. - spanFactory(SpanFactory) - Method in class org.axonframework.messaging.queryhandling.tracing.DefaultQueryUpdateEmitterSpanFactory.Builder
-
Sets the
SpanFactoryto use to create the spans. - spanFactory(SpanFactory) - Method in class org.axonframework.messaging.tracing.TracingHandlerEnhancerDefinition.Builder
-
Configures the
SpanFactorythe handler enhancer should use for tracing. - SpanFactory - Interface in org.axonframework.messaging.tracing
-
The
SpanFactoryis responsible for makingspansin 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
SpecificRecordBaseas 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 originalsegmentId, 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
segmentandtrackingTokenin two. - splitBalanced(Segment, int) - Static method in class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.Segment
-
Split a given
Segmentn-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
segmentIdinto 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
- SpringAxonApplication(SpringComponentRegistry, SpringLifecycleRegistry) - Constructor for class org.axonframework.extension.spring.config.SpringAxonApplication
-
Construct a
SpringAxonApplicationConfigurerwith the givencomponentRegistryandlifecycleRegistry. - 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
ComponentRegistryimplementation that connects into Spring's ecosystem by means of being aBeanPostProcessor,BeanFactoryPostProcessor, andInitializingBean. - SpringComponentRegistry(ListableBeanFactory, SpringLifecycleRegistry) - Constructor for class org.axonframework.extension.spring.config.SpringComponentRegistry
-
Constructs a
SpringComponentRegistrywith the givenlistableBeanFactory. - 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
dataSourceto obtain a connection, when required. - SpringEventSourcedEntityConfigurer<ID,
T> - Class in org.axonframework.extension.spring.config -
A
ConfigurationEnhancerimplementation that will configure an Aggregate with the AxonConfiguration. - SpringEventSourcedEntityConfigurer(Class<T>, Class<ID>) - Constructor for class org.axonframework.extension.spring.config.SpringEventSourcedEntityConfigurer
- 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
BeanDefinitionRegistryPostProcessorimplementation that scans for Aggregate types and registers aconfigurerfor each Aggregate found. - SpringEventSourcedEntityLookup() - Constructor for class org.axonframework.extension.spring.config.SpringEventSourcedEntityLookup
- SpringLifecycleRegistry - Class in org.axonframework.extension.spring.config
-
A
LifecycleRegistryimplementation that registers all lifecycle handlers as SpringSmartLifecyclebeans 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
SmartLifecycleimplementation wrapping ashutdown-specific lifecycle handlerto allow it to be managed by Spring. - SpringLifecycleStartHandler - Class in org.axonframework.extension.spring.config
-
A
SmartLifecycleimplementation wrapping astart-specific lifecycle handlerto 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
PlatformTransactionManageras 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
transactionManagerand 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
ConfigurationEnhancerfor Spring-specificUpdateCheckercomponents. - 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
propertiesand use thedataSourceto 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
CommandBusConnectorimplementation. - start() - Method in class org.axonframework.axonserver.connector.event.EventProcessorControlService
-
Registers
EventProcessorinstruction handlers to theControlChannelfor the configuredcontextand set the load balancing strategies through theAdminChannelfor the configuredcontext. - start() - Method in class org.axonframework.axonserver.connector.query.AxonServerQueryBusConnector
-
Starts the Axon Server
QueryBusConnectorimplementation. - start() - Method in interface org.axonframework.common.configuration.ApplicationConfigurer
-
Builds the configurationand starts it immediately, by invokingAxonConfiguration.start(). - start() - Method in interface org.axonframework.common.configuration.AxonConfiguration
-
All components defined in this
AxonConfigurationwill 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
CompletableFuturethat 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
StreamingConditionthat starts streaming from the givenposition. - 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
stateis 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
messageandcause. - StateManager - Interface in org.axonframework.modelling
-
The
StateManagerenables 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
EventStoreimplementation which uses anEventStorageEngineas its storage solution. - StorageEngineBackedEventStore(EventStorageEngine, EventBus, TagResolver) - Constructor for class org.axonframework.eventsourcing.eventstore.StorageEngineBackedEventStore
-
Constructs a
SimpleEventStoreusing the giveneventStorageEngineto starttransactionsandwith.invalid reference
open event streams - 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
tokenin the store. - storeUpdate(Connection, TrackingToken, String, int) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenStore
-
Returns a
PreparedStatementwhich update the giventokenfor the givenprocessorNameandsegmentcombination. - strategies() - Method in record class org.axonframework.conversion.avro.AvroConverterConfiguration
-
Returns the value of the
strategiesrecord 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
- 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 tofrom a streamable event source (like an Event Store).
invalid reference
stream - StreamingEventMessageStream - Class in org.axonframework.axonserver.connector.event
-
A
MessageStreamimplementation backed by aResultStreamofStreamEventsResponsesfrom Axon Server, translating theStreamEventsResponsesintoEventMessagesas it moves along. - StreamingEventMessageStream(ResultStream<StreamEventsResponse>, TaggedEventConverter) - Constructor for class org.axonframework.axonserver.connector.event.StreamingEventMessageStream
-
Constructs a
StreamingMessageStreamwith the givenstreamandconverter. - StreamingEventProcessor - Interface in org.axonframework.messaging.eventhandling.processing.streaming
-
An
EventProcessorwhich processes an event stream in segments. - streamingQuery(Object, Class<R>) - Method in interface org.axonframework.messaging.queryhandling.gateway.QueryGateway
- 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
- StreamSpliterator<T> - Class in org.axonframework.eventsourcing.eventstore
-
An
Spliterators.AbstractSpliteratorimplementation used internally to feed aStreamthrough theStreamSupport.stream(Spliterator, boolean)operation. - StreamSpliterator(Function<T, List<? extends T>>, Predicate<List<? extends T>>) - Constructor for class org.axonframework.eventsourcing.eventstore.StreamSpliterator
-
Constructs a
StreamSpliteratorusing the givenfetchFunctionandfinalFetchPredicate. - streamToPublisher(Supplier<MessageStream<M>>) - Static method in class org.axonframework.messaging.core.FluxUtils
- StringToByteArrayConverter - Class in org.axonframework.conversion.converter
- 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
EventMessagesto 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
eventsBatchConsumerto 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(Set<QualifiedName>, EventHandler) - Method in interface org.axonframework.messaging.eventhandling.EventHandlerRegistry
- 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(CommandHandlingComponent) - Method in interface org.axonframework.messaging.commandhandling.CommandHandlerRegistry
-
Subscribe the given
handlingComponentwith 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
commandNameand aloadFactor. - subscribe(QualifiedName, int) - Method in class org.axonframework.messaging.commandhandling.distributed.DelegatingCommandBusConnector
- subscribe(QualifiedName, CommandHandler) - Method in interface org.axonframework.messaging.commandhandling.CommandHandlerRegistry
- 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(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(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
handlingComponentwith this registry. - subscribe(QueryHandlingComponent) - Method in interface org.axonframework.messaging.queryhandling.QueryHandlerRegistry
-
Subscribe the given
handlingComponentwith 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
querywith the givenupdateBufferSize, 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
SubscribingEventProcessorModulewith the given name. - subscribing(UnaryOperator<SubscribingEventProcessorsConfigurer>) - Method in class org.axonframework.messaging.eventhandling.configuration.EventProcessingConfigurer
-
Provides access to configure
SubscribingEventProcessorinstances through theSubscribingEventProcessorsConfigurer. - SUBSCRIBING - Enum constant in enum class org.axonframework.extension.spring.config.EventProcessorSettings.ProcessorMode
-
Indicates a
SubscribingEventProcessorshould be used. - SUBSCRIBING - Enum constant in enum class org.axonframework.extension.springboot.EventProcessorProperties.Mode
-
Indicates a
SubscribingEventProcessorshould be used. - SubscribingEventProcessor - Class in org.axonframework.messaging.eventhandling.processing.subscribing
-
Event processor implementation that
subscribesto theEventBusfor events. - SubscribingEventProcessor(String, List<EventHandlingComponent>, SubscribingEventProcessorConfiguration) - Constructor for class org.axonframework.messaging.eventhandling.processing.subscribing.SubscribingEventProcessor
-
Instantiate a
SubscribingEventProcessorwith givenname,eventHandlingComponentsand based on the fields contained in theSubscribingEventProcessorConfiguration. - 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
SubscribingEventProcessorConfigurationcopying properties from the given configuration. - SubscribingEventProcessorConfiguration(EventProcessorConfiguration, Configuration) - Constructor for class org.axonframework.messaging.eventhandling.processing.subscribing.SubscribingEventProcessorConfiguration
-
Constructs a new
SubscribingEventProcessorConfigurationwith 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
SubscribingEventProcessorcomponent. - 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
-
Allows customizing the
SubscribingEventProcessorConfiguration. - SubscribingEventProcessorsConfigurer - Class in org.axonframework.messaging.eventhandling.processing.subscribing
-
A configurer for managing multiple
SubscribingEventProcessorinstances 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
queryover theQueryBusas a subscription query, combining the initial result and emitted update as aPublisherof the givenresponseType. - 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
queryover theQueryBusand returns aPublishersupplying 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
queryover theQueryBusand returns aPublishersupplying 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
queryover theQueryBusand returns aPublishersupplying 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
queryover theQueryBusand returns aPublishersupplying 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
queryover theQueryBusand returns aPublishersupplying the initial update followed by the update. - subscriptionQuery(Object, Class<R>, ProcessingContext) - Method in interface org.axonframework.messaging.queryhandling.gateway.QueryGateway
-
Sends given
queryover theQueryBusas a subscription query, combining the initial result and emitted update as aPublisherof the givenresponseType. - 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
queryover theQueryBusas a subscription query, combining the initial result and emitted update as aPublisherof the givenresponseType. - 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
queryto 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
queryto a single QueryHandler subscribed to the givenquery'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
SubscriptionQueryAlreadyRegisteredExceptionfor the givenqueryId. - 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-specificMessageDispatchInterceptorsregistered in this registry. - SubscriptionQueryUpdateMessage - Interface in org.axonframework.messaging.queryhandling
-
A
ResultMessageimplementation 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
MessageMonitorfor monitoring the processing ofSubscriptionQueryUpdateMessageinstances. - subset(String...) - Method in class org.axonframework.messaging.core.Metadata
-
Returns a
Metadatainstance containing a subset of thekeysin 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.Successwith the specified message. - Success(Message) - Constructor for record class org.axonframework.test.util.MessageMonitorReport.Report.Success
-
Creates an instance of a
Successrecord class. - successReports() - Method in class org.axonframework.test.util.MessageMonitorReport
-
Retrieves a list of
MessageMonitorReport.Report.Successelements filtered from the collection of reports. - SUPPLIER_KEY - Static variable in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcTransactionalExecutorProvider
-
The resource key for the
ConnectionExecutorsupplier. - SUPPLIER_KEY - Static variable in class org.axonframework.eventsourcing.eventstore.jpa.JpaTransactionalExecutorProvider
-
The resource key for the
EntityManagerExecutorsupplier. - supportedCommands() - Method in class org.axonframework.messaging.commandhandling.annotation.AnnotatedCommandHandlingComponent
- supportedCommands() - Method in interface org.axonframework.messaging.commandhandling.CommandHandlingComponent
-
All supported
commands, referenced through aQualifiedName. - 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
QualifiedNamesthat 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
QualifiedNamesthat 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
QualifiedNamesthat 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 aQualifiedName. - 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 aQualifiedName. - 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
QualifiedNamesthat 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 aQualifiedName. - 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
eventNameis 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
StreamingEventProcessorsupports a "reset".
T
- Tag - Record Class in org.axonframework.messaging.eventstreaming
-
An
Tagrefers to fields and their values within which anEventMessagehas 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
keyandvalueare notnull. - TaggedEventConverter - Class in org.axonframework.axonserver.connector.event
-
Wrapper around the Axon Framework
EventConverterthat can convertTaggedEventMessages(Axon Framework representation) toTaggedEvents(Axon Server representation). - TaggedEventConverter(EventConverter) - Constructor for class org.axonframework.axonserver.connector.event.TaggedEventConverter
- TaggedEventMessage<E> - Interface in org.axonframework.eventsourcing.eventstore
-
A wrapper of an
EventMessageand itsTags. - tagKey() - Element in annotation interface org.axonframework.eventsourcing.annotation.EventSourcedEntity
-
The tag name to use when resolving the
EventCriteriafor the entity. - tagKey() - Element in annotation interface org.axonframework.extension.spring.stereotype.EventSourced
-
The tag name to use when resolving the
EventCriteriafor the entity. - TagResolver - Interface in org.axonframework.eventsourcing.eventstore
- tags() - Method in record class org.axonframework.eventsourcing.eventstore.GenericTaggedEventMessage
-
Returns the value of the
tagsrecord component. - tags() - Method in interface org.axonframework.eventsourcing.eventstore.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
- tagsBuilder(Function<Message, Iterable<Tag>>) - Method in class org.axonframework.extension.metrics.micrometer.EventProcessorLatencyMonitor.Builder
-
Configures the
Functionused to deduce what theTags should be for a message being monitored. - tagsBuilder(Function<Message, Iterable<Tag>>) - Method in class org.axonframework.extension.metrics.micrometer.MessageTimerMonitor.Builder
-
Configures the
Functionused to deduce what theTags should be for a message being monitored. - tagsConfiguration(TagsConfiguration) - Method in class org.axonframework.axonserver.connector.AxonServerConnectionManager.Builder
-
Sets the
TagsConfigurationused 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
Messageshould 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 theAnnotationBasedEntityIdResolver. - TargetEntityIdMemberMismatchException - Exception Class in org.axonframework.modelling.annotation
-
Exception indicating that while using the
PropertyBasedEntityIdResolverthe indicated field could not be found. - TargetEntityIdMemberMismatchException(String, Class<?>) - Constructor for exception class org.axonframework.modelling.annotation.TargetEntityIdMemberMismatchException
-
Initialize the exception with the given
fieldNamethat was not found in the payload of typepayloadClass. - 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
ContentTypeConvertertoContentTypeConverter.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
TaskTimeoutSettingswith default timeout settings. - TaskTimeoutSettings(int, int, int) - Constructor for class org.axonframework.messaging.core.timeout.TaskTimeoutSettings
-
Creates a new
TaskTimeoutSettingswith the provided timeout settings. - TerminalEventMessage - Class in org.axonframework.messaging.eventhandling
-
Empty
EventMessageimplementation without anypayload, used as the terminal message of aMessageStream. - 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
TextMapGetterto 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
TextMapSetterto 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
StreamingEventProcessorimplementation. - ThrowingConsumer<T,
X> - Interface in org.axonframework.common.function -
Functional interface for operations which may throw a checked exception.
- ThrowingFunction<T,
R, - Interface in org.axonframework.common.functionX> -
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
longfrom the giveninstructions, by searching for theProcessingInstructionwho's key equals theProcessingKey.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
timestampof the storedEventMessage. - 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
- 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
- TimestampParameterResolverFactory() - Constructor for class org.axonframework.messaging.eventhandling.annotation.TimestampParameterResolverFactory
-
Initializes a
ParameterResolverFactoryforTimestampannotated 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
- 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
- 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,processorNameandsegment. - 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
TokenSchemathat 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
TokenStoreused 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
TokenStoreused to store and fetch event tokens that enable thisEventProcessorto 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
AggregateBasedConsistencyMarkerwith 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
messagefor logging, referencing the giveneventMessageandtagsfor 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
TopologyChangebased on the given gRPCchange. - TopologyChange(TopologyChange.Type, String, String, String, String, TopologyChange.HandlerSubscription) - Constructor for class org.axonframework.axonserver.connector.TopologyChange
-
Constructs a
TopologyChangebased on the givetype,context,clientId,clientStreamId,componentName, andhandler. - 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
TopologyChangetypes. - TopologyChangeListener - Interface in org.axonframework.axonserver.connector
-
A functional interface representing a listener that is notified when a
TopologyChangeoccurs to a specificcontext. - topologyChangeListenerConfigurerModule(List<TopologyChangeListener>) - Method in class org.axonframework.extension.springboot.autoconfig.AxonServerAutoConfiguration
-
Bean creation method constructing a
ConfigurationEnhancerthat uses the availableTopologyChangeListenersand registers them with theAxonServerConnectionManager. - 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 theMessageType.qualifiedName()andMessageType.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
Tracerfrom OpenTelemetry to use. - TracingCommandBus - Class in org.axonframework.messaging.commandhandling.tracing
-
A
CommandBuswrapper that adds tracing for outgoing and incomingcommands. - TracingCommandBus(CommandBus, CommandBusSpanFactory) - Constructor for class org.axonframework.messaging.commandhandling.tracing.TracingCommandBus
-
Initialize the
TracingCommandBusto wrap the givendelegateby recording traces on the givenspanFactory. - TracingEventHandlingComponent - Class in org.axonframework.messaging.eventhandling.tracing
-
An
EventHandlingComponentthat tracks the handling of events using aSpansupplier. - TracingEventHandlingComponent(Function<EventMessage, Span>, EventHandlingComponent) - Constructor for class org.axonframework.messaging.eventhandling.tracing.TracingEventHandlingComponent
-
Constructs the component with given
delegateto receive calls. - TracingHandlerEnhancerDefinition - Class in org.axonframework.messaging.tracing
-
Enhances message handlers with the provided
SpanFactory, wrapping handling of the message in aSpanthat is reported to the monitoring tooling. - TracingHandlerEnhancerDefinition(TracingHandlerEnhancerDefinition.Builder) - Constructor for class org.axonframework.messaging.tracing.TracingHandlerEnhancerDefinition
-
Creates a new
TracingHandlerEnhancerDefinitionbased 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
booleandescribing whether thisEventTrackerStatusis 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
booleandescribing whether thisEventTrackerStatushas 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 oneEventTrackerStatusvalue object to another. - TrackerStatus(Segment, boolean, TrackingToken, Throwable) - Constructor for class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.TrackerStatus
- TrackerStatus(Segment, TrackingToken) - Constructor for class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.TrackerStatus
- 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
ParameterResolverFactorythat resolves theTrackingTokenfrom theProcessingContextwhenever 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
TrackingTokensfor 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 eventsfor the givenprocessingContext. - 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
-
Provider of
TransactionalExecutors. - TransactionalUnitOfWorkFactory - Class in org.axonframework.messaging.core.unitofwork
-
Factory for creating
UnitOfWorkinstances that are bound to a transaction. - TransactionalUnitOfWorkFactory(TransactionManager, UnitOfWorkFactory) - Constructor for class org.axonframework.messaging.core.unitofwork.TransactionalUnitOfWorkFactory
-
Initializes a factory with the given
transactionManagerand a delegateUnitOfWorkFactory. - 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
messageandcause. - 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
eventinto a Spring Messaging Message. - transformMessage(Message) - Method in class org.axonframework.extension.spring.messaging.InboundEventMessageChannelAdapter
-
Transforms the given incoming Spring Messaging
messageto an Axon EventMessage. - translateConflictException(ConsistencyMarker, Exception, Predicate<Throwable>) - Static method in class org.axonframework.eventsourcing.eventstore.AggregateBasedEventStorageEngineUtils
-
Translates the given
Exceptioninto anAppendEventsTransactionRejectedExceptionif it is identified as a conflict through the givenisConflictExceptionpredicate. - translateConflictException(ConsistencyMarker, Throwable, Predicate<Throwable>) - Static method in class org.axonframework.eventsourcing.eventstore.AggregateBasedEventStorageEngineUtils
-
Translates the given
Throwableinto anAppendEventsTransactionRejectedExceptionif it is identified as a conflict through the givenisConflictExceptionpredicate. - 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
Typeof theTopologyChange. - type() - Method in record class org.axonframework.common.configuration.Component.Identifier
-
Returns the value of the
typerecord component. - type() - Method in class org.axonframework.eventsourcing.eventstore.jpa.AggregateEventEntry
-
Returns the
typeof the storedEventMessage. - 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
typeof thisMessage. - 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
-
Returns the
Component.Identifier.type()as aClass. - 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
SetofQualifiedNamescontaining 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
messageandcause. - 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
messageand underlyingcause. - 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
messageandcause. - 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
UnitOfWorkcreation in theUnitOfWorkFactory. - UnitOfWorkConfiguration(Executor, boolean) - Constructor for record class org.axonframework.messaging.core.unitofwork.UnitOfWorkConfiguration
-
Creates an instance of a
UnitOfWorkConfigurationrecord class. - unitOfWorkFactory - Variable in class org.axonframework.messaging.eventhandling.configuration.EventProcessorConfiguration
- unitOfWorkFactory() - Method in class org.axonframework.messaging.eventhandling.configuration.EventProcessorConfiguration
-
Returns the
UnitOfWorkFactoryused to createUnitOfWorkinstances for event processing. - unitOfWorkFactory(UnitOfWorkFactory) - Method in class org.axonframework.messaging.eventhandling.configuration.EventProcessorConfiguration
-
A
UnitOfWorkFactorythat spawnsUnitOfWorkused 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
UnitOfWorkinstances. - 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
UnitOfWorkTimeoutInterceptorfor the givencomponentNamewith the giventimeout,warningThresholdandwarningInterval. - UnitOfWorkTimeoutInterceptorBuilder(String, int, int, int, ScheduledExecutorService, Logger) - Constructor for class org.axonframework.messaging.core.timeout.UnitOfWorkTimeoutInterceptorBuilder
-
Creates a new
UnitOfWorkTimeoutInterceptorfor the givencomponentNamewith the giventimeout,warningThresholdandwarningInterval. - 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
TrackerStatusbased on this status, removing theerrorState. - 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
RoutingStrategyimplementations. - 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
MessageHandlerannotated 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
messageand theviolatingMethod. - 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
tokenTypeif it is wrapped by this token. - unwrap(Throwable) - Static method in class org.axonframework.common.FutureUtils
-
Unwrap given
exceptionfrom the exception-wrappers added byCompletableFuture. - unwrap(TrackingToken, Class<R>) - Static method in interface org.axonframework.messaging.eventhandling.processing.streaming.token.WrappedToken
-
Unwrap the given
tokenuntil a token of giventokenTypeis exposed. - unwrapIfType(Type, Class<?>...) - Static method in class org.axonframework.common.ReflectionUtils
-
Unwrap the given
typeif is wrapped by any of the givenwrapperTypes. - 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
UpdateCheckTaskwith the givenUpdateCheckerHttpClientandUsagePropertyProvider. - UpdateCheckerAutoConfiguration - Class in org.axonframework.extension.springboot.autoconfig
-
Autoconfiguration class constructing the
UsagePropertyProviderthat will end up in theUpdateChecker. - UpdateCheckerAutoConfiguration() - Constructor for class org.axonframework.extension.springboot.autoconfig.UpdateCheckerAutoConfiguration
- UpdateCheckerConfigurationEnhancer - Class in org.axonframework.update
-
A
ConfigurationEnhancerthat registers theUpdateCheckercomponent. - 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
UpdateCheckerHttpClientwith the givenUsagePropertyProvider. - UpdateCheckerProperties - Class in org.axonframework.extension.springboot
-
An
UsagePropertyProviderimplementation that reacts to Spring Boot properties through theConfigurationPropertiesannotation. - 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
UpdateCheckRequestrecord 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
UpdateCheckResponserecord 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
keyusing the givenresourceUpdaterto 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
TaggedEventMessageusing the givenupdaterto adjust theTaggedEventMessage.tags()of the newTaggedEventMessage. - updateToken(Connection, ResultSet, TrackingToken, String, int) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc.JdbcTokenStore
-
If the given
resultSethas an entry, attempts to replace the token in the entry with the giventokenand 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 givenconverterto 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
upgradesrecord 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
thisand givenothermarkers. - 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
otherrepresents. - 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
messageusing the givenvalidator. - 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
segmentby 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
valuerecord 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
versionof the storedEventMessage. - 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
versionrecord 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
versionrecord component. - versionAttribute() - Method in record class org.axonframework.messaging.core.annotation.AnnotationMessageTypeResolver.AnnotationSpecification
-
Returns the value of the
versionAttributerecord component. - vulnerabilities() - Method in record class org.axonframework.update.api.UpdateCheckResponse
-
Returns the value of the
vulnerabilitiesrecord 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
Statussuggesting 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
actionto be executed when thisProcessingLifecyclecompletes 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
Metadatainstance with a single entry from the givenkeyand givenvalue. - 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
keyandvalue. - 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
ComponentDefinitionthat creates an instance on-demand using the givenbuildermethod. - 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
Messageimplementation with itsMessage.payload()converted to the giventypeby the givenconverter. - 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
Messageimplementation with itsMessage.payload()converted to the giventypeby the givenconverter. - 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
Messageimplementation with itsMessage.payload()converted to the giventypeby the givenconverter. - 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
criteriaare 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
ComponentDefinitionwith the given pre-instantiatedinstanceof a component. - withInterceptor(MessageHandlerInterceptor<? super EventMessage>) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorConfiguration
-
Registers the given
EventMessage-specificMessageHandlerInterceptorfor thePooledStreamingEventProcessorunder construction. - withInterceptor(MessageHandlerInterceptor<? super EventMessage>) - Method in class org.axonframework.messaging.eventhandling.processing.subscribing.SubscribingEventProcessorConfiguration
-
Registers the given
EventMessage-specificMessageHandlerInterceptorfor theSubscribingEventProcessorunder construction. - withLabel(String) - Static method in class org.axonframework.messaging.core.Context.ResourceKey
-
Create a new
ResourceKeyfor a resource of typeT. - 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 givenmetadata. - 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
Metadatainstance for which the entries with givenkeysare removed. - withResolver(Function<P, String>, Function<P, String>) - Method in class org.axonframework.eventsourcing.eventstore.PayloadBasedTagResolver
-
Construct a copy of
this SimpleTagResolver, combining the givenkeyResolverandvalueResolverinto a lambda constructing aTag. - withResolver(Function<P, Tag>) - Method in class org.axonframework.eventsourcing.eventstore.PayloadBasedTagResolver
-
Construct a copy of
this SimpleTagResolver, adding the givenresolverto the set. - withResource(Context.ResourceKey<T>, T) - Method in interface org.axonframework.messaging.core.Context
-
Constructs a copy of
thisContext with an additionalresourcefor givenkey. - 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
- 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
ScheduledExecutorServiceto be provided to theWorkPackages created by thisPooledStreamingEventProcessor. - workerExecutor(Supplier<ScheduledExecutorService>) - Method in class org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorConfiguration
-
Specifies the
ScheduledExecutorServiceto be provided to theWorkPackages created by thisPooledStreamingEventProcessor. - workScheduler() - Method in record class org.axonframework.messaging.core.unitofwork.UnitOfWorkConfiguration
-
Returns the value of the
workSchedulerrecord 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 additionalwrapperInterface(implemented by givenwrapperHandler). - wrap(Connection, ConnectionWrapperFactory.ConnectionCloseHandler) - Static method in class org.axonframework.common.jdbc.ConnectionWrapperFactory
-
Wrap the given
connection, creating a Proxy with an additionalwrapperInterface(implemented by givenwrapperHandler). - wrapCallable(Callable<T>) - Method in interface org.axonframework.messaging.tracing.Span
- 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
originalhandler. - 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
MessageHandlingMemberthat 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 adelegate. - WrappedTrackerStatus(EventTrackerStatus) - Constructor for class org.axonframework.messaging.eventhandling.processing.streaming.segmenting.WrappedTrackerStatus
-
Initializes the
EventTrackerStatususing the givendelegate. - wrapRunnable(Runnable) - Method in interface org.axonframework.messaging.tracing.Span
- 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
PolymorphicEntityMetamodelfor 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, thegivenEntitythat was passed to the command handler, and the list ofsupportedEntityTypesthat would be able to handle the command.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
type.