Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X 

A

AbstractAnnotatedParameterResolverFactory<A extends Annotation,P> - Class in org.axonframework.messaging.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.annotation.AbstractAnnotatedParameterResolverFactory
Initialize a ParameterResolverFactory instance that resolves parameters of type declaredParameterType annotated with the given annotationType.
AbstractCacheAdapter<L> - Class in org.axonframework.common.caching
Abstract implementation of the Cache interface which makes it easier to implement Adapters.
AbstractCacheAdapter() - Constructor for class org.axonframework.common.caching.AbstractCacheAdapter
 
AbstractCommandGateway - Class in org.axonframework.commandhandling.gateway
Abstract implementation of a CommandGateway, which handles the dispatch interceptors and retrying on failure.
AbstractCommandGateway(AbstractCommandGateway.Builder) - Constructor for class org.axonframework.commandhandling.gateway.AbstractCommandGateway
Instantiate an AbstractCommandGateway based on the fields contained in the AbstractCommandGateway.Builder.
AbstractCommandGateway.Builder - Class in org.axonframework.commandhandling.gateway
Abstract Builder class to instantiate AbstractCommandGateway implementations.
AbstractDeadlineManager - Class in org.axonframework.deadline
Abstract implementation of the DeadlineManager to be implemented by concrete solutions for the DeadlineManager.
AbstractDeadlineManager() - Constructor for class org.axonframework.deadline.AbstractDeadlineManager
 
AbstractDomainEventEntry<T> - Class in org.axonframework.eventhandling
Abstract base class of a serialized domain event.
AbstractDomainEventEntry(DomainEventMessage<?>, Serializer, Class<T>) - Constructor for class org.axonframework.eventhandling.AbstractDomainEventEntry
Construct a new event entry from a published domain event message to enable storing the event or sending it to a remote location.
AbstractDomainEventEntry(String, String, long, String, Object, String, String, T, T) - Constructor for class org.axonframework.eventhandling.AbstractDomainEventEntry
Reconstruct an event entry from a stored object.
AbstractDomainEventEntry() - Constructor for class org.axonframework.eventhandling.AbstractDomainEventEntry
Default constructor required by JPA
AbstractEventBus - Class in org.axonframework.eventhandling
Base class for the Event Bus.
AbstractEventBus(AbstractEventBus.Builder) - Constructor for class org.axonframework.eventhandling.AbstractEventBus
Instantiate an AbstractEventBus based on the fields contained in the AbstractEventBus.Builder.
AbstractEventBus.Builder - Class in org.axonframework.eventhandling
Abstract Builder class to instantiate AbstractEventBus implementations.
AbstractEventEntry<T> - Class in org.axonframework.eventhandling
Abstract base class of a serialized event.
AbstractEventEntry(EventMessage<?>, Serializer, Class<T>) - Constructor for class org.axonframework.eventhandling.AbstractEventEntry
Construct a new event entry from a published event message to enable storing the event or sending it to a remote location.
AbstractEventEntry(String, Object, String, String, T, T) - Constructor for class org.axonframework.eventhandling.AbstractEventEntry
Reconstruct an event entry from a stored object.
AbstractEventEntry() - Constructor for class org.axonframework.eventhandling.AbstractEventEntry
Default constructor required by JPA
AbstractEventGateway - Class in org.axonframework.eventhandling.gateway
Abstract implementation of an EventGateway, which handles the dispatch interceptors.
AbstractEventGateway(AbstractEventGateway.Builder) - Constructor for class org.axonframework.eventhandling.gateway.AbstractEventGateway
Instantiate an AbstractEventGateway based on the fields contained in the AbstractEventGateway.Builder.
AbstractEventGateway.Builder - Class in org.axonframework.eventhandling.gateway
Abstract Builder class to instantiate AbstractEventGateway implementations.
AbstractEventProcessor - Class in org.axonframework.eventhandling
Abstract implementation of an EventProcessor.
AbstractEventProcessor(AbstractEventProcessor.Builder) - Constructor for class org.axonframework.eventhandling.AbstractEventProcessor
Instantiate a AbstractEventProcessor based on the fields contained in the AbstractEventProcessor.Builder.
AbstractEventProcessor.Builder - Class in org.axonframework.eventhandling
Abstract Builder class to instantiate a AbstractEventProcessor.
AbstractMessage<T> - Class in org.axonframework.messaging
Abstract base class for Messages.
AbstractMessage(String) - Constructor for class org.axonframework.messaging.AbstractMessage
Initializes a new message with given identifier.
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
 
AbstractResponseType<R> - Class in org.axonframework.messaging.responsetypes
Abstract implementation of the ResponseType which contains match functions for the majority of the Type options available.
AbstractResponseType(Class<?>) - Constructor for class org.axonframework.messaging.responsetypes.AbstractResponseType
Instantiate a ResponseType with the given expectedResponseType as the type to be matched against and to which the query response should be converted to, as is or as the contained type for an array/list/etc.
AbstractRetryScheduler - Class in org.axonframework.commandhandling.gateway
An abstract base class for RetrySchedulers.
AbstractRetryScheduler(AbstractRetryScheduler.Builder) - Constructor for class org.axonframework.commandhandling.gateway.AbstractRetryScheduler
Construct the AbstractRetryScheduler from its builder.
AbstractRetryScheduler.Builder<B extends AbstractRetryScheduler.Builder> - Class in org.axonframework.commandhandling.gateway
A builder class for the RetryScheduler implementations.
AbstractRoutingStrategy - Class in org.axonframework.commandhandling.distributed
Abstract implementation of the RoutingStrategy interface that includes a fallback RoutingStrategy which prescribes what happens when routing cannot be resolved by this implementation.
AbstractRoutingStrategy(UnresolvedRoutingKeyPolicy) - Constructor for class org.axonframework.commandhandling.distributed.AbstractRoutingStrategy
AbstractRoutingStrategy(RoutingStrategy) - Constructor for class org.axonframework.commandhandling.distributed.AbstractRoutingStrategy
Initializes the strategy using given RoutingStrategy prescribing the fallback approach when this implementation cannot resolve a routing key.
AbstractSequencedDomainEventEntry<T> - Class in org.axonframework.eventhandling
Abstract base class of a serialized domain event.
AbstractSequencedDomainEventEntry(DomainEventMessage<?>, Serializer, Class<T>) - Constructor for class org.axonframework.eventhandling.AbstractSequencedDomainEventEntry
Construct a new default domain event entry from a published domain event message to enable storing the event or sending it to a remote location.
AbstractSequencedDomainEventEntry() - Constructor for class org.axonframework.eventhandling.AbstractSequencedDomainEventEntry
Default constructor required by JPA
AbstractTokenEntry<T> - Class in org.axonframework.eventhandling.tokenstore
Abstract base class of a JPA entry containing a serialized tracking token belonging to a given process.
AbstractTokenEntry(TrackingToken, Serializer, Class<T>) - Constructor for class org.axonframework.eventhandling.tokenstore.AbstractTokenEntry
Initializes a new token entry for given token, process and segment.
AbstractTokenEntry(T, String, String, String) - Constructor for class org.axonframework.eventhandling.tokenstore.AbstractTokenEntry
Initializes a token entry from existing data.
AbstractTokenEntry() - Constructor for class org.axonframework.eventhandling.tokenstore.AbstractTokenEntry
Default constructor required for JPA
AbstractUnitOfWork<T extends Message<?>> - Class in org.axonframework.messaging.unitofwork
Abstract implementation of the Unit of Work.
AbstractUnitOfWork() - Constructor for class org.axonframework.messaging.unitofwork.AbstractUnitOfWork
 
AbstractXStreamSerializer - Class in org.axonframework.serialization
Abstract implementation for XStream based serializers.
AbstractXStreamSerializer(AbstractXStreamSerializer.Builder) - Constructor for class org.axonframework.serialization.AbstractXStreamSerializer
Instantiate a AbstractXStreamSerializer based on the fields contained in the AbstractXStreamSerializer.Builder.
AbstractXStreamSerializer.Builder - Class in org.axonframework.serialization
Abstract Builder class to instantiate AbstractXStreamSerializer.
AcceptAll - Enum in org.axonframework.commandhandling.distributed.commandfilter
A command filter that accepts all CommandMessages.
acquireAttempts(int) - Method in class org.axonframework.common.lock.PessimisticLockFactory.Builder
Indicates howmany attempts should be done to acquire a lock.
activeProcessorThreads() - Method in class org.axonframework.eventhandling.TrackingEventProcessor
Returns an approximation of the number of threads currently processing events.
activeSubscriptions() - Method in interface org.axonframework.queryhandling.QueryUpdateEmitter
Provides the set of running subscription queries.
activeSubscriptions() - Method in class org.axonframework.queryhandling.SimpleQueryUpdateEmitter
 
ActivityHandle() - Constructor for class org.axonframework.lifecycle.ShutdownLatch.ActivityHandle
 
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.
addAlias(String, Class) - Method in class org.axonframework.serialization.AbstractXStreamSerializer
Adds an alias to use instead of the fully qualified class name.
AddedTrackerStatus - Class in org.axonframework.eventhandling
References a new EventTrackerStatus which work just has started on.
AddedTrackerStatus(EventTrackerStatus) - Constructor for class org.axonframework.eventhandling.AddedTrackerStatus
Initializes the AddedTrackerStatus using the given addedTrackerStatus.
addFieldAlias(String, Class, String) - Method in class org.axonframework.serialization.AbstractXStreamSerializer
Adds an alias to use for a given field in the given class.
addHandler(UnitOfWork.Phase, Consumer<UnitOfWork<T>>) - Method in class org.axonframework.messaging.unitofwork.AbstractUnitOfWork
Register the given handler with the Unit of Work.
addHandler(UnitOfWork.Phase, Consumer<UnitOfWork<T>>) - Method in class org.axonframework.messaging.unitofwork.BatchingUnitOfWork
 
addHandler(UnitOfWork.Phase, Consumer<UnitOfWork<T>>) - Method in class org.axonframework.messaging.unitofwork.DefaultUnitOfWork
 
addHandler(UnitOfWork.Phase, Consumer<UnitOfWork<T>>) - Method in class org.axonframework.messaging.unitofwork.MessageProcessingContext
Adds a handler to the collection.
addPackageAlias(String, String) - Method in class org.axonframework.serialization.AbstractXStreamSerializer
Add an alias for a package.
advance(TrackingToken, TrackingToken) - Static method in interface org.axonframework.eventhandling.WrappedToken
Advance the given base TrackingToken to the target.
advancedTo(TrackingToken) - Method in class org.axonframework.eventhandling.MergedTrackingToken
 
advancedTo(String, TrackingToken) - Method in class org.axonframework.eventhandling.MultiSourceTrackingToken
Advances a single token within the tokenMap
advancedTo(TrackingToken) - Method in class org.axonframework.eventhandling.ReplayToken
 
advancedTo(TrackingToken) - Method in class org.axonframework.eventhandling.TrackerStatus
Advance this TrackerStatus' TrackingToken towards the given trackingToken.
advancedTo(TrackingToken) - Method in interface org.axonframework.eventhandling.WrappedToken
Advance this token to the given newToken.
advanceTo(long, int) - Method in class org.axonframework.eventhandling.GapAwareTrackingToken
Returns a new GapAwareTrackingToken instance based on this token but which has advanced to given index.
afterCommit(List<? extends EventMessage<?>>) - Method in class org.axonframework.eventhandling.AbstractEventBus
Process given events after the Unit of Work has been committed.
afterCommit(Consumer<UnitOfWork<T>>) - Method in class org.axonframework.messaging.unitofwork.AbstractUnitOfWork
 
afterCommit(Consumer<UnitOfWork<T>>) - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
Register given handler with the Unit of Work.
afterShutdown(EventProcessorTask) - Method in interface org.axonframework.eventhandling.async.EventProcessorTask.ShutdownCallback
Called when event processing is complete.
AGGREGATE_CREATION_POLICY - Static variable in interface org.axonframework.messaging.HandlerAttributes
Attribute key referencing an aggregate creation policy to be used when handling a command.
AGGREGATE_ID - Static variable in class org.axonframework.messaging.Headers
Key pointing to the aggregate identifier of a message.
AGGREGATE_SEQ - Static variable in class org.axonframework.messaging.Headers
Key pointing to the aggregate sequence of a message.
AGGREGATE_TYPE - Static variable in class org.axonframework.messaging.Headers
Key pointing to the aggregate type of a message.
ALLOW_REPLAY - Static variable in interface org.axonframework.messaging.HandlerAttributes
Attribute key referencing whether the handler is allowed to be invoked on replays.
AllowReplay - Annotation Type in org.axonframework.eventhandling
Annotation marking a Handler (or class) as being capable of handling replays, or not, depending on the value passed.
and(CommandMessageFilter) - Method in enum org.axonframework.commandhandling.distributed.commandfilter.AcceptAll
 
and(CommandMessageFilter) - Method in class org.axonframework.commandhandling.distributed.commandfilter.CommandNameFilter
 
and(CommandMessageFilter) - Method in enum org.axonframework.commandhandling.distributed.commandfilter.DenyAll
 
and(CommandMessageFilter) - Method in class org.axonframework.commandhandling.distributed.commandfilter.DenyCommandNameFilter
 
and(CommandMessageFilter) - Method in interface org.axonframework.commandhandling.distributed.CommandMessageFilter
Returns a filter that matches when both this instance and the given other match.
and(String, Object) - Method in class org.axonframework.messaging.MetaData
Returns a MetaData instances containing the current entries, and the given key and given value.
andBatchSize(int) - Method in class org.axonframework.eventhandling.TrackingEventProcessorConfiguration
 
AndCommandMessageFilter - Class in org.axonframework.commandhandling.distributed.commandfilter
A CommandMessageFilter implementation that matches whenever both supplied CommandMessageFilter instances match.
AndCommandMessageFilter(CommandMessageFilter, CommandMessageFilter) - Constructor for class org.axonframework.commandhandling.distributed.commandfilter.AndCommandMessageFilter
Initialize the filter to match when both the first and the second filter match.
andEventAvailabilityTimeout(long, TimeUnit) - Method in class org.axonframework.eventhandling.TrackingEventProcessorConfiguration
Set the duration where a Tracking Processor will wait for the availability of Events, in each cycle, before extending the claim on the tokens it owns.
andEventTrackerStatusChangeListener(EventTrackerStatusChangeListener) - Method in class org.axonframework.eventhandling.TrackingEventProcessorConfiguration
Sets the EventTrackerStatusChangeListener which will be called on EventTrackerStatus changes.
andIfNotPresent(String, Supplier<Object>) - Method in class org.axonframework.messaging.MetaData
Returns a MetaData instances containing the current entries, and the given key if it was not yet present in this MetaData.
andInitialSegmentsCount(int) - Method in class org.axonframework.eventhandling.TrackingEventProcessorConfiguration
 
andInitialTrackingToken(Function<StreamableMessageSource<TrackedEventMessage<?>>, TrackingToken>) - Method in class org.axonframework.eventhandling.TrackingEventProcessorConfiguration
Sets the Builder to use to create the initial tracking token.
andMetaData(Map<String, ?>) - Method in interface org.axonframework.commandhandling.CommandMessage
Returns a copy of this CommandMessage with it MetaData merged with the given metaData.
andMetaData(Map<String, ?>) - Method in interface org.axonframework.commandhandling.CommandResultMessage
 
andMetaData(Map<String, ?>) - Method in class org.axonframework.commandhandling.GenericCommandMessage
 
andMetaData(Map<String, ?>) - Method in class org.axonframework.commandhandling.GenericCommandResultMessage
 
andMetaData(Map<String, ?>) - Method in interface org.axonframework.deadline.DeadlineMessage
Returns a copy of this DeadlineMessage with its MetaData merged with given additionalMetaData.
andMetaData(Map<String, ?>) - Method in class org.axonframework.deadline.GenericDeadlineMessage
 
andMetaData(Map<String, ?>) - Method in interface org.axonframework.eventhandling.DomainEventMessage
Returns a copy of this DomainEventMessage with its MetaData merged with the given metaData.
andMetaData(Map<String, ?>) - Method in interface org.axonframework.eventhandling.EventMessage
Returns a copy of this EventMessage with it MetaData merged with the given metaData.
andMetaData(Map<String, ?>) - Method in class org.axonframework.eventhandling.GenericDomainEventMessage
 
andMetaData(Map<String, ?>) - Method in class org.axonframework.eventhandling.GenericEventMessage
 
andMetaData(Map<String, ?>) - Method in class org.axonframework.eventhandling.GenericTrackedDomainEventMessage
 
andMetaData(Map<String, ?>) - Method in class org.axonframework.eventhandling.replay.GenericResetContext
 
andMetaData(Map<String, ?>) - Method in interface org.axonframework.eventhandling.replay.ResetContext
Returns a copy of this ResetContext with it MetaData merged with the given metaData.
andMetaData(Map<String, ?>) - Method in class org.axonframework.messaging.AbstractMessage
 
andMetaData(Map<String, ?>) - Method in class org.axonframework.messaging.GenericResultMessage
 
andMetaData(Map<String, ?>) - Method in interface org.axonframework.messaging.Message
Returns a copy of this Message with it MetaData merged with the given metaData.
andMetaData(Map<String, ?>) - Method in class org.axonframework.messaging.responsetypes.ConvertingResponseMessage
 
andMetaData(Map<String, ?>) - Method in interface org.axonframework.messaging.ResultMessage
 
andMetaData(Map<String, ?>) - Method in class org.axonframework.queryhandling.GenericQueryMessage
 
andMetaData(Map<String, ?>) - Method in class org.axonframework.queryhandling.GenericQueryResponseMessage
 
andMetaData(Map<String, ?>) - Method in class org.axonframework.queryhandling.GenericSubscriptionQueryMessage
 
andMetaData(Map<String, ?>) - Method in class org.axonframework.queryhandling.GenericSubscriptionQueryUpdateMessage
 
andMetaData(Map<String, ?>) - Method in interface org.axonframework.queryhandling.QueryMessage
Returns a copy of this QueryMessage with its MetaData merged with given metaData.
andMetaData(Map<String, ?>) - Method in interface org.axonframework.queryhandling.QueryResponseMessage
Returns a copy of this QueryResponseMessage with its MetaData merged with given metaData.
andMetaData(Map<String, ?>) - Method in interface org.axonframework.queryhandling.SubscriptionQueryMessage
Returns a copy of this SubscriptionQueryMessage with its MetaData merged with given metaData.
andMetaData(Map<String, ?>) - Method in interface org.axonframework.queryhandling.SubscriptionQueryUpdateMessage
 
andMetaData(Map<String, ?>) - Method in class org.axonframework.serialization.SerializedMessage
 
andThreadFactory(Function<String, ThreadFactory>) - Method in class org.axonframework.eventhandling.TrackingEventProcessorConfiguration
Sets the ThreadFactory to use to create the threads to process events on.
andTokenClaimInterval(long, TimeUnit) - Method in class org.axonframework.eventhandling.TrackingEventProcessorConfiguration
Sets the time to wait after a failed attempt to claim any token, before making another attempt.
AnnotatedHandlerAttributes - Class in org.axonframework.messaging.annotation
Container for message handler attributes, constructed through inspecting an AnnotatedElement.
AnnotatedHandlerAttributes(AnnotatedElement) - Constructor for class org.axonframework.messaging.annotation.AnnotatedHandlerAttributes
Create an AnnotatedHandlerAttributes containing all attributes of annotations (meta-)annotated with HasHandlerAttributes on the given annotatedElement.
AnnotatedHandlerInspector<T> - Class in org.axonframework.messaging.annotation
Inspector for a message handling target of type T that uses annotations on the target to inspect the capabilities of the target.
AnnotatedMessageHandlingMember<T> - Class in org.axonframework.messaging.annotation
Implementation of a MessageHandlingMember that is used to invoke message handler methods on the target type.
AnnotatedMessageHandlingMember(Executable, Class<? extends Message>, Class<?>, ParameterResolverFactory) - Constructor for class org.axonframework.messaging.annotation.AnnotatedMessageHandlingMember
Initializes a new instance that will invoke the given executable (method) on a target to handle a message of the given messageType.
AnnotatedMessageHandlingMemberDefinition - Class in org.axonframework.messaging.annotation
The default HandlerDefinition implementation in Axon.
AnnotatedMessageHandlingMemberDefinition() - Constructor for class org.axonframework.messaging.annotation.AnnotatedMessageHandlingMemberDefinition
 
annotationAttributes(Class<? extends Annotation>) - Method in class org.axonframework.messaging.annotation.AnnotatedMessageHandlingMember
 
annotationAttributes(Class<? extends Annotation>) - Method in interface org.axonframework.messaging.annotation.MessageHandlingMember
annotationAttributes(Class<? extends Annotation>) - Method in class org.axonframework.messaging.annotation.WrappedMessageHandlingMember
 
AnnotationCommandHandlerAdapter<T> - Class in org.axonframework.commandhandling
Adapter that turns any @CommandHandler annotated bean into a MessageHandler implementation.
AnnotationCommandHandlerAdapter(T) - Constructor for class org.axonframework.commandhandling.AnnotationCommandHandlerAdapter
Wraps the given annotatedCommandHandler, allowing it to be subscribed to a Command Bus.
AnnotationCommandHandlerAdapter(T, ParameterResolverFactory) - Constructor for class org.axonframework.commandhandling.AnnotationCommandHandlerAdapter
Wraps the given annotatedCommandHandler, allowing it to be subscribed to a Command Bus.
AnnotationCommandHandlerAdapter(T, ParameterResolverFactory, HandlerDefinition) - Constructor for class org.axonframework.commandhandling.AnnotationCommandHandlerAdapter
Wraps the given annotatedCommandHandler, allowing it to be subscribed to a Command Bus.
AnnotationEventHandlerAdapter - Class in org.axonframework.eventhandling
Adapter that turns any bean with EventHandler annotated methods into an EventMessageHandler.
AnnotationEventHandlerAdapter(Object) - Constructor for class org.axonframework.eventhandling.AnnotationEventHandlerAdapter
Wraps the given annotatedEventListener, allowing it to be subscribed to an Event Bus.
AnnotationEventHandlerAdapter(Object, ParameterResolverFactory) - Constructor for class org.axonframework.eventhandling.AnnotationEventHandlerAdapter
Wraps the given annotatedEventListener, allowing it to be subscribed to an Event Bus.
AnnotationEventHandlerAdapter(Object, ParameterResolverFactory, HandlerDefinition) - Constructor for class org.axonframework.eventhandling.AnnotationEventHandlerAdapter
Wraps the given annotatedEventListener, allowing it to be subscribed to an Event Bus.
AnnotationQueryHandlerAdapter<T> - Class in org.axonframework.queryhandling.annotation
Adapter that turns any @QueryHandler annotated bean into a MessageHandler implementation.
AnnotationQueryHandlerAdapter(T) - Constructor for class org.axonframework.queryhandling.annotation.AnnotationQueryHandlerAdapter
Initializes the adapter, forwarding call to the given target.
AnnotationQueryHandlerAdapter(T, ParameterResolverFactory) - Constructor for class org.axonframework.queryhandling.annotation.AnnotationQueryHandlerAdapter
Initializes the adapter, forwarding call to the given target, resolving parameters using the given parameterResolverFactory.
AnnotationQueryHandlerAdapter(T, ParameterResolverFactory, HandlerDefinition) - Constructor for class org.axonframework.queryhandling.annotation.AnnotationQueryHandlerAdapter
Initializes the adapter, forwarding call to the given target, resolving parameters using the given parameterResolverFactory and creating handlers using handlerDefinition.
AnnotationRevisionResolver - Class in org.axonframework.serialization
Revision Resolver implementation that checks for the presence of an @Revision annotation.
AnnotationRevisionResolver() - Constructor for class org.axonframework.serialization.AnnotationRevisionResolver
 
AnnotationRoutingStrategy - Class in org.axonframework.commandhandling.distributed
RoutingStrategy that expects an RoutingKey (meta-)annotation on the command message's payload.
AnnotationRoutingStrategy(AnnotationRoutingStrategy.Builder) - Constructor for class org.axonframework.commandhandling.distributed.AnnotationRoutingStrategy
Instantiate a AnnotationRoutingStrategy based on the fields contained in the given builder.
AnnotationRoutingStrategy() - Constructor for class org.axonframework.commandhandling.distributed.AnnotationRoutingStrategy
Deprecated.
AnnotationRoutingStrategy(Class<? extends Annotation>) - Constructor for class org.axonframework.commandhandling.distributed.AnnotationRoutingStrategy
Deprecated.
AnnotationRoutingStrategy(UnresolvedRoutingKeyPolicy) - Constructor for class org.axonframework.commandhandling.distributed.AnnotationRoutingStrategy
Deprecated.
AnnotationRoutingStrategy(Class<? extends Annotation>, UnresolvedRoutingKeyPolicy) - Constructor for class org.axonframework.commandhandling.distributed.AnnotationRoutingStrategy
Deprecated.
AnnotationRoutingStrategy.Builder - Class in org.axonframework.commandhandling.distributed
Builder class to instantiate a AnnotationRoutingStrategy.
annotationType(Class<? extends Annotation>) - Method in class org.axonframework.commandhandling.distributed.AnnotationRoutingStrategy.Builder
Sets the annotationType Class searched for by this routing strategy on a CommandMessage to base the routing key on.
AnnotationUtils - Class in org.axonframework.common.annotation
Utility class for locating annotations and attribute values on elements.
apply(Connection) - Method in interface org.axonframework.common.jdbc.JdbcUtils.SqlFunction
Create a new PreparedStatement using the given connection.
apply(ResultSet) - Method in interface org.axonframework.common.jdbc.JdbcUtils.SqlResultConverter
Convert the given resultSet to a result of type R.
asCollection(Object) - Static method in class org.axonframework.common.CollectionUtils
Returns a Collection instance that contains the elements of the given potentialCollection.
asCommandMessage(Object) - Static method in class org.axonframework.commandhandling.GenericCommandMessage
Returns the given command as a CommandMessage.
asCommandResultMessage(Object) - Static method in class org.axonframework.commandhandling.GenericCommandResultMessage
Returns the given commandResult as a CommandResultMessage instance.
asCommandResultMessage(Throwable) - Static method in class org.axonframework.commandhandling.GenericCommandResultMessage
Creates a Command Result Message with the given exception result.
asDeadlineMessage(String, Object) - Static method in class org.axonframework.deadline.GenericDeadlineMessage
Deprecated.
Use GenericDeadlineMessage.asDeadlineMessage(String, Object, Instant) instead, as it sets the timestamp of the deadline, rather than the current time
asDeadlineMessage(String, Object, Instant) - Static method in class org.axonframework.deadline.GenericDeadlineMessage
Returns the given deadlineName and messageOrPayload as a DeadlineMessage which expires at the given expiryTime.
asDomainEventMessage(EventMessage<T>) - Static method in class org.axonframework.eventhandling.EventUtils
Deprecated.
since this method is not used for external use. This method is intended to deduce whether a given EventMessage is a DomainEventMessage and if not, push it into being one by adjusting the fields. However, this is only intended to simplify the storage of events. This does not make a regular EventMessage a DomainEventMessage by any means. The only way to have a true DomainEventMessage is by publishing events from within an Aggregate, by using the AggregateLifecycle operations.
asEventMessage(Object) - Static method in class org.axonframework.eventhandling.GenericEventMessage
Returns the given event as an EventMessage.
asMessage(Object) - Static method in class org.axonframework.messaging.GenericMessage
Returns a Message representing the given payloadOrMessage, either by wrapping it or by returning it as-is.
asNullableResponseMessage(Class<R>, Object) - Static method in class org.axonframework.queryhandling.GenericQueryResponseMessage
Creates a QueryResponseMessage for the given result with a declaredType as the result type.
asResetContext(Object) - Static method in class org.axonframework.eventhandling.replay.GenericResetContext
Returns the given messageOrPayload as a ResetContext.
asResponseMessage(Object) - Static method in class org.axonframework.queryhandling.GenericQueryResponseMessage
Creates a QueryResponseMessage for the given result.
asResponseMessage(Class<R>, Throwable) - Static method in class org.axonframework.queryhandling.GenericQueryResponseMessage
Creates a Query Response Message with given declaredType and exception.
asResultMessage(Object) - Static method in class org.axonframework.messaging.GenericResultMessage
Returns the given result as a ResultMessage instance.
asResultMessage(Throwable) - Static method in class org.axonframework.messaging.GenericResultMessage
Creates a ResultMessage with the given exception result.
Assert - Class in org.axonframework.common
Utility class (inspired by Springs Assert class) for doing assertions on parameters and object state.
assertNonEmpty(String, String) - Static method in class org.axonframework.common.BuilderUtils
Assert that the given string is not null and does not equal an empty String.
assertNonNull(T, Supplier<? extends X>) - Static method in class org.axonframework.common.Assert
Assert that the given value is non null.
assertNonNull(T, String) - Static method in class org.axonframework.common.BuilderUtils
Assert that the given value is non null.
assertPositive(int, String) - Static method in class org.axonframework.common.BuilderUtils
Assert that the given value is positive, meaning greater than, or equal to, zero.
assertPositive(long, String) - Static method in class org.axonframework.common.BuilderUtils
Assert that the given value is positive, meaning greater than, or equal to, zero.
assertStrictPositive(int, String) - Static method in class org.axonframework.common.BuilderUtils
Assert that the given value is strictly positive, meaning greater than zero.
assertStrictPositive(long, String) - Static method in class org.axonframework.common.BuilderUtils
Assert that the given value is strictly positive, meaning greater than zero.
assertThat(T, Predicate<T>, Supplier<? extends X>) - Static method in class org.axonframework.common.Assert
Assert that the given value will result to true through the assertion Predicate.
assertThat(T, Predicate<T>, String) - Static method in class org.axonframework.common.BuilderUtils
Assert that the given value will result to true through the assertion Predicate.
asStream() - Method in interface org.axonframework.common.stream.BlockingStream
Returns this MessageStream as a Stream of Messages.
asStream(BlockingStream<M>) - Static method in class org.axonframework.common.stream.StreamUtils
Convert the given messageStream to a regular java Stream.
asTrackedEventMessage(EventMessage<T>, TrackingToken) - Static method in class org.axonframework.eventhandling.EventUtils
Convert an EventMessage to a TrackedEventMessage using the given trackingToken.
asUpdateMessage(Object) - Static method in class org.axonframework.queryhandling.GenericSubscriptionQueryUpdateMessage
Creates GenericSubscriptionQueryUpdateMessage from provided payload which represents incremental update.
asUpdateMessage(Class<T>, Throwable) - Static method in class org.axonframework.queryhandling.GenericSubscriptionQueryUpdateMessage
Creates a GenericSubscriptionQueryUpdateMessage with the given declaredType and exception result.
AsynchronousCommandBus - Class in org.axonframework.commandhandling
Specialization of the SimpleCommandBus that processed Commands asynchronously from the calling thread.
AsynchronousCommandBus(AsynchronousCommandBus.Builder) - Constructor for class org.axonframework.commandhandling.AsynchronousCommandBus
Instantiate a AsynchronousCommandBus based on the fields contained in the AsynchronousCommandBus.Builder.
AsynchronousCommandBus.Builder - Class in org.axonframework.commandhandling
Builder class to instantiate a AsynchronousCommandBus.
AsynchronousEventProcessingStrategy - Class in org.axonframework.eventhandling.async
Implementation of a EventProcessingStrategy that creates event processing tasks for asynchronous execution.
AsynchronousEventProcessingStrategy(Executor, SequencingPolicy<? super EventMessage<?>>) - Constructor for class org.axonframework.eventhandling.async.AsynchronousEventProcessingStrategy
Initializes a new AsynchronousEventProcessingStrategy that uses the given executor to execute event processing tasks and sequencingPolicy that determines if an event may be processed in sequence or in parallel.
attachTransaction(TransactionManager) - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
Attach a transaction to this Unit of Work, using the given transactionManager.
attribute(String) - Method in class org.axonframework.messaging.annotation.AnnotatedMessageHandlingMember
 
attribute(String) - Method in interface org.axonframework.messaging.annotation.MessageHandlingMember
Retrieve a single attributes for the given attributeKey.
attribute(String) - Method in class org.axonframework.messaging.annotation.WrappedMessageHandlingMember
 
availableProcessorThreads() - Method in class org.axonframework.eventhandling.TrackingEventProcessor
Returns the number of threads this processor has available to assign segments.
awaitCompletion(long, TimeUnit) - Method in class org.axonframework.commandhandling.callbacks.FutureCallback
Wait for completion of the command, or for the timeout to expire.
AxonConfigurationException - Exception in org.axonframework.common
Exception indicating that a configuration error has been made in the Axon configuration.
AxonConfigurationException(String) - Constructor for exception org.axonframework.common.AxonConfigurationException
Initializes the exception using the given message.
AxonConfigurationException(String, Throwable) - Constructor for exception org.axonframework.common.AxonConfigurationException
Initializes the exception using the given message and cause.
AxonException - Exception in org.axonframework.common
Base exception of all Axon Framework related exceptions.
AxonException(String) - Constructor for exception org.axonframework.common.AxonException
Initializes the exception using the given message.
AxonException(String, Throwable) - Constructor for exception org.axonframework.common.AxonException
Initializes the exception using the given message and cause.
AxonNonTransientException - Exception in org.axonframework.common
Exception indicating an error has been cause that cannot be resolved without intervention.
AxonNonTransientException(String) - Constructor for exception org.axonframework.common.AxonNonTransientException
Initializes the exception using the given message.
AxonNonTransientException(String, Throwable) - Constructor for exception org.axonframework.common.AxonNonTransientException
Initializes the exception using the given message and cause.
AxonThreadFactory - Class in org.axonframework.common
Thread factory that created threads in a given group.
AxonThreadFactory(String) - Constructor for class org.axonframework.common.AxonThreadFactory
Initializes a ThreadFactory instance that creates each thread in a group with given groupName with default priority.
AxonThreadFactory(ThreadGroup) - Constructor for class org.axonframework.common.AxonThreadFactory
Initializes a ThreadFactory instance that create each thread in the given group with default priority.
AxonThreadFactory(int, ThreadGroup) - Constructor for class org.axonframework.common.AxonThreadFactory
Initializes a ThreadFactory instance that create each thread in the given group with given priority.
AxonTransientException - Exception 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 org.axonframework.common.AxonTransientException
Initializes the exception using the given message.
AxonTransientException(String, Throwable) - Constructor for exception org.axonframework.common.AxonTransientException
Initializes the exception using the given message and cause.

B

backoffFactor(long) - Method in class org.axonframework.commandhandling.gateway.ExponentialBackOffIntervalRetryScheduler.Builder
Sets the backoff factor in milliseconds at which to schedule a retry.
BatchingUnitOfWork<T extends Message<?>> - Class in org.axonframework.messaging.unitofwork
Unit of Work implementation that is able to process a batch of Messages instead of just a single Message.
BatchingUnitOfWork(T...) - Constructor for class org.axonframework.messaging.unitofwork.BatchingUnitOfWork
Initializes a BatchingUnitOfWork for processing the given batch of messages.
BatchingUnitOfWork(List<T>) - Constructor for class org.axonframework.messaging.unitofwork.BatchingUnitOfWork
Initializes a BatchingUnitOfWork for processing the given list of messages.
batchSize(int) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
Specifies the number of events to be processed inside a single transaction.
BeanPropertyAccessStrategy - Class in org.axonframework.common.property
BeanPropertyAccessStrategy implementation that uses JavaBean style property access.
BeanPropertyAccessStrategy() - Constructor for class org.axonframework.common.property.BeanPropertyAccessStrategy
 
BeanValidationInterceptor<T extends Message<?>> - Class in org.axonframework.messaging.interceptors
Interceptor that applies JSR303 bean validation on incoming Messages.
BeanValidationInterceptor() - Constructor for class org.axonframework.messaging.interceptors.BeanValidationInterceptor
Initializes a validation interceptor using a default ValidatorFactory.
BeanValidationInterceptor(ValidatorFactory) - Constructor for class org.axonframework.messaging.interceptors.BeanValidationInterceptor
Initializes a validation interceptor using the given ValidatorFactory.
BlobToInputStreamConverter - Class in org.axonframework.serialization.converters
 
BlobToInputStreamConverter() - Constructor for class org.axonframework.serialization.converters.BlobToInputStreamConverter
 
BlockingStream<M> - Interface in org.axonframework.common.stream
Interface for a stream that can be polled for information using (optionally blocking) pull operations.
build() - Method in class org.axonframework.commandhandling.AsynchronousCommandBus.Builder
Initializes a AsynchronousCommandBus as specified through this Builder.
build() - Method in class org.axonframework.commandhandling.distributed.AnnotationRoutingStrategy.Builder
Initializes a AnnotationRoutingStrategy implementation as specified through this Builder.
build() - Method in class org.axonframework.commandhandling.distributed.DistributedCommandBus.Builder
Initializes a DistributedCommandBus as specified through this Builder.
build() - Method in class org.axonframework.commandhandling.distributed.MetaDataRoutingStrategy.Builder
Initializes a MetaDataRoutingStrategy implementation as specified through this Builder.
build() - Method in class org.axonframework.commandhandling.gateway.CommandGatewayFactory.Builder
Initializes a CommandGatewayFactory as specified through this Builder.
build() - Method in class org.axonframework.commandhandling.gateway.DefaultCommandGateway.Builder
Initializes a DefaultCommandGateway as specified through this Builder.
build() - Method in class org.axonframework.commandhandling.gateway.ExponentialBackOffIntervalRetryScheduler.Builder
Initializes a ExponentialBackOffIntervalRetryScheduler as specified through this Builder.
build() - Method in class org.axonframework.commandhandling.gateway.IntervalRetryScheduler.Builder
Initializes a IntervalRetryScheduler as specified through this Builder.
build() - Method in class org.axonframework.commandhandling.SimpleCommandBus.Builder
Initializes a SimpleCommandBus as specified through this Builder.
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.deadline.quartz.QuartzDeadlineManager.Builder
Initializes a QuartzDeadlineManager as specified through this Builder.
build() - Method in class org.axonframework.deadline.SimpleDeadlineManager.Builder
Initializes a SimpleDeadlineManager as specified through this Builder.
build() - Method in class org.axonframework.eventhandling.async.PropertySequencingPolicy.Builder
Initializes a PropertySequencingPolicy as specified through this Builder.
build() - Method in class org.axonframework.eventhandling.gateway.DefaultEventGateway.Builder
Initializes a DefaultEventGateway as specified through this Builder.
build() - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
Initializes a PooledStreamingEventProcessor as specified through this Builder.
build() - Method in class org.axonframework.eventhandling.scheduling.java.SimpleEventScheduler.Builder
Initializes a SimpleEventScheduler as specified through this Builder.
build() - Method in class org.axonframework.eventhandling.scheduling.quartz.QuartzEventScheduler.Builder
Initializes a QuartzEventScheduler as specified through this Builder.
build() - Method in class org.axonframework.eventhandling.SimpleEventBus.Builder
Initializes a SimpleEventBus as specified through this Builder.
build() - Method in class org.axonframework.eventhandling.SimpleEventHandlerInvoker.Builder
Initializes a SimpleEventHandlerInvoker as specified through this Builder.
build() - Method in class org.axonframework.eventhandling.SubscribingEventProcessor.Builder
Initializes a SubscribingEventProcessor as specified through this Builder.
build() - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore.Builder
Initializes a JdbcTokenStore as specified through this Builder.
build() - Method in class org.axonframework.eventhandling.tokenstore.jdbc.TokenSchema.Builder
Builds a new TokenSchema from builder values.
build() - Method in class org.axonframework.eventhandling.tokenstore.jpa.JpaTokenStore.Builder
Initializes a JpaTokenStore as specified through this Builder.
build() - Method in class org.axonframework.eventhandling.TrackingEventProcessor.Builder
Initializes a TrackingEventProcessor as specified through this Builder.
build() - Method in class org.axonframework.queryhandling.DefaultQueryGateway.Builder
Initializes a DefaultQueryGateway as specified through this Builder.
build() - Method in class org.axonframework.queryhandling.LoggingQueryInvocationErrorHandler.Builder
Initializes a LoggingQueryInvocationErrorHandler as specified through this Builder.
build() - Method in class org.axonframework.queryhandling.SimpleQueryBus.Builder
Initializes a SimpleQueryBus as specified through this Builder.
build() - Method in class org.axonframework.queryhandling.SimpleQueryUpdateEmitter.Builder
Initializes a SimpleQueryUpdateEmitter as specified through this Builder.
build() - Method in class org.axonframework.serialization.JavaSerializer.Builder
Deprecated.
Initializes a JavaSerializer as specified through this Builder.
build() - Method in class org.axonframework.serialization.json.JacksonSerializer.Builder
Initializes a JacksonSerializer as specified through this Builder.
build() - Method in class org.axonframework.serialization.xml.XStreamSerializer.Builder
Initializes a XStreamSerializer as specified through this Builder.
buildContext() - Method in class org.axonframework.serialization.upcasting.ContextAwareSingleEntryMultiUpcaster
Builds a context of generic type C to be used when processing the stream of intermediate object representations T.
buildContext() - Method in class org.axonframework.serialization.upcasting.ContextAwareSingleEntryUpcaster
Builds a context of generic type C to be used when processing the stream of intermediate object representations T.
builder() - Static method in class org.axonframework.commandhandling.AsynchronousCommandBus
Instantiate a Builder to be able to create a AsynchronousCommandBus.
Builder() - Constructor for class org.axonframework.commandhandling.AsynchronousCommandBus.Builder
 
builder() - Static method in class org.axonframework.commandhandling.distributed.AnnotationRoutingStrategy
Instantiate a Builder to be able to create a AnnotationRoutingStrategy.
Builder() - Constructor for class org.axonframework.commandhandling.distributed.AnnotationRoutingStrategy.Builder
 
builder() - Static method in class org.axonframework.commandhandling.distributed.DistributedCommandBus
Instantiate a Builder to be able to create a DistributedCommandBus.
Builder() - Constructor for class org.axonframework.commandhandling.distributed.DistributedCommandBus.Builder
 
builder() - Static method in class org.axonframework.commandhandling.distributed.MetaDataRoutingStrategy
Instantiate a Builder to be able to create a MetaDataRoutingStrategy.
Builder() - Constructor for class org.axonframework.commandhandling.distributed.MetaDataRoutingStrategy.Builder
 
Builder() - Constructor for class org.axonframework.commandhandling.gateway.AbstractCommandGateway.Builder
 
Builder() - Constructor for class org.axonframework.commandhandling.gateway.AbstractRetryScheduler.Builder
 
builder() - Static method in class org.axonframework.commandhandling.gateway.CommandGatewayFactory
Instantiate a Builder to be able to create a CommandGatewayFactory.
Builder() - Constructor for class org.axonframework.commandhandling.gateway.CommandGatewayFactory.Builder
 
builder() - Static method in class org.axonframework.commandhandling.gateway.DefaultCommandGateway
Instantiate a Builder to be able to create a DefaultCommandGateway.
Builder() - Constructor for class org.axonframework.commandhandling.gateway.DefaultCommandGateway.Builder
 
builder() - Static method in class org.axonframework.commandhandling.gateway.ExponentialBackOffIntervalRetryScheduler
Instantiate a Builder to be able to create a ExponentialBackOffIntervalRetryScheduler.
Builder() - Constructor for class org.axonframework.commandhandling.gateway.ExponentialBackOffIntervalRetryScheduler.Builder
 
builder() - Static method in class org.axonframework.commandhandling.gateway.IntervalRetryScheduler
Instantiate a Builder to be able to create a IntervalRetryScheduler.
Builder() - Constructor for class org.axonframework.commandhandling.gateway.IntervalRetryScheduler.Builder
 
builder() - Static method in class org.axonframework.commandhandling.SimpleCommandBus
Instantiate a Builder to be able to create a SimpleCommandBus.
Builder() - Constructor for class org.axonframework.commandhandling.SimpleCommandBus.Builder
 
builder() - Static method in class org.axonframework.common.lock.PessimisticLockFactory
Creates a builder to construct an instance of this LockFactory.
Builder() - Constructor for class org.axonframework.common.lock.PessimisticLockFactory.Builder
Default constructor
builder() - Static method in class org.axonframework.deadline.quartz.QuartzDeadlineManager
Instantiate a Builder to be able to create a QuartzDeadlineManager.
Builder() - Constructor for class org.axonframework.deadline.quartz.QuartzDeadlineManager.Builder
 
builder() - Static method in class org.axonframework.deadline.SimpleDeadlineManager
Instantiate a Builder to be able to create a SimpleDeadlineManager.
Builder() - Constructor for class org.axonframework.deadline.SimpleDeadlineManager.Builder
 
Builder() - Constructor for class org.axonframework.eventhandling.AbstractEventBus.Builder
 
Builder() - Constructor for class org.axonframework.eventhandling.AbstractEventProcessor.Builder
 
builder(Class<T>, Class<K>) - Static method in class org.axonframework.eventhandling.async.PropertySequencingPolicy
Instantiate a Builder to be able to create a PropertySequencingPolicy.
Builder() - Constructor for class org.axonframework.eventhandling.gateway.AbstractEventGateway.Builder
 
builder() - Static method in class org.axonframework.eventhandling.gateway.DefaultEventGateway
Instantiate a Builder to be able to create a DefaultEventGateway.
Builder() - Constructor for class org.axonframework.eventhandling.gateway.DefaultEventGateway.Builder
 
builder() - Static method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor
Instantiate a Builder to be able to create a PooledStreamingEventProcessor.
Builder() - Constructor for class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
 
builder() - Static method in class org.axonframework.eventhandling.scheduling.java.SimpleEventScheduler
Instantiate a Builder to be able to create a SimpleEventScheduler.
Builder() - Constructor for class org.axonframework.eventhandling.scheduling.java.SimpleEventScheduler.Builder
 
builder() - Static method in class org.axonframework.eventhandling.scheduling.quartz.QuartzEventScheduler
Instantiate a Builder to be able to create a QuartzEventScheduler.
Builder() - Constructor for class org.axonframework.eventhandling.scheduling.quartz.QuartzEventScheduler.Builder
 
builder() - Static method in class org.axonframework.eventhandling.SimpleEventBus
Instantiate a Builder to be able to create a SimpleEventBus.
Builder() - Constructor for class org.axonframework.eventhandling.SimpleEventBus.Builder
 
builder() - Static method in class org.axonframework.eventhandling.SimpleEventHandlerInvoker
Instantiate a Builder to be able to create a SimpleEventHandlerInvoker.
Builder() - Constructor for class org.axonframework.eventhandling.SimpleEventHandlerInvoker.Builder
 
builder() - Static method in class org.axonframework.eventhandling.SubscribingEventProcessor
Instantiate a Builder to be able to create a SubscribingEventProcessor.
Builder() - Constructor for class org.axonframework.eventhandling.SubscribingEventProcessor.Builder
 
builder() - Static method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
Instantiate a Builder to be able to create a JdbcTokenStore.
Builder() - Constructor for class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore.Builder
 
builder() - Static method in class org.axonframework.eventhandling.tokenstore.jdbc.TokenSchema
Returns a new TokenSchema.Builder initialized with default settings.
Builder() - Constructor for class org.axonframework.eventhandling.tokenstore.jdbc.TokenSchema.Builder
 
builder() - Static method in class org.axonframework.eventhandling.tokenstore.jpa.JpaTokenStore
Instantiate a Builder to be able to create a JpaTokenStore.
Builder() - Constructor for class org.axonframework.eventhandling.tokenstore.jpa.JpaTokenStore.Builder
 
builder() - Static method in class org.axonframework.eventhandling.TrackingEventProcessor
Instantiate a Builder to be able to create a TrackingEventProcessor.
Builder() - Constructor for class org.axonframework.eventhandling.TrackingEventProcessor.Builder
 
builder() - Static method in class org.axonframework.queryhandling.DefaultQueryGateway
Instantiate a Builder to be able to create a DefaultQueryGateway.
Builder() - Constructor for class org.axonframework.queryhandling.DefaultQueryGateway.Builder
 
builder() - Static method in class org.axonframework.queryhandling.LoggingQueryInvocationErrorHandler
Instantiate a Builder to be able to create a LoggingQueryInvocationErrorHandler.
Builder() - Constructor for class org.axonframework.queryhandling.LoggingQueryInvocationErrorHandler.Builder
 
builder() - Static method in class org.axonframework.queryhandling.SimpleQueryBus
Instantiate a Builder to be able to create a SimpleQueryBus.
Builder() - Constructor for class org.axonframework.queryhandling.SimpleQueryBus.Builder
 
builder() - Static method in class org.axonframework.queryhandling.SimpleQueryUpdateEmitter
Instantiate a Builder to be able to create a SimpleQueryUpdateEmitter.
Builder() - Constructor for class org.axonframework.queryhandling.SimpleQueryUpdateEmitter.Builder
 
Builder() - Constructor for class org.axonframework.serialization.AbstractXStreamSerializer.Builder
 
builder() - Static method in class org.axonframework.serialization.JavaSerializer
Deprecated.
Instantiate a Builder to be able to create a JavaSerializer.
Builder() - Constructor for class org.axonframework.serialization.JavaSerializer.Builder
Deprecated.
 
builder() - Static method in class org.axonframework.serialization.json.JacksonSerializer
Instantiate a Builder to be able to create a JacksonSerializer.
Builder() - Constructor for class org.axonframework.serialization.json.JacksonSerializer.Builder
 
Builder(String, String) - Constructor for class org.axonframework.serialization.upcasting.event.EventTypeUpcaster.Builder
Instantiate a EventTypeUpcaster.Builder as a shorthand to create an EventTypeUpcaster.
builder() - Static method in class org.axonframework.serialization.xml.XStreamSerializer
Instantiate a Builder to be able to create a XStreamSerializer.
Builder() - Constructor for class org.axonframework.serialization.xml.XStreamSerializer.Builder
 
BuilderUtils - Class in org.axonframework.common
Utility class containing reusable functionality for implementing the Builder Pattern in (infrastructure) components.
buildJobDetail(EventMessage, JobKey) - Method in class org.axonframework.eventhandling.scheduling.quartz.QuartzEventScheduler
Builds the JobDetail instance for Quartz, which defines the Job that needs to be executed when the trigger fires.
buildTrigger(Instant, JobKey) - Method in class org.axonframework.eventhandling.scheduling.quartz.QuartzEventScheduler
Builds a Trigger which fires the Job identified by jobKey at (or around) the given triggerDateTime.
ByteArrayToInputStreamConverter - Class in org.axonframework.serialization.converters
ContentTypeConverter that converts byte arrays into InputStream.
ByteArrayToInputStreamConverter() - Constructor for class org.axonframework.serialization.converters.ByteArrayToInputStreamConverter
 
ByteArrayToJsonNodeConverter - Class in org.axonframework.serialization.json
ContentTypeConverter implementation that converts byte[] containing UTF8 encoded JSON string to a Jackson JsonNode.
ByteArrayToJsonNodeConverter(ObjectMapper) - Constructor for class org.axonframework.serialization.json.ByteArrayToJsonNodeConverter
Initialize the Converter, using given objectMapper to parse the binary contents
ByteArrayToStringConverter - Class in org.axonframework.serialization.converters
ContentTypeConverter that converts byte arrays into Strings.
ByteArrayToStringConverter() - Constructor for class org.axonframework.serialization.converters.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.serialization
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.serialization.ChainedConverter
Returns a converter that can convert an IntermediateRepresentation from the given sourceType to the given targetType using a chain formed with given candidates.
callbacks() - Method in class org.axonframework.commandhandling.distributed.CommandCallbackRepository
Returns the callbacks mapped by callback identifier.
callWithInterceptorChain(InterceptorChain, Callable<R>) - Static method in class org.axonframework.messaging.annotation.InterceptorChainParameterResolverFactory
Invoke the given action with the given interceptorChain being available for parameter injection.
callWithResult(Object, Callable<?>) - Static method in class org.axonframework.messaging.annotation.ResultParameterResolverFactory
Calls the given action (typically a handler invocation) such that the given result is available for injection as parameter
cancel() - Method in interface org.axonframework.common.Registration
Cancels this Registration.
cancel() - Method in class org.axonframework.queryhandling.DefaultSubscriptionQueryResult
 
cancelAll(String) - Method in interface org.axonframework.deadline.DeadlineManager
Cancels all the deadlines corresponding to the given deadlineName.
cancelAll(String) - Method in class org.axonframework.deadline.quartz.QuartzDeadlineManager
 
cancelAll(String) - Method in class org.axonframework.deadline.SimpleDeadlineManager
 
cancelAllWithinScope(String) - Method in interface org.axonframework.deadline.DeadlineManager
Cancels all deadlines corresponding to the given deadlineName that are scheduled within Scope.describeCurrentScope().
cancelAllWithinScope(String, ScopeDescriptor) - Method in interface org.axonframework.deadline.DeadlineManager
Cancels all deadlines corresponding to the given deadlineName and scope.
cancelAllWithinScope(String, ScopeDescriptor) - Method in class org.axonframework.deadline.quartz.QuartzDeadlineManager
 
cancelAllWithinScope(String, ScopeDescriptor) - Method in class org.axonframework.deadline.SimpleDeadlineManager
 
cancelCallbacks(A) - Method in class org.axonframework.commandhandling.distributed.CommandCallbackRepository
cancelCallbacksForChannel(A) - Method in class org.axonframework.commandhandling.distributed.CommandCallbackRepository
Removes all callbacks for a given channel.
cancelSchedule(String, String) - Method in interface org.axonframework.deadline.DeadlineManager
Cancels the deadline corresponding to the given deadlineName / scheduleId combination.
cancelSchedule(String, String) - Method in class org.axonframework.deadline.quartz.QuartzDeadlineManager
 
cancelSchedule(String, String) - Method in class org.axonframework.deadline.SimpleDeadlineManager
 
cancelSchedule(ScheduleToken) - Method in interface org.axonframework.eventhandling.scheduling.EventScheduler
Cancel the publication of a scheduled event.
cancelSchedule(ScheduleToken) - Method in class org.axonframework.eventhandling.scheduling.java.SimpleEventScheduler
 
cancelSchedule(ScheduleToken) - Method in class org.axonframework.eventhandling.scheduling.quartz.QuartzEventScheduler
 
canConvert(Class<S>, Class<T>, List<ContentTypeConverter<?, ?>>) - Static method in class org.axonframework.serialization.ChainedConverter
Indicates whether this converter is capable of converting the given sourceContentType into targetContentType, using the given converters.
canConvert(Class<?>, Class<?>) - Method in class org.axonframework.serialization.ChainingConverter
 
canConvert(Class<?>, Class<?>) - Method in interface org.axonframework.serialization.Converter
Indicates whether this converter is capable of converting the given sourceType to the targetType.
canConvertDataTo(Class<?>) - Method in class org.axonframework.serialization.upcasting.event.InitialEventRepresentation
 
canConvertDataTo(Class<?>) - Method in interface org.axonframework.serialization.upcasting.event.IntermediateEventRepresentation
Checks if the data can be converted to the given requiredType.
canConvertDataTo(Class<?>) - Method in class org.axonframework.serialization.upcasting.event.UpcastedEventRepresentation
 
canHandle(CommandMessage<?>) - Method in class org.axonframework.commandhandling.AnnotationCommandHandlerAdapter
 
canHandle(EventMessage<?>, Segment) - Method in class org.axonframework.eventhandling.AbstractEventProcessor
Indicates whether the processor can/should handle the given eventMessage for the given segment.
canHandle(EventMessage<?>) - Method in class org.axonframework.eventhandling.AnnotationEventHandlerAdapter
 
canHandle(EventMessage<?>, Segment) - Method in interface org.axonframework.eventhandling.EventHandlerInvoker
Check whether or not this invoker has handlers that can handle the given eventMessage for a given segment.
canHandle(EventMessage<?>, Segment) - Method in class org.axonframework.eventhandling.MultiEventHandlerInvoker
 
canHandle(EventMessage<?>, Segment) - Method in class org.axonframework.eventhandling.SimpleEventHandlerInvoker
 
canHandle(EventMessage<?>, Collection<Segment>) - Method in class org.axonframework.eventhandling.TrackingEventProcessor
Indicates whether any of the components handling events for this Processor are able to handle the given eventMessage for any of the given segments.
canHandle(Message<?>) - Method in class org.axonframework.messaging.annotation.AnnotatedMessageHandlingMember
 
canHandle(Message<?>) - Method in interface org.axonframework.messaging.annotation.MessageHandlingMember
Checks if this handler is capable of handling the given message.
canHandle(Message<?>) - Method in class org.axonframework.messaging.annotation.WrappedMessageHandlingMember
 
canHandle(T) - Method in interface org.axonframework.messaging.MessageHandler
Indicates whether this handler can handle the given message
canHandle(QueryMessage<?, ?>) - Method in class org.axonframework.queryhandling.annotation.AnnotationQueryHandlerAdapter
 
canHandleMessageType(Class<? extends Message>) - Method in class org.axonframework.messaging.annotation.AnnotatedMessageHandlingMember
 
canHandleMessageType(Class<? extends Message>) - Method in interface org.axonframework.messaging.annotation.MessageHandlingMember
Checks if this handlers is capable of handling Message implementations of the given messageType.
canHandleMessageType(Class<? extends Message>) - Method in class org.axonframework.messaging.annotation.WrappedMessageHandlingMember
 
canHandleType(Class<?>) - Method in class org.axonframework.eventhandling.AbstractEventProcessor
 
canHandleType(Class<?>) - Method in class org.axonframework.eventhandling.AnnotationEventHandlerAdapter
 
canHandleType(Class<?>) - Method in interface org.axonframework.eventhandling.EventHandlerInvoker
Check whether or not this invoker has handlers that can handle the given payloadType.
canHandleType(Class<?>) - Method in class org.axonframework.eventhandling.MultiEventHandlerInvoker
 
canHandleType(Class<?>) - Method in class org.axonframework.eventhandling.SimpleEventHandlerInvoker
 
canHandleType(Class<?>) - Method in class org.axonframework.messaging.annotation.AnnotatedMessageHandlingMember
 
canHandleType(Class<?>) - Method in interface org.axonframework.messaging.annotation.MessageHandlingMember
Checks if this handler is capable of handling messages with the given payloadType.
canHandleType(Class<?>) - Method in class org.axonframework.messaging.annotation.WrappedMessageHandlingMember
 
canHandleType(Class<?>) - Method in interface org.axonframework.messaging.MessageHandler
Indicates whether this handler can handle messages of given type
CannotConvertBetweenTypesException - Exception in org.axonframework.serialization
Exception indicating that a conversion is required between to upcasters, but there is no converter capable of doing the conversion.
CannotConvertBetweenTypesException(String) - Constructor for exception org.axonframework.serialization.CannotConvertBetweenTypesException
Initializes the exception with the given message.
CannotConvertBetweenTypesException(String, Throwable) - Constructor for exception org.axonframework.serialization.CannotConvertBetweenTypesException
Initializing the exception with given message and cause.
canResolve(ScopeDescriptor) - Method in interface org.axonframework.messaging.ScopeAware
Check whether this implementation can resolve a Scope object based on the provided scopeDescription.
canSerializeTo(Class<T>) - Method in class org.axonframework.serialization.AbstractXStreamSerializer
 
canSerializeTo(Class<T>) - Method in class org.axonframework.serialization.JavaSerializer
Deprecated.
 
canSerializeTo(Class<T>) - Method in class org.axonframework.serialization.json.JacksonSerializer
 
canSerializeTo(Class<T>) - Method in interface org.axonframework.serialization.Serializer
Indicates whether this Serializer is capable of serializing to the given expectedRepresentation.
canUpcast(T, C) - Method in class org.axonframework.serialization.upcasting.ContextAwareSingleEntryMultiUpcaster
Checks if this upcaster can upcast the given intermediateRepresentation.
canUpcast(T, C) - Method in class org.axonframework.serialization.upcasting.ContextAwareSingleEntryUpcaster
Checks if this upcaster can upcast the given intermediateRepresentation.
canUpcast(IntermediateEventRepresentation) - Method in class org.axonframework.serialization.upcasting.event.EventTypeUpcaster
 
canUpcast(T) - Method in class org.axonframework.serialization.upcasting.SingleEntryMultiUpcaster
Checks if this upcaster can upcast the given intermediateRepresentation.
canUpcast(T) - Method in class org.axonframework.serialization.upcasting.SingleEntryUpcaster
Checks if this upcaster can upcast the given intermediateRepresentation.
caughtUp() - Method in class org.axonframework.eventhandling.TrackerStatus
Returns this TrackerStatus if it is caught up, otherwise return a new instance with the caught up flag set to true.
ChainedConverter<S,T> - Class in org.axonframework.serialization
A converter that delegates to a chain of other ContentTypeConverters to convert from a source to a target for which there is not necessarily a single converter available.
ChainedConverter(List<ContentTypeConverter<?, ?>>) - Constructor for class org.axonframework.serialization.ChainedConverter
Creates a new instance that uses the given delegates to form a chain of converters.
chainedInterceptor(Class<?>) - Method in class org.axonframework.messaging.annotation.AnnotatedHandlerInspector
Returns an Interceptor Chain of annotated interceptor methods defined on the given type.
ChainingConverter - Class in org.axonframework.serialization
Converter implementation that will combine converters to form chains of converters to be able to convert from one type to another, for which there is no suitable single converter.
ChainingConverter() - Constructor for class org.axonframework.serialization.ChainingConverter
Initialize a new ChainingConverter with the context ClassLoader for this thread.
ChainingConverter(ClassLoader) - Constructor for class org.axonframework.serialization.ChainingConverter
Initialize a new ChainingConverter.
changePhase(UnitOfWork.Phase...) - Method in class org.axonframework.messaging.unitofwork.AbstractUnitOfWork
Ask the unit of work to transition to the given phases sequentially.
charset(Charset) - Method in class org.axonframework.serialization.AbstractXStreamSerializer.Builder
Sets the Charset used for the in- and output streams required by XStream for the to and from xml function calls.
charset(Charset) - Method in class org.axonframework.serialization.xml.XStreamSerializer.Builder
 
claim(String, TemporalAmount) - Method in class org.axonframework.eventhandling.tokenstore.AbstractTokenEntry
Attempt to claim ownership of this token.
claimExtensionThreshold(long) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
Specifies a time in milliseconds the work packages of this processor should extend the claim on a TrackingToken.
claimTimeout(TemporalAmount) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore.Builder
Sets the claimTimeout specifying the amount of time this process will wait after which this process will force a claim of a TrackingToken.
claimTimeout(TemporalAmount) - Method in class org.axonframework.eventhandling.tokenstore.jpa.JpaTokenStore.Builder
Sets the claimTimeout specifying the amount of time this process will wait after which this process will force a claim of a TrackingToken.
claimToken(Connection, AbstractTokenEntry<?>) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
Tries to claim the given token entry.
classForType(SerializedType) - Method in class org.axonframework.serialization.AbstractXStreamSerializer
 
classForType(SerializedType) - Method in class org.axonframework.serialization.JavaSerializer
Deprecated.
 
classForType(SerializedType) - Method in class org.axonframework.serialization.json.JacksonSerializer
 
classForType(SerializedType) - Method in interface org.axonframework.serialization.Serializer
Returns the class for the given type identifier.
classLoader(ClassLoader) - Method in class org.axonframework.serialization.AbstractXStreamSerializer.Builder
Sets the ClassLoader used as an override for default ClassLoader used in the XStream.
classLoader(ClassLoader) - Method in class org.axonframework.serialization.json.JacksonSerializer.Builder
Sets the ClassLoader used as an override for default ClassLoader used in the ObjectMapper.
classLoader(ClassLoader) - Method in class org.axonframework.serialization.xml.XStreamSerializer.Builder
 
ClasspathHandlerDefinition - Class in org.axonframework.messaging.annotation
HandlerDefinition instance that locates other HandlerDefinition instances on the class path.
ClasspathHandlerEnhancerDefinition - Class in org.axonframework.messaging.annotation
HandlerEnhancerDefinition instance that locates other HandlerEnhancerDefinition instances on the class path.
ClasspathParameterResolverFactory - Class in org.axonframework.messaging.annotation
ParameterResolverFactory instance that locates other ParameterResolverFactory instances on the class path.
clear() - Method in class org.axonframework.messaging.MetaData
This operation is not supported.
clear(UnitOfWork<?>) - Static method in class org.axonframework.messaging.unitofwork.CurrentUnitOfWork
Clears the UnitOfWork currently bound to the current thread, if that UnitOfWork is the given unitOfWork.
clock - Static variable in class org.axonframework.eventhandling.GenericEventMessage
Clock instance used to set the time on new events.
clock(Clock) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
Defines the Clock used for time dependent operation by this EventProcessor.
clock - Static variable in class org.axonframework.eventhandling.tokenstore.AbstractTokenEntry
The clock used to persist timestamps in this entry.
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(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
 
close() - Method in interface org.axonframework.common.lock.Lock
Releases this lock.
close() - Method in interface org.axonframework.common.Registration
Cancels this Registration.
close() - Method in interface org.axonframework.common.stream.BlockingStream
 
close() - Method in class org.axonframework.lifecycle.ShutdownLatch.ActivityHandle
closeQuietly(AutoCloseable) - Static method in class org.axonframework.common.io.IOUtils
Closes any AutoCloseable object, while suppressing any IOExceptions it will generate.
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.
closeQuietly(Connection) - Static method in class org.axonframework.common.jdbc.JdbcUtils
Close the given connection, 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.
CollectionUtils - Class in org.axonframework.common
Utility methods for operations on collections.
COMMAND_NAME - Static variable in interface org.axonframework.messaging.HandlerAttributes
Attribute key referencing the name of the CommandMessage the handler can handle.
COMMAND_ROUTING_KEY - Static variable in interface org.axonframework.messaging.HandlerAttributes
Attribute key referencing the routing key used to route a CommandMessage to the handler.
CommandBus - Interface in org.axonframework.commandhandling
The mechanism that dispatches Command objects to their appropriate CommandHandler.
commandBus(CommandBus) - Method in class org.axonframework.commandhandling.gateway.AbstractCommandGateway.Builder
Sets the CommandBus used to dispatch commands.
commandBus(CommandBus) - Method in class org.axonframework.commandhandling.gateway.CommandGatewayFactory.Builder
Sets the CommandBus on which to dispatch CommandMessages.
commandBus(CommandBus) - Method in class org.axonframework.commandhandling.gateway.DefaultCommandGateway.Builder
 
CommandBusConnector - Interface in org.axonframework.commandhandling.distributed
Interface describing the component that remotely connects multiple CommandBus instances.
CommandBusConnectorCommunicationException - Exception in org.axonframework.commandhandling.distributed
Exception thrown when the CommandBusConnector has a communication failure
CommandBusConnectorCommunicationException(String) - Constructor for exception org.axonframework.commandhandling.distributed.CommandBusConnectorCommunicationException
Initializes the CommandBusConnectorCommunicationException
CommandBusConnectorCommunicationException(String, Throwable) - Constructor for exception org.axonframework.commandhandling.distributed.CommandBusConnectorCommunicationException
Initializes the CommandBusConnectorCommunicationException
CommandCallback<C,R> - Interface in org.axonframework.commandhandling
Interface describing a callback that is invoked when command handler execution has finished.
CommandCallbackRepository<A> - Class in org.axonframework.commandhandling.distributed
This class retains a list of callbacks for CommandCallbackConnectors to use.
CommandCallbackRepository() - Constructor for class org.axonframework.commandhandling.distributed.CommandCallbackRepository
 
CommandCallbackWrapper<A,C,R> - Class in org.axonframework.commandhandling.distributed
Wrapper for a Command callback.
CommandCallbackWrapper(A, CommandMessage<C>, CommandCallback<? super C, ? super R>) - Constructor for class org.axonframework.commandhandling.distributed.CommandCallbackWrapper
Initializes a CommandCallbackWrapper which wraps the original callback and holds on to the command message and channelId of the channel on which the message is sent.
CommandDispatchException - Exception in org.axonframework.commandhandling.distributed
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 org.axonframework.commandhandling.distributed.CommandDispatchException
Initializes the exception using the given message.
CommandDispatchException(String, Throwable) - Constructor for exception org.axonframework.commandhandling.distributed.CommandDispatchException
Initializes the exception using the given message and cause.
CommandExecutionException - Exception in org.axonframework.commandhandling
Indicates that an exception has occurred while handling a command.
CommandExecutionException(String, Throwable) - Constructor for exception org.axonframework.commandhandling.CommandExecutionException
Initializes the exception with given message and cause.
CommandExecutionException(String, Throwable, Object) - Constructor for exception org.axonframework.commandhandling.CommandExecutionException
Initializes the exception with given message, cause and an object providing application-specific details.
CommandGateway - Interface in org.axonframework.commandhandling.gateway
Interface towards the Command Handling components of an application.
CommandGatewayFactory - Class in org.axonframework.commandhandling.gateway
Factory that creates Gateway implementations from custom interface definitions.
CommandGatewayFactory(CommandGatewayFactory.Builder) - Constructor for class org.axonframework.commandhandling.gateway.CommandGatewayFactory
Instantiate a CommandGatewayFactory based on the fields contained in the CommandGatewayFactory.Builder.
CommandGatewayFactory.Builder - Class in org.axonframework.commandhandling.gateway
Builder class to instantiate a CommandGatewayFactory.
CommandGatewayFactory.InvocationHandler<R> - Interface in org.axonframework.commandhandling.gateway
Interface towards the mechanism that handles a method call on a gateway interface method.
CommandHandler - Annotation Type in org.axonframework.commandhandling
Marker annotation to mark any method on an object as being a CommandHandler.
commandIdentifier - Variable in class org.axonframework.commandhandling.distributed.DispatchMessage
 
commandIdentifier - Variable in class org.axonframework.commandhandling.distributed.ReplyMessage
 
CommandMessage<T> - Interface in org.axonframework.commandhandling
Represents a Message carrying a command as its payload.
CommandMessageFilter - Interface in org.axonframework.commandhandling.distributed
Interface describing a filter that can be applied to commands to describe the type of commands supported by a node in a cluster.
CommandMessageHandler - Interface in org.axonframework.commandhandling
MessageHandler specialization for handlers of Command Messages.
CommandMessageHandlingMember<T> - Interface in org.axonframework.commandhandling
Interface describing a message handler capable of handling a specific command.
commandName() - Method in interface org.axonframework.commandhandling.CommandMessageHandlingMember
Returns the name of the command that can be handled.
commandName - Variable in class org.axonframework.commandhandling.distributed.DispatchMessage
 
CommandNameFilter - Class in org.axonframework.commandhandling.distributed.commandfilter
CommandNameFilter(Set<String>) - Constructor for class org.axonframework.commandhandling.distributed.commandfilter.CommandNameFilter
Initializes a CommandNameFilter for the given set of commandNames.
CommandNameFilter(String) - Constructor for class org.axonframework.commandhandling.distributed.commandfilter.CommandNameFilter
Initializes a CommandNameFilter for a single command name.
CommandResultMessage<R> - Interface in org.axonframework.commandhandling
Message that represents a result from handling a CommandMessage.
CommandRouter - Interface in org.axonframework.commandhandling.distributed
Interface describing a mechanism used to find a suitable member of a cluster capable of handling given command message.
commandRouter(CommandRouter) - Method in class org.axonframework.commandhandling.distributed.DistributedCommandBus.Builder
Sets the CommandRouter used to determine the target node for each dispatched command.
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() - Method in interface org.axonframework.common.transaction.Transaction
Commit this transaction.
commit(List<? extends EventMessage<?>>) - Method in class org.axonframework.eventhandling.AbstractEventBus
Process given events while the Unit of Work root is being committed.
commit() - Method in class org.axonframework.messaging.unitofwork.AbstractUnitOfWork
 
commit() - Static method in class org.axonframework.messaging.unitofwork.CurrentUnitOfWork
Commits the current UnitOfWork.
commit() - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
Commits the Unit of Work.
CompactDriver - Class in org.axonframework.serialization.xml
XStream HierarchicalStreamDriver implementation that uses a CompactWriter to write XML without newlines and indentation, while writing it using the (default) XPPReader.
CompactDriver() - Constructor for class org.axonframework.serialization.xml.CompactDriver
 
compare(T, T) - Method in class org.axonframework.common.annotation.PriorityAnnotationComparator
 
compareTo(PropertyAccessStrategy) - Method in class org.axonframework.common.property.PropertyAccessStrategy
 
compareTo(GlobalSequenceTrackingToken) - Method in class org.axonframework.eventhandling.GlobalSequenceTrackingToken
 
compareTo(Segment) - Method in class org.axonframework.eventhandling.Segment
 
complete(Predicate<SubscriptionQueryMessage<?, ?, ?>>) - Method in interface org.axonframework.queryhandling.QueryUpdateEmitter
Completes subscription queries matching given filter.
complete(Class<Q>, Predicate<? super Q>) - Method in interface org.axonframework.queryhandling.QueryUpdateEmitter
Completes subscription queries matching given query type and filter.
complete(Predicate<SubscriptionQueryMessage<?, ?, ?>>) - Method in class org.axonframework.queryhandling.SimpleQueryUpdateEmitter
 
complete() - Method in interface org.axonframework.queryhandling.SinkWrapper
Wrapper around Sink complete().
complete() - Method in class org.axonframework.queryhandling.UpdateHandlerRegistration
CompletedEmitterException - Exception in org.axonframework.queryhandling
Exception indicating that QueryUpdateEmitter is completed, thus cannot be used to emit messages and report errors.
CompletedEmitterException(String) - Constructor for exception org.axonframework.queryhandling.CompletedEmitterException
Initializes the exception with given message.
completeExceptionally(Predicate<SubscriptionQueryMessage<?, ?, ?>>, Throwable) - Method in interface org.axonframework.queryhandling.QueryUpdateEmitter
Completes with an error subscription queries matching given filter.
completeExceptionally(Class<Q>, Predicate<? super Q>, Throwable) - Method in interface org.axonframework.queryhandling.QueryUpdateEmitter
Completes with an error subscription queries matching given query type and filter
completeExceptionally(Predicate<SubscriptionQueryMessage<?, ?, ?>>, Throwable) - Method in class org.axonframework.queryhandling.SimpleQueryUpdateEmitter
 
computeRetryInterval(CommandMessage, RuntimeException, List<Class<? extends Throwable>[]>) - Method in class org.axonframework.commandhandling.gateway.AbstractRetryScheduler
Compute the amount of milliseconds delay until the next retry, given the information passed.
computeRetryInterval(CommandMessage, RuntimeException, List<Class<? extends Throwable>[]>) - Method in class org.axonframework.commandhandling.gateway.ExponentialBackOffIntervalRetryScheduler
 
computeRetryInterval(CommandMessage, RuntimeException, List<Class<? extends Throwable>[]>) - Method in class org.axonframework.commandhandling.gateway.IntervalRetryScheduler
 
computeSegment(int, int...) - Static method in class org.axonframework.eventhandling.Segment
Creates a Segment instance for the given segmentId based on the given availableSegmentsIds.
computeSegments(int...) - Static method in class org.axonframework.eventhandling.Segment
Compute the Segment's from a given list of segmentId's.
ConcludesBatch - Annotation Type in org.axonframework.eventhandling
Annotation indication that a parameter on an EventHandler method should be injected with a value that informs whether the event is the last event of a processed batch of events.
ConcludesBatchParameterResolverFactory - Class in org.axonframework.eventhandling
Paramater resolver factory for boolean event handler parameters annotated with ConcludesBatch.
ConcludesBatchParameterResolverFactory() - Constructor for class org.axonframework.eventhandling.ConcludesBatchParameterResolverFactory
Initialize a ConcludesBatchParameterResolverFactory.
ConfigToken - Class in org.axonframework.eventhandling.tokenstore
A special implementation of a Token that is used to store configuration specific to the underlying storage of each TokenStore instance.
ConfigToken(Map<String, String>) - Constructor for class org.axonframework.eventhandling.tokenstore.ConfigToken
Initialize a ConfigToken instance using the given config properties.
ConnectionProvider - Interface in org.axonframework.common.jdbc
Interface towards a mechanism that provides access to a JDBC Connection.
connectionProvider(ConnectionProvider) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore.Builder
Sets the ConnectionProvider used to provide connections to the underlying database.
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.
connector(CommandBusConnector) - Method in class org.axonframework.commandhandling.distributed.DistributedCommandBus.Builder
Sets the CommandBusConnector which performs the actual transport of the message to the destination node.
ConsistentHash - Class in org.axonframework.commandhandling.distributed
Component used by command routers to find members capable of handling a given command.
ConsistentHash() - Constructor for class org.axonframework.commandhandling.distributed.ConsistentHash
Initializes a new ConsistentHash.
ConsistentHash(Function<String, String>) - Constructor for class org.axonframework.commandhandling.distributed.ConsistentHash
Initializes a new ConsistentHash using the given hashFunction to calculate positions for each member on the ring.
ConsistentHash.ConsistentHashMember - Class in org.axonframework.commandhandling.distributed
Member implementation used by a ConsistentHash registry.
ConsistentHashChangeListener - Interface in org.axonframework.commandhandling.distributed
Represents a listener that is notified when a ConsistentHash instance of the component it is registered with has changed.
contains(String) - Method in class org.axonframework.messaging.annotation.AnnotatedHandlerAttributes
 
contains(String) - Method in interface org.axonframework.messaging.HandlerAttributes
Validates whether the given attributeKey is present in this object.
contains(String) - Method in class org.axonframework.messaging.SimpleHandlerAttributes
 
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.MetaData
 
containsValue(Object) - Method in class org.axonframework.messaging.MetaData
 
contentType(Class<?>) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore.Builder
Sets the contentType to which a TrackingToken should be serialized.
ContentTypeConverter<S,T> - Interface in org.axonframework.serialization
Interface describing a mechanism that converts the data type of IntermediateRepresentations of SerializedObjects for Upcasters.
ContextAwareEventMultiUpcaster<C> - Class in org.axonframework.serialization.upcasting.event
Abstract implementation of a SingleEntryMultiUpcaster and an EventUpcaster that eases the common process of upcasting one intermediate event representation to several other representations by applying a flat mapping function to the input stream of intermediate representations.
ContextAwareEventMultiUpcaster() - Constructor for class org.axonframework.serialization.upcasting.event.ContextAwareEventMultiUpcaster
 
ContextAwareSingleEntryMultiUpcaster<T,C> - Class in org.axonframework.serialization.upcasting
Abstract implementation of an Upcaster that eases the common process of upcasting one intermediate representation to several other representations by applying a simple flat mapping function to the input stream of intermediate representations.
ContextAwareSingleEntryMultiUpcaster() - Constructor for class org.axonframework.serialization.upcasting.ContextAwareSingleEntryMultiUpcaster
 
ContextAwareSingleEntryUpcaster<T,C> - Class in org.axonframework.serialization.upcasting
Abstract implementation of an Upcaster that eases the common process of upcasting one intermediate representation to another representation by applying a simple mapping function to the input stream of intermediate representations.
ContextAwareSingleEntryUpcaster() - Constructor for class org.axonframework.serialization.upcasting.ContextAwareSingleEntryUpcaster
 
ContextAwareSingleEventUpcaster<C> - Class in org.axonframework.serialization.upcasting.event
Abstract implementation of an event Upcaster that eases the common process of upcasting one intermediate event representation to another representation by applying a simple mapping function to the input stream of intermediate representations.
ContextAwareSingleEventUpcaster() - Constructor for class org.axonframework.serialization.upcasting.event.ContextAwareSingleEventUpcaster
 
convert(Set<ConstraintViolation<Object>>) - Static method in exception org.axonframework.messaging.interceptors.JSR303ViolationException
Convert the violations to a human readable format, sorted by class and property e.g.:
convert(Object) - Method in class org.axonframework.messaging.responsetypes.MultipleInstancesResponseType
Converts the given response of type Object into the type List with generic type R from this ResponseType instance.
convert(Object) - Method in class org.axonframework.messaging.responsetypes.OptionalResponseType
 
convert(Object) - Method in interface org.axonframework.messaging.responsetypes.ResponseType
Converts the given response of type Object into the type R of this ResponseType instance.
convert(S, Class<S>, Class<T>) - Method in class org.axonframework.serialization.AbstractXStreamSerializer
Convert the given source, of type sourceType to the given targetType.
convert(S) - Method in class org.axonframework.serialization.ChainedConverter
 
convert(Object, Class<?>, Class<T>) - Method in class org.axonframework.serialization.ChainingConverter
 
convert(S) - Method in interface org.axonframework.serialization.ContentTypeConverter
Converts the given object into another.
convert(Object, Class<T>) - Method in interface org.axonframework.serialization.Converter
Converts the given object into another.
convert(Object, Class<?>, Class<T>) - Method in interface org.axonframework.serialization.Converter
Converts the given object into another using the source type to find the conversion path.
convert(SerializedObject<?>, Class<T>) - Method in interface org.axonframework.serialization.Converter
Converts the data format of the given original IntermediateRepresentation to the target data type.
convert(Blob) - Method in class org.axonframework.serialization.converters.BlobToInputStreamConverter
 
convert(byte[]) - Method in class org.axonframework.serialization.converters.ByteArrayToInputStreamConverter
 
convert(byte[]) - Method in class org.axonframework.serialization.converters.ByteArrayToStringConverter
 
convert(InputStream) - Method in class org.axonframework.serialization.converters.InputStreamToByteArrayConverter
 
convert(String) - Method in class org.axonframework.serialization.converters.StringToByteArrayConverter
 
convert(byte[]) - Method in class org.axonframework.serialization.json.ByteArrayToJsonNodeConverter
 
convert(JsonNode) - Method in class org.axonframework.serialization.json.JsonNodeToByteArrayConverter
 
convert(Document) - Method in class org.axonframework.serialization.xml.Dom4JToByteArrayConverter
 
convert(InputStream) - Method in class org.axonframework.serialization.xml.InputStreamToDom4jConverter
 
convert(InputStream) - Method in class org.axonframework.serialization.xml.InputStreamToXomConverter
 
convert(Document) - Method in class org.axonframework.serialization.xml.XomToStringConverter
 
converter(Converter) - Method in class org.axonframework.serialization.AbstractXStreamSerializer.Builder
Sets the Converter used as a converter factory providing converter instances utilized by upcasters to convert between different content types.
Converter - Interface in org.axonframework.serialization
Interface describing a mechanism that can convert data from one to another type.
converter(Converter) - Method in class org.axonframework.serialization.json.JacksonSerializer.Builder
Sets the Converter used as a converter factory providing converter instances utilized by upcasters to convert between different content types.
converter(Converter) - Method in class org.axonframework.serialization.xml.XStreamSerializer.Builder
 
ConvertingResponseMessage<R> - Class in org.axonframework.messaging.responsetypes
Implementation of a QueryResponseMessage that is aware of the requested response type and performs a just-in-time conversion to ensure the response is formatted as requested.
ConvertingResponseMessage(ResponseType<R>, QueryResponseMessage<?>) - Constructor for class org.axonframework.messaging.responsetypes.ConvertingResponseMessage
Initialize a response message, using expectedResponseType to convert the payload from the responseMessage, if necessary.
coordinatorExecutor(ScheduledExecutorService) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
Specifies the ScheduledExecutorService used by the coordinator of this PooledStreamingEventProcessor.
coordinatorExecutor(Function<String, ScheduledExecutorService>) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
Specifies a builder to construct a ScheduledExecutorService used by the coordinator of this PooledStreamingEventProcessor.
correlationData() - Static method in class org.axonframework.messaging.unitofwork.CurrentUnitOfWork
Returns the Correlation Data attached to the current Unit of Work, or an empty MetaData instance if no Unit of Work is started.
correlationDataFor(Message<?>) - Method in interface org.axonframework.messaging.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.correlation.MessageOriginProvider
 
correlationDataFor(Message<?>) - Method in class org.axonframework.messaging.correlation.MultiCorrelationDataProvider
 
correlationDataFor(Message<?>) - Method in class org.axonframework.messaging.correlation.SimpleCorrelationDataProvider
 
CorrelationDataInterceptor<T extends Message<?>> - Class in org.axonframework.messaging.interceptors
Message interceptor that registers CorrelationDataProviders with the Unit of Work.
CorrelationDataInterceptor(CorrelationDataProvider...) - Constructor for class org.axonframework.messaging.interceptors.CorrelationDataInterceptor
Initializes the interceptor that registers given correlationDataProviders with the current Unit of Work.
CorrelationDataInterceptor(Collection<CorrelationDataProvider>) - Constructor for class org.axonframework.messaging.interceptors.CorrelationDataInterceptor
Initializes the interceptor that registers given correlationDataProviders with the current Unit of Work.
CorrelationDataProvider - Interface in org.axonframework.messaging.correlation
Object defining the data from a Message that should be attached as correlation data to messages generated as result of the processing of that message.
correlationDataProviders() - Method in class org.axonframework.messaging.unitofwork.AbstractUnitOfWork
Provides the collection of registered Correlation Data Providers of this Unit of Work.
covers(TrackingToken) - Method in class org.axonframework.eventhandling.GapAwareTrackingToken
 
covers(TrackingToken) - Method in class org.axonframework.eventhandling.GlobalSequenceTrackingToken
 
covers(TrackingToken) - Method in class org.axonframework.eventhandling.MergedTrackingToken
 
covers(TrackingToken) - Method in class org.axonframework.eventhandling.MultiSourceTrackingToken
Compares this token to other checking each member token with its counterpart to see if they are covered in the other token.
covers(TrackingToken) - Method in class org.axonframework.eventhandling.ReplayToken
 
covers(TrackingToken) - Method in class org.axonframework.eventhandling.tokenstore.ConfigToken
 
covers(TrackingToken) - Method in interface org.axonframework.eventhandling.TrackingToken
Indicates whether this token covers the other token completely.
createGateway(Class<T>) - Method in class org.axonframework.commandhandling.gateway.CommandGatewayFactory
Creates a gateway instance for the given gatewayInterface.
createHandler(Class<T>, Executable, ParameterResolverFactory) - Method in class org.axonframework.messaging.annotation.AnnotatedMessageHandlingMemberDefinition
 
createHandler(Class<T>, Executable, ParameterResolverFactory) - Method in interface org.axonframework.messaging.annotation.HandlerDefinition
Create a MessageHandlingMember for the given executable method.
createHandler(Class<T>, Executable, ParameterResolverFactory) - Method in class org.axonframework.messaging.annotation.MultiHandlerDefinition
 
createHeadToken() - Method in interface org.axonframework.messaging.StreamableMessageSource
Creates the token at the end of an event stream.
createInstance(Executable, Parameter[], int) - Method in class org.axonframework.commandhandling.CurrentUnitOfWorkParameterResolverFactory
 
createInstance(Executable, Parameter[], int) - Method in class org.axonframework.eventhandling.replay.ReplayParameterResolverFactory
 
createInstance(Executable, Parameter[], int) - Method in class org.axonframework.eventhandling.TrackingTokenParameterResolverFactory
 
createInstance(Executable, Parameter[], int) - Method in class org.axonframework.messaging.annotation.AbstractAnnotatedParameterResolverFactory
 
createInstance(Executable, Parameter[], int) - Method in class org.axonframework.messaging.annotation.DefaultParameterResolverFactory
 
createInstance(Executable, Parameter[], int) - Method in class org.axonframework.messaging.annotation.InterceptorChainParameterResolverFactory
 
createInstance(Executable, Parameter[], int) - Method in class org.axonframework.messaging.annotation.MultiParameterResolverFactory
 
createInstance(Executable, Parameter[], int) - Method in interface org.axonframework.messaging.annotation.ParameterResolverFactory
If available, creates a ParameterResolver instance that can provide a parameter of type parameterType for a given message.
createInstance(Executable, Parameter[], int) - Method in class org.axonframework.messaging.annotation.ResultParameterResolverFactory
 
createInstance(Executable, Parameter[], int) - Method in class org.axonframework.messaging.annotation.ScopeDescriptorParameterResolverFactory
 
createInstance(Executable, Parameter[], int) - Method in class org.axonframework.messaging.annotation.SimpleResourceParameterResolverFactory
 
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
 
createNullStatement(Connection) - Static method in class org.axonframework.common.jdbc.Oracle11Utils
Creates a prepared statement that acts as a null object.
createReader(Reader) - Method in class org.axonframework.serialization.xml.CompactDriver
 
createReader(InputStream) - Method in class org.axonframework.serialization.xml.CompactDriver
 
createReader(URL) - Method in class org.axonframework.serialization.xml.CompactDriver
 
createReader(File) - Method in class org.axonframework.serialization.xml.CompactDriver
 
createReplayToken(TrackingToken, TrackingToken) - Static method in class org.axonframework.eventhandling.ReplayToken
Creates a new TrackingToken that represents the given startPosition of a stream, in reset state, when appropriate.
createReplayToken(TrackingToken) - Static method in class org.axonframework.eventhandling.ReplayToken
Creates a new TrackingToken that represents the tail position of a stream, in reset state, when appropriate.
createSchema(TokenTableFactory) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
Performs the DDL queries to create the schema necessary for this token store implementation.
createSortedSetOf(Collection<Long>, long) - Static method in class org.axonframework.eventhandling.GapAwareTrackingToken
Construct a SortedSet of the given gaps to be set in this Tracking Token.
createTable(Connection, TokenSchema) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.GenericTokenTableFactory
 
createTable(Connection, TokenSchema) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.Oracle11TokenTableFactory
 
createTable(Connection, TokenSchema) - Method in interface org.axonframework.eventhandling.tokenstore.jdbc.TokenTableFactory
Creates a PreparedStatement that allows for the creation of the table to store tracking token entries.
createTailToken() - Method in interface org.axonframework.messaging.StreamableMessageSource
Creates the token at the beginning of an event stream.
createTokenAt(Instant) - Method in interface org.axonframework.messaging.StreamableMessageSource
Creates a token that tracks all events after given dateTime.
createTokenSince(Duration) - Method in interface org.axonframework.messaging.StreamableMessageSource
Creates a token that tracks all events since the last duration.
createWriter(Writer) - Method in class org.axonframework.serialization.xml.CompactDriver
 
createWriter(OutputStream) - Method in class org.axonframework.serialization.xml.CompactDriver
 
currentInterceptorChain() - Static method in class org.axonframework.messaging.annotation.InterceptorChainParameterResolverFactory
Returns the current interceptor chain registered for injection as a parameter.
CurrentUnitOfWork - Class in org.axonframework.messaging.unitofwork
Default entry point to gain access to the current UnitOfWork.
CurrentUnitOfWorkParameterResolverFactory - Class in org.axonframework.commandhandling
ParameterResolverFactory that add support for the UnitOfWork parameter type in annotated handlers.
CurrentUnitOfWorkParameterResolverFactory() - Constructor for class org.axonframework.commandhandling.CurrentUnitOfWorkParameterResolverFactory
 

D

DataSourceConnectionProvider - Class in org.axonframework.common.jdbc
ConnectionProvider implementation that obtains a connection from a given DataSource.
DataSourceConnectionProvider(DataSource) - Constructor for class org.axonframework.common.jdbc.DataSourceConnectionProvider
Initialize the Connection Provider, using given dataSource to obtain new connections.
DateTimeUtils - Class in org.axonframework.common
Some utility methods regarding Date and Time.
DEADLINE_NAME - Static variable in class org.axonframework.messaging.Headers
Key pointing to the deadline name of a DeadlineMessage.
DeadlineException - Exception in org.axonframework.deadline
Exception which occurs during deadline message processing.
DeadlineException(String, Throwable) - Constructor for exception org.axonframework.deadline.DeadlineException
Initializes deadline exception with message and actual cause.
DeadlineHandler - Annotation Type in org.axonframework.deadline.annotation
Annotation used to mark handlers which are capable of handling a DeadlineMessage.
DeadlineHandlingMember<T> - Interface in org.axonframework.deadline.annotation
Interface describing a message handler capable of handling a specific deadline.
DeadlineJob - Class in org.axonframework.deadline.quartz
Quartz job which depicts handling of a scheduled deadline message.
DeadlineJob() - Constructor for class org.axonframework.deadline.quartz.DeadlineJob
 
DeadlineJob.DeadlineJobDataBinder - Class in org.axonframework.deadline.quartz
This binder is used to map deadline message and deadline scopes to the job data and vice versa.
DeadlineJobDataBinder() - Constructor for class org.axonframework.deadline.quartz.DeadlineJob.DeadlineJobDataBinder
 
DeadlineManager - Interface in org.axonframework.deadline
Contract for deadline managers.
DeadlineMessage<T> - Interface in org.axonframework.deadline
Represents a Message for a Deadline, specified by its deadline name and optionally containing a deadline payload.
deadlineMessage(Serializer, JobDataMap) - Static method in class org.axonframework.deadline.quartz.DeadlineJob.DeadlineJobDataBinder
Extracts a DeadlineMessage from provided jobDataMap.
DeadlineMethodMessageHandlerDefinition - Class in org.axonframework.deadline.annotation
Implementation of a HandlerEnhancerDefinition that is used for DeadlineHandler annotated methods.
DeadlineMethodMessageHandlerDefinition() - Constructor for class org.axonframework.deadline.annotation.DeadlineMethodMessageHandlerDefinition
 
deadlineScope(Serializer, JobDataMap) - Static method in class org.axonframework.deadline.quartz.DeadlineJob.DeadlineJobDataBinder
Extracts a ScopeDescriptor describing the deadline Scope, pulled from provided jobDataMap.
DeadlockException - Exception 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 org.axonframework.common.lock.DeadlockException
Initializes the exception with given message.
declaringClass(Class<?>, String, Class<?>...) - Static method in class org.axonframework.common.ReflectionUtils
Returns the class on which the method with given methodName and parameters of type parameterTypes is declared.
declaringClass() - Method in interface org.axonframework.messaging.annotation.MessageHandlingMember
Gets the declaring class of this Message Handling Member.
defaultBackpressure() - Static method in class org.axonframework.queryhandling.SubscriptionQueryBackpressure
Deprecated.
Creates default backpressure, using Project Reactor's FluxSink.OverflowStrategy ERROR strategy.
defaultCommandCallback(CommandCallback<Object, Object>) - Method in class org.axonframework.commandhandling.AsynchronousCommandBus.Builder
 
defaultCommandCallback(CommandCallback<Object, Object>) - Method in class org.axonframework.commandhandling.distributed.DistributedCommandBus.Builder
Sets the callback to use when commands are dispatched in a "fire and forget" method, such as DistributedCommandBus.dispatch(CommandMessage).
defaultCommandCallback(CommandCallback<Object, Object>) - Method in class org.axonframework.commandhandling.SimpleCommandBus.Builder
Sets the callback to use when commands are dispatched in a "fire and forget" method, such as SimpleCommandBus.dispatch(CommandMessage).
DefaultCommandGateway - Class in org.axonframework.commandhandling.gateway
Default implementation of the CommandGateway interface.
DefaultCommandGateway(DefaultCommandGateway.Builder) - Constructor for class org.axonframework.commandhandling.gateway.DefaultCommandGateway
Instantiate a DefaultCommandGateway based on the fields contained in the DefaultCommandGateway.Builder.
DefaultCommandGateway.Builder - Class in org.axonframework.commandhandling.gateway
Builder class to instantiate a DefaultCommandGateway.
DefaultEventGateway - Class in org.axonframework.eventhandling.gateway
Default implementation of the EventGateway interface.
DefaultEventGateway(DefaultEventGateway.Builder) - Constructor for class org.axonframework.eventhandling.gateway.DefaultEventGateway
Instantiate a DefaultEventGateway based on the fields contained in the DefaultEventGateway.Builder.
DefaultEventGateway.Builder - Class in org.axonframework.eventhandling.gateway
A Builder class for DefaultEventGateways.
defaultHeaders(EventMessage<?>, SerializedObject<?>) - Static method in class org.axonframework.messaging.Headers
Generate defaults headers to recognise an event message.
DefaultIdentifierFactory - Class in org.axonframework.common
Default IdentifierFactory implementation that uses generates random java.util.UUID based identifiers.
DefaultIdentifierFactory() - Constructor for class org.axonframework.common.DefaultIdentifierFactory
 
DefaultInterceptorChain<T extends Message<?>> - Class in org.axonframework.messaging
Mechanism that takes care of interceptor and handler execution.
DefaultInterceptorChain(UnitOfWork<? extends T>, Iterable<? extends MessageHandlerInterceptor<? super T>>, MessageHandler<? super T>) - Constructor for class org.axonframework.messaging.DefaultInterceptorChain
Initialize the default interceptor chain to dispatch the given message, through the chain, to the handler.
DefaultParameterResolverFactory - Class in org.axonframework.messaging.annotation
Factory for the default parameter resolvers.
DefaultParameterResolverFactory() - Constructor for class org.axonframework.messaging.annotation.DefaultParameterResolverFactory
 
DefaultQueryGateway - Class in org.axonframework.queryhandling
Implementation of the QueryGateway interface that allows the registration of dispatchInterceptors.
DefaultQueryGateway(DefaultQueryGateway.Builder) - Constructor for class org.axonframework.queryhandling.DefaultQueryGateway
Instantiate a DefaultQueryGateway based on the fields contained in the DefaultQueryGateway.Builder.
DefaultQueryGateway.Builder - Class in org.axonframework.queryhandling
Builder class to instantiate a DefaultQueryGateway.
defaultSerializer() - Static method in class org.axonframework.serialization.json.JacksonSerializer
Instantiate a default JacksonSerializer.
defaultSerializer() - Static method in class org.axonframework.serialization.xml.XStreamSerializer
Deprecated.
in favor of using the XStreamSerializer.builder() to construct an instance using a configured XStream instance. Using this shorthand still works, but will use an XStream instance that allows everything. Although this works, XStream expects the types or wildcards for the types to be defined to ensure the application stays secure. As such, it is highly recommended to follow their recommended approach.
defaultStrategy() - Static method in class org.axonframework.commandhandling.distributed.AnnotationRoutingStrategy
Instantiate a default AnnotationRoutingStrategy.
DefaultSubscriptionQueryResult<I,U> - Class in org.axonframework.queryhandling
Default implementation of SubscriptionQueryResult.
DefaultSubscriptionQueryResult(Mono<I>, Flux<U>, Registration) - Constructor for class org.axonframework.queryhandling.DefaultSubscriptionQueryResult
Initializes the result with mono and flux used for result retrieval.
defaultTyping() - Method in class org.axonframework.serialization.json.JacksonSerializer.Builder
Configures the underlying ObjectMapper to include type information when serializing Java objects into JSON.
DefaultUnitOfWork<T extends Message<?>> - Class in org.axonframework.messaging.unitofwork
Implementation of the UnitOfWork that processes a single message.
DefaultUnitOfWork(T) - Constructor for class org.axonframework.messaging.unitofwork.DefaultUnitOfWork
Initializes a Unit of Work (without starting it).
delegates() - Method in class org.axonframework.eventhandling.MultiEventHandlerInvoker
 
deleteToken(String, int) - Method in class org.axonframework.eventhandling.tokenstore.inmemory.InMemoryTokenStore
 
deleteToken(String, int) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
 
deleteToken(Connection, String, int) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
Creates a new PreparedStatement to release the current claim this node has on a token belonging to a processor with given processorName and segment.
deleteToken(String, int) - Method in class org.axonframework.eventhandling.tokenstore.jpa.JpaTokenStore
 
deleteToken(String, int) - Method in interface org.axonframework.eventhandling.tokenstore.TokenStore
Deletes the token for the processor with given processorName and segment.
DenyAll - Enum in org.axonframework.commandhandling.distributed.commandfilter
DenyCommandNameFilter - Class in org.axonframework.commandhandling.distributed.commandfilter
A CommandMessageFilter implementation which denies CommandMessages based on their CommandMessage.getCommandName().
DenyCommandNameFilter(Set<String>) - Constructor for class org.axonframework.commandhandling.distributed.commandfilter.DenyCommandNameFilter
Initializes a DenyCommandNameFilter from the given set of commandNames.
DenyCommandNameFilter(String) - Constructor for class org.axonframework.commandhandling.distributed.commandfilter.DenyCommandNameFilter
Initializes a DenyCommandNameFilter for a single commandName.
describeCurrentScope() - Static method in class org.axonframework.messaging.Scope
Provide a description of the current Scope.
describeScope() - Method in class org.axonframework.messaging.Scope
Provide a description of this Scope.
describeTo(StringBuilder) - Method in class org.axonframework.commandhandling.GenericCommandMessage
 
describeTo(StringBuilder) - Method in class org.axonframework.eventhandling.GenericDomainEventMessage
 
describeTo(StringBuilder) - Method in class org.axonframework.eventhandling.GenericEventMessage
 
describeTo(StringBuilder) - Method in class org.axonframework.eventhandling.GenericTrackedDomainEventMessage
 
describeTo(StringBuilder) - Method in class org.axonframework.eventhandling.GenericTrackedEventMessage
 
describeTo(StringBuilder) - Method in class org.axonframework.messaging.GenericResultMessage
 
describeTo(StringBuilder) - Method in class org.axonframework.messaging.MessageDecorator
Describe the message specific properties to the given stringBuilder.
describeTo(StringBuilder) - Method in class org.axonframework.queryhandling.GenericQueryMessage
 
describeType() - Method in class org.axonframework.commandhandling.GenericCommandMessage
 
describeType() - Method in class org.axonframework.commandhandling.GenericCommandResultMessage
 
describeType() - Method in class org.axonframework.deadline.GenericDeadlineMessage
 
describeType() - Method in class org.axonframework.eventhandling.GenericDomainEventMessage
 
describeType() - Method in class org.axonframework.eventhandling.GenericEventMessage
 
describeType() - Method in class org.axonframework.eventhandling.GenericTrackedDomainEventMessage
 
describeType() - Method in class org.axonframework.eventhandling.GenericTrackedEventMessage
 
describeType() - Method in class org.axonframework.eventhandling.replay.GenericResetContext
 
describeType() - Method in class org.axonframework.messaging.GenericResultMessage
 
describeType() - Method in class org.axonframework.messaging.MessageDecorator
Describe the type of message, used in MessageDecorator.toString().
describeType() - Method in class org.axonframework.queryhandling.GenericQueryMessage
 
describeType() - Method in class org.axonframework.queryhandling.GenericSubscriptionQueryUpdateMessage
 
describing(Throwable) - Static method in class org.axonframework.messaging.RemoteExceptionDescription
Provide a description as a List of Strings of all the causes in the given exception.
deserialize(SerializedObject<S>) - Method in class org.axonframework.serialization.AbstractXStreamSerializer
 
deserialize(SerializedObject<S>) - Method in class org.axonframework.serialization.JavaSerializer
Deprecated.
 
deserialize(SerializedObject<S>) - Method in class org.axonframework.serialization.json.JacksonSerializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.axonframework.serialization.json.MetaDataDeserializer
 
deserialize(SerializedObject<S>) - Method in interface org.axonframework.serialization.Serializer
Deserializes the first object read from the given bytes.
deserializeWithType(JsonParser, DeserializationContext, TypeDeserializer) - Method in class org.axonframework.serialization.json.MetaDataDeserializer
 
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.
DirectEventJobDataBinder() - Constructor for class org.axonframework.eventhandling.scheduling.quartz.QuartzEventScheduler.DirectEventJobDataBinder
Deprecated.
in favor of DirectEventJobDataBinder(Serializer), as the Serializer is a hard requirement.
DirectEventJobDataBinder(Serializer) - Constructor for class org.axonframework.eventhandling.scheduling.quartz.QuartzEventScheduler.DirectEventJobDataBinder
Instantiate a QuartzEventScheduler.DirectEventJobDataBinder with the provided Serializer for de-/serializing event messages.
DirectEventProcessingStrategy - Enum in org.axonframework.eventhandling
Event processing strategy that directly initiates event processing.
DirectExecutor - Class in org.axonframework.common
Simple executor implementation that runs a given Runnable immediately in the calling thread.
DirectExecutor() - Constructor for class org.axonframework.common.DirectExecutor
 
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
 
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
 
disableAxonTypeSecurity() - Method in class org.axonframework.serialization.AbstractXStreamSerializer.Builder
Configures the underlying XStream instance to not include Axon's classes by default.
disableAxonTypeSecurity() - Method in class org.axonframework.serialization.xml.XStreamSerializer.Builder
 
DisallowReplay - Annotation Type in org.axonframework.eventhandling
Annotation marking a Handler (or class) as not being able to handle replays
disconnect() - Method in class org.axonframework.commandhandling.distributed.DistributedCommandBus
Disconnect the command bus for receiving new commands, by unsubscribing all registered command handlers.
dispatch(CommandMessage<C>) - Method in interface org.axonframework.commandhandling.CommandBus
Dispatch the given command to the CommandHandler subscribed to the given command's name.
dispatch(CommandMessage<C>, CommandCallback<? super C, ? super R>) - Method in interface org.axonframework.commandhandling.CommandBus
Dispatch the given command to the CommandHandler subscribed to the given command's name.
dispatch(CommandMessage<C>) - Method in class org.axonframework.commandhandling.distributed.DistributedCommandBus
 
dispatch(CommandMessage<C>, CommandCallback<? super C, ? super R>) - Method in class org.axonframework.commandhandling.distributed.DistributedCommandBus
Dispatch the given command to the CommandHandler subscribed to the given command's name.
dispatch(CommandMessage<C>) - Method in class org.axonframework.commandhandling.SimpleCommandBus
 
dispatch(CommandMessage<C>, CommandCallback<? super C, ? super R>) - Method in class org.axonframework.commandhandling.SimpleCommandBus
 
dispatchInterceptors(MessageDispatchInterceptor<? super CommandMessage<?>>...) - Method in class org.axonframework.commandhandling.gateway.AbstractCommandGateway.Builder
dispatchInterceptors(List<MessageDispatchInterceptor<? super CommandMessage<?>>>) - Method in class org.axonframework.commandhandling.gateway.AbstractCommandGateway.Builder
dispatchInterceptors(MessageDispatchInterceptor<? super CommandMessage<?>>...) - Method in class org.axonframework.commandhandling.gateway.CommandGatewayFactory.Builder
Sets the MessageDispatchInterceptors which are invoked before dispatching a CommandMessage on the CommandBus.
dispatchInterceptors(List<MessageDispatchInterceptor<? super CommandMessage<?>>>) - Method in class org.axonframework.commandhandling.gateway.CommandGatewayFactory.Builder
Sets the MessageDispatchInterceptors which are invoked before dispatching a CommandMessage on the CommandBus.
dispatchInterceptors(MessageDispatchInterceptor<? super CommandMessage<?>>...) - Method in class org.axonframework.commandhandling.gateway.DefaultCommandGateway.Builder
 
dispatchInterceptors(List<MessageDispatchInterceptor<? super CommandMessage<?>>>) - Method in class org.axonframework.commandhandling.gateway.DefaultCommandGateway.Builder
 
dispatchInterceptors() - Method in class org.axonframework.deadline.AbstractDeadlineManager
Provides a list of registered dispatch interceptors.
dispatchInterceptors(MessageDispatchInterceptor<? super EventMessage<?>>...) - Method in class org.axonframework.eventhandling.gateway.AbstractEventGateway.Builder
dispatchInterceptors(List<MessageDispatchInterceptor<? super EventMessage<?>>>) - Method in class org.axonframework.eventhandling.gateway.AbstractEventGateway.Builder
dispatchInterceptors(MessageDispatchInterceptor<? super EventMessage<?>>...) - Method in class org.axonframework.eventhandling.gateway.DefaultEventGateway.Builder
 
dispatchInterceptors(List<MessageDispatchInterceptor<? super EventMessage<?>>>) - Method in class org.axonframework.eventhandling.gateway.DefaultEventGateway.Builder
 
dispatchInterceptors(MessageDispatchInterceptor<? super QueryMessage<?, ?>>...) - Method in class org.axonframework.queryhandling.DefaultQueryGateway.Builder
dispatchInterceptors(List<MessageDispatchInterceptor<? super QueryMessage<?, ?>>>) - Method in class org.axonframework.queryhandling.DefaultQueryGateway.Builder
DispatchMessage - Class in org.axonframework.commandhandling.distributed
Base class for dispatch messages which may be used in the CommandBusConnector upon dispatching a command to other nodes.
DispatchMessage() - Constructor for class org.axonframework.commandhandling.distributed.DispatchMessage
Default constructor required for de-/serialization of extending classes.
DispatchMessage(CommandMessage<?>, Serializer, boolean) - Constructor for class org.axonframework.commandhandling.distributed.DispatchMessage
Initialized a DispatchMessage for the given commandMessage, which uses the given serializer to deserialize its contents.
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
A contract towards being a distributed message bus implementation.
DistributedCommandBus - Class in org.axonframework.commandhandling.distributed
Implementation of a CommandBus that is aware of multiple instances of a CommandBus working together to spread load.
DistributedCommandBus(DistributedCommandBus.Builder) - Constructor for class org.axonframework.commandhandling.distributed.DistributedCommandBus
Instantiate a DistributedCommandBus based on the fields contained in the DistributedCommandBus.Builder.
DistributedCommandBus.Builder - Class in org.axonframework.commandhandling.distributed
Builder class to instantiate a DistributedCommandBus.
doDeserialize(SerializedObject, XStream) - Method in class org.axonframework.serialization.AbstractXStreamSerializer
Deserialize the given serializedObject.
doDeserialize(SerializedObject, XStream) - Method in class org.axonframework.serialization.xml.XStreamSerializer
 
doDispatch(CommandMessage<C>, CommandCallback<? super C, ? super R>) - Method in class org.axonframework.commandhandling.SimpleCommandBus
Performs the actual dispatching logic.
Dom4JToByteArrayConverter - Class in org.axonframework.serialization.xml
Converter that converts Dom4j Document instances to a byte array.
Dom4JToByteArrayConverter() - Constructor for class org.axonframework.serialization.xml.Dom4JToByteArrayConverter
 
DomainEventData<T> - Interface in org.axonframework.eventhandling
Interface describing the properties of serialized Domain Event Messages.
DomainEventMessage<T> - Interface in org.axonframework.eventhandling
Represents a Message that wraps a DomainEvent and an Event representing an important change in the Domain.
DomainEventSequenceAware - Interface in org.axonframework.eventhandling
Contract describing a component which is aware of DomainEventMessage their sequences and is capable of providing the last known sequence number for a given Aggregate identifier.
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
 
doRegisterListener(CacheEntryListenerConfiguration<Object, Object>) - Method in class org.axonframework.common.caching.JCacheAdapter
 
doResolveRoutingKey(CommandMessage<?>) - Method in class org.axonframework.commandhandling.distributed.AbstractRoutingStrategy
Resolve the Routing Key for the given command.
doResolveRoutingKey(CommandMessage<?>) - Method in class org.axonframework.commandhandling.distributed.AnnotationRoutingStrategy
 
doResolveRoutingKey(CommandMessage<?>) - Method in class org.axonframework.commandhandling.distributed.MetaDataRoutingStrategy
 
doSerialize(Object, Class<T>, XStream) - Method in class org.axonframework.serialization.AbstractXStreamSerializer
Serialize the given object to the given expectedFormat.
doSerialize(Object, Class<T>, XStream) - Method in class org.axonframework.serialization.xml.XStreamSerializer
 
doSleepFor(long) - Method in class org.axonframework.eventhandling.TrackingEventProcessor
Instructs the current Thread to sleep until the given deadline.
doUpcast(T, C) - Method in class org.axonframework.serialization.upcasting.ContextAwareSingleEntryMultiUpcaster
Upcasts the given intermediateRepresentation.
doUpcast(T, C) - Method in class org.axonframework.serialization.upcasting.ContextAwareSingleEntryUpcaster
Upcasts the given intermediateRepresentation.
doUpcast(IntermediateEventRepresentation) - Method in class org.axonframework.serialization.upcasting.event.EventTypeUpcaster
 
doUpcast(T) - Method in class org.axonframework.serialization.upcasting.SingleEntryMultiUpcaster
Upcasts the given intermediateRepresentation.
doUpcast(T) - Method in class org.axonframework.serialization.upcasting.SingleEntryUpcaster
Upcasts the given intermediateRepresentation.
DuplicateCommandHandlerResolution - Class in org.axonframework.commandhandling
Enumeration describing a set of reasonable DuplicateCommandHandlerResolver implementations.
DuplicateCommandHandlerResolution() - Constructor for class org.axonframework.commandhandling.DuplicateCommandHandlerResolution
 
duplicateCommandHandlerResolver(DuplicateCommandHandlerResolver) - Method in class org.axonframework.commandhandling.AsynchronousCommandBus.Builder
 
DuplicateCommandHandlerResolver - Interface in org.axonframework.commandhandling
Functional interface towards resolving the occurrence of a duplicate command handler being subscribed.
duplicateCommandHandlerResolver(DuplicateCommandHandlerResolver) - Method in class org.axonframework.commandhandling.SimpleCommandBus.Builder
Sets the DuplicateCommandHandlerResolver used to resolves the road to take when a duplicate command handler is subscribed.
DuplicateCommandHandlerSubscriptionException - Exception in org.axonframework.commandhandling
Exception indicating a duplicate Command Handler was subscribed whilst this behavior is purposefully guarded against.
DuplicateCommandHandlerSubscriptionException(String, MessageHandler<? super CommandMessage<?>>, MessageHandler<? super CommandMessage<?>>) - Constructor for exception org.axonframework.commandhandling.DuplicateCommandHandlerSubscriptionException
Initialize a duplicate command handler subscription exception using the given initialHandler and duplicateHandler to form a specific message.
DuplicateCommandHandlerSubscriptionException(String) - Constructor for exception org.axonframework.commandhandling.DuplicateCommandHandlerSubscriptionException
Initializes a duplicate command handler subscription exception using the given message.

E

EhCacheAdapter - Class in org.axonframework.common.caching
Cache implementation that delegates all calls to an EhCache instance.
EhCacheAdapter(Ehcache) - Constructor for class org.axonframework.common.caching.EhCacheAdapter
Initialize the adapter to forward all call to the given ehCache instance
emit(Predicate<SubscriptionQueryMessage<?, ?, U>>, SubscriptionQueryUpdateMessage<U>) - Method in interface org.axonframework.queryhandling.QueryUpdateEmitter
Emits incremental update (as return value of provided update function) to subscription queries matching given filter.
emit(Predicate<SubscriptionQueryMessage<?, ?, U>>, U) - Method in interface org.axonframework.queryhandling.QueryUpdateEmitter
Emits given incremental update to subscription queries matching given filter.
emit(Class<Q>, Predicate<? super Q>, SubscriptionQueryUpdateMessage<U>) - Method in interface org.axonframework.queryhandling.QueryUpdateEmitter
Emits given incremental update to subscription queries matching given query type and filter.
emit(Class<Q>, Predicate<? super Q>, U) - Method in interface org.axonframework.queryhandling.QueryUpdateEmitter
Emits given incremental update to subscription queries matching given query type and filter.
emit(Predicate<SubscriptionQueryMessage<?, ?, U>>, SubscriptionQueryUpdateMessage<U>) - Method in class org.axonframework.queryhandling.SimpleQueryUpdateEmitter
 
emptyInstance() - Static method in class org.axonframework.messaging.MetaData
Returns an empty MetaData instance.
emptyType() - Static method in interface org.axonframework.serialization.SerializedType
Returns the type that represents an empty message, of undefined type.
emptyType() - Static method in class org.axonframework.serialization.SimpleSerializedType
Returns the type that represents an empty message, of undefined type.
end() - Method in class org.axonframework.lifecycle.ShutdownLatch.ActivityHandle
Mark this activity as being finalized.
endpoint() - Method in class org.axonframework.commandhandling.distributed.SimpleMember
Returns this Member's endpoint.
endScope() - Method in class org.axonframework.messaging.Scope
End a Scope by removing this from a Deque contained in a ThreadLocal.
ensureAccessible(T) - Static method in class org.axonframework.common.ReflectionUtils
Makes the given member accessible via reflection if it is not the case already.
EntityManagerProvider - Interface in org.axonframework.common.jpa
Provides components with an EntityManager to access the persistence mechanism.
entityManagerProvider(EntityManagerProvider) - Method in class org.axonframework.eventhandling.tokenstore.jpa.JpaTokenStore.Builder
Sets the EntityManagerProvider which provides the EntityManager used to access the underlying database.
EntryListenerAdapter() - Constructor for class org.axonframework.common.caching.Cache.EntryListenerAdapter
 
entrySet() - Method in class org.axonframework.messaging.MetaData
 
equals(Object) - Method in class org.axonframework.commandhandling.distributed.commandfilter.AndCommandMessageFilter
 
equals(Object) - Method in class org.axonframework.commandhandling.distributed.commandfilter.CommandNameFilter
 
equals(Object) - Method in class org.axonframework.commandhandling.distributed.commandfilter.DenyCommandNameFilter
 
equals(Object) - Method in class org.axonframework.commandhandling.distributed.commandfilter.NegateCommandMessageFilter
 
equals(Object) - Method in class org.axonframework.commandhandling.distributed.commandfilter.OrCommandMessageFilter
 
equals(Object) - Method in class org.axonframework.commandhandling.distributed.ConsistentHash.ConsistentHashMember
 
equals(Object) - Method in class org.axonframework.commandhandling.distributed.ConsistentHash
 
equals(Object) - Method in class org.axonframework.commandhandling.distributed.DispatchMessage
 
equals(Object) - Method in class org.axonframework.commandhandling.distributed.ReplyMessage
 
equals(Object) - Method in class org.axonframework.commandhandling.distributed.SimpleMember
 
equals(Object) - Method in class org.axonframework.eventhandling.GapAwareTrackingToken
 
equals(Object) - Method in class org.axonframework.eventhandling.GlobalSequenceTrackingToken
 
equals(Object) - Method in class org.axonframework.eventhandling.MergedTrackingToken
 
equals(Object) - Method in class org.axonframework.eventhandling.MultiSourceTrackingToken
 
equals(Object) - Method in class org.axonframework.eventhandling.ReplayToken
 
equals(Object) - Method in class org.axonframework.eventhandling.scheduling.java.SimpleScheduleToken
 
equals(Object) - Method in class org.axonframework.eventhandling.scheduling.quartz.QuartzScheduleToken
 
equals(Object) - Method in class org.axonframework.eventhandling.Segment
 
equals(Object) - Method in class org.axonframework.eventhandling.tokenstore.ConfigToken
 
equals(Object) - Method in class org.axonframework.eventhandling.tokenstore.jpa.TokenEntry.PK
 
equals(Object) - Method in class org.axonframework.eventhandling.TrackerStatus
 
equals(Object) - Method in class org.axonframework.eventhandling.WrappedTrackerStatus
 
equals(Object) - Method in class org.axonframework.messaging.annotation.AnnotatedHandlerAttributes
 
equals(Object) - Method in class org.axonframework.messaging.annotation.AnnotatedMessageHandlingMember
 
equals(Object) - Method in class org.axonframework.messaging.MetaData
 
equals(Object) - Method in class org.axonframework.messaging.RemoteExceptionDescription
 
equals(Object) - Method in class org.axonframework.messaging.responsetypes.AbstractResponseType
 
equals(Object) - Method in class org.axonframework.messaging.SimpleHandlerAttributes
 
equals(Object) - Method in class org.axonframework.messaging.unitofwork.ExecutionResult
 
equals(Object) - Method in class org.axonframework.serialization.SerializedMetaData
 
equals(Object) - Method in class org.axonframework.serialization.SimpleSerializedObject
 
equals(Object) - Method in class org.axonframework.serialization.SimpleSerializedType
 
error() - Method in class org.axonframework.eventhandling.ErrorContext
Returns the error that was raised in the processor
error(Throwable) - Method in interface org.axonframework.queryhandling.SinkWrapper
Wrapper around Sink error(Throwable).
ErrorContext - Class in org.axonframework.eventhandling
Describes the context of an error.
ErrorContext(String, Throwable, List<? extends EventMessage<?>>) - Constructor for class org.axonframework.eventhandling.ErrorContext
Instantiate an ErrorContext for the given eventProcessor, due to the given error, with the given failedEvents.
errorHandler(ErrorHandler) - Method in class org.axonframework.eventhandling.AbstractEventProcessor.Builder
Sets the ErrorHandler invoked when an UnitOfWork is rolled back during processing.
ErrorHandler - Interface in org.axonframework.eventhandling
Interface of the error handler that will be invoked if event processing fails.
errorHandler(ErrorHandler) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
 
errorHandler(ErrorHandler) - Method in class org.axonframework.eventhandling.SubscribingEventProcessor.Builder
 
errorHandler(ErrorHandler) - Method in class org.axonframework.eventhandling.TrackingEventProcessor.Builder
 
errorHandler(QueryInvocationErrorHandler) - Method in class org.axonframework.queryhandling.SimpleQueryBus.Builder
Sets the QueryInvocationErrorHandler to handle exceptions during query handler invocation.
EVENT_BUS_KEY - Static variable in class org.axonframework.eventhandling.scheduling.quartz.FireEventJob
The key used to locate the Event Bus in the scheduler context.
EVENT_JOB_DATA_BINDER_KEY - Static variable in class org.axonframework.eventhandling.scheduling.quartz.FireEventJob
The key used to locate the EventJobDataBinder in the scheduler context.
EVENT_KEY - Static variable in class org.axonframework.eventhandling.scheduling.quartz.QuartzEventScheduler.DirectEventJobDataBinder
Deprecated.
in favor of the default message keys | only maintained for backwards compatibility
EventBus - Interface in org.axonframework.eventhandling
Specification of the mechanism on which the Event Listeners can subscribe for events and event publishers can publish their events.
eventBus(EventBus) - Method in class org.axonframework.eventhandling.gateway.AbstractEventGateway.Builder
Sets the EventBus used to publish events.
eventBus(EventBus) - Method in class org.axonframework.eventhandling.gateway.DefaultEventGateway.Builder
 
eventBus(EventBus) - Method in class org.axonframework.eventhandling.scheduling.java.SimpleEventScheduler.Builder
Sets the EventBus used to publish events on to, once the schedule has been met.
eventBus(EventBus) - Method in class org.axonframework.eventhandling.scheduling.quartz.QuartzEventScheduler.Builder
Sets the EventBus used to publish events on once the schedule has been met.
EventData<T> - Interface in org.axonframework.eventhandling
Interface describing the properties of serialized Event Messages.
EventGateway - Interface in org.axonframework.eventhandling.gateway
Interface towards the Event Handling components of an application.
EventHandler - Annotation Type in org.axonframework.eventhandling
Annotation to be placed on methods that can handle events.
eventHandlerInvoker(EventHandlerInvoker) - Method in class org.axonframework.eventhandling.AbstractEventProcessor.Builder
Sets the EventHandlerInvoker which will handle all the individual EventMessages.
eventHandlerInvoker() - Method in class org.axonframework.eventhandling.AbstractEventProcessor
Returns the invoker assigned to this processor.
EventHandlerInvoker - Interface in org.axonframework.eventhandling
Interface for an event message handler that defers handling to one or more other handlers.
eventHandlerInvoker(EventHandlerInvoker) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
 
eventHandlerInvoker(EventHandlerInvoker) - Method in class org.axonframework.eventhandling.SubscribingEventProcessor.Builder
 
eventHandlerInvoker(EventHandlerInvoker) - Method in class org.axonframework.eventhandling.TrackingEventProcessor.Builder
 
eventHandlers(Object...) - Method in class org.axonframework.eventhandling.SimpleEventHandlerInvoker.Builder
Sets the eventHandlers this EventHandlerInvoker will forward all its events to.
eventHandlers(List<?>) - Method in class org.axonframework.eventhandling.SimpleEventHandlerInvoker.Builder
Sets the eventHandlers this EventHandlerInvoker will forward all its events to.
eventHandlers() - Method in class org.axonframework.eventhandling.SimpleEventHandlerInvoker
Gets the list of Event Handler delegates.
EventJobDataBinder - Interface in org.axonframework.eventhandling.scheduling.quartz
Strategy towards reading/writing an Axon EventMessage from/to a Quartz JobDataMap.
EventLoggingInterceptor - Class in org.axonframework.eventhandling.interceptors
Message Dispatch Interceptor that logs published events to a SLF4J logger.
EventLoggingInterceptor() - Constructor for class org.axonframework.eventhandling.interceptors.EventLoggingInterceptor
Initialize the LoggingInterceptor with the default logger name, which is the fully qualified class name of this logger.
EventLoggingInterceptor(String) - Constructor for class org.axonframework.eventhandling.interceptors.EventLoggingInterceptor
Initialize the interceptor with the given loggerName.
EventMessage<T> - Interface in org.axonframework.eventhandling
Represents a Message wrapping an Event, which is represented by its payload.
EventMessageHandler - Interface in org.axonframework.eventhandling
Interface to be implemented by classes that can handle events.
EventMultiUpcaster - Class in org.axonframework.serialization.upcasting.event
Abstract implementation of a SingleEntryMultiUpcaster and an EventUpcaster that eases the common process of upcasting one intermediate event representation to several other representations by applying a flat mapping function to the input stream of intermediate representations.
EventMultiUpcaster() - Constructor for class org.axonframework.serialization.upcasting.event.EventMultiUpcaster
 
EventProcessingException - Exception in org.axonframework.eventhandling
Exception thrown when an EventProcessor failed to handle a batch of events.
EventProcessingException(String, Throwable) - Constructor for exception org.axonframework.eventhandling.EventProcessingException
Initialize the exception with given message and cause.
EventProcessingStrategy - Interface in org.axonframework.eventhandling
Interface describing a strategy for the processing of a batch of events.
eventProcessor() - Method in class org.axonframework.eventhandling.ErrorContext
Returns the name of the Event Processor where the error occurred.
EventProcessor - Interface in org.axonframework.eventhandling
An Event Processor processes event messages from an event queue or event bus.
EventProcessorTask - Class in org.axonframework.eventhandling.async
Scheduler that keeps track of (Event processing) tasks that need to be executed sequentially.
EventProcessorTask(Executor, EventProcessorTask.ShutdownCallback) - Constructor for class org.axonframework.eventhandling.async.EventProcessorTask
Initialize a scheduler using the given executor.
EventProcessorTask.ShutdownCallback - Interface in org.axonframework.eventhandling.async
Callback that allows the SequenceManager to receive a notification when this scheduler finishes processing events.
EventPublicationFailedException - Exception in org.axonframework.messaging
Exception indication that an error occurred while publishing an event to an AMQP Broker
EventPublicationFailedException(String, Throwable) - Constructor for exception org.axonframework.messaging.EventPublicationFailedException
Initialize the exception using given descriptive message and cause
EventScheduler - Interface in org.axonframework.eventhandling.scheduling
Interface towards a mechanism capable of scheduling the publication of events.
EventTrackerStatus - Interface in org.axonframework.eventhandling
Interface describing the status of a Segment of a TrackingEventProcessor.
EventTrackerStatusChangeListener - Interface in org.axonframework.eventhandling
Represent a listener that is notified whenever the Map of EventTrackerStatus' in the TrackingEventProcessor this component is registered to has changed.
EventTypeUpcaster - Class in org.axonframework.serialization.upcasting.event
A SingleEventUpcaster implementation which allows for type upcasting only.
EventTypeUpcaster(String, String, String, String) - Constructor for class org.axonframework.serialization.upcasting.event.EventTypeUpcaster
Instantiate an EventTypeUpcaster using the given expected and upcasted payload types and revisions.
EventTypeUpcaster.Builder - Class in org.axonframework.serialization.upcasting.event
Builder class to instantiate an EventTypeUpcaster.
EventUpcaster - Interface in org.axonframework.serialization.upcasting.event
Interface that is used for upcasters of event data.
EventUpcasterChain - Class in org.axonframework.serialization.upcasting.event
Upcaster chain used to upcast event representations.
EventUpcasterChain(EventUpcaster...) - Constructor for class org.axonframework.serialization.upcasting.event.EventUpcasterChain
Initializes an upcaster chain from one or more upcasters.
EventUpcasterChain(List<? extends EventUpcaster>) - Constructor for class org.axonframework.serialization.upcasting.event.EventUpcasterChain
Initializes an upcaster chain from the given list of upcasters.
EventUtils - Class in org.axonframework.eventhandling
Utility class for dealing with events.
EXCEPTION_RESULT_TYPE - Static variable in interface org.axonframework.messaging.HandlerAttributes
Attribute key referencing the exception result type the handler can handle.
exceptionDetails() - Method in interface org.axonframework.messaging.ResultMessage
If the this message contains an exception result, returns the details provided in the exception, if available.
ExceptionHandler - Annotation Type in org.axonframework.messaging.interceptors
Annotation marking a Handler as an interceptor for other handlers that is only interested in handling exception results.
exceptionResult() - Method in interface org.axonframework.messaging.ResultMessage
Returns the exception result.
exceptionRevision - Variable in class org.axonframework.commandhandling.distributed.ReplyMessage
 
exceptionType - Variable in class org.axonframework.commandhandling.distributed.ReplyMessage
 
ExceptionUtils - Class in org.axonframework.common
Exception utility methods.
execute(Runnable) - Method in class org.axonframework.common.DirectExecutor
Executes the given command immediately in the current thread.
execute(JobExecutionContext) - Method in class org.axonframework.deadline.quartz.DeadlineJob
 
execute(JobExecutionContext) - Method in class org.axonframework.eventhandling.scheduling.quartz.FireEventJob
 
execute(Runnable) - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
Execute the given task in the context of this Unit of Work.
execute(Runnable, RollbackConfiguration) - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
Execute the given task in the context of this Unit of Work.
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.common.transaction.TransactionManager
Executes the given task in a new Transaction.
executeQuery(Connection, JdbcUtils.SqlFunction, JdbcUtils.SqlResultConverter<R>, Function<SQLException, RuntimeException>) - Static method in class org.axonframework.common.jdbc.JdbcUtils
Execute the query given by the sqlFunction.
executeQuery(Connection, JdbcUtils.SqlFunction, JdbcUtils.SqlResultConverter<R>, Function<SQLException, RuntimeException>, boolean) - Static method in class org.axonframework.common.jdbc.JdbcUtils
Execute the query given by the sqlFunction.
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(Callable<V>) - Method in class org.axonframework.messaging.Scope
Scope instance method to execute given task of type Callable in the context of this Scope.
executeWithResult(Callable<R>, RollbackConfiguration) - Method in class org.axonframework.messaging.unitofwork.BatchingUnitOfWork
Execute the given task in the context of this Unit of Work.
executeWithResult(Callable<R>, RollbackConfiguration) - Method in class org.axonframework.messaging.unitofwork.DefaultUnitOfWork
 
executeWithResult(Callable<R>) - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
Execute the given task in the context of this Unit of Work.
executeWithResult(Callable<R>, RollbackConfiguration) - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
Execute the given task in the context of this Unit of Work.
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 in org.axonframework.messaging
Exception thrown to indicate that execution of a task has failed.
ExecutionException(String, Throwable) - Constructor for exception org.axonframework.messaging.ExecutionException
Initialize an ExecutionException with the given message and cause.
ExecutionResult - Class in org.axonframework.messaging.unitofwork
Class of objects that contain the result of an executed task.
ExecutionResult(ResultMessage<?>) - Constructor for class org.axonframework.messaging.unitofwork.ExecutionResult
Initializes an ExecutionResult from the given result.
executor(Executor) - Method in class org.axonframework.commandhandling.AsynchronousCommandBus.Builder
Sets the Executor which processes the Command dispatching threads.
expectedResponseType - Variable in class org.axonframework.messaging.responsetypes.AbstractResponseType
 
expectedSourceType() - Method in class org.axonframework.serialization.ChainedConverter
 
expectedSourceType() - Method in interface org.axonframework.serialization.ContentTypeConverter
The expected type of input data.
expectedSourceType() - Method in class org.axonframework.serialization.converters.BlobToInputStreamConverter
 
expectedSourceType() - Method in class org.axonframework.serialization.converters.ByteArrayToInputStreamConverter
 
expectedSourceType() - Method in class org.axonframework.serialization.converters.ByteArrayToStringConverter
 
expectedSourceType() - Method in class org.axonframework.serialization.converters.InputStreamToByteArrayConverter
 
expectedSourceType() - Method in class org.axonframework.serialization.converters.StringToByteArrayConverter
 
expectedSourceType() - Method in class org.axonframework.serialization.json.ByteArrayToJsonNodeConverter
 
expectedSourceType() - Method in class org.axonframework.serialization.json.JsonNodeToByteArrayConverter
 
expectedSourceType() - Method in class org.axonframework.serialization.xml.Dom4JToByteArrayConverter
 
expectedSourceType() - Method in class org.axonframework.serialization.xml.InputStreamToDom4jConverter
 
expectedSourceType() - Method in class org.axonframework.serialization.xml.InputStreamToXomConverter
 
expectedSourceType() - Method in class org.axonframework.serialization.xml.XomToStringConverter
 
expectReply - Variable in class org.axonframework.commandhandling.distributed.DispatchMessage
 
explicitlyUnequal(Object, Object) - Static method in class org.axonframework.common.ReflectionUtils
Indicates whether the two given objects are not the same, override an equals method that indicates they are not equal, or implements Comparable which indicates the two are not equal.
ExponentialBackOffIntervalRetryScheduler - Class in org.axonframework.commandhandling.gateway
A RetryScheduler that uses a backoff strategy, retrying commands at increasing intervals when they fail because of an exception that is not explicitly non-transient.
ExponentialBackOffIntervalRetryScheduler(ExponentialBackOffIntervalRetryScheduler.Builder) - Constructor for class org.axonframework.commandhandling.gateway.ExponentialBackOffIntervalRetryScheduler
ExponentialBackOffIntervalRetryScheduler.Builder - Class in org.axonframework.commandhandling.gateway
Builder class to instantiate an ExponentialBackOffIntervalRetryScheduler.
extendClaim(String, int) - Method in class org.axonframework.eventhandling.tokenstore.jpa.JpaTokenStore
 
extendClaim(String, int) - Method in interface org.axonframework.eventhandling.tokenstore.TokenStore
Extends the claim on the current token held by the this node for the given processorName and segment.
EXTERNAL_CONNECTIONS - Static variable in class org.axonframework.lifecycle.Phase
Phase to start or shutdown all external connections.
extract(ResultSet, int, Class<T>) - Static method in class org.axonframework.common.jdbc.JdbcUtils
Returns the object read from the resultSet, which object can be null, at the given column (base 1).

F

failedEvents() - Method in class org.axonframework.eventhandling.ErrorContext
The events part of the batch that failed.
FailingDuplicateCommandHandlerResolver - Class in org.axonframework.commandhandling
Implementation of DuplicateCommandHandlerResolver that throws a DuplicateCommandHandlerSubscriptionException when a duplicate registration is detected.
FailureLoggingCallback<C,R> - Class in org.axonframework.commandhandling.callbacks
A CommandCallback implementation wrapping another, that concisely logs failed commands.
FailureLoggingCallback(CommandCallback<C, R>) - Constructor for class org.axonframework.commandhandling.callbacks.FailureLoggingCallback
Initialize the callback to delegate calls to the given delegate, logging failures on a logger for this class (on warn level).
FailureLoggingCallback(Logger, CommandCallback<C, R>) - Constructor for class org.axonframework.commandhandling.callbacks.FailureLoggingCallback
Initialize the callback to delegate calls to the given delegate, logging failures on the given logger (on warn level).
fallbackRoutingStrategy(RoutingStrategy) - Method in class org.axonframework.commandhandling.distributed.AnnotationRoutingStrategy.Builder
Sets the fallback RoutingStrategy to use when the intended routing key resolution was unsuccessful.
fallbackRoutingStrategy(RoutingStrategy) - Method in class org.axonframework.commandhandling.distributed.MetaDataRoutingStrategy.Builder
Sets the fallback RoutingStrategy to use when the intended routing key resolution was unsuccessful.
fallbackSequencingPolicy(SequencingPolicy<EventMessage>) - Method in class org.axonframework.eventhandling.async.PropertySequencingPolicy.Builder
Defines the fallback sequencing policy, the sequencing policy which is applied if the event message payload is not of a supported type.
fetchAndRemove(String) - Method in class org.axonframework.commandhandling.distributed.CommandCallbackRepository
Fetches and removes a callback.
fetchInTransaction(Supplier<T>) - Method in interface org.axonframework.common.transaction.TransactionManager
Invokes the given supplier in a transaction managed by the current TransactionManager.
fetchSegments(String) - Method in class org.axonframework.eventhandling.tokenstore.inmemory.InMemoryTokenStore
 
fetchSegments(String) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
 
fetchSegments(String) - Method in class org.axonframework.eventhandling.tokenstore.jpa.JpaTokenStore
 
fetchSegments(String) - Method in interface org.axonframework.eventhandling.tokenstore.TokenStore
Returns an array of known segments for a given processorName.
fetchToken(String, int) - Method in class org.axonframework.eventhandling.tokenstore.inmemory.InMemoryTokenStore
 
fetchToken(String, int) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
 
fetchToken(String, int) - Method in class org.axonframework.eventhandling.tokenstore.jpa.JpaTokenStore
 
fetchToken(String, int) - Method in interface org.axonframework.eventhandling.tokenstore.TokenStore
Returns the last stored token for the given processorName and segment.
fieldsOf(Class<?>) - Static method in class org.axonframework.common.ReflectionUtils
Returns an Iterable of all the fields declared on the given class and its super classes.
fieldsOf(Class<?>, boolean) - Static method in class org.axonframework.common.ReflectionUtils
Returns an Iterable of all the fields declared on the given class.
findAnnotationAttribute(AnnotatedElement, Class<? extends Annotation>, String) - Static method in class org.axonframework.common.annotation.AnnotationUtils
Find the attributeName of an annotation of type annotationType on the given element.
findAnnotationAttributes(AnnotatedElement, Class<? extends Annotation>) - Static method in class org.axonframework.common.annotation.AnnotationUtils
Find the attributes of an annotation of type annotationType on the given element.
findAnnotationAttributes(AnnotatedElement, Class<? extends Annotation>, boolean) - Static method in class org.axonframework.common.annotation.AnnotationUtils
Find the attributes of an annotation of type annotationType on the given element.
findAnnotationAttributes(AnnotatedElement, String) - Static method in class org.axonframework.common.annotation.AnnotationUtils
Find the attributes of an annotation with given annotationName on the given element.
findAnnotationAttributes(AnnotatedElement, String, boolean) - Static method in class org.axonframework.common.annotation.AnnotationUtils
Find the attributes of an annotation with given annotationName on the given element.
findDestination(CommandMessage<?>) - Method in interface org.axonframework.commandhandling.distributed.CommandRouter
Returns the member instance to which the given message should be routed.
findException(Throwable, Predicate<Throwable>) - Static method in class org.axonframework.common.ExceptionUtils
Checks if the given exception matches the given predicate.
findException(Throwable, Class<T>) - Static method in class org.axonframework.common.ExceptionUtils
Checks if the given exception class is an instance of the given exceptionClass.
FireEventJob - Class in org.axonframework.eventhandling.scheduling.quartz
Quartz Job that publishes an event on an Event Bus.
FireEventJob() - Constructor for class org.axonframework.eventhandling.scheduling.quartz.FireEventJob
 
FIRST - Static variable in annotation type org.axonframework.common.Priority
Value indicating the annotated member should be the very first
FixedValueParameterResolver<T> - Class in org.axonframework.messaging.annotation
ParameterResolver implementation that injects a fixed value.
FixedValueParameterResolver(T) - Constructor for class org.axonframework.messaging.annotation.FixedValueParameterResolver
Initialize the ParameterResolver to inject the given value for each incoming message.
FixedValueRevisionResolver - Class in org.axonframework.serialization
RevisionResolver implementation that returns a fixed value as revision, regardless of the type of serialized object involved.
FixedValueRevisionResolver(String) - Constructor for class org.axonframework.serialization.FixedValueRevisionResolver
Initializes the FixedValueRevisionResolver to always return the given revision, when asked.
FORCE_NEW_SAGA - Static variable in interface org.axonframework.messaging.HandlerAttributes
Attribute key referencing whether the handler forces the creation of a new saga instance.
forClass(Class<?>) - Static method in class org.axonframework.messaging.annotation.ClasspathHandlerDefinition
Creates an instance for the given clazz.
forClass(Class<?>) - Static method in class org.axonframework.messaging.annotation.ClasspathHandlerEnhancerDefinition
Creates an instance for the given clazz.
forClass(Class<?>) - Static method in class org.axonframework.messaging.annotation.ClasspathParameterResolverFactory
Creates an instance for the given clazz.
forClassLoader(ClassLoader) - Static method in class org.axonframework.messaging.annotation.ClasspathHandlerDefinition
Creates an instance using the given classLoader.
forClassLoader(ClassLoader) - Static method in class org.axonframework.messaging.annotation.ClasspathHandlerEnhancerDefinition
Creates an instance using the given classLoader.
forClassLoader(ClassLoader) - Static method in class org.axonframework.messaging.annotation.ClasspathParameterResolverFactory
Creates an instance using the given classLoader.
formatInstant(TemporalAccessor) - Static method in class org.axonframework.common.DateTimeUtils
Formats the given instant to ISO8601 format including three positions for milliseconds.
forParallelProcessing(int) - Static method in class org.axonframework.eventhandling.TrackingEventProcessorConfiguration
Initialize a configuration instance with the given threadCount.
forSerialization() - Method in class org.axonframework.messaging.responsetypes.OptionalResponseType
 
forSerialization() - Method in interface org.axonframework.messaging.responsetypes.ResponseType
Returns the ResponseType instance that should be used when serializing responses.
forSingleThreadedProcessing() - Static method in class org.axonframework.eventhandling.TrackingEventProcessorConfiguration
Initialize a configuration with single threaded processing.
from(Map<String, ?>) - Static method in class org.axonframework.messaging.MetaData
Creates a new MetaData instance from the given metaDataEntries.
from(Class<?>, String) - Static method in class org.axonframework.serialization.upcasting.event.EventTypeUpcaster
Instantiate a EventTypeUpcaster.Builder which should upcast "from" the given payloadType and revision.
from(String, String) - Static method in class org.axonframework.serialization.upcasting.event.EventTypeUpcaster
Instantiate a EventTypeUpcaster.Builder which should upcast "from" the given payloadType and revision.
fromJobData(JobDataMap) - Method in interface org.axonframework.eventhandling.scheduling.quartz.EventJobDataBinder
Read an EventMessage (or its payload) from the JobDataMap.
fromJobData(JobDataMap) - Method in class org.axonframework.eventhandling.scheduling.quartz.QuartzEventScheduler.DirectEventJobDataBinder
Note that this function is able to retrieve an Event Message in two formats.
FullConcurrencyPolicy - Class in org.axonframework.eventhandling.async
SequencingPolicy that does not enforce any sequencing requirements on event processing.
FullConcurrencyPolicy() - Constructor for class org.axonframework.eventhandling.async.FullConcurrencyPolicy
 
FutureCallback<C,R> - Class in org.axonframework.commandhandling.callbacks
Command Handler Callback that allows the dispatching thread to wait for the result of the callback, using the Future mechanism.
FutureCallback() - Constructor for class org.axonframework.commandhandling.callbacks.FutureCallback
 

G

GapAwareTrackingToken - Class in org.axonframework.eventhandling
Implementation of a TrackingToken that uses the global insertion sequence number of the event to determine tracking order and additionally stores a set of possible gaps that have been detected while tracking the event store.
GapAwareTrackingToken(long, Collection<Long>) - Constructor for class org.axonframework.eventhandling.GapAwareTrackingToken
This constructor is mean't to be used for deserialization.
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<T> - Class in org.axonframework.commandhandling
Implementation of the CommandMessage that takes all properties as constructor parameters.
GenericCommandMessage(T) - Constructor for class org.axonframework.commandhandling.GenericCommandMessage
Create a CommandMessage with the given command as payload and empty metaData
GenericCommandMessage(T, Map<String, ?>) - Constructor for class org.axonframework.commandhandling.GenericCommandMessage
Create a CommandMessage with the given command as payload.
GenericCommandMessage(Message<T>, String) - Constructor for class org.axonframework.commandhandling.GenericCommandMessage
Create a CommandMessage from the given delegate message containing payload, metadata and message identifier, and the given commandName.
GenericCommandResultMessage<R> - Class in org.axonframework.commandhandling
Generic implementation of CommandResultMessage.
GenericCommandResultMessage(R) - Constructor for class org.axonframework.commandhandling.GenericCommandResultMessage
Creates a Command Result Message with the given commandResult as the payload.
GenericCommandResultMessage(Throwable) - Constructor for class org.axonframework.commandhandling.GenericCommandResultMessage
Creates a Command Result Message with the given exception.
GenericCommandResultMessage(R, Map<String, ?>) - Constructor for class org.axonframework.commandhandling.GenericCommandResultMessage
Creates a Command Result Message with the given commandResult as the payload and metaData as the meta data.
GenericCommandResultMessage(Throwable, Map<String, ?>) - Constructor for class org.axonframework.commandhandling.GenericCommandResultMessage
Creates a Command Result Message with the given exception and metaData.
GenericCommandResultMessage(Message<R>) - Constructor for class org.axonframework.commandhandling.GenericCommandResultMessage
Creates a new Command Result Message with given delegate message.
GenericCommandResultMessage(Message<R>, Throwable) - Constructor for class org.axonframework.commandhandling.GenericCommandResultMessage
Creates a Command Result Message with given delegate message and exception.
GenericDeadlineMessage<T> - Class in org.axonframework.deadline
Generic implementation of the DeadlineMessage.
GenericDeadlineMessage(String) - Constructor for class org.axonframework.deadline.GenericDeadlineMessage
Instantiate a GenericDeadlineMessage with the given deadlineName, a null payload and en empty MetaData.
GenericDeadlineMessage(String, T) - Constructor for class org.axonframework.deadline.GenericDeadlineMessage
Instantiate a GenericDeadlineMessage with the given deadlineName, a payload of type T and en empty MetaData.
GenericDeadlineMessage(String, T, Map<String, ?>) - Constructor for class org.axonframework.deadline.GenericDeadlineMessage
Instantiate a GenericDeadlineMessage with the given deadlineName, a payload of type T and the given metaData.
GenericDeadlineMessage(String, String, T, Map<String, ?>, Instant) - Constructor for class org.axonframework.deadline.GenericDeadlineMessage
Constructor to reconstructs a DeadlineMessage using existing data.
GenericDeadlineMessage(String, Message<T>, Supplier<Instant>) - Constructor for class org.axonframework.deadline.GenericDeadlineMessage
Constructor to reconstruct a DeadlineMessage using existing data.
GenericDomainEventEntry<T> - Class in org.axonframework.eventhandling
Generic implementation of a serialized domain event entry.
GenericDomainEventEntry(String, String, long, String, Object, String, String, T, T) - Constructor for class org.axonframework.eventhandling.GenericDomainEventEntry
Reconstruct an event entry from a stored object.
GenericDomainEventMessage<T> - Class in org.axonframework.eventhandling
Generic implementation of a DomainEventMessage.
GenericDomainEventMessage(String, String, long, T) - Constructor for class org.axonframework.eventhandling.GenericDomainEventMessage
Initialize a DomainEventMessage originating from an Aggregate with the given aggregateIdentifier, with given sequenceNumber and payload.
GenericDomainEventMessage(String, String, long, T, Map<String, ?>) - Constructor for class org.axonframework.eventhandling.GenericDomainEventMessage
Initialize a DomainEventMessage originating from an Aggregate with the given aggregateIdentifier, with given sequenceNumber and payload and metaData.
GenericDomainEventMessage(String, String, long, T, Map<String, ?>, String, Instant) - Constructor for class org.axonframework.eventhandling.GenericDomainEventMessage
Initialize a DomainEventMessage originating from an Aggregate using existing data.
GenericDomainEventMessage(String, String, long, Message<T>, Supplier<Instant>) - Constructor for class org.axonframework.eventhandling.GenericDomainEventMessage
Initialize a DomainEventMessage originating from an Aggregate using existing data.
GenericDomainEventMessage(String, String, long, Message<T>, Instant) - Constructor for class org.axonframework.eventhandling.GenericDomainEventMessage
Initialize a DomainEventMessage originating from an Aggregate with the given aggregateIdentifier, with given sequenceNumber and payload, metaData and timestamp.
GenericEventMessage<T> - Class in org.axonframework.eventhandling
Generic implementation of the EventMessage interface.
GenericEventMessage(T) - Constructor for class org.axonframework.eventhandling.GenericEventMessage
Creates a GenericEventMessage with given payload, and an empty MetaData.
GenericEventMessage(T, Map<String, ?>) - Constructor for class org.axonframework.eventhandling.GenericEventMessage
Creates a GenericEventMessage with given payload and given metaData.
GenericEventMessage(String, T, Map<String, ?>, Instant) - Constructor for class org.axonframework.eventhandling.GenericEventMessage
Constructor to reconstruct an EventMessage using existing data.
GenericEventMessage(Message<T>, Supplier<Instant>) - Constructor for class org.axonframework.eventhandling.GenericEventMessage
Constructor to reconstruct an EventMessage using existing data.
GenericEventMessage(Message<T>, Instant) - Constructor for class org.axonframework.eventhandling.GenericEventMessage
Initializes a GenericEventMessage with given message as delegate and given timestamp.
GenericMessage<T> - Class in org.axonframework.messaging
Generic implementation of a Message that contains the payload and metadata as unserialized values.
GenericMessage(T) - Constructor for class org.axonframework.messaging.GenericMessage
Constructs a Message for the given payload using the correlation data of the current Unit of Work, if present.
GenericMessage(T, Map<String, ?>) - Constructor for class org.axonframework.messaging.GenericMessage
Constructs a Message for the given payload and meta data.
GenericMessage(Class<T>, T, Map<String, ?>) - Constructor for class org.axonframework.messaging.GenericMessage
Constructs a Message for the given payload and meta data.
GenericMessage(String, T, Map<String, ?>) - Constructor for class org.axonframework.messaging.GenericMessage
Constructor to reconstruct a Message using existing data.
GenericMessage(String, Class<T>, T, Map<String, ?>) - Constructor for class org.axonframework.messaging.GenericMessage
Constructor to reconstruct a Message using existing data.
GenericQueryMessage<T,R> - Class in org.axonframework.queryhandling
Generic implementation of the QueryMessage.
GenericQueryMessage(T, ResponseType<R>) - Constructor for class org.axonframework.queryhandling.GenericQueryMessage
Initializes the message with the given payload and expected responseType.
GenericQueryMessage(T, String, ResponseType<R>) - Constructor for class org.axonframework.queryhandling.GenericQueryMessage
Initializes the message with the given payload, queryName and expected responseType.
GenericQueryMessage(Message<T>, String, ResponseType<R>) - Constructor for class org.axonframework.queryhandling.GenericQueryMessage
Initialize the Query Message, using given delegate as the carrier of payload and metadata and given queryName and expecting the given responseType.
GenericQueryResponseMessage<R> - Class in org.axonframework.queryhandling
QueryResponseMessage implementation that takes all properties as constructor parameters.
GenericQueryResponseMessage(R) - Constructor for class org.axonframework.queryhandling.GenericQueryResponseMessage
Initialize the response message with given result.
GenericQueryResponseMessage(Class<R>, R) - Constructor for class org.axonframework.queryhandling.GenericQueryResponseMessage
Initialize a response message with given result and declaredResultType.
GenericQueryResponseMessage(Class<R>, Throwable) - Constructor for class org.axonframework.queryhandling.GenericQueryResponseMessage
Initialize the response message with given declaredResultType and exception.
GenericQueryResponseMessage(R, Map<String, ?>) - Constructor for class org.axonframework.queryhandling.GenericQueryResponseMessage
Initialize the response message with given result and metaData.
GenericQueryResponseMessage(Class<R>, R, Map<String, ?>) - Constructor for class org.axonframework.queryhandling.GenericQueryResponseMessage
Initialize the response message with a specific declaredResultType, the given result as payload and metaData.
GenericQueryResponseMessage(Class<R>, Throwable, Map<String, ?>) - Constructor for class org.axonframework.queryhandling.GenericQueryResponseMessage
Initialize the response message with given declaredResultType, exception and metaData.
GenericQueryResponseMessage(Message<R>) - Constructor for class org.axonframework.queryhandling.GenericQueryResponseMessage
Copy-constructor that takes the payload, meta data and message identifier of the given delegate for this message.
GenericQueryResponseMessage(Message<R>, Throwable) - Constructor for class org.axonframework.queryhandling.GenericQueryResponseMessage
Copy-constructor that takes the payload, meta data and message identifier of the given delegate for this message and given exception as a cause for the failure.
GenericResetContext<T> - Class in org.axonframework.eventhandling.replay
Generic implementation of the ResetContext.
GenericResetContext(T) - Constructor for class org.axonframework.eventhandling.replay.GenericResetContext
Instantiate a GenericResetContext containing the given payload and en empty MetaData instance.
GenericResetContext(T, Map<String, ?>) - Constructor for class org.axonframework.eventhandling.replay.GenericResetContext
Instantiate a GenericResetContext containing the given payload and MetaData.
GenericResetContext(Message<T>) - Constructor for class org.axonframework.eventhandling.replay.GenericResetContext
 
GenericResultMessage<R> - Class in org.axonframework.messaging
Generic implementation of ResultMessage.
GenericResultMessage(R) - Constructor for class org.axonframework.messaging.GenericResultMessage
Creates a ResultMessage with the given result as the payload.
GenericResultMessage(Throwable) - Constructor for class org.axonframework.messaging.GenericResultMessage
Creates a ResultMessage with the given exception.
GenericResultMessage(R, Map<String, ?>) - Constructor for class org.axonframework.messaging.GenericResultMessage
Creates a ResultMessage with the given result as the payload and metaData as the meta data.
GenericResultMessage(Throwable, Map<String, ?>) - Constructor for class org.axonframework.messaging.GenericResultMessage
Creates a ResultMessage with the given exception and metaData.
GenericResultMessage(Message<R>) - Constructor for class org.axonframework.messaging.GenericResultMessage
Creates a new ResultMessage with given delegate message.
GenericResultMessage(Message<R>, Throwable) - Constructor for class org.axonframework.messaging.GenericResultMessage
Creates a ResultMessage with given delegate message and exception.
GenericSubscriptionQueryMessage<Q,I,U> - Class in org.axonframework.queryhandling
Generic implementation of the SubscriptionQueryMessage.
GenericSubscriptionQueryMessage(Q, ResponseType<I>, ResponseType<U>) - Constructor for class org.axonframework.queryhandling.GenericSubscriptionQueryMessage
Initializes the message with the given payload, expected responseType and expected updateResponseType.
GenericSubscriptionQueryMessage(Q, String, ResponseType<I>, ResponseType<U>) - Constructor for class org.axonframework.queryhandling.GenericSubscriptionQueryMessage
Initializes the message with the given payload, queryName, expected responseType and expected updateResponseType.
GenericSubscriptionQueryMessage(Message<Q>, String, ResponseType<I>, ResponseType<U>) - Constructor for class org.axonframework.queryhandling.GenericSubscriptionQueryMessage
Initializes the message, using given delegate as the carrier of payload and metadata and given queryName, expected responseType and expected updateResponseType.
GenericSubscriptionQueryUpdateMessage<U> - Class in org.axonframework.queryhandling
Generic SubscriptionQueryUpdateMessage which holds incremental update of an subscription query.
GenericSubscriptionQueryUpdateMessage(U) - Constructor for class org.axonframework.queryhandling.GenericSubscriptionQueryUpdateMessage
Initializes GenericSubscriptionQueryUpdateMessage with incremental update.
GenericSubscriptionQueryUpdateMessage(Class<U>, U) - Constructor for class org.axonframework.queryhandling.GenericSubscriptionQueryUpdateMessage
Initializes GenericSubscriptionQueryUpdateMessage with incremental update of provided declaredType.
GenericSubscriptionQueryUpdateMessage(Class<U>, U, Map<String, ?>) - Constructor for class org.axonframework.queryhandling.GenericSubscriptionQueryUpdateMessage
Initializes GenericSubscriptionQueryUpdateMessage with incremental update of provided declaredType and metaData.
GenericSubscriptionQueryUpdateMessage(Class<U>, Throwable, Map<String, ?>) - Constructor for class org.axonframework.queryhandling.GenericSubscriptionQueryUpdateMessage
Initialize the subscription query update message with given declaredType, exception and metaData.
GenericSubscriptionQueryUpdateMessage(Message<U>) - Constructor for class org.axonframework.queryhandling.GenericSubscriptionQueryUpdateMessage
Initializes a new decorator with given delegate message.
GenericTokenEntry<T> - Class in org.axonframework.eventhandling.tokenstore
Generic implementation of a token entry.
GenericTokenEntry(TrackingToken, Serializer, Class<T>, String, int) - Constructor for class org.axonframework.eventhandling.tokenstore.GenericTokenEntry
Initializes a new token entry for given token, process and segment.
GenericTokenEntry(T, String, String, String, String, int, Class<T>) - Constructor for class org.axonframework.eventhandling.tokenstore.GenericTokenEntry
Initializes a token entry from existing data.
GenericTokenTableFactory - Class in org.axonframework.eventhandling.tokenstore.jdbc
Jdbc token entry table factory compatible with most databases.
GenericTokenTableFactory() - Constructor for class org.axonframework.eventhandling.tokenstore.jdbc.GenericTokenTableFactory
 
GenericTrackedDomainEventMessage<T> - Class in org.axonframework.eventhandling
Generic implementation of a DomainEventMessage that is also a TrackedEventMessage.
GenericTrackedDomainEventMessage(TrackingToken, DomainEventMessage<T>) - Constructor for class org.axonframework.eventhandling.GenericTrackedDomainEventMessage
Initialize a DomainEventMessage originating from an aggregate.
GenericTrackedDomainEventMessage(TrackingToken, String, String, long, Message<T>, Supplier<Instant>) - Constructor for class org.axonframework.eventhandling.GenericTrackedDomainEventMessage
Initialize a DomainEventMessage originating from an Aggregate using existing data.
GenericTrackedDomainEventMessage(TrackingToken, String, String, long, Message<T>, Instant) - Constructor for class org.axonframework.eventhandling.GenericTrackedDomainEventMessage
Initialize a DomainEventMessage originating from an aggregate.
GenericTrackedEventMessage<T> - Class in org.axonframework.eventhandling
Generic implementation of a TrackedEventMessage.
GenericTrackedEventMessage(TrackingToken, EventMessage<T>) - Constructor for class org.axonframework.eventhandling.GenericTrackedEventMessage
Creates a GenericTrackedEventMessage with given trackingToken and delegate event message.
GenericTrackedEventMessage(TrackingToken, Message<T>, Supplier<Instant>) - Constructor for class org.axonframework.eventhandling.GenericTrackedEventMessage
Creates a GenericTrackedEventMessage with given trackingToken and delegate event message.
GenericTrackedEventMessage(TrackingToken, Message<T>, Instant) - Constructor for class org.axonframework.eventhandling.GenericTrackedEventMessage
Initializes a GenericTrackedEventMessage with given message as delegate and given timestamp.
GenericUpcasterChain<T> - Class in org.axonframework.serialization.upcasting
Implementation of an Upcaster that is formed of a chain of other upcasters which are combined to upcast a stream of intermediate objects.
GenericUpcasterChain(Upcaster<T>...) - Constructor for class org.axonframework.serialization.upcasting.GenericUpcasterChain
Initializes an upcaster chain from one or more upcasters.
GenericUpcasterChain(List<? extends Upcaster<T>>) - Constructor for class org.axonframework.serialization.upcasting.GenericUpcasterChain
Initializes an upcaster chain from the given list of upcasters.
get(K) - Method in interface org.axonframework.common.caching.Cache
Returns an item from the cache, or null if no item was stored under that key
get(K) - Method in class org.axonframework.common.caching.EhCacheAdapter
 
get(K) - Method in class org.axonframework.common.caching.JCacheAdapter
 
get(K) - Method in class org.axonframework.common.caching.NoCache
 
get(K) - Method in class org.axonframework.common.caching.WeakReferenceCache
 
get(String) - Method in class org.axonframework.eventhandling.tokenstore.ConfigToken
Retrieves the value of the configuration element for the given key.
get(String) - Method in class org.axonframework.messaging.annotation.AnnotatedHandlerAttributes
 
get(String) - Method in interface org.axonframework.messaging.HandlerAttributes
Retrieve the attribute for the given attributeKey.
get(Object) - Method in class org.axonframework.messaging.MetaData
 
get(String) - Method in class org.axonframework.messaging.SimpleHandlerAttributes
 
get() - Static method in class org.axonframework.messaging.unitofwork.CurrentUnitOfWork
Gets the UnitOfWork bound to the current thread.
get() - Method in class org.axonframework.serialization.CachingSupplier
 
get() - Method in class org.axonframework.util.MavenArtifactVersionResolver
Returns the specified jar version.
getAggregateIdentifier() - Method in class org.axonframework.eventhandling.AbstractDomainEventEntry
 
getAggregateIdentifier() - Method in interface org.axonframework.eventhandling.DomainEventData
Returns the Identifier of the Aggregate to which the Event was applied.
getAggregateIdentifier() - Method in interface org.axonframework.eventhandling.DomainEventMessage
Returns the identifier of the Aggregate that generated this DomainEvent.
getAggregateIdentifier() - Method in class org.axonframework.eventhandling.GenericDomainEventMessage
 
getAggregateIdentifier() - Method in class org.axonframework.eventhandling.TrackedDomainEventData
 
getAggregateIdentifier() - Method in class org.axonframework.serialization.upcasting.event.InitialEventRepresentation
 
getAggregateIdentifier() - Method in interface org.axonframework.serialization.upcasting.event.IntermediateEventRepresentation
Returns the Identifier of the Aggregate to which the Event owning the object to upcast, was applied.
getAggregateIdentifier() - Method in class org.axonframework.serialization.upcasting.event.UpcastedEventRepresentation
 
getAggregateType() - Method in class org.axonframework.serialization.upcasting.event.InitialEventRepresentation
 
getAggregateType() - Method in interface org.axonframework.serialization.upcasting.event.IntermediateEventRepresentation
Returns the Type of the Aggregate to which the Event owning the object to upcast, was applied.
getAggregateType() - Method in class org.axonframework.serialization.upcasting.event.UpcastedEventRepresentation
 
getAll() - Method in class org.axonframework.messaging.annotation.AnnotatedHandlerAttributes
 
getAll() - Method in interface org.axonframework.messaging.HandlerAttributes
Retrieve all attributes stored in this HandlerAttributes object.
getAll() - Method in class org.axonframework.messaging.SimpleHandlerAttributes
 
getAllHandlers() - Method in class org.axonframework.messaging.annotation.AnnotatedHandlerInspector
Gets all handlers per type for inspected entity.
getAllInspectedTypes() - Method in class org.axonframework.messaging.annotation.AnnotatedHandlerInspector
Returns a Set of all types which have been inspected for handlers.
getAllInterceptors() - Method in class org.axonframework.messaging.annotation.AnnotatedHandlerInspector
Returns a Map of all registered interceptor methods per inspected type.
getBatchSize() - Method in class org.axonframework.eventhandling.TrackingEventProcessorConfiguration
 
getChannelIdentifier() - Method in class org.axonframework.commandhandling.distributed.CommandCallbackWrapper
Returns the identifier of the channel over which the command message was sent.
getCharset() - Method in class org.axonframework.serialization.AbstractXStreamSerializer
Returns the character set used to convert character to bytes and vice versa.
getCommandBus() - Method in class org.axonframework.commandhandling.gateway.AbstractCommandGateway
Returns the CommandBus used by this gateway.
getCommandFilter() - Method in class org.axonframework.commandhandling.distributed.ConsistentHash.ConsistentHashMember
Returns this member's filter describing the commands it supports
getCommandIdentifier() - Method in class org.axonframework.commandhandling.distributed.DispatchMessage
Returns the identifier of the command carried by this instance.
getCommandIdentifier() - Method in class org.axonframework.commandhandling.distributed.ReplyMessage
Returns the identifier of the command for which this message is a reply.
getCommandMessage(Serializer) - Method in class org.axonframework.commandhandling.distributed.DispatchMessage
Returns the CommandMessage wrapped in this Message.
getCommandName() - Method in interface org.axonframework.commandhandling.CommandMessage
Returns the name of the command to execute.
getCommandName() - Method in class org.axonframework.commandhandling.distributed.DispatchMessage
Returns the command name of the command carried by this instance.
getCommandName() - Method in class org.axonframework.commandhandling.GenericCommandMessage
 
getCommandResultMessage(Serializer) - Method in class org.axonframework.commandhandling.distributed.ReplyMessage
Returns a CommandResultMessage containg the result of command processing.
getConfig() - Method in class org.axonframework.eventhandling.tokenstore.ConfigToken
Returns the properties contained in this token as a Map.
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.common.jdbc.UnitOfWorkAwareConnectionProviderWrapper
 
getConnection() - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
Returns a Connection to the database.
getConnectionEndpoint(Class<T>) - Method in class org.axonframework.commandhandling.distributed.ConsistentHash.ConsistentHashMember
 
getConnectionEndpoint(Class<T>) - Method in interface org.axonframework.commandhandling.distributed.Member
Get the endpoint of this Member given a protocol.
getConnectionEndpoint(Class<T>) - Method in class org.axonframework.commandhandling.distributed.SimpleMember
 
getContentType() - Method in class org.axonframework.serialization.SerializedMetaData
 
getContentType() - Method in interface org.axonframework.serialization.SerializedObject
Returns the type of this representation's data.
getContentType() - Method in class org.axonframework.serialization.SimpleSerializedObject
 
getConverter() - Method in class org.axonframework.serialization.AbstractXStreamSerializer
Returns the Converter used by this serialized.
getConverter() - Method in class org.axonframework.serialization.JavaSerializer
Deprecated.
 
getConverter() - Method in class org.axonframework.serialization.json.JacksonSerializer
 
getConverter() - Method in interface org.axonframework.serialization.Serializer
Returns the Converter used by this Serializer to convert between serialized representations.
getCorrelationData() - Method in class org.axonframework.messaging.unitofwork.AbstractUnitOfWork
 
getCorrelationData() - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
Get the correlation data contained in the message being processed by the Unit of Work.
getCurrentPosition() - Method in interface org.axonframework.eventhandling.EventTrackerStatus
Return the estimated relative current token position this Segment represents.
getCurrentPosition() - Method in class org.axonframework.eventhandling.TrackerStatus
 
getCurrentPosition() - Method in class org.axonframework.eventhandling.WrappedTrackerStatus
 
getCurrentScope() - Static method in class org.axonframework.messaging.Scope
Retrieve the current Scope.
getCurrentToken() - Method in class org.axonframework.eventhandling.ReplayToken
Gets the current token.
getData() - Method in class org.axonframework.serialization.SerializedMetaData
 
getData() - Method in interface org.axonframework.serialization.SerializedObject
The actual data of the serialized object.
getData() - Method in class org.axonframework.serialization.SimpleSerializedObject
 
getData() - Method in class org.axonframework.serialization.upcasting.event.InitialEventRepresentation
 
getData(Class<D>) - Method in class org.axonframework.serialization.upcasting.event.InitialEventRepresentation
 
getData() - Method in interface org.axonframework.serialization.upcasting.event.IntermediateEventRepresentation
Get the data of this representation.
getData(Class<D>) - Method in interface org.axonframework.serialization.upcasting.event.IntermediateEventRepresentation
Get the data of this representation.
getData() - Method in class org.axonframework.serialization.upcasting.event.UpcastedEventRepresentation
 
getData(Class<D>) - Method in class org.axonframework.serialization.upcasting.event.UpcastedEventRepresentation
 
getDeadlineName() - Method in interface org.axonframework.deadline.DeadlineMessage
Retrieve a String representing the name of this DeadlineMessage.
getDeadlineName() - Method in class org.axonframework.deadline.GenericDeadlineMessage
 
getDefaultCorrelationKey() - Static method in class org.axonframework.messaging.correlation.MessageOriginProvider
Returns the default metadata key for the correlation id of a message.
getDefaultTraceKey() - Static method in class org.axonframework.messaging.correlation.MessageOriginProvider
Returns the default metadata key for the trace id of a message.
getDelegate() - Method in class org.axonframework.messaging.MessageDecorator
Returns the wrapped message delegate.
getDelegates() - Method in class org.axonframework.messaging.annotation.MultiHandlerDefinition
Returns the delegates of this instance, in the order they are evaluated to resolve parameters.
getDelegates() - Method in class org.axonframework.messaging.annotation.MultiHandlerEnhancerDefinition
Returns the delegates of this instance, in the order they are evaluated to resolve parameters.
getDelegates() - Method in class org.axonframework.messaging.annotation.MultiParameterResolverFactory
Returns the delegates of this instance, in the order they are evaluated to resolve parameters.
getDescriptions() - Method in class org.axonframework.messaging.RemoteExceptionDescription
Returns the List of Strings describing the causes of the exception on the remote end.
getDetails() - Method in exception org.axonframework.messaging.HandlerExecutionException
Returns an Optional containing application-specific details of the exception, if any were provided.
getEligibleMembers(String) - Method in class org.axonframework.commandhandling.distributed.ConsistentHash
Returns the collection of nodes, represented as ConsistentHash.ConsistentHashMember, in the order they would be considered for the given routing key.
getEntityManager() - Method in interface org.axonframework.common.jpa.EntityManagerProvider
Returns the EntityManager instance to use.
getEntityManager() - Method in class org.axonframework.common.jpa.SimpleEntityManagerProvider
 
getError() - Method in interface org.axonframework.eventhandling.EventTrackerStatus
Returns the exception that caused processing to fail, if present.
getError() - Method in class org.axonframework.eventhandling.TrackerStatus
 
getError() - Method in class org.axonframework.eventhandling.WrappedTrackerStatus
 
getEventAvailabilityTimeout() - Method in class org.axonframework.eventhandling.TrackingEventProcessorConfiguration
 
getEventBus() - Method in class org.axonframework.eventhandling.gateway.AbstractEventGateway
Returns the EventBus used by this EventGateway.
getEventIdentifier() - Method in class org.axonframework.eventhandling.AbstractEventEntry
 
getEventIdentifier() - Method in interface org.axonframework.eventhandling.EventData
Returns the identifier of the serialized event.
getEventIdentifier() - Method in class org.axonframework.eventhandling.TrackedDomainEventData
 
getEventTrackerStatusChangeListener() - Method in class org.axonframework.eventhandling.TrackingEventProcessorConfiguration
Returns the EventTrackerStatusChangeListener defined in this configuration, to be called whenever an EventTrackerStatus change occurs.
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 org.axonframework.messaging.RemoteHandlingException
Returns a List of Strings describing the remote exception.
getExceptionResult() - Method in class org.axonframework.messaging.unitofwork.ExecutionResult
Get the execution result in case the result is an exception.
getExceptionRevision() - Method in class org.axonframework.commandhandling.distributed.ReplyMessage
Returns the exception revision of the serialized reply message.
getExceptionType() - Method in class org.axonframework.commandhandling.distributed.ReplyMessage
Returns the exception type of the serialized reply message.
getExecutionResult() - Method in class org.axonframework.messaging.unitofwork.BatchingUnitOfWork
 
getExecutionResult() - Method in class org.axonframework.messaging.unitofwork.DefaultUnitOfWork
 
getExecutionResult() - Method in class org.axonframework.messaging.unitofwork.MessageProcessingContext
Get the result of processing the Message.
getExecutionResult() - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
Get the result of the task that was executed by this Unit of Work.
getExecutionResults() - Method in class org.axonframework.messaging.unitofwork.BatchingUnitOfWork
Returns a Map of ExecutionResult per Message.
getExpectedResponseType() - Method in class org.axonframework.messaging.responsetypes.AbstractResponseType
 
getExpectedResponseType() - Method in interface org.axonframework.messaging.responsetypes.ResponseType
Gets actual response type or generic placeholder.
getFieldValue(Field, Object) - Static method in class org.axonframework.common.ReflectionUtils
Returns the value of the given field in the given object.
getGaps() - Method in class org.axonframework.eventhandling.GapAwareTrackingToken
Get a SortedSet of this token's gaps.
getGlobalIndex() - Method in class org.axonframework.eventhandling.GlobalSequenceTrackingToken
Get the global sequence number of the event
getGroupIdentifier() - Method in class org.axonframework.eventhandling.scheduling.quartz.QuartzScheduleToken
Returns the Quartz group identifier.
getHandlerEnhancerDefinition() - Method in class org.axonframework.messaging.annotation.MultiHandlerDefinition
Returns handler enhancer definition used to wrap handlers.
getHandlerInterceptors() - Method in class org.axonframework.eventhandling.AbstractEventProcessor
 
getHandlerInterceptors() - Method in interface org.axonframework.eventhandling.EventProcessor
Return the list of already registered MessageHandlerInterceptors for this event processor.
getHandlers() - Method in class org.axonframework.messaging.annotation.AnnotatedHandlerInspector
getHandlers(Class<?>) - Method in class org.axonframework.messaging.annotation.AnnotatedHandlerInspector
Returns a list of detected members of given type that are capable of handling certain messages.
getIdentifier() - Method in interface org.axonframework.eventhandling.EventMessage
Returns the identifier of this event.
getIdentifier() - Method in class org.axonframework.messaging.AbstractMessage
 
getIdentifier() - Method in interface org.axonframework.messaging.Message
Returns the identifier of this message.
getIdentifier() - Method in class org.axonframework.messaging.MessageDecorator
 
getIdentifier() - Method in class org.axonframework.messaging.responsetypes.ConvertingResponseMessage
 
getIndex() - Method in class org.axonframework.eventhandling.GapAwareTrackingToken
Get the highest global sequence of events seen up until the point of this tracking token.
getInitialSegmentsCount() - Method in class org.axonframework.eventhandling.TrackingEventProcessorConfiguration
 
getInitialTrackingToken() - Method in class org.axonframework.eventhandling.TrackingEventProcessorConfiguration
 
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.eventhandling.TrackerStatus
Return the TrackingToken this EventTrackerStatus portrays the status of.
getJobIdentifier() - Method in class org.axonframework.eventhandling.scheduling.quartz.QuartzScheduleToken
Returns the Quartz job identifier.
getListenerInvocationErrorHandler() - Method in class org.axonframework.eventhandling.SimpleEventHandlerInvoker
 
getLoadFactor() - Method in class org.axonframework.commandhandling.distributed.DistributedCommandBus
Returns the current load factor of this node.
getMask() - Method in class org.axonframework.eventhandling.Segment
Getter for the segment mask.
getMaxThreadCount() - Method in class org.axonframework.eventhandling.TrackingEventProcessorConfiguration
 
getMember(String, CommandMessage<?>) - Method in class org.axonframework.commandhandling.distributed.ConsistentHash
Returns the member instance to which the given message should be routed.
getMemberGenericString(Member) - Static method in class org.axonframework.common.ReflectionUtils
Returns the generic string of the given member.
getMemberGenericType(Member) - Static method in class org.axonframework.common.ReflectionUtils
Returns the generic type of value of the given member, either by returning the generic type of Field or generic return type of a Method.
getMembers() - Method in class org.axonframework.commandhandling.distributed.ConsistentHash
Returns the set of members registered with this consistent hash instance.
getMemberValue(Member, Object) - Static method in class org.axonframework.common.ReflectionUtils
Returns the value of the given member in the given object, either by returning Field value or invoking the method.
getMemberValueType(Member) - Static method in class org.axonframework.common.ReflectionUtils
Returns the type of value of the given member, either by returning the type of Field or type of the return value of a Method.
getMessage() - Method in class org.axonframework.commandhandling.distributed.CommandCallbackWrapper
Returns the command message that was sent.
getMessage() - Method in class org.axonframework.messaging.unitofwork.BatchingUnitOfWork
 
getMessage() - Method in class org.axonframework.messaging.unitofwork.DefaultUnitOfWork
 
getMessage() - Method in class org.axonframework.messaging.unitofwork.MessageProcessingContext
Get the Message that is being processed in this context.
getMessage() - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
Get the message that is being processed by the Unit of Work.
getMessageIdentifier() - Method in class org.axonframework.serialization.upcasting.event.InitialEventRepresentation
 
getMessageIdentifier() - Method in interface org.axonframework.serialization.upcasting.event.IntermediateEventRepresentation
Returns the identifier of the message wrapping the object to upcast.
getMessageIdentifier() - Method in class org.axonframework.serialization.upcasting.event.UpcastedEventRepresentation
 
getMessages() - Method in class org.axonframework.messaging.unitofwork.BatchingUnitOfWork
Get the batch of messages that is being processed (or has been processed) by this unit of work.
getMessageSource() - Method in class org.axonframework.eventhandling.SubscribingEventProcessor
Returns the message source from which this processor receives its events
getMessageSource() - Method in class org.axonframework.eventhandling.TrackingEventProcessor
Returns the StreamableMessageSource this processor is using
getMetaData() - Method in class org.axonframework.eventhandling.AbstractEventEntry
 
getMetaData() - Method in interface org.axonframework.eventhandling.EventData
Returns the serialized data of the MetaData of the serialized Event.
getMetaData() - Method in class org.axonframework.eventhandling.TrackedDomainEventData
 
getMetaData() - Method in class org.axonframework.messaging.GenericMessage
 
getMetaData() - Method in interface org.axonframework.messaging.Message
Returns the meta data for this message.
getMetaData() - Method in class org.axonframework.messaging.MessageDecorator
 
getMetaData() - Method in class org.axonframework.messaging.responsetypes.ConvertingResponseMessage
 
getMetaData() - Method in class org.axonframework.serialization.SerializedMessage
 
getMetaData() - Method in class org.axonframework.serialization.upcasting.event.InitialEventRepresentation
 
getMetaData() - Method in interface org.axonframework.serialization.upcasting.event.IntermediateEventRepresentation
Returns the meta data of the message wrapping the object being upcast.
getMetaData() - Method in class org.axonframework.serialization.upcasting.event.UpcastedEventRepresentation
 
getName() - Method in class org.axonframework.eventhandling.AbstractEventProcessor
 
getName() - Method in interface org.axonframework.eventhandling.EventProcessor
Returns the name of this event processor.
getName() - Method in interface org.axonframework.serialization.SerializedType
Returns the name of the serialized type.
getName() - Method in class org.axonframework.serialization.SimpleSerializedType
 
getNonEmptyOrDefault(T, T) - Static method in class org.axonframework.common.ObjectUtils
Returns the given instance, if not null or of zero length, or otherwise the given defaultValue.
getObject() - Method in class org.axonframework.serialization.LazyDeserializingObject
De-serializes the object and returns the result.
getObjectMapper() - Method in class org.axonframework.serialization.json.JacksonSerializer
Returns the ObjectMapper used by this serializer, allowing for configuration of the serialization settings.
getOrComputeResource(String, Function<? super String, R>) - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
Returns the resource attached under given name.
getOrDefault(T, Supplier<T>) - Static method in class org.axonframework.common.ObjectUtils
Returns the given instance, if not null, or otherwise the value provided by defaultProvider.
getOrDefault(T, T) - Static method in class org.axonframework.common.ObjectUtils
Returns the given instance, if not null, or otherwise the given defaultValue.
getOrDefault(I, Function<I, T>, T) - Static method in class org.axonframework.common.ObjectUtils
Returns the result of the given valueProvider by ingesting the given instance, if the instance is not null.
getOrDefaultResource(String, R) - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
Returns the resource attached under given name.
getOverflowStrategy() - Method in class org.axonframework.queryhandling.SubscriptionQueryBackpressure
Deprecated.
Gets the overflow strategy.
getOwner() - Method in class org.axonframework.eventhandling.tokenstore.AbstractTokenEntry
Returns the identifier of the process (JVM) having a claim on this token, or null if the token isn't claimed.
getPayload() - Method in class org.axonframework.eventhandling.AbstractEventEntry
 
getPayload() - Method in interface org.axonframework.eventhandling.EventData
Returns the serialized data of the Event Message's payload.
getPayload() - Method in class org.axonframework.eventhandling.TrackedDomainEventData
 
getPayload() - Method in class org.axonframework.messaging.GenericMessage
 
getPayload() - Method in class org.axonframework.messaging.GenericResultMessage
 
getPayload() - Method in interface org.axonframework.messaging.Message
Returns the payload of this message.
getPayload() - Method in class org.axonframework.messaging.MessageDecorator
 
getPayload() - Method in class org.axonframework.messaging.responsetypes.ConvertingResponseMessage
 
getPayload() - Method in class org.axonframework.serialization.SerializedMessage
 
getPayloadRevision() - Method in class org.axonframework.commandhandling.distributed.DispatchMessage
Returns the payload revision of the serialized payload of the command carried by this instance.
getPayloadRevision() - Method in class org.axonframework.commandhandling.distributed.ReplyMessage
Returns the payload revision of the serialized reply message.
getPayloadType() - Method in class org.axonframework.commandhandling.distributed.DispatchMessage
Returns the payload type of the serialized payload of the command carried by this instance.
getPayloadType() - Method in class org.axonframework.commandhandling.distributed.ReplyMessage
Returns the payload type of the serialized reply message.
getPayloadType() - Method in class org.axonframework.messaging.GenericMessage
 
getPayloadType() - Method in interface org.axonframework.messaging.Message
Returns the type of the payload.
getPayloadType() - Method in class org.axonframework.messaging.MessageDecorator
 
getPayloadType() - Method in class org.axonframework.messaging.responsetypes.ConvertingResponseMessage
 
getPayloadType() - Method in class org.axonframework.serialization.SerializedMessage
 
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.eventhandling.tokenstore.AbstractTokenEntry
Returns the name of the process to which this token belongs.
getProcessorName() - Method in class org.axonframework.eventhandling.tokenstore.GenericTokenEntry
 
getProcessorName() - Method in class org.axonframework.eventhandling.tokenstore.jpa.TokenEntry
 
getProperty(Class<? extends T>, String) - Static method in class org.axonframework.common.property.PropertyAccessStrategy
Iterates over all known PropertyAccessStrategy implementations to create a Property instance for the given parameters.
getQueryName() - Method in interface org.axonframework.queryhandling.annotation.QueryHandlingMember
Returns the name of the query the handler can handle
getQueryName() - Method in class org.axonframework.queryhandling.GenericQueryMessage
 
getQueryName() - Method in interface org.axonframework.queryhandling.QueryMessage
Returns the name identifying the query to be executed.
getReader(Class<?>) - Method in class org.axonframework.serialization.json.JacksonSerializer
Provides the ObjectReader, with which objects are read from the JSON form.
getRegistration() - Method in class org.axonframework.queryhandling.UpdateHandlerRegistration
Gets the registration.
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().
getResetPosition() - Method in interface org.axonframework.eventhandling.EventTrackerStatus
Return the relative position at which a reset was triggered for this Segment.
getResetPosition() - Method in class org.axonframework.eventhandling.TrackerStatus
 
getResetPosition() - Method in class org.axonframework.eventhandling.WrappedTrackerStatus
 
getResolver() - Method in class org.axonframework.eventhandling.ConcludesBatchParameterResolverFactory
 
getResolver() - Method in class org.axonframework.eventhandling.SequenceNumberParameterResolverFactory
 
getResolver() - Method in class org.axonframework.eventhandling.TimestampParameterResolverFactory
 
getResolver() - Method in class org.axonframework.messaging.annotation.AbstractAnnotatedParameterResolverFactory
 
getResolver() - Method in class org.axonframework.messaging.annotation.MessageIdentifierParameterResolverFactory
 
getResolver() - Method in class org.axonframework.messaging.annotation.SourceIdParameterResolverFactory
 
getResource(String) - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
Returns the resource attached under given name, or null if no such resource is available.
getResponseType() - Method in class org.axonframework.queryhandling.GenericQueryMessage
 
getResponseType() - Method in interface org.axonframework.queryhandling.QueryMessage
The type of response expected by the sender of the query
getResult() - Method in class org.axonframework.commandhandling.callbacks.FutureCallback
Waits if necessary for the command handling to complete, and then returns its result.
getResult(long, TimeUnit) - Method in class org.axonframework.commandhandling.callbacks.FutureCallback
Waits if necessary for at most the given time for the command handling to complete, and then retrieves its result, if available.
getResult() - Method in class org.axonframework.messaging.unitofwork.ExecutionResult
Return the execution result message.
getResultType() - Method in interface org.axonframework.queryhandling.annotation.QueryHandlingMember
Returns the return type declared by the handler
getRevision() - Method in interface org.axonframework.serialization.SerializedType
Returns the revision identifier of the serialized object.
getRevision() - Method in class org.axonframework.serialization.SimpleSerializedType
 
getRevisionResolver() - Method in class org.axonframework.serialization.json.JacksonSerializer
Returns the revision resolver used by this serializer.
getRoutingKey(CommandMessage<?>) - Method in class org.axonframework.commandhandling.distributed.AbstractRoutingStrategy
 
getRoutingKey(CommandMessage<?>) - Method in interface org.axonframework.commandhandling.distributed.RoutingStrategy
Generates a routing key for the given command.
getRoutingKey(CommandMessage<?>) - Method in enum org.axonframework.commandhandling.distributed.UnresolvedRoutingKeyPolicy
 
getSegment() - Method in interface org.axonframework.eventhandling.EventTrackerStatus
The segment for which this status is valid.
getSegment() - Method in class org.axonframework.eventhandling.tokenstore.AbstractTokenEntry
Returns the segment index of the process to which this token belongs.
getSegment() - Method in class org.axonframework.eventhandling.tokenstore.GenericTokenEntry
 
getSegment() - Method in class org.axonframework.eventhandling.tokenstore.jpa.TokenEntry
 
getSegment() - Method in class org.axonframework.eventhandling.TrackerStatus
 
getSegment() - Method in class org.axonframework.eventhandling.WrappedTrackerStatus
 
getSegmentId() - Method in class org.axonframework.eventhandling.Segment
Getter for the segment identifier.
getSequenceIdentifierFor(EventMessage<?>) - Method in class org.axonframework.eventhandling.async.FullConcurrencyPolicy
 
getSequenceIdentifierFor(EventMessage) - Method in class org.axonframework.eventhandling.async.PropertySequencingPolicy
 
getSequenceIdentifierFor(T) - Method in interface org.axonframework.eventhandling.async.SequencingPolicy
Returns the sequence identifier for the given event.
getSequenceIdentifierFor(EventMessage) - Method in class org.axonframework.eventhandling.async.SequentialPerAggregatePolicy
 
getSequenceIdentifierFor(Object) - Method in class org.axonframework.eventhandling.async.SequentialPolicy
 
getSequenceNumber() - Method in class org.axonframework.eventhandling.AbstractDomainEventEntry
 
getSequenceNumber() - Method in interface org.axonframework.eventhandling.DomainEventData
Returns the sequence number of the event in the aggregate.
getSequenceNumber() - Method in interface org.axonframework.eventhandling.DomainEventMessage
Returns the sequence number that allows DomainEvents originating from the same Aggregate to be placed in the order of generation.
getSequenceNumber() - Method in class org.axonframework.eventhandling.GenericDomainEventMessage
 
getSequenceNumber() - Method in class org.axonframework.eventhandling.TrackedDomainEventData
 
getSequenceNumber() - Method in class org.axonframework.serialization.upcasting.event.InitialEventRepresentation
 
getSequenceNumber() - Method in interface org.axonframework.serialization.upcasting.event.IntermediateEventRepresentation
Returns the sequence number of the event in the aggregate, or an empty Optional if the message wrapping the object being upcast does not contain a sequence number.
getSequenceNumber() - Method in class org.axonframework.serialization.upcasting.event.UpcastedEventRepresentation
 
getSequencingPolicy() - Method in class org.axonframework.eventhandling.SimpleEventHandlerInvoker
 
getSerializedException() - Method in class org.axonframework.commandhandling.distributed.ReplyMessage
Returns the serialized exception of the serialized reply message.
getSerializedMetaData() - Method in class org.axonframework.commandhandling.distributed.DispatchMessage
Returns the serialized metadata of the command carried by this instance.
getSerializedMetaData() - Method in class org.axonframework.commandhandling.distributed.ReplyMessage
Returns the serialized meta data of the serialized reply message.
getSerializedObject() - Method in class org.axonframework.serialization.LazyDeserializingObject
Returns the serialized object to deserialize upon request
getSerializedPayload() - Method in class org.axonframework.commandhandling.distributed.DispatchMessage
Returns the serialized payload of the command carried by this instance.
getSerializedPayload() - Method in class org.axonframework.commandhandling.distributed.ReplyMessage
Returns the serialized payload of the serialized reply message.
getSerializedToken() - Method in class org.axonframework.eventhandling.tokenstore.AbstractTokenEntry
Returns the serialized token.
getSerializer() - Method in class org.axonframework.serialization.LazyDeserializingObject
Returns the serializer to deserialize this object
getState() - Method in class org.axonframework.eventhandling.TrackingEventProcessor
Get the state of the event processor.
getSubscriptions() - Method in class org.axonframework.queryhandling.SimpleQueryBus
Returns the subscriptions for this query bus.
getTargetType() - Method in class org.axonframework.eventhandling.AnnotationEventHandlerAdapter
 
getTargetType() - Method in interface org.axonframework.messaging.MessageHandler
Returns the instance type that this handler delegates to.
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
 
getThreadFactory(String) - Method in class org.axonframework.eventhandling.TrackingEventProcessorConfiguration
Provides the ThreadFactory to use to construct Threads for the processor with given processorName
getTimestamp() - Method in class org.axonframework.eventhandling.AbstractEventEntry
 
getTimestamp() - Method in interface org.axonframework.eventhandling.EventData
Returns the timestamp at which the event was first created.
getTimestamp() - Method in interface org.axonframework.eventhandling.EventMessage
Returns the timestamp of this event.
getTimestamp() - Method in class org.axonframework.eventhandling.GenericEventMessage
 
getTimestamp() - Method in class org.axonframework.eventhandling.TrackedDomainEventData
 
getTimestamp() - Method in class org.axonframework.serialization.upcasting.event.InitialEventRepresentation
 
getTimestamp() - Method in interface org.axonframework.serialization.upcasting.event.IntermediateEventRepresentation
Returns the timestamp at which the event was first created.
getTimestamp() - Method in class org.axonframework.serialization.upcasting.event.UpcastedEventRepresentation
 
getToken(Serializer) - Method in class org.axonframework.eventhandling.tokenstore.AbstractTokenEntry
Returns the token, deserializing it with given serializer
getTokenAtReset(TrackingToken) - Static method in class org.axonframework.eventhandling.ReplayToken
Return the relative position at which a reset was triggered for this Segment.
getTokenAtReset() - Method in class org.axonframework.eventhandling.ReplayToken
Gets the token representing the position at which the reset was triggered.
getTokenClaimInterval() - Method in class org.axonframework.eventhandling.TrackingEventProcessorConfiguration
Returns the time, in milliseconds, the processor should wait after a failed attempt to claim any segments for processing.
getTokenForStream(String) - Method in class org.axonframework.eventhandling.MultiSourceTrackingToken
Return the tracking token for an individual stream
getTokenId() - Method in class org.axonframework.eventhandling.scheduling.java.SimpleScheduleToken
Returns the identifier of the scheduled task.
getTokenStoreIdentifier() - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor
 
getTokenStoreIdentifier() - Method in interface org.axonframework.eventhandling.StreamingEventProcessor
Returns the unique identifier of the TokenStore used by this StreamingEventProcessor.
getTokenStoreIdentifier() - Method in class org.axonframework.eventhandling.TrackingEventProcessor
 
getTokenType() - Method in class org.axonframework.eventhandling.tokenstore.AbstractTokenEntry
Returns the SerializedType of the serialized token, or null if no token is stored by this entry.
getTrackingToken() - Method in interface org.axonframework.eventhandling.EventTrackerStatus
The tracking token of the last event that has been seen by this Segment.
getTrackingToken() - Method in class org.axonframework.eventhandling.TrackerStatus
 
getTrackingToken() - Method in class org.axonframework.eventhandling.WrappedTrackerStatus
 
getTrackingToken() - Method in class org.axonframework.serialization.upcasting.event.InitialEventRepresentation
 
getTrackingToken() - Method in interface org.axonframework.serialization.upcasting.event.IntermediateEventRepresentation
Returns the tracking token of the event, or an empty Optional if the message wrapping the object being upcast does not contain a tracking token.
getTrackingToken() - Method in class org.axonframework.serialization.upcasting.event.UpcastedEventRepresentation
 
getTrackingTokens() - Method in class org.axonframework.eventhandling.MultiSourceTrackingToken
Returns the map containing the constituent tokens.
getType() - Method in class org.axonframework.eventhandling.AbstractDomainEventEntry
 
getType() - Method in interface org.axonframework.eventhandling.DomainEventData
Returns the type identifier of the aggregate.
getType() - Method in interface org.axonframework.eventhandling.DomainEventMessage
Returns the type of the Aggregate that generated this DomainEvent.
getType() - Method in class org.axonframework.eventhandling.GenericDomainEventMessage
 
getType() - Method in class org.axonframework.eventhandling.TrackedDomainEventData
 
getType() - Method in class org.axonframework.serialization.LazyDeserializingObject
Returns the class of the serialized object.
getType() - Method in class org.axonframework.serialization.SerializedMetaData
 
getType() - Method in interface org.axonframework.serialization.SerializedObject
Returns the description of the type of object contained in the data.
getType() - Method in class org.axonframework.serialization.SimpleSerializedObject
 
getType() - Method in class org.axonframework.serialization.upcasting.event.InitialEventRepresentation
 
getType() - Method in interface org.axonframework.serialization.upcasting.event.IntermediateEventRepresentation
Returns the type and version of the data contained in this representation.
getType() - Method in class org.axonframework.serialization.upcasting.event.UpcastedEventRepresentation
 
getUpcasters() - Method in class org.axonframework.serialization.upcasting.GenericUpcasterChain
Returns the list of upcasters that makes up this chain.
getUpdateResponseType() - Method in class org.axonframework.queryhandling.GenericSubscriptionQueryMessage
 
getUpdateResponseType() - Method in interface org.axonframework.queryhandling.SubscriptionQueryMessage
Returns the type of incremental responses.
getUpdates() - Method in class org.axonframework.queryhandling.UpdateHandlerRegistration
Gets the updates.
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 org.axonframework.messaging.annotation.UnsupportedHandlerException
A reference to the method that violated the event handler rules.
getViolations() - Method in exception org.axonframework.messaging.interceptors.JSR303ViolationException
Returns the violations that were detected when this exception was thrown.
getWriter() - Method in class org.axonframework.serialization.json.JacksonSerializer
Provides the ObjectWriter, with which objects are serialized to JSON form.
getXStream() - Method in class org.axonframework.serialization.AbstractXStreamSerializer
Returns a reference to the underlying XStream instance, that does the actual serialization.
GlobalSequenceTrackingToken - Class in org.axonframework.eventhandling
Tracking token based on the global sequence number of an event.
GlobalSequenceTrackingToken(long) - Constructor for class org.axonframework.eventhandling.GlobalSequenceTrackingToken
Initializes a GlobalSequenceTrackingToken from the given globalIndex of the event.

H

handle(CommandMessage<?>) - Method in class org.axonframework.commandhandling.AnnotationCommandHandlerAdapter
Invokes the @CommandHandler annotated method that accepts the given command.
handle(CommandMessage<C>, MessageHandler<? super CommandMessage<?>>, CommandCallback<? super C, ? super R>) - Method in class org.axonframework.commandhandling.AsynchronousCommandBus
 
handle(CommandMessage<C>, MessageHandler<? super CommandMessage<?>>, CommandCallback<? super C, ? super R>) - Method in class org.axonframework.commandhandling.SimpleCommandBus
Performs the actual handling logic.
handle(EventMessage<?>) - Method in class org.axonframework.eventhandling.AnnotationEventHandlerAdapter
 
handle(List<? extends EventMessage<?>>, Consumer<List<? extends EventMessage<?>>>) - Method in class org.axonframework.eventhandling.async.AsynchronousEventProcessingStrategy
 
handle(List<? extends EventMessage<?>>, Consumer<List<? extends EventMessage<?>>>) - Method in enum org.axonframework.eventhandling.DirectEventProcessingStrategy
 
handle(EventMessage<?>, Segment) - Method in interface org.axonframework.eventhandling.EventHandlerInvoker
Handle the given message for the given segment.
handle(EventMessage<?>) - Method in interface org.axonframework.eventhandling.EventMessageHandler
Process the given event.
handle(List<? extends EventMessage<?>>, Consumer<List<? extends EventMessage<?>>>) - Method in interface org.axonframework.eventhandling.EventProcessingStrategy
Handle the given batch of events.
handle(List<? extends EventMessage<?>>) - Method in class org.axonframework.eventhandling.interceptors.EventLoggingInterceptor
 
handle(EventMessage<?>, Segment) - Method in class org.axonframework.eventhandling.MultiEventHandlerInvoker
 
handle(EventMessage<?>, Segment) - Method in class org.axonframework.eventhandling.SimpleEventHandlerInvoker
 
handle(Message<?>, T) - Method in class org.axonframework.messaging.annotation.AnnotatedMessageHandlingMember
 
handle(Message<?>, T, MessageHandlingMember<? super T>) - Method in interface org.axonframework.messaging.annotation.MessageHandlerInterceptorMemberChain
Handle the given message by passing it through the interceptors and ultimately to the given handler on the given target instance.
handle(Message<?>, T) - Method in interface org.axonframework.messaging.annotation.MessageHandlingMember
Handles the given message by invoking the appropriate method on given target.
handle(Message<?>, T) - Method in class org.axonframework.messaging.annotation.WrappedMessageHandlingMember
 
handle(UnitOfWork<? extends T>, InterceptorChain) - Method in class org.axonframework.messaging.interceptors.BeanValidationInterceptor
 
handle(List<? extends T>) - Method in class org.axonframework.messaging.interceptors.BeanValidationInterceptor
 
handle(UnitOfWork<? extends T>, InterceptorChain) - Method in class org.axonframework.messaging.interceptors.CorrelationDataInterceptor
 
handle(List<? extends T>) - Method in class org.axonframework.messaging.interceptors.LoggingInterceptor
 
handle(UnitOfWork<? extends T>, InterceptorChain) - Method in class org.axonframework.messaging.interceptors.LoggingInterceptor
 
handle(UnitOfWork<? extends T>, InterceptorChain) - Method in class org.axonframework.messaging.interceptors.TransactionManagingInterceptor
 
handle(T) - Method in interface org.axonframework.messaging.MessageDispatchInterceptor
Invoked each time a message is about to be dispatched.
handle(List<? extends T>) - Method in interface org.axonframework.messaging.MessageDispatchInterceptor
Apply this interceptor to the given list of messages.
handle(T) - Method in interface org.axonframework.messaging.MessageHandler
Handles the given message.
handle(UnitOfWork<? extends T>, InterceptorChain) - Method in interface org.axonframework.messaging.MessageHandlerInterceptor
Invoked before a Message is handled by a designated MessageHandler.
handle(QueryMessage<?, ?>) - Method in class org.axonframework.queryhandling.annotation.AnnotationQueryHandlerAdapter
 
handle(Consumer<? super I>, Consumer<? super U>) - Method in interface org.axonframework.queryhandling.SubscriptionQueryResult
Delegates handling of initial result and incremental updates to the provided consumers.
handleError(ErrorContext) - Method in interface org.axonframework.eventhandling.ErrorHandler
Handle an error raised during event processing.
handleError(ErrorContext) - Method in enum org.axonframework.eventhandling.PropagatingErrorHandler
 
HANDLER_INTERCEPTORS - Static variable in class org.axonframework.deadline.quartz.DeadlineJob
The key under which the MessageHandlerInterceptors are stored within the SchedulerContext.
HandlerAttributes - Interface in org.axonframework.messaging
Container for message handler attributes.
HandlerComparator - Class in org.axonframework.messaging.annotation
Comparator used by AnnotatedHandlerInspector to sort MessageHandlingMember entity members.
handlerDefinition(HandlerDefinition) - Method in class org.axonframework.eventhandling.SimpleEventHandlerInvoker.Builder
Sets the HandlerDefinition used to create concrete handlers in the annotated handlers in the AnnotationEventHandlerAdapter this EventHandlerInvoker instantiates.
HandlerDefinition - Interface in org.axonframework.messaging.annotation
Interface that describes an object capable of inspecting a method to determine if the method is suitable for message handling.
HandlerEnhancerDefinition - Interface in org.axonframework.messaging.annotation
Interface describing objects that are capable of enhancing a MessageHandler, giving it additional functionality.
HandlerExecutionException - Exception in org.axonframework.messaging
Base exception for exceptions raised by Handler methods.
HandlerExecutionException(String) - Constructor for exception org.axonframework.messaging.HandlerExecutionException
Initializes an execution exception with given message.
HandlerExecutionException(String, Throwable) - Constructor for exception org.axonframework.messaging.HandlerExecutionException
Initializes an execution exception with given message and cause.
HandlerExecutionException(String, Throwable, Object) - Constructor for exception org.axonframework.messaging.HandlerExecutionException
Initializes an execution exception with given message, cause and application-specific details.
handlerInterceptors() - Method in class org.axonframework.deadline.AbstractDeadlineManager
Provides a list of registered handler interceptors.
hasAnnotation(Class<? extends Annotation>) - Method in class org.axonframework.messaging.annotation.AnnotatedMessageHandlingMember
 
hasAnnotation(Class<? extends Annotation>) - Method in interface org.axonframework.messaging.annotation.MessageHandlingMember
hasAnnotation(Class<? extends Annotation>) - Method in class org.axonframework.messaging.annotation.WrappedMessageHandlingMember
 
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.eventhandling.GapAwareTrackingToken
Check if this token contains one ore more gaps.
hash(String) - Static method in class org.axonframework.commandhandling.distributed.ConsistentHash
Returns the hash of the given routingKey.
HasHandlerAttributes - Annotation Type in org.axonframework.messaging.annotation
Meta-annotation indicating the meta-annotated annotation is used for MessageHandlingMembers.
hashCode() - Method in class org.axonframework.commandhandling.distributed.commandfilter.AndCommandMessageFilter
 
hashCode() - Method in class org.axonframework.commandhandling.distributed.commandfilter.CommandNameFilter
 
hashCode() - Method in class org.axonframework.commandhandling.distributed.commandfilter.DenyCommandNameFilter
 
hashCode() - Method in class org.axonframework.commandhandling.distributed.commandfilter.NegateCommandMessageFilter
 
hashCode() - Method in class org.axonframework.commandhandling.distributed.commandfilter.OrCommandMessageFilter
 
hashCode() - Method in class org.axonframework.commandhandling.distributed.ConsistentHash.ConsistentHashMember
 
hashCode() - Method in class org.axonframework.commandhandling.distributed.ConsistentHash
 
hashCode() - Method in class org.axonframework.commandhandling.distributed.DispatchMessage
 
hashCode() - Method in class org.axonframework.commandhandling.distributed.ReplyMessage
 
hashCode() - Method in class org.axonframework.commandhandling.distributed.SimpleMember
 
hashCode() - Method in class org.axonframework.eventhandling.GapAwareTrackingToken
 
hashCode() - Method in class org.axonframework.eventhandling.GlobalSequenceTrackingToken
 
hashCode() - Method in class org.axonframework.eventhandling.MergedTrackingToken
 
hashCode() - Method in class org.axonframework.eventhandling.MultiSourceTrackingToken
 
hashCode() - Method in class org.axonframework.eventhandling.ReplayToken
 
hashCode() - Method in class org.axonframework.eventhandling.scheduling.java.SimpleScheduleToken
 
hashCode() - Method in class org.axonframework.eventhandling.scheduling.quartz.QuartzScheduleToken
 
hashCode() - Method in class org.axonframework.eventhandling.Segment
 
hashCode() - Method in class org.axonframework.eventhandling.tokenstore.ConfigToken
 
hashCode() - Method in class org.axonframework.eventhandling.tokenstore.jpa.TokenEntry.PK
 
hashCode() - Method in class org.axonframework.eventhandling.TrackerStatus
 
hashCode() - Method in class org.axonframework.eventhandling.WrappedTrackerStatus
 
hashCode() - Method in class org.axonframework.messaging.annotation.AnnotatedHandlerAttributes
 
hashCode() - Method in class org.axonframework.messaging.annotation.AnnotatedMessageHandlingMember
 
hashCode() - Method in class org.axonframework.messaging.MetaData
 
hashCode() - Method in class org.axonframework.messaging.RemoteExceptionDescription
 
hashCode() - Method in class org.axonframework.messaging.responsetypes.AbstractResponseType
 
hashCode() - Method in class org.axonframework.messaging.SimpleHandlerAttributes
 
hashCode() - Method in class org.axonframework.messaging.unitofwork.ExecutionResult
 
hashCode() - Method in class org.axonframework.serialization.SerializedMetaData
 
hashCode() - Method in class org.axonframework.serialization.SimpleSerializedObject
 
hashCode() - Method in class org.axonframework.serialization.SimpleSerializedType
 
hashes() - Method in class org.axonframework.commandhandling.distributed.ConsistentHash.ConsistentHashMember
Returns the hashes covered by the member.
hasNextAvailable() - Method in interface org.axonframework.common.stream.BlockingStream
Checks whether or not the next message in the stream is available.
hasNextAvailable(int, TimeUnit) - Method in interface org.axonframework.common.stream.BlockingStream
Checks whether or not the next message in the stream is available.
Headers - Class in org.axonframework.messaging
Default headers to include when publishing a message on a broker.
HIGH - Static variable in annotation type org.axonframework.common.Priority
Value indicating the annotated member should have high priority, effectively placing it "in the first half".

I

IdentifierFactory - Class in org.axonframework.common
Abstract Factory class that provides access to an IdentifierFactory implementation.
IdentifierFactory() - Constructor for class org.axonframework.common.IdentifierFactory
 
IdentifierValidator - Class in org.axonframework.common
Validates the structure of an object passed as Aggregate Identifier.
ifShuttingDown(String) - Method in class org.axonframework.lifecycle.ShutdownLatch
Check whether this ShutdownLatch is shutting down.
ifShuttingDown(Supplier<RuntimeException>) - Method in class org.axonframework.lifecycle.ShutdownLatch
Check whether this ShutdownLatch is shutting down.
ifStarted(Consumer<UnitOfWork<?>>) - Static method in class org.axonframework.messaging.unitofwork.CurrentUnitOfWork
If a UnitOfWork is started, invokes the given consumer with the active Unit of Work.
ignoringResultParameters(Supplier<T>) - Static method in class org.axonframework.messaging.annotation.ResultParameterResolverFactory
Performs the given action ignoring any parameters expecting a result type.
IllegalPayloadAccessException - Exception in org.axonframework.messaging
Indicates situations when access to the Payload of a Message is not allowed.
IllegalPayloadAccessException(String) - Constructor for exception org.axonframework.messaging.IllegalPayloadAccessException
Creates the exception with given message.
IllegalPayloadAccessException(String, Throwable) - Constructor for exception org.axonframework.messaging.IllegalPayloadAccessException
Creates the exception with given message and cause.
INBOUND_COMMAND_CONNECTOR - Static variable in class org.axonframework.lifecycle.Phase
Phase to start or shutdown inbound command connectors.
INBOUND_EVENT_CONNECTORS - Static variable in class org.axonframework.lifecycle.Phase
Phase to start or shutdown inbound event connectors.
INBOUND_QUERY_CONNECTOR - Static variable in class org.axonframework.lifecycle.Phase
Phase to start or shutdown inbound query connectors.
INITIAL_LOAD_FACTOR - Static variable in class org.axonframework.commandhandling.distributed.DistributedCommandBus
The initial load factor of this node when it is registered with the CommandRouter.
InitialEventRepresentation - Class in org.axonframework.serialization.upcasting.event
Implementation of an IntermediateEventRepresentation that contains the original serialized payload and metadata before these have been upcast.
InitialEventRepresentation(EventData<?>, Serializer) - Constructor for class org.axonframework.serialization.upcasting.event.InitialEventRepresentation
Initializes an InitialEventRepresentation from the given eventData.
initialize() - Method in class org.axonframework.lifecycle.ShutdownLatch
Initialize this ShutdownLatch.
initialize(InterceptorChain) - Static method in class org.axonframework.messaging.annotation.InterceptorChainParameterResolverFactory
initializeSegment(TrackingToken, String, int) - Method in class org.axonframework.eventhandling.tokenstore.inmemory.InMemoryTokenStore
 
initializeSegment(TrackingToken, String, int) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
 
initializeSegment(TrackingToken, String, int) - Method in class org.axonframework.eventhandling.tokenstore.jpa.JpaTokenStore
 
initializeSegment(TrackingToken, String, int) - Method in interface org.axonframework.eventhandling.tokenstore.TokenStore
Initializes a segment with given segment for the processor with given processorName to contain the given token.
initializeTokenSegments(String, int) - Method in class org.axonframework.eventhandling.tokenstore.inmemory.InMemoryTokenStore
 
initializeTokenSegments(String, int, TrackingToken) - Method in class org.axonframework.eventhandling.tokenstore.inmemory.InMemoryTokenStore
 
initializeTokenSegments(String, int) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
 
initializeTokenSegments(String, int, TrackingToken) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
 
initializeTokenSegments(String, int) - Method in class org.axonframework.eventhandling.tokenstore.jpa.JpaTokenStore
 
initializeTokenSegments(String, int, TrackingToken) - Method in class org.axonframework.eventhandling.tokenstore.jpa.JpaTokenStore
 
initializeTokenSegments(String, int) - Method in interface org.axonframework.eventhandling.tokenstore.TokenStore
Initializes the given segmentCount number of segments for the given processorName to track its tokens.
initializeTokenSegments(String, int, TrackingToken) - Method in interface org.axonframework.eventhandling.tokenstore.TokenStore
Initializes the given segmentCount number of segments for the given processorName to track its tokens.
initialResult() - Method in class org.axonframework.queryhandling.DefaultSubscriptionQueryResult
 
initialResult() - Method in interface org.axonframework.queryhandling.SubscriptionQueryResult
Subscribing to this mono will trigger invocation of query handler.
initialSegmentCount(int) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
Sets the initial segment count used to create segments on start up.
initialToken(Function<StreamableMessageSource<TrackedEventMessage<?>>, TrackingToken>) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
Specifies the Function used to generate the initial TrackingTokens.
initiateShutdown() - Method in interface org.axonframework.commandhandling.distributed.CommandBusConnector
Initiate the shutdown of a CommandBusConnector.
initiateShutdown() - Method in class org.axonframework.lifecycle.ShutdownLatch
Initiate the shutdown of this latch.
InMemoryTokenStore - Class in org.axonframework.eventhandling.tokenstore.inmemory
Implementation of a TokenStore that stores tracking tokens in memory.
InMemoryTokenStore() - Constructor for class org.axonframework.eventhandling.tokenstore.inmemory.InMemoryTokenStore
 
InputStreamToByteArrayConverter - Class in org.axonframework.serialization.converters
Converter that converts an InputStream to a byte array.
InputStreamToByteArrayConverter() - Constructor for class org.axonframework.serialization.converters.InputStreamToByteArrayConverter
 
InputStreamToDom4jConverter - Class in org.axonframework.serialization.xml
Converter that converts an input stream to a Dom4J document.
InputStreamToDom4jConverter() - Constructor for class org.axonframework.serialization.xml.InputStreamToDom4jConverter
 
InputStreamToXomConverter - Class in org.axonframework.serialization.xml
Converter that converts an input stream to a XOM document.
InputStreamToXomConverter() - Constructor for class org.axonframework.serialization.xml.InputStreamToXomConverter
 
insertTokenEntry(Connection, TrackingToken, String, int) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
Inserts a new token entry via the given updatable resultSet.
inspect(Class<? extends C>) - Method in class org.axonframework.messaging.annotation.AnnotatedHandlerInspector
Inspect another handler type and register the result to the inspector registry of this inspector.
inspectType(Class<? extends T>) - Static method in class org.axonframework.messaging.annotation.AnnotatedHandlerInspector
Create an inspector for given handlerType that uses a ClasspathParameterResolverFactory to resolve method parameters and ClasspathHandlerDefinition to create handlers.
inspectType(Class<? extends T>, ParameterResolverFactory) - Static method in class org.axonframework.messaging.annotation.AnnotatedHandlerInspector
Create an inspector for given handlerType that uses given parameterResolverFactory to resolve method parameters.
inspectType(Class<? extends T>, ParameterResolverFactory, HandlerDefinition) - Static method in class org.axonframework.messaging.annotation.AnnotatedHandlerInspector
Create an inspector for given handlerType that uses given parameterResolverFactory to resolve method parameters and given handlerDefinition to create handlers.
inspectType(Class<? extends T>, ParameterResolverFactory, HandlerDefinition, Set<Class<? extends T>>) - Static method in class org.axonframework.messaging.annotation.AnnotatedHandlerInspector
Create an inspector for given handlerType and its declaredSubtypes that uses given parameterResolverFactory to resolve method parameters and given handlerDefinition to create handlers.
INSTANCE - Static variable in class org.axonframework.commandhandling.callbacks.LoggingCallback
The singleton instance for this callback
INSTANCE - Static variable in class org.axonframework.commandhandling.callbacks.NoOpCallback
A statically available instance of the NoOpCallback.
instance() - Static method in class org.axonframework.commandhandling.FailingDuplicateCommandHandlerResolver
Returns a DuplicateCommandHandlerResolver that throws an exception when a duplicate registration is detected
instance() - Static method in class org.axonframework.commandhandling.LoggingDuplicateCommandHandlerResolver
Returns an instance that logs duplicate registrations.
INSTANCE - Static variable in class org.axonframework.common.caching.NoCache
Creates a singleton reference the the NoCache implementation.
INSTANCE - Static variable in class org.axonframework.common.DirectExecutor
Returns a singleton instance of the DirectExecutor.
instance() - Static method in enum org.axonframework.common.transaction.NoTransactionManager
Returns the singleton instance of this TransactionManager
instance() - Static method in class org.axonframework.eventhandling.async.SequentialPerAggregatePolicy
Return a singleton instance of the this Sequencing Policy.
instance() - Static method in enum org.axonframework.eventhandling.PropagatingErrorHandler
Singleton instance of a PropagatingErrorHandler.
INSTANCE - Static variable in class org.axonframework.eventhandling.tokenstore.jdbc.GenericTokenTableFactory
Creates a singleton reference the the GenericTokenTableFactory implementation.
INSTANCE - Static variable in class org.axonframework.eventhandling.tokenstore.jdbc.Oracle11TokenTableFactory
Creates a singleton reference the the Oracle11TokenTableFactory implementation.
INSTANCE - Static variable in class org.axonframework.eventhandling.tokenstore.jdbc.PostgresTokenTableFactory
Creates a singleton reference the the PostgresTokenTableFactory implementation.
instance() - Static method in class org.axonframework.messaging.annotation.HandlerComparator
Returns the singleton comparator managed by the HandlerComparator class.
INSTANCE - Static variable in class org.axonframework.messaging.NoScopeDescriptor
A statically available instance of the NoScopeDescriptor.
instance() - Static method in enum org.axonframework.monitoring.NoOpMessageMonitor
Returns the instance of {@link NoOpMessageMonitor}.
instanceOf(Class<R>) - Static method in class org.axonframework.messaging.responsetypes.ResponseTypes
Specify the desire to retrieve a single instance of type R when performing a query.
InstanceResponseType<R> - Class in org.axonframework.messaging.responsetypes
A ResponseType implementation that will match with query handlers which return a single instance of the expected response type.
InstanceResponseType(Class<R>) - Constructor for class org.axonframework.messaging.responsetypes.InstanceResponseType
Instantiate a InstanceResponseType with the given expectedResponseType as the type to be matched against and to which the query response should be converted to.
INSTRUCTION_COMPONENTS - Static variable in class org.axonframework.lifecycle.Phase
Phase to start or shutdown components which send/receive/handle instructions for/to other connectors.
intercept(CommandMessage<C>) - Method in class org.axonframework.commandhandling.SimpleCommandBus
Invokes all the dispatch interceptors.
intercept(List<? extends EventMessage<?>>) - Method in class org.axonframework.eventhandling.AbstractEventBus
Invokes all the dispatch interceptors.
InterceptorChain - Interface in org.axonframework.messaging
The interceptor chain manages the flow of a message through a chain of interceptors and ultimately to the message handler.
InterceptorChainParameterResolverFactory - Class in org.axonframework.messaging.annotation
Parameter resolver factory that adds support for resolving current InterceptorChain.
InterceptorChainParameterResolverFactory() - Constructor for class org.axonframework.messaging.annotation.InterceptorChainParameterResolverFactory
 
IntermediateEventRepresentation - Interface in org.axonframework.serialization.upcasting.event
Interface describing the intermediate representation of an event during upcasting.
intersect(Collection<? extends T>, Collection<? extends T>, Supplier<C>) - Static method in class org.axonframework.common.CollectionUtils
Returns a collection containing the elements that are in both given collections collection1 and collection2, using the given collectionBuilder to create an instance for the new collection.
IntervalRetryScheduler - Class in org.axonframework.commandhandling.gateway
RetryScheduler implementation that retries commands at regular intervals when they fail because of an exception that is not explicitly non-transient.
IntervalRetryScheduler(IntervalRetryScheduler.Builder) - Constructor for class org.axonframework.commandhandling.gateway.IntervalRetryScheduler
Instantiate a IntervalRetryScheduler based on the fields contained in the IntervalRetryScheduler.Builder.
IntervalRetryScheduler.Builder - Class in org.axonframework.commandhandling.gateway
Builder class to instantiate a IntervalRetryScheduler.
invoke(Object, Method, Object[]) - Method in interface org.axonframework.commandhandling.gateway.CommandGatewayFactory.InvocationHandler
Handle the invocation of the given invokedMethod, invoked on given proxy with given args.
invokeAndGetMethodValue(Method, Object) - Static method in class org.axonframework.common.ReflectionUtils
Invokes and returns the return value of the given method in the given object.
IOUtils - Class in org.axonframework.common.io
Utility methods for IO operations.
isAccessible(AccessibleObject) - Static method in class org.axonframework.common.ReflectionUtils
Indicates whether the given member is accessible.
isActive() - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
Indicates whether this UnitOfWork is started.
isAfter(UnitOfWork.Phase) - Method in enum org.axonframework.messaging.unitofwork.UnitOfWork.Phase
Check if this Phase comes after given other phase.
isAnnotatedWith(Class<? extends Annotation>, Class<? extends Annotation>, Set<Class<? extends Annotation>>, Set<Class<? extends Annotation>>) - Static method in class org.axonframework.common.annotation.AnnotationUtils
Validate whether the given target annotation Class is meta-annotated with the given subject.
isAnnotationPresent(AnnotatedElement, Class<? extends Annotation>) - Static method in class org.axonframework.common.annotation.AnnotationUtils
Indicates whether an annotation of given annotationType is present on the given element, considering that the given annotationType may be present as a meta annotation on any other annotation on that element.
isAnnotationPresent(AnnotatedElement, String) - Static method in class org.axonframework.common.annotation.AnnotationUtils
Indicates whether an annotation with given annotationType is present on the given element, considering that the given annotationType may be present as a meta annotation on any other annotation on that element.
isArray(Type) - Method in class org.axonframework.messaging.responsetypes.AbstractResponseType
 
isArrayOfExpectedType(Type) - Method in class org.axonframework.messaging.responsetypes.AbstractResponseType
 
isAssignableFrom(Type) - Method in class org.axonframework.messaging.responsetypes.AbstractResponseType
 
isBefore(UnitOfWork.Phase) - Method in enum org.axonframework.messaging.unitofwork.UnitOfWork.Phase
Check if this Phase comes before given other phase.
isCaughtUp() - Method in interface org.axonframework.eventhandling.EventTrackerStatus
Whether the Segment of this status has caught up with the head of the event stream.
isCaughtUp() - Method in class org.axonframework.eventhandling.TrackerStatus
 
isCaughtUp() - Method in class org.axonframework.eventhandling.WrappedTrackerStatus
 
isCauseOf(Throwable) - Static method in exception org.axonframework.common.AxonNonTransientException
Indicates whether the given throwable is a AxonNonTransientException exception or indicates to be caused by one.
isCurrent() - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
Check if the Unit of Work is the 'currently' active Unit of Work returned by CurrentUnitOfWork.get().
isDeserialized() - Method in class org.axonframework.serialization.LazyDeserializingObject
Indicates whether this object has already been deserialized.
isDifferent(EventTrackerStatus) - Method in interface org.axonframework.eventhandling.EventTrackerStatus
Check whether this EventTrackerStatus is different from that.
isDifferent(EventTrackerStatus, boolean) - Method in interface org.axonframework.eventhandling.EventTrackerStatus
Check whether this EventTrackerStatus is different from that.
isDuplicateKeyViolation(Exception) - Method in interface org.axonframework.common.jdbc.PersistenceExceptionResolver
Indicates whether the given exception represents a duplicate key violation.
isEmpty() - Method in class org.axonframework.messaging.annotation.AnnotatedHandlerAttributes
 
isEmpty() - Method in interface org.axonframework.messaging.HandlerAttributes
Validate whether zero attributes are present in this object.
isEmpty() - Method in class org.axonframework.messaging.MetaData
 
isEmpty() - Method in class org.axonframework.messaging.SimpleHandlerAttributes
 
isEmptyType(SerializedType) - Static method in interface org.axonframework.serialization.SerializedType
Check whether the serializedType equals SerializedType#emptyType#getName() and returns a corresponding true or false whether this is the case or not.
isError() - Method in interface org.axonframework.eventhandling.EventProcessor
Indicates whether the processor has been shut down due to an error.
isError() - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor
 
isError() - Method in class org.axonframework.eventhandling.SubscribingEventProcessor
 
isError() - Method in class org.axonframework.eventhandling.TrackingEventProcessor
 
isErrorState() - Method in interface org.axonframework.eventhandling.EventTrackerStatus
Indicates whether this status represents an error.
isErrorState() - Method in class org.axonframework.eventhandling.TrackerStatus
 
isErrorState() - Method in class org.axonframework.eventhandling.WrappedTrackerStatus
 
isExceptional() - Method in class org.axonframework.messaging.GenericResultMessage
 
isExceptional() - Method in class org.axonframework.messaging.responsetypes.ConvertingResponseMessage
 
isExceptional() - Method in interface org.axonframework.messaging.ResultMessage
Indicates whether the ResultMessage represents unsuccessful execution.
isExceptionResult() - Method in class org.axonframework.messaging.unitofwork.ExecutionResult
Check if the result of the execution yielded an exception.
isExpectedPayloadType(String) - Method in class org.axonframework.serialization.upcasting.event.EventTypeUpcaster
Check whether the given payloadType matches the outcome of expectedPayloadType.
isExpectedRevision(String) - Method in class org.axonframework.serialization.upcasting.event.EventTypeUpcaster
Check whether the given revision matches the outcome of expectedRevision.
isExpectReply() - Method in class org.axonframework.commandhandling.distributed.DispatchMessage
Indicates whether the sender of this message requests a reply.
isExplicitlyNonTransient(Throwable) - Method in class org.axonframework.commandhandling.gateway.AbstractRetryScheduler
Indicates whether the given failure is clearly non-transient.
isFactoryHandler() - Method in interface org.axonframework.commandhandling.CommandMessageHandlingMember
Check if this message handler creates a new instance of the entity of type T to handle this command.
isFalse(boolean, Supplier<String>) - Static method in class org.axonframework.common.Assert
Asserts that the given expression is false.
isFirstMessage(Message<?>) - Method in class org.axonframework.messaging.unitofwork.BatchingUnitOfWork
Checks if the given message is the first of the batch being processed in this unit of work.
isFirstMessage() - Method in class org.axonframework.messaging.unitofwork.BatchingUnitOfWork
Checks if the message being processed now is the first of the batch being processed in this unit of work.
isGenericArrayOfExpectedType(Type) - Method in class org.axonframework.messaging.responsetypes.AbstractResponseType
 
isGenericArrayType(Type) - Method in class org.axonframework.messaging.responsetypes.AbstractResponseType
 
isGenericAssignableFrom(Type) - Method in class org.axonframework.messaging.responsetypes.AbstractResponseType
 
isHeld() - Method in interface org.axonframework.common.lock.Lock
Indicates whether the lock is still owned true, or whether it has been released false.
isIterableOfExpectedType(Type) - Method in class org.axonframework.messaging.responsetypes.AbstractResponseType
 
isLastMessage(Message<?>) - Method in class org.axonframework.messaging.unitofwork.BatchingUnitOfWork
Checks if the given message is the last of the batch being processed in this unit of work.
isLastMessage() - Method in class org.axonframework.messaging.unitofwork.BatchingUnitOfWork
Checks if the message being processed now is the last of the batch being processed in this unit of work.
isLowerSegmentAdvanced() - Method in class org.axonframework.eventhandling.MergedTrackingToken
Indicates whether the last call to MergedTrackingToken.advancedTo(TrackingToken) caused the lower segment to advance
isMergeableWith(Segment) - Method in class org.axonframework.eventhandling.Segment
Indicates whether this segment can be merged with the given other segment.
isMergeInProgress(TrackingToken) - Static method in class org.axonframework.eventhandling.MergedTrackingToken
Indicates whether the given trackingToken represents a token that is part of a merge.
isMerging() - Method in interface org.axonframework.eventhandling.EventTrackerStatus
Indicates whether this Segment is still merging two (or more) Segments.
isMerging() - Method in class org.axonframework.eventhandling.TrackerStatus
 
isMerging() - Method in class org.axonframework.eventhandling.WrappedTrackerStatus
 
isMetaDataDeserialized() - Method in class org.axonframework.serialization.SerializedMessage
Indicates whether the metaData of this message has already been deserialized.
isNonFinalPublicMember(Member) - Static method in class org.axonframework.common.ReflectionUtils
Checks whether the given member is public and non-final.
isParameterizedType(Type) - Method in class org.axonframework.messaging.responsetypes.AbstractResponseType
 
isParameterizedTypeOfExpectedType(Type) - Method in class org.axonframework.messaging.responsetypes.AbstractResponseType
 
isPayloadDeserialized() - Method in class org.axonframework.serialization.SerializedMessage
Indicates whether the payload of this message has already been deserialized.
isReplay() - Method in enum org.axonframework.eventhandling.ReplayStatus
Indicates whether this status represents a replay.
isReplay(Message<?>) - Static method in class org.axonframework.eventhandling.ReplayToken
Indicates whether the given message is "redelivered", as a result of a previous reset.
isReplay(TrackingToken) - Static method in class org.axonframework.eventhandling.ReplayToken
Indicates whether the given trackingToken represents a position that is part of a replay.
isReplaying() - Method in interface org.axonframework.eventhandling.EventTrackerStatus
Indicates whether this Segment is still replaying previously processed Events.
isReplaying() - Method in interface org.axonframework.eventhandling.StreamingEventProcessor
Returns the overall replay status of this StreamingEventProcessor.
isReplaying() - Method in class org.axonframework.eventhandling.TrackerStatus
 
isReplaying() - Method in class org.axonframework.eventhandling.WrappedTrackerStatus
 
isReverseCallbackOrder() - Method in enum org.axonframework.messaging.unitofwork.UnitOfWork.Phase
Check whether registered handlers for this phase should be invoked in the order of registration (first registered handler is invoked first) or in the reverse order of registration (last registered handler is invoked first).
isRolledBack() - Method in class org.axonframework.messaging.unitofwork.AbstractUnitOfWork
 
isRolledBack() - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
Check if the Unit of Work has been rolled back.
isRoot() - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
Check that returns true if this Unit of Work has not got a parent.
isRunning() - Method in interface org.axonframework.eventhandling.EventProcessor
Indicates whether this processor is currently running (i.e.
isRunning() - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor
 
isRunning() - Method in class org.axonframework.eventhandling.SubscribingEventProcessor
 
isRunning() - Method in class org.axonframework.eventhandling.TrackingEventProcessor
 
isSerializedMetaData(SerializedObject<?>) - Static method in class org.axonframework.serialization.SerializedMetaData
Indicates whether the given serializedObject represents a serialized form of a MetaData object, such as the ones created by this class (see SerializedMetaData(Object, Class).
isShuttingDown() - Method in class org.axonframework.lifecycle.ShutdownLatch
Check whether this ShutdownLatch is shutting down.
isStarted() - Static method in class org.axonframework.messaging.unitofwork.CurrentUnitOfWork
Indicates whether a unit of work has already been started.
isStarted() - Method in enum org.axonframework.messaging.unitofwork.UnitOfWork.Phase
Check if a Unit of Work in this phase has been started, i.e.
isStreamOfExpectedType(Type) - Method in class org.axonframework.messaging.responsetypes.AbstractResponseType
 
isSuppressHandlerErrors() - Method in enum org.axonframework.messaging.unitofwork.UnitOfWork.Phase
Indicates whether the handlers triggered for this phase should have their exceptions suppressed.
isTransient(Field) - Static method in class org.axonframework.common.ReflectionUtils
Indicates whether the given field has the "transient" modifier
isTrue(boolean, Supplier<String>) - Static method in class org.axonframework.common.Assert
Asserts that the given expression is true.
isTypeVariable(Type) - Method in class org.axonframework.messaging.responsetypes.AbstractResponseType
 
isUpperSegmentAdvanced() - Method in class org.axonframework.eventhandling.MergedTrackingToken
Indicates whether the last call to MergedTrackingToken.advancedTo(TrackingToken) caused the upper segment to advance
isValidIdentifier(Class<?>) - Method in class org.axonframework.common.IdentifierValidator
Indicates whether or not the given identifierType is safe to use as aggregate identifier
isWildcardType(Type) - Method in class org.axonframework.messaging.responsetypes.AbstractResponseType
 
isWildcardTypeWithMatchingUpperBound(Type) - Method in class org.axonframework.messaging.responsetypes.AbstractResponseType
 

J

JacksonSerializer - Class in org.axonframework.serialization.json
Serializer implementation that uses Jackson to serialize objects into a JSON format.
JacksonSerializer(JacksonSerializer.Builder) - Constructor for class org.axonframework.serialization.json.JacksonSerializer
Instantiate a JacksonSerializer based on the fields contained in the JacksonSerializer.Builder.
JacksonSerializer.Builder - Class in org.axonframework.serialization.json
Builder class to instantiate a JacksonSerializer.
JavaSerializer - Class in org.axonframework.serialization
Deprecated.
in favor of the XStreamSerializer and JacksonSerializer, as direct Java serialization is relatively error prone. We hence strongly encourage to use either the XStream or Jackson solution in favor of this Serializer implementation.
JavaSerializer(JavaSerializer.Builder) - Constructor for class org.axonframework.serialization.JavaSerializer
Deprecated.
Instantiate a JavaSerializer based on the fields contained in the JavaSerializer.Builder.
JavaSerializer.Builder - Class in org.axonframework.serialization
Deprecated.
Builder class to instantiate a JavaSerializer.
JCacheAdapter - Class in org.axonframework.common.caching
Cache adapter implementation that allows providers implementing the JCache abstraction to be used.
JCacheAdapter(Cache<Object, Object>) - Constructor for class org.axonframework.common.caching.JCacheAdapter
Initialize the adapter to forward call to the given jCache instance
JdbcException - Exception in org.axonframework.common.jdbc
Exception indicating an error occurred while interacting with a JDBC resource.
JdbcException(String, Throwable) - Constructor for exception org.axonframework.common.jdbc.JdbcException
Initialize the exception with given message and cause
JdbcTokenStore - Class in org.axonframework.eventhandling.tokenstore.jdbc
A TokenStore implementation that uses JDBC to save and load TrackingToken instances.
JdbcTokenStore(JdbcTokenStore.Builder) - Constructor for class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
Instantiate a JdbcTokenStore based on the fields contained in the JdbcTokenStore.Builder.
JdbcTokenStore.Builder - Class in org.axonframework.eventhandling.tokenstore.jdbc
Builder class to instantiate a JdbcTokenStore.
JdbcUtils - Class in org.axonframework.common.jdbc
Utility class for safely executing Jdbc queries.
JdbcUtils.SqlFunction - Interface in org.axonframework.common.jdbc
Describes a function that creates a new PreparedStatement ready to be executed.
JdbcUtils.SqlResultConverter<R> - Interface in org.axonframework.common.jdbc
Describes a function that converts a ResultSet into a result of type R.
JOB_DATA_SERIALIZER - Static variable in class org.axonframework.deadline.quartz.DeadlineJob
The key under which the Serializer is stored within the SchedulerContext.
jobDataBinder(EventJobDataBinder) - Method in class org.axonframework.eventhandling.scheduling.quartz.QuartzEventScheduler.Builder
Sets the EventJobDataBinder instance which reads / writes the event message to publish to the JobDataMap.
JpaTokenStore - Class in org.axonframework.eventhandling.tokenstore.jpa
Implementation of a token store that uses JPA to save and load tokens.
JpaTokenStore(JpaTokenStore.Builder) - Constructor for class org.axonframework.eventhandling.tokenstore.jpa.JpaTokenStore
Instantiate a JpaTokenStore based on the fields contained in the JpaTokenStore.Builder.
JpaTokenStore.Builder - Class in org.axonframework.eventhandling.tokenstore.jpa
Builder class to instantiate a JpaTokenStore.
JsonNodeToByteArrayConverter - Class in org.axonframework.serialization.json
ContentTypeConverter implementation that converts a JsonNode object into a byte[].
JsonNodeToByteArrayConverter(ObjectMapper) - Constructor for class org.axonframework.serialization.json.JsonNodeToByteArrayConverter
Initialize the converter, using given objectMapper to convert the JSonNode into bytes.
JSR303ViolationException - Exception in org.axonframework.messaging.interceptors
Exception indicating that a Message has been refused due to a structural validation failure.
JSR303ViolationException(Set<ConstraintViolation<Object>>) - Constructor for exception org.axonframework.messaging.interceptors.JSR303ViolationException
Initializes an exception with the given message and violations.

K

keySet() - Method in class org.axonframework.messaging.MetaData
 

L

LAST - Static variable in annotation type org.axonframework.common.Priority
Value indicating the annotated member should come last.
lastSequenceNumberFor(String) - Method in interface org.axonframework.eventhandling.DomainEventSequenceAware
Returns the last known sequence number of an Event for the given aggregateIdentifier.
LazyDeserializingObject<T> - Class in org.axonframework.serialization
Represents a serialized object that can be deserializedObjects upon request.
LazyDeserializingObject(T) - Constructor for class org.axonframework.serialization.LazyDeserializingObject
Creates an instance with the given deserializedObject object instance.
LazyDeserializingObject(SerializedObject<?>, Serializer) - Constructor for class org.axonframework.serialization.LazyDeserializingObject
Creates an instance which will deserialize given serializedObject upon request.
LazyDeserializingObject(Supplier<SerializedObject<?>>, SerializedType, Serializer) - Constructor for class org.axonframework.serialization.LazyDeserializingObject
Creates an instance which will get the supplied SerializedObject and deserialize it upon request.
lenientDeserialization() - Method in class org.axonframework.serialization.AbstractXStreamSerializer.Builder
Configures the underlying XStream instance to be lenient when deserializing data into Java objects.
lenientDeserialization() - Method in class org.axonframework.serialization.json.JacksonSerializer.Builder
Configures the underlying ObjectMapper to be lenient when deserializing JSON into Java objects.
lenientDeserialization() - Method in class org.axonframework.serialization.xml.XStreamSerializer.Builder
 
LifecycleHandlerInvocationException - Exception in org.axonframework.lifecycle
Exception indicating a failure occurred during a lifecycle handler method invocation.
LifecycleHandlerInvocationException(String) - Constructor for exception org.axonframework.lifecycle.LifecycleHandlerInvocationException
Instantiates an exception using the given message indicating a failure during a lifecycle handler method invocation.
LifecycleHandlerInvocationException(Method, Object, Throwable) - Constructor for exception org.axonframework.lifecycle.LifecycleHandlerInvocationException
Instantiates an exception using the given lifecycleComponent, lifecycleHandler and cause, indicating a failure during a lifecycle handler method invocation.
LifecycleHandlerInvocationException(String, Throwable) - Constructor for exception org.axonframework.lifecycle.LifecycleHandlerInvocationException
Instantiates an exception using the given message and cause indicating a failure during a lifecycle handler method invocation.
ListenerInvocationErrorHandler - Interface in org.axonframework.eventhandling
Interface of an error handler that is invoked when an exception is triggered as result of an EventMessageHandler handling an event.
listenerInvocationErrorHandler(ListenerInvocationErrorHandler) - Method in class org.axonframework.eventhandling.SimpleEventHandlerInvoker.Builder
Sets the ListenerInvocationErrorHandler which deals with any Exceptions being thrown by the EventListeners.
listResults(JdbcUtils.SqlResultConverter<R>) - Static method in class org.axonframework.common.jdbc.JdbcUtils
Create a converter that produces a List of results of type R from a converter that produces a single result.
ListUtils - Class in org.axonframework.common
Utility methods for operations on lists.
loadingLockMode(LockModeType) - Method in class org.axonframework.eventhandling.tokenstore.jpa.JpaTokenStore.Builder
The LockModeType to use when loading tokens from the underlying database.
loadToken(Connection, ResultSet, String, int) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
Tries loading an existing token owned by a processor with given processorName and segment.
loadToken(String, int, EntityManager) - Method in class org.axonframework.eventhandling.tokenstore.jpa.JpaTokenStore
Loads an existing TokenEntry or creates a new one using the given entityManager for given processorName and segment.
local() - Method in class org.axonframework.commandhandling.distributed.ConsistentHash.ConsistentHashMember
 
local() - Method in interface org.axonframework.commandhandling.distributed.Member
 
local() - Method in class org.axonframework.commandhandling.distributed.SimpleMember
 
LOCAL_MEMBER - Static variable in class org.axonframework.commandhandling.distributed.SimpleMember
Denotes that a SimpleMember is a representation of a Local Member, thus a representation of the instance itself.
LOCAL_MESSAGE_HANDLER_REGISTRATIONS - Static variable in class org.axonframework.lifecycle.Phase
Phase to register or cancel the registration of any local message handler.
localSegment() - Method in interface org.axonframework.commandhandling.distributed.CommandBusConnector
Return an Optional containing the CommandBus which is used by this CommandBusConnector to dispatch local and incoming CommandMessages on.
localSegment() - Method in class org.axonframework.commandhandling.distributed.DistributedCommandBus
Return the message bus of type MessageBus which is regarded as the local segment for this implementation.
localSegment() - Method in interface org.axonframework.messaging.Distributed
Return the message bus of type MessageBus which is regarded as the local segment for this implementation.
Lock - Interface in org.axonframework.common.lock
Interface of a lock acquired to gain (exclusive) access to a shared resource, with a mechanism to release it again.
LockAcquisitionFailedException - Exception in org.axonframework.common.lock
Exception indicating that a lock could not be obtained.
LockAcquisitionFailedException(String, Throwable) - Constructor for exception org.axonframework.common.lock.LockAcquisitionFailedException
Initialize the exception with given message and cause
LockAcquisitionFailedException(String) - Constructor for exception org.axonframework.common.lock.LockAcquisitionFailedException
Initialize the exception with given message.
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.
logAndOverride() - Static method in class org.axonframework.commandhandling.DuplicateCommandHandlerResolution
A DuplicateCommandHandlerResolver implementation which logs a warning message and resolve to returning the duplicate handler and overriding the existing command handler.
logger(Logger) - Method in class org.axonframework.queryhandling.LoggingQueryInvocationErrorHandler.Builder
Sets the Logger to log errors with from query handlers.
LoggingCallback - Class in org.axonframework.commandhandling.callbacks
CommandCallback implementation that simply logs the results of a command.
LoggingDuplicateCommandHandlerResolver - Class in org.axonframework.commandhandling
Implementation of the DuplicateCommandHandlerResolver that allows registrations to be overridden by new handlers, but logs this (on WARN level) to a given logger.
LoggingErrorHandler - Class in org.axonframework.eventhandling
Implementation of a ListenerInvocationErrorHandler that logs exceptions as errors but otherwise does nothing to prevent event handling from continuing.
LoggingErrorHandler() - Constructor for class org.axonframework.eventhandling.LoggingErrorHandler
Initialize the LoggingErrorHandler using the logger for "org.axonframework.eventhandling.LoggingErrorHandler".
LoggingErrorHandler(Logger) - Constructor for class org.axonframework.eventhandling.LoggingErrorHandler
Initialize the LoggingErrorHandler to use the given logger to log errors
LoggingInterceptor<T extends Message<?>> - Class in org.axonframework.messaging.interceptors
MessageDispatchInterceptor and MessageHandlerInterceptor implementation that logs dispatched and incoming messages, and their result, to a SLF4J logger.
LoggingInterceptor(String) - Constructor for class org.axonframework.messaging.interceptors.LoggingInterceptor
Initialize the LoggingInterceptor with the given loggerName.
LoggingInterceptor() - Constructor for class org.axonframework.messaging.interceptors.LoggingInterceptor
Initialize the LoggingInterceptor with the default logger name, which is the fully qualified class name of this logger.
LoggingQueryInvocationErrorHandler - Class in org.axonframework.queryhandling
Implementation of the QueryInvocationErrorHandler that logs all errors to a given Logger.
LoggingQueryInvocationErrorHandler(LoggingQueryInvocationErrorHandler.Builder) - Constructor for class org.axonframework.queryhandling.LoggingQueryInvocationErrorHandler
Instantiate a LoggingQueryInvocationErrorHandler based on the fields contained in the LoggingQueryInvocationErrorHandler.Builder.
LoggingQueryInvocationErrorHandler.Builder - Class in org.axonframework.queryhandling
Builder class to instantiate a LoggingQueryInvocationErrorHandler.
LOW - Static variable in annotation type org.axonframework.common.Priority
Value indicating the annotated member should be placed at the "lower half".
lowerBound(TrackingToken) - Method in class org.axonframework.eventhandling.GapAwareTrackingToken
 
lowerBound(TrackingToken) - Method in class org.axonframework.eventhandling.GlobalSequenceTrackingToken
 
lowerBound(TrackingToken) - Method in class org.axonframework.eventhandling.MergedTrackingToken
 
lowerBound() - Method in class org.axonframework.eventhandling.MergedTrackingToken
 
lowerBound(TrackingToken) - Method in class org.axonframework.eventhandling.MultiSourceTrackingToken
Compares this token to other by comparing each member token with its counterpart in the other token.
lowerBound(TrackingToken) - Method in class org.axonframework.eventhandling.ReplayToken
 
lowerBound() - Method in class org.axonframework.eventhandling.ReplayToken
 
lowerBound(TrackingToken) - Method in class org.axonframework.eventhandling.tokenstore.ConfigToken
 
lowerBound(TrackingToken) - Method in interface org.axonframework.eventhandling.TrackingToken
Returns a token that represents the lower bound between this and the other token.
lowerBound() - Method in interface org.axonframework.eventhandling.WrappedToken
Returns the token representing the current position in the stream.
lowerSegmentToken() - Method in class org.axonframework.eventhandling.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

M

map(Function<UnitOfWork<?>, T>) - Static method in class org.axonframework.messaging.unitofwork.CurrentUnitOfWork
If a Unit of Work is started, execute the given function on it.
markError(Throwable) - Method in class org.axonframework.eventhandling.TrackerStatus
Return a new TrackerStatus based on this status, setting the given error as the errorState.
matches(Message) - Method in class org.axonframework.commandhandling.CurrentUnitOfWorkParameterResolverFactory
 
matches(CommandMessage<?>) - Method in enum org.axonframework.commandhandling.distributed.commandfilter.AcceptAll
 
matches(CommandMessage<?>) - Method in class org.axonframework.commandhandling.distributed.commandfilter.AndCommandMessageFilter
 
matches(CommandMessage<?>) - Method in class org.axonframework.commandhandling.distributed.commandfilter.CommandNameFilter
 
matches(CommandMessage<?>) - Method in enum org.axonframework.commandhandling.distributed.commandfilter.DenyAll
 
matches(CommandMessage<?>) - Method in class org.axonframework.commandhandling.distributed.commandfilter.DenyCommandNameFilter
 
matches(CommandMessage<?>) - Method in class org.axonframework.commandhandling.distributed.commandfilter.NegateCommandMessageFilter
 
matches(CommandMessage<?>) - Method in class org.axonframework.commandhandling.distributed.commandfilter.OrCommandMessageFilter
 
matches(CommandMessage<?>) - Method in interface org.axonframework.commandhandling.distributed.CommandMessageFilter
Indicates whether the given commandMessage matches this filter.
matches(Message<?>) - Method in class org.axonframework.eventhandling.ConcludesBatchParameterResolverFactory
 
matches(int) - Method in class org.axonframework.eventhandling.Segment
Returns true when the mask applied to the given value, matches the segment id.
matches(Object) - Method in class org.axonframework.eventhandling.Segment
Indicates whether the given value matches this segment.
matches(Message) - Method in class org.axonframework.eventhandling.SequenceNumberParameterResolverFactory.SequenceNumberParameterResolver
 
matches(Message) - Method in class org.axonframework.messaging.annotation.FixedValueParameterResolver
 
matches(Message<?>) - Method in class org.axonframework.messaging.annotation.InterceptorChainParameterResolverFactory
 
matches(Message<?>) - Method in interface org.axonframework.messaging.annotation.ParameterResolver
Indicates whether this resolver is capable of providing a value for the given message.
matches(Message) - Method in class org.axonframework.messaging.annotation.PayloadParameterResolver
 
matches(Type) - Method in class org.axonframework.messaging.responsetypes.InstanceResponseType
Match the query handler its response Type with this implementation its responseType R.
matches(Type) - Method in class org.axonframework.messaging.responsetypes.MultipleInstancesResponseType
Match the query handler its response Type with this implementation its responseType R.
matches(Type) - Method in class org.axonframework.messaging.responsetypes.OptionalResponseType
Match the query handler its response Type with this implementation its responseType R.
matches(Type) - Method in interface org.axonframework.messaging.responsetypes.ResponseType
Match the query handler its response Type with the ResponseType implementation its expected response type R.
matchPositions(EventTrackerStatus) - Method in interface org.axonframework.eventhandling.EventTrackerStatus
Match the position fields of this and that.
matchStates(EventTrackerStatus) - Method in interface org.axonframework.eventhandling.EventTrackerStatus
Match the boolean state fields of this and that.
MavenArtifactRevisionResolver - Class in org.axonframework.serialization
RevisionResolver that uses Maven meta data to retrieve the application version.
MavenArtifactRevisionResolver(String, String) - Constructor for class org.axonframework.serialization.MavenArtifactRevisionResolver
Initialize the RevisionResolver to look for the version in the Meta Data of the artifact with given groupId and artifactId.
MavenArtifactRevisionResolver(String, String, ClassLoader) - Constructor for class org.axonframework.serialization.MavenArtifactRevisionResolver
Initialize the RevisionResolver to look for the version in the Meta Data of the artifact with given groupId and artifactId.
MavenArtifactVersionResolver - Class in org.axonframework.util
Artifact version resolver that uses Maven meta data to retrieve the jar version.
MavenArtifactVersionResolver(String, String, ClassLoader) - Constructor for class org.axonframework.util.MavenArtifactVersionResolver
Creates an instance to look for the version in the Meta Data of the artifact with given groupId and artifactId.
maxCapacity() - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor
Specifies the maximum amount of segments this EventProcessor can process at the same time.
maxCapacity() - Method in interface org.axonframework.eventhandling.StreamingEventProcessor
Specifies the maximum amount of segments this EventProcessor can process at the same time.
maxCapacity() - Method in class org.axonframework.eventhandling.TrackingEventProcessor
 
maxClaimedSegments(int) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
Defines the maximum number of segment this StreamingEventProcessor may claim.
maxRetryCount(int) - Method in class org.axonframework.commandhandling.gateway.AbstractRetryScheduler.Builder
Sets the maximum number of retries allowed for a single command.
mayClaim(String, TemporalAmount) - Method in class org.axonframework.eventhandling.tokenstore.AbstractTokenEntry
Check if given owner may claim this token.
md5Hex(String) - Static method in class org.axonframework.common.digest.Digester
Utility method that creates a hex string of the MD5 hash of the given input
Member - Interface in org.axonframework.commandhandling.distributed
Member of a cluster of connected command endpoints.
MemberAccessibilityCallback - Class in org.axonframework.common
PrivilegedAction that makes the given method accessible for reflection.
MemberAccessibilityCallback(AccessibleObject) - Constructor for class org.axonframework.common.MemberAccessibilityCallback
Initialize the callback to make the given method accessible for reflection.
merge(T, T, Supplier<T>) - Static method in class org.axonframework.common.CollectionUtils
Merge two collections into a new collection instance.
mergeableSegmentId() - Method in class org.axonframework.eventhandling.Segment
Returns the segmentId of the segment this one can be merged with
mergeCompletedPosition() - Method in interface org.axonframework.eventhandling.EventTrackerStatus
Return the estimated relative token position this Segment will have after a merge operation is complete.
mergeCompletedPosition() - Method in class org.axonframework.eventhandling.TrackerStatus
 
mergeCompletedPosition() - Method in class org.axonframework.eventhandling.WrappedTrackerStatus
 
merged(TrackingToken, TrackingToken) - Static method in class org.axonframework.eventhandling.MergedTrackingToken
Create a merged token using the given lowerSegmentToken and upperSegmentToken.
MergedTrackingToken - Class in org.axonframework.eventhandling
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.eventhandling.MergedTrackingToken
Initialize a Merged Token, with the lowerSegmentToken representing the progress of the segment with the lower segmentId, and upperSegmentToken representing the progress of the segment with the higher segmentId.
MergedTrackingToken(TrackingToken, TrackingToken, boolean, boolean) - Constructor for class org.axonframework.eventhandling.MergedTrackingToken
Initialize a Merged Token, with the lowerSegmentToken representing the progress of the segment with the lower segmentId, and upperSegmentToken representing the progress of the segment with the higher segmentId, additionally indicating if either of these segments were advanced by the latest call to MergedTrackingToken.advancedTo(TrackingToken)
mergedWith(Segment) - Method in class org.axonframework.eventhandling.Segment
Calculates the Segment that represents the merger of this segment with the given other segment.
mergedWith(HandlerAttributes) - Method in class org.axonframework.messaging.annotation.AnnotatedHandlerAttributes
 
mergedWith(HandlerAttributes) - Method in interface org.axonframework.messaging.HandlerAttributes
Returns a HandlerAttributes, merging the attributes in this instance with the given attributes.
mergedWith(Map<String, ?>) - Method in class org.axonframework.messaging.MetaData
Returns a MetaData instance containing values of this, combined with the given additionalEntries.
mergedWith(HandlerAttributes) - Method in class org.axonframework.messaging.SimpleHandlerAttributes
 
mergePosition(TrackingToken) - Static method in class org.axonframework.eventhandling.MergedTrackingToken
Return the estimated relative token position this Segment will have after a merge operation is complete.
mergeSegment(int) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor
 
mergeSegment(int) - Method in interface org.axonframework.eventhandling.StreamingEventProcessor
Instruct the processor to merge the segment with given segmentId back with the segment that it was originally split from.
mergeSegment(int) - Method in class org.axonframework.eventhandling.TrackingEventProcessor
 
Message<T> - Interface in org.axonframework.messaging
Representation of a Message, containing a Payload and MetaData.
MESSAGE_ID - Static variable in class org.axonframework.messaging.Headers
Key pointing to a message identifier.
MESSAGE_METADATA - Static variable in class org.axonframework.messaging.Headers
Key pointing to the MetaData of a message.
MESSAGE_REVISION - Static variable in class org.axonframework.messaging.Headers
Key pointing to the revision of a message.
MESSAGE_TIMESTAMP - Static variable in class org.axonframework.messaging.Headers
Key pointing to the timestamp of a message.
MESSAGE_TYPE - Static variable in interface org.axonframework.messaging.HandlerAttributes
Attribute key referencing the Message type being handled by the handler.
MESSAGE_TYPE - Static variable in class org.axonframework.messaging.Headers
Key pointing to the payload type of a message.
MessageDecorator<T> - Class in org.axonframework.messaging
Abstract implementation of a Message that delegates to an existing message.
MessageDecorator(Message<T>) - Constructor for class org.axonframework.messaging.MessageDecorator
Initializes a new decorator with given delegate message.
MessageDispatchInterceptor<T extends Message<?>> - Interface in org.axonframework.messaging
Interceptor that allows messages to be intercepted and modified before they are dispatched.
MessageDispatchInterceptorSupport<T extends Message<?>> - Interface in org.axonframework.messaging
Interface marking components capable of registering Dispatch Interceptors.
MessageHandler - Annotation Type in org.axonframework.messaging.annotation
Annotation indicating that a member method should be able to respond to Messages.
MessageHandler<T extends Message<?>> - Interface in org.axonframework.messaging
Interface for a component that processes Messages.
MessageHandlerInterceptor - Annotation Type in org.axonframework.messaging.interceptors
Annotation marking an handler method as an interceptor handler.
MessageHandlerInterceptor<T extends Message<?>> - Interface in org.axonframework.messaging
Workflow interface that allows for customized message handler invocation chains.
MessageHandlerInterceptorDefinition - Class in org.axonframework.messaging.annotation
HandlerEnhancerDefinition that marks methods (meta-)annotated with MessageHandlerInterceptor as interceptors.
MessageHandlerInterceptorDefinition() - Constructor for class org.axonframework.messaging.annotation.MessageHandlerInterceptorDefinition
 
MessageHandlerInterceptorMemberChain<T> - Interface in org.axonframework.messaging.annotation
Interface to interact with a MessageHandlingMember instance through a chain of interceptors, which were used to build up this chain.
MessageHandlerInterceptorSupport<T extends Message<?>> - Interface in org.axonframework.messaging
Interface marking components capable of registering Handler Interceptors.
MessageHandlerInvocationException - Exception in org.axonframework.messaging.annotation
MessageHandlerInvocationException is a runtime exception that wraps an exception thrown by an invoked message handler.
MessageHandlerInvocationException(String, Throwable) - Constructor for exception org.axonframework.messaging.annotation.MessageHandlerInvocationException
Initialize the MessageHandlerInvocationException using given message and cause.
MessageHandlingMember<T> - Interface in org.axonframework.messaging.annotation
Interface describing a handler for specific messages targeting entities of a specific type.
MessageIdentifier - Annotation Type in org.axonframework.messaging.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.annotation
An extension of the AbstractAnnotatedParameterResolverFactory that accepts parameters of a String type that are annotated with the MessageIdentifier annotation and assigns the identifier of the Message.
MessageIdentifierParameterResolverFactory() - Constructor for class org.axonframework.messaging.annotation.MessageIdentifierParameterResolverFactory
Initialize a ParameterResolverFactory for MessageIdentifier annotated parameters.
MessageInterceptingMember<T> - Interface in org.axonframework.messaging.annotation
Marker interface for MessageHandlingMember instances that need to be treated as interceptors, rather than regular members.
messageMonitor(MessageMonitor<? super CommandMessage<?>>) - Method in class org.axonframework.commandhandling.AsynchronousCommandBus.Builder
 
messageMonitor(MessageMonitor<? super CommandMessage<?>>) - Method in class org.axonframework.commandhandling.distributed.DistributedCommandBus.Builder
Sets the MessageMonitor for generic types implementing CommandMessage, which is used to monitor incoming messages and their execution result.
messageMonitor(MessageMonitor<? super CommandMessage<?>>) - Method in class org.axonframework.commandhandling.SimpleCommandBus.Builder
Sets the MessageMonitor of generic type CommandMessage used the to monitor the command bus.
messageMonitor(MessageMonitor<? super EventMessage<?>>) - Method in class org.axonframework.eventhandling.AbstractEventBus.Builder
Sets the MessageMonitor to monitor ingested EventMessages.
messageMonitor(MessageMonitor<? super EventMessage<?>>) - Method in class org.axonframework.eventhandling.AbstractEventProcessor.Builder
Sets the MessageMonitor to monitor EventMessages before and after they're processed.
messageMonitor(MessageMonitor<? super EventMessage<?>>) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
 
messageMonitor(MessageMonitor<? super EventMessage<?>>) - Method in class org.axonframework.eventhandling.SimpleEventBus.Builder
 
messageMonitor(MessageMonitor<? super EventMessage<?>>) - Method in class org.axonframework.eventhandling.SubscribingEventProcessor.Builder
 
messageMonitor(MessageMonitor<? super EventMessage<?>>) - Method in class org.axonframework.eventhandling.TrackingEventProcessor.Builder
 
MessageMonitor<T extends Message<?>> - Interface in org.axonframework.monitoring
Specifies a mechanism to monitor message processing.
messageMonitor(MessageMonitor<? super QueryMessage<?, ?>>) - Method in class org.axonframework.queryhandling.SimpleQueryBus.Builder
Sets the MessageMonitor used to monitor query messages.
MessageMonitor.MonitorCallback - Interface in org.axonframework.monitoring
An interface to let the message processor inform the message monitor of the result of processing the message
MessageOriginProvider - Class in org.axonframework.messaging.correlation
CorrelationDataProvider that provides the identifier of a Message to other messages that are created as result of processing the first message.
MessageOriginProvider() - Constructor for class org.axonframework.messaging.correlation.MessageOriginProvider
Initializes a MessageOriginProvider that uses the default correlation id key: MessageOriginProvider.getDefaultCorrelationKey() and trace id key: MessageOriginProvider.getDefaultTraceKey().
MessageOriginProvider(String, String) - Constructor for class org.axonframework.messaging.correlation.MessageOriginProvider
Initializes a MessageOriginProvider that uses the given correlationKey.
MessageProcessingContext<T extends Message<?>> - Class in org.axonframework.messaging.unitofwork
Maintains the context around the processing of a single Message.
MessageProcessingContext(T) - Constructor for class org.axonframework.messaging.unitofwork.MessageProcessingContext
Creates a new processing context for the given message.
messageSource(StreamableMessageSource<TrackedEventMessage<?>>) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
messageSource(SubscribableMessageSource<? extends EventMessage<?>>) - Method in class org.axonframework.eventhandling.SubscribingEventProcessor.Builder
messageSource(StreamableMessageSource<TrackedEventMessage<?>>) - Method in class org.axonframework.eventhandling.TrackingEventProcessor.Builder
MetaData - Class in org.axonframework.messaging
Represents MetaData that is passed along with a payload in a Message.
MetaData(Map<String, ?>) - Constructor for class org.axonframework.messaging.MetaData
Initializes a MetaData instance with the given items as content.
MetaDataDeserializer - Class in org.axonframework.serialization.json
JsonDeserializer implementation that deserializes MetaData instances.
MetaDataDeserializer() - Constructor for class org.axonframework.serialization.json.MetaDataDeserializer
 
metaDataKey(String) - Method in class org.axonframework.commandhandling.distributed.MetaDataRoutingStrategy.Builder
Sets the metaDataKey searched for by this routing strategy on a CommandMessage's MetaData to base the routing key on.
MetaDataRoutingStrategy - Class in org.axonframework.commandhandling.distributed
RoutingStrategy implementation that uses the value in the MetaData of a CommandMessage assigned to a given key.
MetaDataRoutingStrategy(MetaDataRoutingStrategy.Builder) - Constructor for class org.axonframework.commandhandling.distributed.MetaDataRoutingStrategy
Instantiate a MetaDataRoutingStrategy based on the fields contained in the give builder.
MetaDataRoutingStrategy(String) - Constructor for class org.axonframework.commandhandling.distributed.MetaDataRoutingStrategy
Deprecated.
MetaDataRoutingStrategy(String, UnresolvedRoutingKeyPolicy) - Constructor for class org.axonframework.commandhandling.distributed.MetaDataRoutingStrategy
Deprecated.
MetaDataRoutingStrategy.Builder - Class in org.axonframework.commandhandling.distributed
Builder class to instantiate a AnnotationRoutingStrategy.
MetaDataValue - Annotation Type in org.axonframework.messaging.annotation
Annotation that indicates the parameter needs to be resolved to the value of the Message MetaData stored under the given key.
MethodAccessedProperty<T> - Class in org.axonframework.common.property
Property implementation that invokes a method to obtain a value of a property for a given instance.
MethodAccessedProperty(Method, String) - Constructor for class org.axonframework.common.property.MethodAccessedProperty
Initialize a reader that uses given accessorMethod to access a property with given propertyName.
MethodCommandHandlerDefinition - Class in org.axonframework.commandhandling
Implementation of a HandlerEnhancerDefinition that is used for CommandHandler annotated methods.
MethodCommandHandlerDefinition() - Constructor for class org.axonframework.commandhandling.MethodCommandHandlerDefinition
 
methodOf(Class<?>, String, Class<?>...) - Static method in class org.axonframework.common.ReflectionUtils
Utility function which returns a Method matching the given methodName and parameterTypes in the clazz.
MethodQueryMessageHandlerDefinition - Class in org.axonframework.queryhandling.annotation
Definition of handlers that can handle QueryMessages.
MethodQueryMessageHandlerDefinition() - Constructor for class org.axonframework.queryhandling.annotation.MethodQueryMessageHandlerDefinition
 
methodsOf(Class<?>) - Static method in class org.axonframework.common.ReflectionUtils
Returns an Iterable of all the methods declared on the given class and its super classes.
methodsOf(Class<?>, boolean) - Static method in class org.axonframework.common.ReflectionUtils
Returns an Iterable of all the methods declared on the given class.
MonitorAwareCallback<C,R> - Class in org.axonframework.commandhandling
Wrapper for a callback that notifies a Message Monitor of the message execution result.
MonitorAwareCallback(CommandCallback<C, R>, MessageMonitor.MonitorCallback) - Constructor for class org.axonframework.commandhandling.MonitorAwareCallback
Initialize a callback wrapped around the delegate which will notify a Message Monitor for the given messageMonitorCallback.
MultiCorrelationDataProvider<T extends Message> - Class in org.axonframework.messaging.correlation
CorrelationDataProvider that combines the data of multiple other correlation providers.
MultiCorrelationDataProvider(List<? extends CorrelationDataProvider>) - Constructor for class org.axonframework.messaging.correlation.MultiCorrelationDataProvider
Initialize the correlation data provider, delegating to given correlationDataProviders.
MultiEventHandlerInvoker - Class in org.axonframework.eventhandling
Implementation of EventHandlerInvoker with capabilities to invoke several different invokers.
MultiEventHandlerInvoker(EventHandlerInvoker...) - Constructor for class org.axonframework.eventhandling.MultiEventHandlerInvoker
Initializes multi invoker with different invokers.
MultiEventHandlerInvoker(List<EventHandlerInvoker>) - Constructor for class org.axonframework.eventhandling.MultiEventHandlerInvoker
Initializes multi invoker with different invokers.
MultiHandlerDefinition - Class in org.axonframework.messaging.annotation
HandlerDefinition instance that delegates to multiple other instances, in the order provided.
MultiHandlerDefinition(HandlerDefinition...) - Constructor for class org.axonframework.messaging.annotation.MultiHandlerDefinition
Initializes an instance that delegates to the given delegates, in the order provided.
MultiHandlerDefinition(List<HandlerDefinition>) - Constructor for class org.axonframework.messaging.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.annotation.MultiHandlerDefinition
Initializes an instance that delegates to the given delegates, in the order provided.
MultiHandlerEnhancerDefinition - Class in org.axonframework.messaging.annotation
HandlerEnhancerDefinition instance that delegates to multiple other instances, in the order provided.
MultiHandlerEnhancerDefinition(HandlerEnhancerDefinition...) - Constructor for class org.axonframework.messaging.annotation.MultiHandlerEnhancerDefinition
Initializes an instance that delegates to the given delegates, in the order provided.
MultiHandlerEnhancerDefinition(Collection<HandlerEnhancerDefinition>) - Constructor for class org.axonframework.messaging.annotation.MultiHandlerEnhancerDefinition
Initializes an instance that delegates to the given delegates, in the order provided.
MultiMessageMonitor<T extends Message<?>> - Class in org.axonframework.monitoring
Delegates messages and callbacks to the given list of message monitors
MultiMessageMonitor(MessageMonitor<? super T>...) - Constructor for class org.axonframework.monitoring.MultiMessageMonitor
Initialize a message monitor with the given messageMonitors
MultiMessageMonitor(List<MessageMonitor<? super T>>) - Constructor for class org.axonframework.monitoring.MultiMessageMonitor
Initialize a message monitor with the given list of messageMonitors
MultiParameterResolverFactory - Class in org.axonframework.messaging.annotation
ParameterResolverFactory instance that delegates to multiple other instances, in the order provided.
MultiParameterResolverFactory(ParameterResolverFactory...) - Constructor for class org.axonframework.messaging.annotation.MultiParameterResolverFactory
Initializes an instance that delegates to the given delegates, in the order provided.
MultiParameterResolverFactory(List<ParameterResolverFactory>) - Constructor for class org.axonframework.messaging.annotation.MultiParameterResolverFactory
Initializes an instance that delegates to the given delegates, in the order provided.
multipleInstancesOf(Class<R>) - Static method in class org.axonframework.messaging.responsetypes.ResponseTypes
Specify the desire to retrieve a collection of instances of type R when performing a query.
MultipleInstancesResponseType<R> - Class in org.axonframework.messaging.responsetypes
A ResponseType implementation that will match with query handlers which return a multiple instances of the expected response type.
MultipleInstancesResponseType(Class<R>) - Constructor for class org.axonframework.messaging.responsetypes.MultipleInstancesResponseType
Instantiate a MultipleInstancesResponseType with the given expectedCollectionGenericType as the type to be matched against and which the convert function will use as the generic for the List return value.
MultiSourceTrackingToken - Class in org.axonframework.eventhandling
Combined tracking token used when processing from multiple event sources
MultiSourceTrackingToken(Map<String, TrackingToken>) - Constructor for class org.axonframework.eventhandling.MultiSourceTrackingToken
Construct a new MultiSourceTrackingToken from a map of existing tokens.

N

name() - Method in class org.axonframework.commandhandling.distributed.ConsistentHash.ConsistentHashMember
 
name() - Method in interface org.axonframework.commandhandling.distributed.Member
Returns the name of this Member.
name() - Method in class org.axonframework.commandhandling.distributed.SimpleMember
 
name - Variable in class org.axonframework.eventhandling.AbstractEventProcessor.Builder
 
name(String) - Method in class org.axonframework.eventhandling.AbstractEventProcessor.Builder
Sets the name of this EventProcessor implementation.
name(String) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
 
name() - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
Returns the name of this PooledStreamingEventProcessor.
name(String) - Method in class org.axonframework.eventhandling.SubscribingEventProcessor.Builder
 
name(String) - Method in class org.axonframework.eventhandling.TrackingEventProcessor.Builder
 
negate() - Method in enum org.axonframework.commandhandling.distributed.commandfilter.AcceptAll
 
negate() - Method in class org.axonframework.commandhandling.distributed.commandfilter.CommandNameFilter
 
negate() - Method in enum org.axonframework.commandhandling.distributed.commandfilter.DenyAll
 
negate() - Method in interface org.axonframework.commandhandling.distributed.CommandMessageFilter
Returns a filter that matches when this instance doesn't, and vice versa.
NegateCommandMessageFilter - Class in org.axonframework.commandhandling.distributed.commandfilter
A CommandMessageFilter implementation that negates the result of another CommandMessageFilter instance.
NegateCommandMessageFilter(CommandMessageFilter) - Constructor for class org.axonframework.commandhandling.distributed.commandfilter.NegateCommandMessageFilter
Initialize a CommandMessageFilter that negates results of the the given filter.
NEUTRAL - Static variable in annotation type org.axonframework.common.Priority
Value indicating the annotated member should have medium priority, effectively placing it "in the middle".
newInstance(String) - Static method in class org.axonframework.common.digest.Digester
Creates a new Digester instance for the given algorithm.
newInstance(long, Collection<Long>) - Static method in class org.axonframework.eventhandling.GapAwareTrackingToken
Returns a new GapAwareTrackingToken instance based on the given index and collection of gaps.
newMD5Instance() - Static method in class org.axonframework.common.digest.Digester
Creates a new Digester instance for the MD5 Algorithm
newProcessingScheduler(EventProcessorTask.ShutdownCallback) - Method in class org.axonframework.eventhandling.async.AsynchronousEventProcessingStrategy
Creates a new scheduler instance that schedules tasks on the executor service for the managed EventListener.
newThread(Runnable) - Method in class org.axonframework.common.AxonThreadFactory
 
next() - Method in class org.axonframework.eventhandling.GlobalSequenceTrackingToken
Returns a new GlobalSequenceTrackingToken instance with sequence number incremented by 1.
next(T) - Method in interface org.axonframework.queryhandling.SinkWrapper
Wrapper around Sink next(Object).
nextAndExtract(ResultSet, int, Class<T>) - Static method in class org.axonframework.common.jdbc.JdbcUtils
Moves the resultSet courser forward and then read the object at the given column (base 1).
nextAvailable() - Method in interface org.axonframework.common.stream.BlockingStream
Returns the next available message in the stream.
NoCache - Class in org.axonframework.common.caching
Cache implementation that does absolutely nothing.
nodeId(String) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore.Builder
Sets the nodeId to identify ownership of the tokens.
nodeId(String) - Method in class org.axonframework.eventhandling.tokenstore.jpa.JpaTokenStore.Builder
Sets the nodeId to identify ownership of the tokens.
NoHandlerForCommandException - Exception in org.axonframework.commandhandling
Exception indicating that no suitable handler could be found for the given command.
NoHandlerForCommandException(String) - Constructor for exception org.axonframework.commandhandling.NoHandlerForCommandException
Initialize a NoHandlerForCommandException with the given message.
NoHandlerForCommandException(CommandMessage<?>) - Constructor for exception org.axonframework.commandhandling.NoHandlerForCommandException
Initialize a NoHandlerForCommandException with a message describing the given CommandMessage.
NoHandlerForQueryException - Exception in org.axonframework.queryhandling
Exception indicating a query for a single result was executed, but no handlers were found that could provide an answer.
NoHandlerForQueryException(String) - Constructor for exception org.axonframework.queryhandling.NoHandlerForQueryException
Initialize the exception with given message
nonEmptyOrNull(String) - Static method in class org.axonframework.common.StringUtils
Validate whether the given String s is not null and not empty (where empty is defined as "".
nonNull(T, Supplier<String>) - Static method in class org.axonframework.common.Assert
Assert that the given value is not null.
noOp() - Static method in interface org.axonframework.commandhandling.distributed.ConsistentHashChangeListener
Returns a No-op version of the functional interface ConsistentHashChangeListener.
noOp() - Static method in interface org.axonframework.eventhandling.EventTrackerStatusChangeListener
Returns a no-op implementation of the EventTrackerStatusChangeListener.
NoOpCallback - Class in org.axonframework.commandhandling.callbacks
Callback that does absolutely nothing when invoked.
NoOpCallback() - Constructor for class org.axonframework.commandhandling.callbacks.NoOpCallback
 
NoOpCloseHandler() - Constructor for class org.axonframework.common.jdbc.ConnectionWrapperFactory.NoOpCloseHandler
 
NoOpEventUpcaster - Enum in org.axonframework.serialization.upcasting.event
Event upcaster that does nothing.
NoOpMessageMonitor - Enum in org.axonframework.monitoring
A message monitor that returns a NoOp message callback
NoOpMessageMonitorCallback - Enum in org.axonframework.monitoring
A NoOp MessageMonitor callback
NoScopeDescriptor - Class in org.axonframework.messaging
A ScopeDescriptor describing no active scope.
NOT_RECURSIVE - Static variable in class org.axonframework.common.ReflectionUtils
Specifying a reflection operation should not be performed recursive.
notifyHandlers(UnitOfWork.Phase) - Method in class org.axonframework.messaging.unitofwork.AbstractUnitOfWork
Notify the handlers attached to the given phase.
notifyHandlers(UnitOfWork.Phase) - Method in class org.axonframework.messaging.unitofwork.BatchingUnitOfWork
 
notifyHandlers(UnitOfWork.Phase) - Method in class org.axonframework.messaging.unitofwork.DefaultUnitOfWork
 
notifyHandlers(UnitOfWork<T>, UnitOfWork.Phase) - Method in class org.axonframework.messaging.unitofwork.MessageProcessingContext
Invoke the handlers in this collection attached to the given phase.
notNull(Object, Supplier<String>) - Static method in class org.axonframework.common.Assert
Assert that the given value is not null.
NoTransactionManager - Enum in org.axonframework.common.transaction
TransactionManager implementation that does nothing.
NullLockFactory - Enum in org.axonframework.common.lock
LockFactory implementation that does nothing.
nullSafeTypeOf(T) - Static method in class org.axonframework.common.ObjectUtils
Returns the type of the given instance, if it is not null.

O

objectMapper(ObjectMapper) - Method in class org.axonframework.serialization.json.JacksonSerializer.Builder
Sets the ObjectMapper used to serialize and parse the objects to JSON.
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 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(T) - Static method in class org.axonframework.serialization.CachingSupplier
Factory method for a CachingSupplier that will supply the given value.
of(Supplier<T>) - Static method in class org.axonframework.serialization.CachingSupplier
Factory method for a CachingSupplier that delegates to the given supplier when asked to supply a value.
offsetBy(int) - Method in class org.axonframework.eventhandling.GlobalSequenceTrackingToken
Returns a new GlobalSequenceTrackingToken instance that is the sum of this token's sequence number and the given offset.
onCleanup(Consumer<UnitOfWork<T>>) - Method in class org.axonframework.messaging.unitofwork.AbstractUnitOfWork
 
onCleanup(Consumer<UnitOfWork<T>>) - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
Register given handler with the Unit of Work.
onCommit(Consumer<UnitOfWork<T>>) - Method in class org.axonframework.messaging.unitofwork.AbstractUnitOfWork
 
onCommit(Consumer<UnitOfWork<T>>) - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
Register given handler with the Unit of Work.
onConsistentHashChanged(ConsistentHash) - Method in interface org.axonframework.commandhandling.distributed.ConsistentHashChangeListener
Notification that a consistent hash has changed.
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(Exception, EventMessage<?>, EventMessageHandler) - Method in interface org.axonframework.eventhandling.ListenerInvocationErrorHandler
Invoked after given eventListener failed to handle given event.
onError(Exception, EventMessage<?>, EventMessageHandler) - Method in class org.axonframework.eventhandling.LoggingErrorHandler
 
onError(Exception, EventMessage<?>, EventMessageHandler) - Method in enum org.axonframework.eventhandling.PropagatingErrorHandler
 
onError(Throwable, QueryMessage<?, ?>, MessageHandler) - Method in class org.axonframework.queryhandling.LoggingQueryInvocationErrorHandler
 
onError(Throwable, QueryMessage<?, ?>, MessageHandler) - Method in interface org.axonframework.queryhandling.QueryInvocationErrorHandler
Invoked when an error occurred while invoking a message handler in a scatter-gather query.
onEventTrackerStatusChange(Map<Integer, EventTrackerStatus>) - Method in interface org.axonframework.eventhandling.EventTrackerStatusChangeListener
Notification that an EventTrackerStatus has changed.
onMessageIngested(T) - Method in interface org.axonframework.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.monitoring.MultiMessageMonitor
Calls the message monitors with the given message and returns a callback that will trigger all the message monitor callbacks
onMessageIngested(Message<?>) - Method in enum org.axonframework.monitoring.NoOpMessageMonitor
 
onMessagesIngested(Collection<? extends T>) - Method in interface org.axonframework.monitoring.MessageMonitor
Takes a collection of messages and returns a map containing events along with their callbacks
onPrepareCommit(Consumer<UnitOfWork<T>>) - Method in class org.axonframework.messaging.unitofwork.AbstractUnitOfWork
 
onPrepareCommit(Consumer<UnitOfWork<T>>) - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
Register given handler with the Unit of Work.
onResult(CommandMessage<? extends C>, CommandResultMessage<? extends R>) - Method in class org.axonframework.commandhandling.callbacks.FailureLoggingCallback
 
onResult(CommandMessage<? extends C>, CommandResultMessage<? extends R>) - Method in class org.axonframework.commandhandling.callbacks.FutureCallback
 
onResult(CommandMessage, CommandResultMessage) - Method in class org.axonframework.commandhandling.callbacks.LoggingCallback
 
onResult(CommandMessage<?>, CommandResultMessage<?>) - Method in class org.axonframework.commandhandling.callbacks.NoOpCallback
Invoked when command handling execution is completed.
onResult(CommandMessage<? extends C>, CommandResultMessage<? extends R>) - Method in interface org.axonframework.commandhandling.CommandCallback
Invoked when command handling execution is completed.
onResult(CommandMessage<? extends C>, CommandResultMessage<? extends R>) - Method in class org.axonframework.commandhandling.distributed.CommandCallbackWrapper
 
onResult(CommandMessage<? extends C>, CommandResultMessage<? extends R>) - Method in class org.axonframework.commandhandling.gateway.RetryingCallback
 
onResult(CommandMessage<? extends C>, CommandResultMessage<? extends R>) - Method in class org.axonframework.commandhandling.MonitorAwareCallback
 
onRollback(Consumer<UnitOfWork<T>>) - Method in class org.axonframework.messaging.unitofwork.AbstractUnitOfWork
 
onRollback(Consumer<UnitOfWork<T>>) - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
Register given handler with the Unit of Work.
openStream(TrackingToken) - Method in interface org.axonframework.messaging.StreamableMessageSource
Open a stream containing all messages since given tracking token.
optionalExceptionResult() - Method in class org.axonframework.messaging.GenericResultMessage
 
optionalExceptionResult() - Method in class org.axonframework.messaging.responsetypes.ConvertingResponseMessage
 
optionalExceptionResult() - Method in interface org.axonframework.messaging.ResultMessage
Returns the Exception in case of exceptional result message or an empty Optional in case of successful execution.
optionalInstanceOf(Class<R>) - Static method in class org.axonframework.messaging.responsetypes.ResponseTypes
Specify the desire to retrieve an Optional<R> when performing a query.
OptionalResponseType<R> - Class in org.axonframework.messaging.responsetypes
A ResponseType implementation that will match with query handlers which return a single instance of the expected response type, but returns that as an Optional containing the result.
OptionalResponseType(Class<R>) - Constructor for class org.axonframework.messaging.responsetypes.OptionalResponseType
Instantiate a OptionalResponseType with the given expectedResponseType as the type to be matched against and to which the query response should be converted to.
or(CommandMessageFilter) - Method in enum org.axonframework.commandhandling.distributed.commandfilter.AcceptAll
 
or(CommandMessageFilter) - Method in class org.axonframework.commandhandling.distributed.commandfilter.CommandNameFilter
 
or(CommandMessageFilter) - Method in enum org.axonframework.commandhandling.distributed.commandfilter.DenyAll
 
or(CommandMessageFilter) - Method in class org.axonframework.commandhandling.distributed.commandfilter.DenyCommandNameFilter
 
or(CommandMessageFilter) - Method in interface org.axonframework.commandhandling.distributed.CommandMessageFilter
Returns a filter that matches when either this instance or the given other matches.
Oracle11TokenTableFactory - Class in org.axonframework.eventhandling.tokenstore.jdbc
Jdbc token entry table factory for Oracle databases.
Oracle11TokenTableFactory() - Constructor for class org.axonframework.eventhandling.tokenstore.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.
OrCommandMessageFilter - Class in org.axonframework.commandhandling.distributed.commandfilter
A CommandMessageFilter implementation that matches whenever either of the supplied CommandMessageFilter instances match.
OrCommandMessageFilter(CommandMessageFilter, CommandMessageFilter) - Constructor for class org.axonframework.commandhandling.distributed.commandfilter.OrCommandMessageFilter
Initialize the filter to match when either the first or the second filter matches.
ordered(HandlerDefinition...) - Static method in class org.axonframework.messaging.annotation.MultiHandlerDefinition
Creates a MultiHandlerDefinition instance with the given delegates, which are automatically ordered based on the @Priority annotation on their respective classes.
ordered(HandlerEnhancerDefinition, HandlerDefinition...) - Static method in class org.axonframework.messaging.annotation.MultiHandlerDefinition
Creates a MultiHandlerDefinition instance with the given delegates, which are automatically ordered based on the @Priority annotation on their respective classes.
ordered(List<HandlerDefinition>) - Static method in class org.axonframework.messaging.annotation.MultiHandlerDefinition
Creates a MultiHandlerDefinition instance with the given delegates, which are automatically ordered based on the @Priority annotation on their respective classes.
ordered(List<HandlerDefinition>, HandlerEnhancerDefinition) - Static method in class org.axonframework.messaging.annotation.MultiHandlerDefinition
Creates a MultiHandlerDefinition instance with the given delegates, which are automatically ordered based on the @Priority annotation on their respective classes.
ordered(HandlerEnhancerDefinition...) - Static method in class org.axonframework.messaging.annotation.MultiHandlerEnhancerDefinition
Creates a MultiHandlerEnhancerDefinition instance with the given delegates, which are automatically ordered based on the @Priority annotation on their respective classes.
ordered(List<HandlerEnhancerDefinition>) - Static method in class org.axonframework.messaging.annotation.MultiHandlerEnhancerDefinition
Creates a MultiHandlerEnhancerDefinition instance with the given delegates, which are automatically ordered based on the @Priority annotation on their respective classes.
ordered(ParameterResolverFactory...) - Static method in class org.axonframework.messaging.annotation.MultiParameterResolverFactory
Creates a MultiParameterResolverFactory instance with the given delegates, which are automatically ordered based on the @Priority annotation on their respective classes.
ordered(List<ParameterResolverFactory>) - Static method in class org.axonframework.messaging.annotation.MultiParameterResolverFactory
Creates a MultiParameterResolverFactory instance with the given delegates, which are automatically ordered based on the @Priority annotation on their respective classes.
org.axonframework.commandhandling - package org.axonframework.commandhandling
Classes that implement the concept of command handling using explicit command objects.
org.axonframework.commandhandling.callbacks - package org.axonframework.commandhandling.callbacks
 
org.axonframework.commandhandling.distributed - package org.axonframework.commandhandling.distributed
 
org.axonframework.commandhandling.distributed.commandfilter - package org.axonframework.commandhandling.distributed.commandfilter
 
org.axonframework.commandhandling.gateway - package org.axonframework.commandhandling.gateway
 
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.digest - package org.axonframework.common.digest
 
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.lock - package org.axonframework.common.lock
 
org.axonframework.common.property - package org.axonframework.common.property
 
org.axonframework.common.stream - package org.axonframework.common.stream
 
org.axonframework.common.transaction - package org.axonframework.common.transaction
 
org.axonframework.deadline - package org.axonframework.deadline
 
org.axonframework.deadline.annotation - package org.axonframework.deadline.annotation
 
org.axonframework.deadline.quartz - package org.axonframework.deadline.quartz
 
org.axonframework.eventhandling - package org.axonframework.eventhandling
Classes related to event handling and dispatching, such as Event Listeners and the Event Bus.
org.axonframework.eventhandling.async - package org.axonframework.eventhandling.async
 
org.axonframework.eventhandling.gateway - package org.axonframework.eventhandling.gateway
 
org.axonframework.eventhandling.interceptors - package org.axonframework.eventhandling.interceptors
 
org.axonframework.eventhandling.pooled - package org.axonframework.eventhandling.pooled
 
org.axonframework.eventhandling.replay - package org.axonframework.eventhandling.replay
 
org.axonframework.eventhandling.scheduling - package org.axonframework.eventhandling.scheduling
 
org.axonframework.eventhandling.scheduling.java - package org.axonframework.eventhandling.scheduling.java
 
org.axonframework.eventhandling.scheduling.quartz - package org.axonframework.eventhandling.scheduling.quartz
 
org.axonframework.eventhandling.tokenstore - package org.axonframework.eventhandling.tokenstore
 
org.axonframework.eventhandling.tokenstore.inmemory - package org.axonframework.eventhandling.tokenstore.inmemory
 
org.axonframework.eventhandling.tokenstore.jdbc - package org.axonframework.eventhandling.tokenstore.jdbc
 
org.axonframework.eventhandling.tokenstore.jpa - package org.axonframework.eventhandling.tokenstore.jpa
 
org.axonframework.lifecycle - package org.axonframework.lifecycle
 
org.axonframework.messaging - package org.axonframework.messaging
Classes related to message processing in Axon Framework.
org.axonframework.messaging.annotation - package org.axonframework.messaging.annotation
 
org.axonframework.messaging.correlation - package org.axonframework.messaging.correlation
 
org.axonframework.messaging.interceptors - package org.axonframework.messaging.interceptors
 
org.axonframework.messaging.responsetypes - package org.axonframework.messaging.responsetypes
 
org.axonframework.messaging.unitofwork - package org.axonframework.messaging.unitofwork
 
org.axonframework.monitoring - package org.axonframework.monitoring
 
org.axonframework.queryhandling - package org.axonframework.queryhandling
 
org.axonframework.queryhandling.annotation - package org.axonframework.queryhandling.annotation
 
org.axonframework.serialization - package org.axonframework.serialization
Classes related to message processing in Axon Framework.
org.axonframework.serialization.converters - package org.axonframework.serialization.converters
 
org.axonframework.serialization.json - package org.axonframework.serialization.json
 
org.axonframework.serialization.upcasting - package org.axonframework.serialization.upcasting
 
org.axonframework.serialization.upcasting.event - package org.axonframework.serialization.upcasting.event
 
org.axonframework.serialization.xml - package org.axonframework.serialization.xml
 
org.axonframework.util - package org.axonframework.util
 
OUTBOUND_COMMAND_CONNECTORS - Static variable in class org.axonframework.lifecycle.Phase
Phase to start or shutdown outbound command and/or query connectors.
OUTBOUND_EVENT_CONNECTORS - Static variable in class org.axonframework.lifecycle.Phase
Phase to start or shutdown outbound event connectors.
OUTBOUND_QUERY_CONNECTORS - Static variable in class org.axonframework.lifecycle.Phase
Phase to start or shutdown outbound command and/or query connectors.
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.
ownerColum() - Method in class org.axonframework.eventhandling.tokenstore.jdbc.TokenSchema
Deprecated.
ownerColumn() - Method in class org.axonframework.eventhandling.tokenstore.jdbc.TokenSchema
Returns the name of the column containing the name of the machine that is currently the owner of this token.

P

ParameterResolver<T> - Interface in org.axonframework.messaging.annotation
Interface for a mechanism that resolves handler method parameter values from a given Message.
parameterResolverFactory(ParameterResolverFactory) - Method in class org.axonframework.eventhandling.SimpleEventHandlerInvoker.Builder
Sets the ParameterResolverFactory used to resolve parameter values for annotated handlers in the AnnotationEventHandlerAdapter this EventHandlerInvoker instantiates.
ParameterResolverFactory - Interface in org.axonframework.messaging.annotation
Interface for objects capable of creating Parameter Resolver instances for annotated handler methods.
parametersMatch(Message<?>) - Method in class org.axonframework.messaging.annotation.AnnotatedMessageHandlingMember
Checks if the parameter resolvers of this member are compatible with the given message.
parent() - Method in class org.axonframework.messaging.unitofwork.AbstractUnitOfWork
 
parent() - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
Returns an optional for the parent of this Unit of Work.
parseInstant(CharSequence) - Static method in class org.axonframework.common.DateTimeUtils
Parse the given timestamp into an Instant.
PAYLOAD_TYPE - Static variable in interface org.axonframework.messaging.HandlerAttributes
Attribute key referencing the payload type contained in the Message.
PayloadParameterResolver - Class in org.axonframework.messaging.annotation
Implementation of a ParameterResolver that resolves the Message payload as parameter in a handler method.
PayloadParameterResolver(Class<?>) - Constructor for class org.axonframework.messaging.annotation.PayloadParameterResolver
Initializes a new PayloadParameterResolver for a method parameter of given payloadType.
payloadRevision - Variable in class org.axonframework.commandhandling.distributed.DispatchMessage
 
payloadRevision - Variable in class org.axonframework.commandhandling.distributed.ReplyMessage
 
payloadType - Variable in class org.axonframework.commandhandling.distributed.DispatchMessage
 
payloadType - Variable in class org.axonframework.commandhandling.distributed.ReplyMessage
 
payloadType() - Method in class org.axonframework.messaging.annotation.AnnotatedMessageHandlingMember
 
payloadType() - Method in interface org.axonframework.messaging.annotation.MessageHandlingMember
Returns the payload type of messages that can be processed by this handler.
payloadType() - Method in class org.axonframework.messaging.annotation.WrappedMessageHandlingMember
 
peek() - Method in interface org.axonframework.common.stream.BlockingStream
Checks whether or not the next message in the stream is immediately available.
performReset() - Method in interface org.axonframework.eventhandling.EventHandlerInvoker
Performs any activities that are required to reset the state managed by handlers assigned to this invoker.
performReset(R) - Method in interface org.axonframework.eventhandling.EventHandlerInvoker
Performs any activities that are required to reset the state managed by handlers assigned to this invoker.
performReset() - Method in class org.axonframework.eventhandling.MultiEventHandlerInvoker
 
performReset(R) - Method in class org.axonframework.eventhandling.MultiEventHandlerInvoker
 
performReset() - Method in class org.axonframework.eventhandling.SimpleEventHandlerInvoker
 
performReset(R) - Method in class org.axonframework.eventhandling.SimpleEventHandlerInvoker
 
PersistenceExceptionResolver - Interface in org.axonframework.common.jdbc
The PersistenceExceptionResolver is used to find out if an exception is caused by duplicate keys.
PessimisticLockFactory - Class in org.axonframework.common.lock
Implementation of a LockFactory that uses a pessimistic locking strategy.
PessimisticLockFactory(PessimisticLockFactory.Builder) - Constructor for class org.axonframework.common.lock.PessimisticLockFactory
Creates an instance of the lock factory using the given builder containing the configuration properties to use.
PessimisticLockFactory.Builder - Class in org.axonframework.common.lock
Builder class for the PessimisticLockFactory.
Phase - Class in org.axonframework.lifecycle
Utility class containing constants which can be used as input for the StartHandler and ShutdownHandler annotations.
phase() - Method in class org.axonframework.messaging.unitofwork.AbstractUnitOfWork
 
phase() - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
Returns the current phase of the Unit of Work.
PK() - Constructor for class org.axonframework.eventhandling.tokenstore.jpa.TokenEntry.PK
Constructor for JPA
PK(String, int) - Constructor for class org.axonframework.eventhandling.tokenstore.jpa.TokenEntry.PK
Constructs a primary key for a TokenEntry
PooledStreamingEventProcessor - Class in org.axonframework.eventhandling.pooled
A StreamingEventProcessor implementation which pools it's resources to enhance processing speed.
PooledStreamingEventProcessor(PooledStreamingEventProcessor.Builder) - Constructor for class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor
Instantiate a PooledStreamingEventProcessor based on the fields contained in the PooledStreamingEventProcessor.Builder.
PooledStreamingEventProcessor.Builder - Class in org.axonframework.eventhandling.pooled
Builder class to instantiate a PooledStreamingEventProcessor.
position() - Method in class org.axonframework.eventhandling.GapAwareTrackingToken
 
position() - Method in class org.axonframework.eventhandling.GlobalSequenceTrackingToken
 
position() - Method in class org.axonframework.eventhandling.MergedTrackingToken
 
position() - Method in class org.axonframework.eventhandling.MultiSourceTrackingToken
Returns the sum of all positions of the constituent tracking tokens.
position() - Method in class org.axonframework.eventhandling.ReplayToken
 
position() - Method in interface org.axonframework.eventhandling.TrackingToken
Return the estimated relative position this token represents.
PostgresTokenTableFactory - Class in org.axonframework.eventhandling.tokenstore.jdbc
Jdbc token entry table factory for Postgres databases.
PostgresTokenTableFactory() - Constructor for class org.axonframework.eventhandling.tokenstore.jdbc.PostgresTokenTableFactory
 
prepareCommit(List<? extends EventMessage<?>>) - Method in class org.axonframework.eventhandling.AbstractEventBus
Process given events while the Unit of Work root is preparing for commit.
prepareReset() - Method in class org.axonframework.eventhandling.AnnotationEventHandlerAdapter
 
prepareReset(R) - Method in class org.axonframework.eventhandling.AnnotationEventHandlerAdapter
 
prepareReset() - Method in interface org.axonframework.eventhandling.EventMessageHandler
Performs any activities that are required to reset the state managed by handlers assigned to this handler.
prepareReset(R) - Method in interface org.axonframework.eventhandling.EventMessageHandler
Performs any activities that are required to reset the state managed by handlers assigned to this handler.
Priority - Annotation Type in org.axonframework.common
Indicates the relative priority of the annotated component.
priority() - Method in interface org.axonframework.messaging.annotation.MessageHandlingMember
Returns a number representing the priority of this handler over other handlers capable of processing the same message.
priority() - Method in interface org.axonframework.messaging.annotation.MessageInterceptingMember
 
priority() - Method in class org.axonframework.messaging.annotation.WrappedMessageHandlingMember
 
PriorityAnnotationComparator<T> - Class in org.axonframework.common.annotation
Comparator that compares objects based on the value on an @Priority annotation.
proceed() - Method in class org.axonframework.messaging.DefaultInterceptorChain
 
proceed() - Method in interface org.axonframework.messaging.InterceptorChain
Signals the Interceptor Chain to continue processing the message.
process(List<? extends EventMessage<?>>) - Method in class org.axonframework.eventhandling.SubscribingEventProcessor
Process the given messages.
processDispatchInterceptors(DeadlineMessage<T>) - Method in class org.axonframework.deadline.AbstractDeadlineManager
Applies registered MessageDispatchInterceptors to the given message.
processingLoop(Segment) - Method in class org.axonframework.eventhandling.TrackingEventProcessor
Fetch and process event batches continuously for as long as the processor is not shutting down.
processingSegments(TrackingToken, Segment) - Method in class org.axonframework.eventhandling.TrackingEventProcessor
Indicates whether the eventMessage identified with given token should be processed as part of the given segment.
processingStatus() - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor
 
processingStatus() - Method in interface org.axonframework.eventhandling.StreamingEventProcessor
Returns the status for each of the segments processed by this processor as EventTrackerStatus instances.
processingStatus() - Method in class org.axonframework.eventhandling.TrackingEventProcessor
 
processingStrategy(EventProcessingStrategy) - Method in class org.axonframework.eventhandling.SubscribingEventProcessor.Builder
Sets the EventProcessingStrategy determining whether events are processed directly or asynchronously.
processInterceptors(CommandMessage<C>) - Method in class org.axonframework.commandhandling.gateway.AbstractCommandGateway
Invokes all the dispatch interceptors and returns the CommandMessage instance that should be dispatched.
processInterceptors(EventMessage<E>) - Method in class org.axonframework.eventhandling.gateway.AbstractEventGateway
Invokes all the dispatch interceptors and returns the EventMessage instance that should be dispatched.
processInUnitOfWork(List<? extends EventMessage<?>>, UnitOfWork<? extends EventMessage<?>>) - Method in class org.axonframework.eventhandling.AbstractEventProcessor
Process a batch of events.
processInUnitOfWork(List<? extends EventMessage<?>>, UnitOfWork<? extends EventMessage<?>>, Collection<Segment>) - Method in class org.axonframework.eventhandling.AbstractEventProcessor
Process a batch of events.
processorNameColumn() - Method in class org.axonframework.eventhandling.tokenstore.jdbc.TokenSchema
Returns the name of the column containing the name of the processor to which the token belongs.
ProcessUtils - Class in org.axonframework.common
Processing utilities.
PropagatingErrorHandler - Enum in org.axonframework.eventhandling
Singleton ErrorHandler implementation that does not do anything.
Property<T> - Interface in org.axonframework.common.property
Interface describing a mechanism that can read a predefined property from a given instance.
PropertyAccessException - Exception in org.axonframework.common.property
Exception indicating that a predefined property is not accessible.
PropertyAccessException(String, Throwable) - Constructor for exception org.axonframework.common.property.PropertyAccessException
Initializes the PropertyAccessException with given message and cause.
PropertyAccessStrategy - Class in org.axonframework.common.property
Abstract Strategy that provides access to all PropertyAccessStrategy implementations.
PropertyAccessStrategy() - Constructor for class org.axonframework.common.property.PropertyAccessStrategy
 
propertyExtractor(Function<T, K>) - Method in class org.axonframework.eventhandling.async.PropertySequencingPolicy.Builder
Defines the property extractor, a function which is applied to the event message payload to extract the sequence identifier.
propertyFor(Class<? extends T>, String) - Method in class org.axonframework.common.property.AbstractMethodPropertyAccessStrategy
 
propertyFor(Class<? extends T>, String) - Method in class org.axonframework.common.property.DirectPropertyAccessStrategy
 
propertyFor(Class<? extends T>, String) - Method in class org.axonframework.common.property.PropertyAccessStrategy
Returns a Property instance for the given property, defined in given targetClass, or null if no such property is found on the class.
propertyName(String) - Method in class org.axonframework.eventhandling.async.PropertySequencingPolicy.Builder
Defines the name of the property to be extracted as sequence identifier.
PropertySequencingPolicy<T,K> - Class in org.axonframework.eventhandling.async
A SequencingPolicy implementation that extracts the sequence identifier from the event message payload based on a given property or property extractor.
PropertySequencingPolicy(PropertySequencingPolicy.Builder) - Constructor for class org.axonframework.eventhandling.async.PropertySequencingPolicy
Instantiate a PropertySequencingPolicy based on the fields contained in the PropertySequencingPolicy.Builder.
PropertySequencingPolicy.Builder<T,K> - Class in org.axonframework.eventhandling.async
Builder class to instantiate a PropertySequencingPolicy.
provideScopeAwareStream(ScopeDescriptor) - Method in interface org.axonframework.messaging.ScopeAwareProvider
Retrieve a Stream of ScopeAware components, by performing a check whether that component is able to handle a Scope described by a ScopeDescriptor.
publish(List<? extends EventMessage<?>>) - Method in class org.axonframework.eventhandling.AbstractEventBus
 
publish(EventMessage<?>...) - Method in interface org.axonframework.eventhandling.EventBus
Publish a collection of events on this bus (one, or multiple).
publish(List<? extends EventMessage<?>>) - Method in interface org.axonframework.eventhandling.EventBus
Publish a collection of events on this bus (one, or multiple).
publish(Object) - Method in class org.axonframework.eventhandling.gateway.AbstractEventGateway
Publishes (dispatches) an event.
publish(List<?>) - Method in class org.axonframework.eventhandling.gateway.DefaultEventGateway
 
publish(Object...) - Method in interface org.axonframework.eventhandling.gateway.EventGateway
Publish a collection of events on this bus (one, or multiple).
publish(List<?>) - Method in interface org.axonframework.eventhandling.gateway.EventGateway
Publish a collection of events on this bus (one, or multiple).
put(Object, Object) - Method in interface org.axonframework.common.caching.Cache
Stores the given value in the cache, under given key.
put(Object, Object) - Method in class org.axonframework.common.caching.EhCacheAdapter
 
put(Object, Object) - Method in class org.axonframework.common.caching.JCacheAdapter
 
put(Object, Object) - Method in class org.axonframework.common.caching.NoCache
 
put(Object, Object) - Method in class org.axonframework.common.caching.WeakReferenceCache
 
put(String, Object) - Method in class org.axonframework.messaging.MetaData
This operation is not supported.
putAll(Map<? extends String, ?>) - Method in class org.axonframework.messaging.MetaData
This operation is not supported.
putIfAbsent(Object, Object) - Method in interface org.axonframework.common.caching.Cache
Stores the given value in the cache, under given key, if no element is yet available under that key.
putIfAbsent(Object, Object) - Method in class org.axonframework.common.caching.EhCacheAdapter
 
putIfAbsent(Object, Object) - Method in class org.axonframework.common.caching.JCacheAdapter
 
putIfAbsent(Object, Object) - Method in class org.axonframework.common.caching.NoCache
 
putIfAbsent(Object, Object) - Method in class org.axonframework.common.caching.WeakReferenceCache
 

Q

QuartzDeadlineManager - Class in org.axonframework.deadline.quartz
Implementation of DeadlineManager that delegates scheduling and triggering to a Quartz Scheduler.
QuartzDeadlineManager(QuartzDeadlineManager.Builder) - Constructor for class org.axonframework.deadline.quartz.QuartzDeadlineManager
Instantiate a QuartzDeadlineManager based on the fields contained in the QuartzDeadlineManager.Builder.
QuartzDeadlineManager.Builder - Class in org.axonframework.deadline.quartz
Builder class to instantiate a QuartzDeadlineManager.
QuartzEventScheduler - Class in org.axonframework.eventhandling.scheduling.quartz
EventScheduler implementation that delegates scheduling and triggering to a Quartz Scheduler.
QuartzEventScheduler(QuartzEventScheduler.Builder) - Constructor for class org.axonframework.eventhandling.scheduling.quartz.QuartzEventScheduler
Instantiate a QuartzEventScheduler based on the fields contained in the QuartzEventScheduler.Builder.
QuartzEventScheduler.Builder - Class in org.axonframework.eventhandling.scheduling.quartz
Builder class to instantiate a QuartzEventScheduler.
QuartzEventScheduler.DirectEventJobDataBinder - Class in org.axonframework.eventhandling.scheduling.quartz
Binds an EventMessage to the JobDataMap by serializing the payload and metadata with a Serializer.
QuartzScheduleToken - Class in org.axonframework.eventhandling.scheduling.quartz
ScheduleToken implementation representing a scheduled Quartz Job.
QuartzScheduleToken(String, String) - Constructor for class org.axonframework.eventhandling.scheduling.quartz.QuartzScheduleToken
Initialize a token for the given jobIdentifier and groupIdentifier.
query(String, Q, ResponseType<R>) - Method in class org.axonframework.queryhandling.DefaultQueryGateway
 
query(QueryMessage<Q, R>) - Method in interface org.axonframework.queryhandling.QueryBus
Dispatch the given query to a single QueryHandler subscribed to the given query's queryName and responseType.
query(Q, Class<R>) - Method in interface org.axonframework.queryhandling.QueryGateway
Sends given query over the QueryBus, expecting a response with the given responseType from a single source.
query(String, Q, Class<R>) - Method in interface org.axonframework.queryhandling.QueryGateway
Sends given query over the QueryBus, expecting a response with the given responseType from a single source.
query(Q, ResponseType<R>) - Method in interface org.axonframework.queryhandling.QueryGateway
Sends given query over the QueryBus, expecting a response in the form of responseType from a single source.
query(String, Q, ResponseType<R>) - Method in interface org.axonframework.queryhandling.QueryGateway
Sends given query over the QueryBus, expecting a response in the form of responseType from a single source.
query(QueryMessage<Q, R>) - Method in class org.axonframework.queryhandling.SimpleQueryBus
 
QUERY_NAME - Static variable in interface org.axonframework.messaging.HandlerAttributes
Attribute key referencing the name of the QueryMessage the handler can handle.
queryBus(QueryBus) - Method in class org.axonframework.queryhandling.DefaultQueryGateway.Builder
Sets the QueryBus to deliver QueryMessages on received in this QueryGateway implementation.
QueryBus - Interface in org.axonframework.queryhandling
The mechanism that dispatches Query objects to their appropriate QueryHandlers.
QueryExecutionException - Exception in org.axonframework.queryhandling
Exception indicating that the execution of a Query Handler has resulted in an exception
QueryExecutionException(String, Throwable) - Constructor for exception org.axonframework.queryhandling.QueryExecutionException
Initializes the exception with given message and cause
QueryExecutionException(String, Throwable, Object) - Constructor for exception org.axonframework.queryhandling.QueryExecutionException
Initializes the exception with given message and cause and details.
QueryGateway - Interface in org.axonframework.queryhandling
Interface towards the Query Handling components of an application.
QueryHandler - Annotation Type in org.axonframework.queryhandling
Marker annotation to mark any method on an object as being a QueryHandler.
QueryHandlerAdapter - Interface in org.axonframework.queryhandling
Describes a class capable of subscribing to the query bus.
QueryHandlingMember<T> - Interface in org.axonframework.queryhandling.annotation
Interface indicating that a MessageHandlingMember is capable of handling specific query messages.
QueryInvocationErrorHandler - Interface in org.axonframework.queryhandling
Interface describing a mechanism for the QueryMessage components to report errors.
QueryMessage<T,R> - Interface in org.axonframework.queryhandling
Message type that carries a Query: a request for information.
queryName(Object) - Static method in interface org.axonframework.queryhandling.QueryMessage
Extracts the queryName from the given payloadOrMessage, with three possible outcomes: The payloadOrMessage is an instance of QueryMessage - QueryMessage.getQueryName() is returned. The payloadOrMessage is an instance of Message - the name of Message.getPayloadType() is returned. The payloadOrMessage is the query payload - Class.getName() is returned.
QueryResponseMessage<T> - Interface in org.axonframework.queryhandling
Message that contains the results of a Query.
queryUpdateEmitter() - Method in interface org.axonframework.queryhandling.QueryBus
Gets the QueryUpdateEmitter associated with this QueryBus.
QueryUpdateEmitter - Interface in org.axonframework.queryhandling
Component which informs subscription queries about updates, errors and when there are no more updates.
queryUpdateEmitter(QueryUpdateEmitter) - Method in class org.axonframework.queryhandling.SimpleQueryBus.Builder
queryUpdateEmitter() - Method in class org.axonframework.queryhandling.SimpleQueryBus
 
queryUpdateHandlerRegistered(SubscriptionQueryMessage<?, ?, ?>) - Method in interface org.axonframework.queryhandling.QueryUpdateEmitter
Checks whether there is a query update handler for a given query.
queryUpdateHandlerRegistered(SubscriptionQueryMessage<?, ?, ?>) - Method in class org.axonframework.queryhandling.SimpleQueryUpdateEmitter
 
queuedMessages() - Method in class org.axonframework.eventhandling.AbstractEventBus
Returns a list of all the events staged for publication in this Unit of Work.
queueLengthThreshold(int) - Method in class org.axonframework.common.lock.PessimisticLockFactory.Builder
Defines the maximum number of queued threads to allow for this lock.

R

readData(Class<T>) - Method in class org.axonframework.serialization.UnknownSerializedType
Returns the data contained in the serialized object in the given desiredFormat, if supported.
readResolve() - Method in class org.axonframework.messaging.MetaData
Java Serialization specification method that will ensure that deserialization will maintain a single instance of empty MetaData.
readSerializedData(ResultSet, String) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
Returns the serialized token data from the given resultSet at given columnName.
readTokenEntry(ResultSet) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
Convert given resultSet to an AbstractTokenEntry.
RECURSIVE - Static variable in class org.axonframework.common.ReflectionUtils
Specifying a reflection operation should be performed recursive.
REFIRE_IMMEDIATELY_POLICY - Static variable in class org.axonframework.deadline.quartz.DeadlineJob
The key under which a Predicate is stored within the SchedulerContext.
refireImmediatelyPolicy(Predicate<Throwable>) - Method in class org.axonframework.deadline.quartz.QuartzDeadlineManager.Builder
Sets a Predicate taking a Throwable to decided whether a failed DeadlineJob should be 'refired' immediately.
ReflectionUtils - Class in org.axonframework.common
Utility class for working with Java Reflection API.
register(PropertyAccessStrategy) - Static method in class org.axonframework.common.property.PropertyAccessStrategy
Registers a PropertyAccessStrategy implementation at runtime.
registerActivity() - Method in class org.axonframework.lifecycle.ShutdownLatch
Add an activity this latch should wait on before opening up.
registerCacheEntryListener(Cache.EntryListener) - Method in class org.axonframework.common.caching.AbstractCacheAdapter
 
registerCacheEntryListener(Cache.EntryListener) - Method in interface org.axonframework.common.caching.Cache
Registers the given cacheEntryListener to listen for Cache changes.
registerCacheEntryListener(Cache.EntryListener) - Method in class org.axonframework.common.caching.NoCache
 
registerCacheEntryListener(Cache.EntryListener) - Method in class org.axonframework.common.caching.WeakReferenceCache
 
registerCommandCallback(CommandCallback<C, R>, ResponseType<R>) - Method in class org.axonframework.commandhandling.gateway.CommandGatewayFactory
Registers the callback, which is invoked for each sent command, unless Axon is able to detect that the result of the command does not match the type accepted by the callback.
registerConverter(ContentTypeConverter) - Method in class org.axonframework.serialization.ChainingConverter
Registers the given converter with this factory.
registerConverter(Class<? extends ContentTypeConverter>) - Method in class org.axonframework.serialization.ChainingConverter
Registers a convert of the given converterType with this factory, only if initialization of such a converter is possible.
registerConverters(ChainingConverter) - Method in class org.axonframework.serialization.AbstractXStreamSerializer
Registers any converters that are specific to the type of content written by this serializer.
registerConverters(ChainingConverter) - Method in class org.axonframework.serialization.json.JacksonSerializer
Registers converters with the given converter which depend on the actual contents of the serialized for to represent a JSON format.
registerConverters(ChainingConverter) - Method in class org.axonframework.serialization.xml.XStreamSerializer
 
registerCorrelationDataProvider(CorrelationDataProvider) - Method in class org.axonframework.messaging.unitofwork.AbstractUnitOfWork
 
registerCorrelationDataProvider(CorrelationDataProvider) - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
Register given correlationDataProvider with this Unit of Work.
registerDispatchInterceptor(MessageDispatchInterceptor<? super CommandMessage<?>>) - Method in class org.axonframework.commandhandling.distributed.DistributedCommandBus
Registers the given list of dispatch interceptors to the command bus.
registerDispatchInterceptor(MessageDispatchInterceptor<? super CommandMessage<?>>) - Method in class org.axonframework.commandhandling.gateway.AbstractCommandGateway
Registers a command dispatch interceptor within a CommandGateway.
registerDispatchInterceptor(MessageDispatchInterceptor<CommandMessage<?>>) - Method in class org.axonframework.commandhandling.gateway.CommandGatewayFactory
Registers the given dispatchInterceptor which is invoked for each Command dispatched through the Command Gateways created by this factory.
registerDispatchInterceptor(MessageDispatchInterceptor<? super CommandMessage<?>>) - Method in class org.axonframework.commandhandling.gateway.DefaultCommandGateway
 
registerDispatchInterceptor(MessageDispatchInterceptor<? super CommandMessage<?>>) - Method in class org.axonframework.commandhandling.SimpleCommandBus
Registers the given list of dispatch interceptors to the command bus.
registerDispatchInterceptor(MessageDispatchInterceptor<? super DeadlineMessage<?>>) - Method in class org.axonframework.deadline.AbstractDeadlineManager
 
registerDispatchInterceptor(MessageDispatchInterceptor<? super EventMessage<?>>) - Method in class org.axonframework.eventhandling.AbstractEventBus
Register the given interceptor with this bus.
registerDispatchInterceptor(MessageDispatchInterceptor<? super EventMessage<?>>) - Method in interface org.axonframework.eventhandling.EventBus
Register the given interceptor with this bus.
registerDispatchInterceptor(MessageDispatchInterceptor<? super EventMessage<?>>) - Method in class org.axonframework.eventhandling.gateway.AbstractEventGateway
Registers an event dispatch interceptor within an EventGateway.
registerDispatchInterceptor(MessageDispatchInterceptor<? super T>) - Method in interface org.axonframework.messaging.MessageDispatchInterceptorSupport
Register the given DispatchInterceptor.
registerDispatchInterceptor(MessageDispatchInterceptor<? super QueryMessage<?, ?>>) - Method in class org.axonframework.queryhandling.DefaultQueryGateway
 
registerDispatchInterceptor(MessageDispatchInterceptor<? super QueryMessage<?, ?>>) - Method in class org.axonframework.queryhandling.SimpleQueryBus
Registers an interceptor that intercepts Queries as they are sent.
registerDispatchInterceptor(MessageDispatchInterceptor<? super SubscriptionQueryUpdateMessage<?>>) - Method in class org.axonframework.queryhandling.SimpleQueryUpdateEmitter
 
registerHandlerInterceptor(MessageHandlerInterceptor<? super CommandMessage<?>>) - Method in class org.axonframework.commandhandling.distributed.DistributedCommandBus
 
registerHandlerInterceptor(MessageHandlerInterceptor<? super CommandMessage<?>>) - Method in class org.axonframework.commandhandling.SimpleCommandBus
Registers the given interceptor to the command bus.
registerHandlerInterceptor(MessageHandlerInterceptor<? super DeadlineMessage<?>>) - Method in class org.axonframework.deadline.AbstractDeadlineManager
 
registerHandlerInterceptor(MessageHandlerInterceptor<? super EventMessage<?>>) - Method in class org.axonframework.eventhandling.AbstractEventProcessor
 
registerHandlerInterceptor(MessageHandlerInterceptor<? super T>) - Method in interface org.axonframework.messaging.MessageHandlerInterceptorSupport
Register the given handlerInterceptor.
registerHandlerInterceptor(MessageHandlerInterceptor<? super QueryMessage<?, ?>>) - Method in class org.axonframework.queryhandling.SimpleQueryBus
Registers an interceptor that is used to intercept Queries before they are passed to their respective handlers.
registerUpdateHandler(SubscriptionQueryMessage<?, ?, ?>, SubscriptionQueryBackpressure, int) - Method in interface org.axonframework.queryhandling.QueryUpdateEmitter
registerUpdateHandler(SubscriptionQueryMessage<?, ?, ?>, int) - Method in interface org.axonframework.queryhandling.QueryUpdateEmitter
Registers an Update Handler for given query with given updateBufferSize.
registerUpdateHandler(SubscriptionQueryMessage<?, ?, ?>, SubscriptionQueryBackpressure, int) - Method in class org.axonframework.queryhandling.SimpleQueryUpdateEmitter
registerUpdateHandler(SubscriptionQueryMessage<?, ?, ?>, int) - Method in class org.axonframework.queryhandling.SimpleQueryUpdateEmitter
 
Registration - Interface in org.axonframework.common
Interface that provides a mechanism to cancel a registration.
rejectDuplicates() - Static method in class org.axonframework.commandhandling.DuplicateCommandHandlerResolution
release() - Method in interface org.axonframework.common.lock.Lock
Releases this lock.
releaseClaim(String) - Method in class org.axonframework.eventhandling.tokenstore.AbstractTokenEntry
Release any claim of ownership currently active on this Token, if owned by the given owner.
releaseClaim(String, int) - Method in class org.axonframework.eventhandling.tokenstore.inmemory.InMemoryTokenStore
 
releaseClaim(String, int) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
 
releaseClaim(Connection, String, int) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
Creates a new PreparedStatement to release the current claim this node has on a token belonging to a processor with given processorName and segment.
releaseClaim(String, int) - Method in class org.axonframework.eventhandling.tokenstore.jpa.JpaTokenStore
 
releaseClaim(String, int) - Method in interface org.axonframework.eventhandling.tokenstore.TokenStore
Release a claim of the token for given processorName and segment.
releaseSegment(int) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor
 
releaseSegment(int, long, TimeUnit) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor
 
releaseSegment(int) - Method in interface org.axonframework.eventhandling.StreamingEventProcessor
Instructs the processor to release the segment with given segmentId.
releaseSegment(int, long, TimeUnit) - Method in interface org.axonframework.eventhandling.StreamingEventProcessor
Instructs the processor to release the segment with given segmentId.
releaseSegment(int) - Method in class org.axonframework.eventhandling.TrackingEventProcessor
Instructs the processor to release the segment with given segmentId.
releaseSegment(int, long, TimeUnit) - Method in class org.axonframework.eventhandling.TrackingEventProcessor
 
REMOTE_MEMBER - Static variable in class org.axonframework.commandhandling.distributed.SimpleMember
Denotes that a SimpleMember is a representation of a Remote Member.
RemoteExceptionDescription - Class in org.axonframework.messaging
Description of an Exception received from a remote source.
RemoteExceptionDescription(List<String>) - Constructor for class org.axonframework.messaging.RemoteExceptionDescription
Initialize a RemoteExceptionDescription with given descriptions describing the exception chain on the remote end of communication
RemoteHandlingException - Exception in org.axonframework.messaging
Exception indicating that an error has occurred while remotely handling a message.
RemoteHandlingException(RemoteExceptionDescription) - Constructor for exception org.axonframework.messaging.RemoteHandlingException
Initializes the exception using the given exceptionDescription describing the remote cause-chain.
remove(Object) - Method in interface org.axonframework.common.caching.Cache
Removes the entry stored under given key.
remove(Object) - Method in class org.axonframework.common.caching.EhCacheAdapter
 
remove(Object) - Method in class org.axonframework.common.caching.JCacheAdapter
 
remove(Object) - Method in class org.axonframework.common.caching.NoCache
 
remove(Object) - Method in class org.axonframework.common.caching.WeakReferenceCache
 
remove(Object) - Method in class org.axonframework.messaging.MetaData
This operation is not supported.
RemovedTrackerStatus - Class in org.axonframework.eventhandling
References an EventTrackerStatus which no active work is occurring on.
RemovedTrackerStatus(EventTrackerStatus) - Constructor for class org.axonframework.eventhandling.RemovedTrackerStatus
Initializes the RemovedTrackerStatus using the given removedTrackerStatus.
ReplayAwareMessageHandlerWrapper - Class in org.axonframework.eventhandling.replay
An implementation of the HandlerEnhancerDefinition that is used for AllowReplay annotated message handling methods.
ReplayAwareMessageHandlerWrapper() - Constructor for class org.axonframework.eventhandling.replay.ReplayAwareMessageHandlerWrapper
 
ReplayParameterResolverFactory - Class in org.axonframework.eventhandling.replay
An implementation of the ParameterResolverFactory which resolves the ReplayStatus parameter.
ReplayParameterResolverFactory() - Constructor for class org.axonframework.eventhandling.replay.ReplayParameterResolverFactory
 
ReplayStatus - Enum in org.axonframework.eventhandling
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.eventhandling
Token keeping track of the position before a reset was triggered.
ReplayToken(TrackingToken) - Constructor for class org.axonframework.eventhandling.ReplayToken
Initialize a ReplayToken, using the given tokenAtReset to represent the position at which a reset was triggered.
ReplayToken(TrackingToken, TrackingToken) - Constructor for class org.axonframework.eventhandling.ReplayToken
Initializes a ReplayToken with tokenAtReset which represents the position at which a reset was triggered and the newRedeliveryToken which represents current token.
ReplyMessage - Class in org.axonframework.commandhandling.distributed
Base class for reply messages which may be used in the CommandBusConnector for replying on received commands from other nodes.
ReplyMessage() - Constructor for class org.axonframework.commandhandling.distributed.ReplyMessage
Default constructor required for de-/serialization of extending classes.
ReplyMessage(String, CommandResultMessage<?>, Serializer) - Constructor for class org.axonframework.commandhandling.distributed.ReplyMessage
Initializes a ReplyMessage containing a reply to the command with given {commandIdentifier} and given commandResultMessage.
reportFailure(Throwable) - Method in interface org.axonframework.monitoring.MessageMonitor.MonitorCallback
Notify the monitor that a failure occurred during processing of the message
reportFailure(Throwable) - Method in enum org.axonframework.monitoring.NoOpMessageMonitorCallback
 
reportIgnored(EventMessage<?>) - Method in class org.axonframework.eventhandling.AbstractEventProcessor
Report the given eventMessage as ignored.
reportIgnored() - Method in interface org.axonframework.monitoring.MessageMonitor.MonitorCallback
Notify the monitor that the message was ignored
reportIgnored() - Method in enum org.axonframework.monitoring.NoOpMessageMonitorCallback
 
reportResult(CommandResultMessage<R>) - Method in class org.axonframework.commandhandling.distributed.CommandCallbackWrapper
Invokes CommandCallback.onResult(CommandMessage, CommandResultMessage) with given result on the wrapped callback.
reportSuccess() - Method in interface org.axonframework.monitoring.MessageMonitor.MonitorCallback
Notify the monitor that the message was handled successfully
reportSuccess() - Method in enum org.axonframework.monitoring.NoOpMessageMonitorCallback
 
requiresExplicitSegmentInitialization() - Method in class org.axonframework.eventhandling.tokenstore.inmemory.InMemoryTokenStore
 
requiresExplicitSegmentInitialization() - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
 
requiresExplicitSegmentInitialization() - Method in class org.axonframework.eventhandling.tokenstore.jpa.JpaTokenStore
 
requiresExplicitSegmentInitialization() - Method in interface org.axonframework.eventhandling.tokenstore.TokenStore
Indicates whether this TokenStore instance requires segments to be explicitly initialized, before any tokens can be claimed for that segment.
reschedule(ScheduleToken, Duration, Object) - Method in interface org.axonframework.eventhandling.scheduling.EventScheduler
Cancel a scheduled event and schedule another in its place.
reschedule(ScheduleToken, Instant, Object) - Method in interface org.axonframework.eventhandling.scheduling.EventScheduler
Cancel a scheduled event and schedule another in its place.
reset(T) - Method in class org.axonframework.messaging.unitofwork.MessageProcessingContext
Reset the processing context.
ResetContext<T> - Interface in org.axonframework.eventhandling.replay
Represents a Message initiating the reset of an Event Handling Component.
ResetHandler - Annotation Type in org.axonframework.eventhandling
Annotation that can be placed on a method that is to be invoked when a reset is being prepared.
ResetNotSupportedException - Exception in org.axonframework.eventhandling
Exception indicating that a reset is not supported by a component.
ResetNotSupportedException(String) - Constructor for exception org.axonframework.eventhandling.ResetNotSupportedException
Initialize the exception with given message
ResetNotSupportedException(String, Throwable) - Constructor for exception org.axonframework.eventhandling.ResetNotSupportedException
Initialize the exception with given message and cause.
resetTokens() - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor
 
resetTokens(R) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor
 
resetTokens(Function<StreamableMessageSource<TrackedEventMessage<?>>, TrackingToken>) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor
 
resetTokens(Function<StreamableMessageSource<TrackedEventMessage<?>>, TrackingToken>, R) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor
 
resetTokens(TrackingToken) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor
 
resetTokens(TrackingToken, R) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor
 
resetTokens() - Method in interface org.axonframework.eventhandling.StreamingEventProcessor
Resets tokens to their initial state.
resetTokens(R) - Method in interface org.axonframework.eventhandling.StreamingEventProcessor
Resets tokens to their initial state.
resetTokens(Function<StreamableMessageSource<TrackedEventMessage<?>>, TrackingToken>) - Method in interface org.axonframework.eventhandling.StreamingEventProcessor
Reset tokens to the position as return by the given initialTrackingTokenSupplier.
resetTokens(Function<StreamableMessageSource<TrackedEventMessage<?>>, TrackingToken>, R) - Method in interface org.axonframework.eventhandling.StreamingEventProcessor
Reset tokens to the position as return by the given initialTrackingTokenSupplier.
resetTokens(TrackingToken) - Method in interface org.axonframework.eventhandling.StreamingEventProcessor
Resets tokens to the given startPosition.
resetTokens(TrackingToken, R) - Method in interface org.axonframework.eventhandling.StreamingEventProcessor
Resets tokens to the given startPosition.
resetTokens() - Method in class org.axonframework.eventhandling.TrackingEventProcessor
 
resetTokens(R) - Method in class org.axonframework.eventhandling.TrackingEventProcessor
 
resetTokens(Function<StreamableMessageSource<TrackedEventMessage<?>>, TrackingToken>) - Method in class org.axonframework.eventhandling.TrackingEventProcessor
 
resetTokens(Function<StreamableMessageSource<TrackedEventMessage<?>>, TrackingToken>, R) - Method in class org.axonframework.eventhandling.TrackingEventProcessor
 
resetTokens(TrackingToken) - Method in class org.axonframework.eventhandling.TrackingEventProcessor
 
resetTokens(TrackingToken, R) - Method in class org.axonframework.eventhandling.TrackingEventProcessor
 
resolve(String, MessageHandler<? super CommandMessage<?>>, MessageHandler<? super CommandMessage<?>>) - Method in interface org.axonframework.commandhandling.DuplicateCommandHandlerResolver
Chooses what to do when a duplicate handler is registered, returning the handler that should be selected for command handling, or otherwise throwing an exception to reject registration altogether.
resolve(String, MessageHandler<? super CommandMessage<?>>, MessageHandler<? super CommandMessage<?>>) - Method in class org.axonframework.commandhandling.FailingDuplicateCommandHandlerResolver
 
resolve(String, MessageHandler<? super CommandMessage<?>>, MessageHandler<? super CommandMessage<?>>) - Method in class org.axonframework.commandhandling.LoggingDuplicateCommandHandlerResolver
 
resolveClassName(SerializedType) - Method in class org.axonframework.serialization.json.JacksonSerializer
Resolve the class name from the given serializedType.
resolveDetails(Throwable) - Static method in exception org.axonframework.messaging.HandlerExecutionException
Resolve details from the given throwable, taking into account that the details may be available in any of the HandlerExecutionExceptions is the "cause" chain.
resolveGenericType(Field, int) - Static method in class org.axonframework.common.ReflectionUtils
Resolve a generic type parameter from a field declaration
resolveMemberGenericType(Member, int) - Static method in class org.axonframework.common.ReflectionUtils
Resolve a generic type parameter from a member declaration.
resolveParameterValue(Message) - Method in class org.axonframework.commandhandling.CurrentUnitOfWorkParameterResolverFactory
 
resolveParameterValue(Message<?>) - Method in class org.axonframework.eventhandling.ConcludesBatchParameterResolverFactory
 
resolveParameterValue(Message) - Method in class org.axonframework.eventhandling.SequenceNumberParameterResolverFactory.SequenceNumberParameterResolver
 
resolveParameterValue(Message) - Method in class org.axonframework.messaging.annotation.FixedValueParameterResolver
 
resolveParameterValue(Message<?>) - Method in class org.axonframework.messaging.annotation.InterceptorChainParameterResolverFactory
 
resolveParameterValue(Message<?>) - Method in interface org.axonframework.messaging.annotation.ParameterResolver
Resolves the parameter value to use for the given message, or null if no suitable parameter value can be resolved.
resolveParameterValue(Message) - Method in class org.axonframework.messaging.annotation.PayloadParameterResolver
 
resolvePrimitiveWrapperType(Class<?>) - Static method in class org.axonframework.common.ReflectionUtils
Returns the boxed wrapper type for the given primitiveType.
resolvePrimitiveWrapperTypeIfPrimitive(Type) - Static method in class org.axonframework.common.ReflectionUtils
Returns the boxed wrapper type for the given type if it is primitive.
resources() - Method in class org.axonframework.messaging.unitofwork.AbstractUnitOfWork
 
resources() - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
Returns a mutable map of resources registered with the Unit of Work.
responseMessagePayloadType() - Method in class org.axonframework.messaging.responsetypes.InstanceResponseType
 
responseMessagePayloadType() - Method in class org.axonframework.messaging.responsetypes.MultipleInstancesResponseType
 
responseMessagePayloadType() - Method in class org.axonframework.messaging.responsetypes.OptionalResponseType
 
responseMessagePayloadType() - Method in interface org.axonframework.messaging.responsetypes.ResponseType
Returns a Class representing the type of the payload to be contained in the response message.
ResponseType<R> - Interface in org.axonframework.messaging.responsetypes
Specifies the expected response type required when performing a query through the QueryBus/QueryGateway.
ResponseTypes - Class in org.axonframework.messaging.responsetypes
Utility class containing static methods to obtain instances of ResponseType.
RESULT_TYPE - Static variable in interface org.axonframework.messaging.HandlerAttributes
Attribute key referencing the result type the handler can handle.
ResultHandler - Annotation Type in org.axonframework.messaging.interceptors
Meta-Annotation used to demarcate MessageHandlerInterceptor annotated methods as interceptors that should only act on the result of a handler invocation.
ResultMessage<R> - Interface in org.axonframework.messaging
Message that represents a result of handling some form of request message.
ResultParameterResolverFactory - Class in org.axonframework.messaging.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.annotation.ResultParameterResolverFactory
 
retrieveStorageIdentifier() - Method in class org.axonframework.eventhandling.tokenstore.inmemory.InMemoryTokenStore
 
retrieveStorageIdentifier() - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
 
retrieveStorageIdentifier() - Method in class org.axonframework.eventhandling.tokenstore.jpa.JpaTokenStore
 
retrieveStorageIdentifier() - Method in interface org.axonframework.eventhandling.tokenstore.TokenStore
Returns a unique identifier that uniquely identifies the storage location of the tokens in this store.
retryExecutor(ScheduledExecutorService) - Method in class org.axonframework.commandhandling.gateway.AbstractRetryScheduler.Builder
Sets the ScheduledExecutorService used to schedule a command retry.
RetryingCallback<C,R> - Class in org.axonframework.commandhandling.gateway
Callback implementation that will invoke a retry scheduler if a command results in a runtime exception.
RetryingCallback(CommandCallback<C, R>, RetryScheduler, CommandBus) - Constructor for class org.axonframework.commandhandling.gateway.RetryingCallback
Initialize the RetryingCallback with the given delegate, representing the actual callback passed as a parameter to dispatch, the given commandMessage, retryScheduler and commandBus.
retryInterval(int) - Method in class org.axonframework.commandhandling.gateway.IntervalRetryScheduler.Builder
Sets the retry interval in milliseconds at which to schedule a retry.
retryScheduler(RetryScheduler) - Method in class org.axonframework.commandhandling.gateway.AbstractCommandGateway.Builder
Sets the RetryScheduler capable of performing retries of failed commands.
retryScheduler(RetryScheduler) - Method in class org.axonframework.commandhandling.gateway.CommandGatewayFactory.Builder
Sets the RetryScheduler which will decide whether to reschedule commands.
retryScheduler(RetryScheduler) - Method in class org.axonframework.commandhandling.gateway.DefaultCommandGateway.Builder
 
RetryScheduler - Interface in org.axonframework.commandhandling.gateway
Interface towards a mechanism that decides whether to schedule a command for execution when a previous attempts resulted in an exception.
Revision - Annotation Type in org.axonframework.serialization
Annotation that attaches revision information to a Serializable object.
revisionOf(Class<?>) - Method in class org.axonframework.serialization.AnnotationRevisionResolver
 
revisionOf(Class<?>) - Method in class org.axonframework.serialization.FixedValueRevisionResolver
 
revisionOf(Class<?>) - Method in class org.axonframework.serialization.MavenArtifactRevisionResolver
 
revisionOf(Class<?>) - Method in interface org.axonframework.serialization.RevisionResolver
Returns the revision for the given payloadType.
revisionOf(Class<?>) - Method in class org.axonframework.serialization.SerialVersionUIDRevisionResolver
 
revisionResolver(RevisionResolver) - Method in class org.axonframework.serialization.AbstractXStreamSerializer.Builder
Sets the RevisionResolver used to resolve the revision from an object to be serialized.
revisionResolver(RevisionResolver) - Method in class org.axonframework.serialization.JavaSerializer.Builder
Deprecated.
Sets the RevisionResolver used to resolve the revision from an object to be serialized.
revisionResolver(RevisionResolver) - Method in class org.axonframework.serialization.json.JacksonSerializer.Builder
Sets the RevisionResolver used to resolve the revision from an object to be serialized.
RevisionResolver - Interface in org.axonframework.serialization
Interface towards a mechanism that resolves the revision of a given payload type.
revisionResolver(RevisionResolver) - Method in class org.axonframework.serialization.xml.XStreamSerializer.Builder
 
rollback() - Method in interface org.axonframework.common.transaction.Transaction
Roll back this transaction.
rollback(Throwable) - Method in class org.axonframework.messaging.unitofwork.AbstractUnitOfWork
 
rollback() - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
Initiates the rollback of this Unit of Work, invoking all registered rollback (and clean-up handlers {@link #onCleanup(Consumer)} respectively.
rollback(Throwable) - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
Initiates the rollback of this Unit of Work, invoking all registered rollback (and clean-up handlers {@link #onCleanup(Consumer)} respectively.
rollbackConfiguration(RollbackConfiguration) - Method in class org.axonframework.commandhandling.AsynchronousCommandBus.Builder
 
rollbackConfiguration(RollbackConfiguration) - Method in class org.axonframework.commandhandling.SimpleCommandBus.Builder
Sets the RollbackConfiguration which allows you to specify when a UnitOfWork should be rolled back.
rollbackConfiguration(RollbackConfiguration) - Method in class org.axonframework.eventhandling.AbstractEventProcessor.Builder
Sets the RollbackConfiguration specifying the rollback behavior of the UnitOfWork while processing a batch of events.
rollbackConfiguration(RollbackConfiguration) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
 
rollbackConfiguration(RollbackConfiguration) - Method in class org.axonframework.eventhandling.SubscribingEventProcessor.Builder
Sets the RollbackConfiguration specifying the rollback behavior of the UnitOfWork while processing a batch of events.
rollbackConfiguration(RollbackConfiguration) - Method in class org.axonframework.eventhandling.TrackingEventProcessor.Builder
Sets the RollbackConfiguration specifying the rollback behavior of the UnitOfWork while processing a batch of events.
RollbackConfiguration - Interface in org.axonframework.messaging.unitofwork
The RollbackConfiguration defines if a Unit of Work should be rolled back when an exception is raised during the processing of a Message.
RollbackConfigurationType - Enum in org.axonframework.messaging.unitofwork
Enum containing common rollback configurations for the Unit of Work.
rollBackOn(Throwable) - Method in interface org.axonframework.messaging.unitofwork.RollbackConfiguration
Decides whether the given throwable should trigger a rollback.
root() - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
Returns the root of this Unit of Work.
ROOT_SEGMENT - Static variable in class org.axonframework.eventhandling.Segment
Represents the Segment that matches against all input, but can be split to start processing elements in parallel.
routingKey() - Method in interface org.axonframework.commandhandling.CommandMessageHandlingMember
Returns the property of the command that is to be used as routing key towards this command handler instance.
RoutingKey - Annotation Type in org.axonframework.commandhandling
Field or method level annotation that marks a field or method providing the routing key that a command targets.
RoutingStrategy - Interface in org.axonframework.commandhandling.distributed
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.eventhandling.async.EventProcessorTask
 
runOnPrepareCommitOrNow(Runnable) - Method in class org.axonframework.deadline.AbstractDeadlineManager
Run a given deadlineCall immediately, or schedule it for the UnitOfWork it's 'prepare commit' phase if a UnitOfWork is active.

S

SAGA_ASSOCIATION_PROPERTY - Static variable in interface org.axonframework.messaging.HandlerAttributes
Attribute key referencing the property in the handled EventMessage to associate a saga instance with.
SAGA_ASSOCIATION_PROPERTY_KEY_NAME - Static variable in interface org.axonframework.messaging.HandlerAttributes
Attribute key referencing the saga event handler's association property key name used.
SAGA_ASSOCIATION_RESOLVER - Static variable in interface org.axonframework.messaging.HandlerAttributes
Attribute key referencing the type of association resolver used by a saga event handler.
sameInstanceSupplier(Supplier<T>) - Static method in class org.axonframework.common.ObjectUtils
Wraps the given supplier to ensure that the same instance is returned on multiple consecutive invocations.
scatterGather(String, Q, ResponseType<R>, long, TimeUnit) - Method in class org.axonframework.queryhandling.DefaultQueryGateway
 
scatterGather(QueryMessage<Q, R>, long, TimeUnit) - Method in interface org.axonframework.queryhandling.QueryBus
Dispatch the given query to all QueryHandlers subscribed to the given query's queryName/responseType.
scatterGather(Q, ResponseType<R>, long, TimeUnit) - Method in interface org.axonframework.queryhandling.QueryGateway
Sends given query over the QueryBus, expecting a response in the form of responseType from several sources.
scatterGather(String, Q, ResponseType<R>, long, TimeUnit) - Method in interface org.axonframework.queryhandling.QueryGateway
Sends given query over the QueryBus, expecting a response in the form of responseType from several sources.
scatterGather(QueryMessage<Q, R>, long, TimeUnit) - Method in class org.axonframework.queryhandling.SimpleQueryBus
 
schedule(Instant, String) - Method in interface org.axonframework.deadline.DeadlineManager
Schedules a deadline at given triggerDateTime with given deadlineName.
schedule(Instant, String, Object) - Method in interface org.axonframework.deadline.DeadlineManager
Schedules a deadline at given triggerDateTime with given deadlineName.
schedule(Instant, String, Object, ScopeDescriptor) - Method in interface org.axonframework.deadline.DeadlineManager
Schedules a deadline at given triggerDateTime with provided context.
schedule(Duration, String) - Method in interface org.axonframework.deadline.DeadlineManager
Schedules a deadline after the given triggerDuration with given deadlineName.
schedule(Duration, String, Object) - Method in interface org.axonframework.deadline.DeadlineManager
Schedules a deadline after the given triggerDuration.
schedule(Duration, String, Object, ScopeDescriptor) - Method in interface org.axonframework.deadline.DeadlineManager
Schedules a deadline after the given triggerDuration with provided context.
schedule(Instant, String, Object, ScopeDescriptor) - Method in class org.axonframework.deadline.quartz.QuartzDeadlineManager
 
schedule(Duration, String, Object, ScopeDescriptor) - Method in class org.axonframework.deadline.quartz.QuartzDeadlineManager
 
schedule(Instant, String, Object, ScopeDescriptor) - Method in class org.axonframework.deadline.SimpleDeadlineManager
 
schedule(List<? extends EventMessage<?>>, Consumer<List<? extends EventMessage<?>>>) - Method in class org.axonframework.eventhandling.async.AsynchronousEventProcessingStrategy
Schedules this task for execution when all pre-conditions have been met.
schedule(Instant, Object) - Method in interface org.axonframework.eventhandling.scheduling.EventScheduler
Schedule the given event for publication at the given triggerDateTime.
schedule(Duration, Object) - Method in interface org.axonframework.eventhandling.scheduling.EventScheduler
Schedule the given event for publication after the given triggerDuration.
schedule(Instant, Object) - Method in class org.axonframework.eventhandling.scheduling.java.SimpleEventScheduler
 
schedule(Duration, Object) - Method in class org.axonframework.eventhandling.scheduling.java.SimpleEventScheduler
 
schedule(Instant, Object) - Method in class org.axonframework.eventhandling.scheduling.quartz.QuartzEventScheduler
 
schedule(Duration, Object) - Method in class org.axonframework.eventhandling.scheduling.quartz.QuartzEventScheduler
 
scheduledExecutorService(ScheduledExecutorService) - Method in class org.axonframework.deadline.SimpleDeadlineManager.Builder
Sets the ScheduledExecutorService used for scheduling and triggering deadlines.
scheduledExecutorService(ScheduledExecutorService) - Method in class org.axonframework.eventhandling.scheduling.java.SimpleEventScheduler.Builder
Sets the ScheduledExecutorService used for scheduling and triggering events.
scheduleEvents(List<? extends EventMessage<?>>, Consumer<List<? extends EventMessage<?>>>) - Method in class org.axonframework.eventhandling.async.EventProcessorTask
Schedules a batch of events for processing.
scheduler(Scheduler) - Method in class org.axonframework.deadline.quartz.QuartzDeadlineManager.Builder
Sets the Scheduler used for scheduling and triggering purposes of the deadlines.
scheduler(Scheduler) - Method in class org.axonframework.eventhandling.scheduling.quartz.QuartzEventScheduler.Builder
Sets the Scheduler used for scheduling and triggering purposes of the deadlines.
scheduleRetry(Runnable, long) - Method in class org.axonframework.commandhandling.gateway.AbstractRetryScheduler
Schedule the provided task to run after the given interval.
scheduleRetry(CommandMessage, RuntimeException, List<Class<? extends Throwable>[]>, Runnable) - Method in class org.axonframework.commandhandling.gateway.AbstractRetryScheduler
This is the entrypoint of the RetryScheduler.
scheduleRetry(CommandMessage, RuntimeException, List<Class<? extends Throwable>[]>, Runnable) - Method in interface org.axonframework.commandhandling.gateway.RetryScheduler
Inspect the given commandMessage that failed with given lastFailure.
ScheduleToken - Interface in org.axonframework.eventhandling.scheduling
Token that identifies a single scheduled Event.
SchedulingException - Exception in org.axonframework.eventhandling.scheduling
Exception indicating a problem in the Event Scheduling mechanism.
SchedulingException(String) - Constructor for exception org.axonframework.eventhandling.scheduling.SchedulingException
Initialize a SchedulingException with the given message.
SchedulingException(String, Throwable) - Constructor for exception org.axonframework.eventhandling.scheduling.SchedulingException
Initialize a SchedulingException with the given message and cause.
schema(TokenSchema) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore.Builder
Sets the schema which describes a JDBC token entry for this TokenStore.
Scope - Class in org.axonframework.messaging
Describes functionality off processes which can be 'in scope', like an Aggregate or Saga.
Scope() - Constructor for class org.axonframework.messaging.Scope
 
SCOPE_AWARE_RESOLVER - Static variable in class org.axonframework.deadline.quartz.DeadlineJob
The key under which the ScopeAwareProvider is stored within the SchedulerContext.
ScopeAware - Interface in org.axonframework.messaging
Interface describing components which are Scope aware.
scopeAwareProvider(ScopeAwareProvider) - Method in class org.axonframework.deadline.quartz.QuartzDeadlineManager.Builder
Sets the ScopeAwareProvider which is capable of providing a stream of Scope instances for a given ScopeDescriptor.
scopeAwareProvider(ScopeAwareProvider) - Method in class org.axonframework.deadline.SimpleDeadlineManager.Builder
Sets the ScopeAwareProvider which is capable of providing a stream of Scope instances for a given ScopeDescriptor.
ScopeAwareProvider - Interface in org.axonframework.messaging
Contract towards a mechanism to provide a Stream of components which are ScopeAware.
scopeDescription() - Method in class org.axonframework.messaging.NoScopeDescriptor
 
scopeDescription() - Method in interface org.axonframework.messaging.ScopeDescriptor
Retrieve a String description of a Scope object.
ScopeDescriptor - Interface in org.axonframework.messaging
Denotes the description of a Scope.
ScopeDescriptorParameterResolverFactory - Class in org.axonframework.messaging.annotation
ScopeDescriptorParameterResolverFactory() - Constructor for class org.axonframework.messaging.annotation.ScopeDescriptorParameterResolverFactory
 
Segment - Class in org.axonframework.eventhandling
A representation of a segment and corresponding mask with various capabilities.
Segment(int, int) - Constructor for class org.axonframework.eventhandling.Segment
Construct a new Segment instance with given segmentId and mask
segmentColumn() - Method in class org.axonframework.eventhandling.tokenstore.jdbc.TokenSchema
Returns the name of the column containing the segment of the processor to which the token belongs.
segmentCount() - Method in class org.axonframework.commandhandling.distributed.ConsistentHash.ConsistentHashMember
Returns this member's segment count which relates to the relative load factor of the member.
select(Connection, String, int, boolean) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
Returns a PreparedStatement to select a token entry from the underlying storage, either for updating or just for reading.
selectForSegments(Connection, String) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
Returns a PreparedStatement to select all segments ids for a given processorName from the underlying storage.
selectForUpdate(Connection, String, int) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
Returns a PreparedStatement to select a token entry from the underlying storage.
send(Member, CommandMessage<? extends C>) - Method in interface org.axonframework.commandhandling.distributed.CommandBusConnector
Sends the given command to the node assigned to handle messages with the given routingKey.
send(Member, CommandMessage<C>, CommandCallback<? super C, R>) - Method in interface org.axonframework.commandhandling.distributed.CommandBusConnector
Sends the given command to the node assigned to handle messages with the given routingKey.
send(C, CommandCallback<? super C, ? super R>) - Method in class org.axonframework.commandhandling.gateway.AbstractCommandGateway
Sends the given command, and invokes the callback when the command is processed.
send(C, CommandCallback<? super C, ? super R>) - Method in interface org.axonframework.commandhandling.gateway.CommandGateway
Sends the given command, and have the result of the command's execution reported to the given callback.
send(Object) - Method in interface org.axonframework.commandhandling.gateway.CommandGateway
Sends the given command and returns a CompletableFuture immediately, without waiting for the command to execute.
send(Object, MetaData) - Method in interface org.axonframework.commandhandling.gateway.CommandGateway
Sends the given command with the given metaData and returns a CompletableFuture immediately, without waiting for the command to execute.
send(C, CommandCallback<? super C, ? super R>) - Method in class org.axonframework.commandhandling.gateway.DefaultCommandGateway
 
send(Object) - Method in class org.axonframework.commandhandling.gateway.DefaultCommandGateway
 
send(Message<?>, ScopeDescriptor) - Method in interface org.axonframework.messaging.ScopeAware
Send a Message to a Scope which is described by the given scopeDescription.
sendAndForget(Object) - Method in class org.axonframework.commandhandling.gateway.AbstractCommandGateway
Dispatches a command without callback.
sendAndWait(Object) - Method in interface org.axonframework.commandhandling.gateway.CommandGateway
Sends the given command and wait for it to execute.
sendAndWait(Object, MetaData) - Method in interface org.axonframework.commandhandling.gateway.CommandGateway
Sends the given command with the given metaData and wait for it to execute.
sendAndWait(Object, long, TimeUnit) - Method in interface org.axonframework.commandhandling.gateway.CommandGateway
Sends the given command and wait for it to execute.
sendAndWait(Object, MetaData, long, TimeUnit) - Method in interface org.axonframework.commandhandling.gateway.CommandGateway
Sends the given command with the given metaData and wait for it to execute.
sendAndWait(Object) - Method in class org.axonframework.commandhandling.gateway.DefaultCommandGateway
Sends the given command and waits for its execution to complete, or until the waiting thread is interrupted.
sendAndWait(Object, long, TimeUnit) - Method in class org.axonframework.commandhandling.gateway.DefaultCommandGateway
Sends the given command and waits for its execution to complete, or until the given timeout has expired, or the waiting thread is interrupted.
SequenceNumber - Annotation Type in org.axonframework.eventhandling
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.eventhandling.SequenceNumberParameterResolverFactory.SequenceNumberParameterResolver
 
SequenceNumberParameterResolverFactory - Class in org.axonframework.eventhandling
An extension of the AbstractAnnotatedParameterResolverFactory that accepts parameters of a Long type annotated with the SequenceNumber annotation and assigns the sequenceNumber of the DomainEventMessage.
SequenceNumberParameterResolverFactory() - Constructor for class org.axonframework.eventhandling.SequenceNumberParameterResolverFactory
Initializes a ParameterResolverFactory for SequenceNumber annotated parameters
SequenceNumberParameterResolverFactory.SequenceNumberParameterResolver - Class in org.axonframework.eventhandling
ParameterResolver that resolves SequenceNumber parameters
SequencingPolicy<T> - Interface in org.axonframework.eventhandling.async
Interface to a policy definition for concurrent processing, for example event handling.
sequencingPolicy(SequencingPolicy<? super EventMessage<?>>) - Method in class org.axonframework.eventhandling.SimpleEventHandlerInvoker.Builder
Sets the SequencingPolicy in charge of deciding whether a given event should be handled (through SimpleEventHandlerInvoker.handle(EventMessage, Segment)) by the given Segment.
SequentialPerAggregatePolicy - Class in org.axonframework.eventhandling.async
Concurrency policy that requires sequential processing of events raised by the same aggregate.
SequentialPerAggregatePolicy() - Constructor for class org.axonframework.eventhandling.async.SequentialPerAggregatePolicy
 
SequentialPolicy - Class in org.axonframework.eventhandling.async
SequencingPolicy that requires sequential handling of all events delivered to an event handler.
SequentialPolicy() - Constructor for class org.axonframework.eventhandling.async.SequentialPolicy
 
SerializationException - Exception in org.axonframework.serialization
Indicates that an exception occurred while serializing or deserializing an object.
SerializationException(String) - Constructor for exception org.axonframework.serialization.SerializationException
Initializes the exception using the given message.
SerializationException(String, Throwable) - Constructor for exception org.axonframework.serialization.SerializationException
Initializes the exception using the given message and cause.
serialize(Object, Class<T>) - Method in class org.axonframework.serialization.AbstractXStreamSerializer
 
serialize(Object, Class<T>) - Method in class org.axonframework.serialization.JavaSerializer
Deprecated.
 
serialize(Object, Class<T>) - Method in class org.axonframework.serialization.json.JacksonSerializer
 
serialize(Object, Class<T>) - Method in interface org.axonframework.serialization.Serializer
Serialize the given object into a Serialized Object containing the given expectedRepresentation.
SERIALIZED_DEADLINE_MESSAGE - Static variable in class org.axonframework.deadline.quartz.DeadlineJob.DeadlineJobDataBinder
Deprecated.
in favor of the separate DeadlineMessage keys | only maintained for backwards compatibility
SERIALIZED_DEADLINE_MESSAGE_CLASS_NAME - Static variable in class org.axonframework.deadline.quartz.DeadlineJob.DeadlineJobDataBinder
Deprecated.
in favor of the separate DeadlineMessage keys | only maintained for backwards compatibility
SERIALIZED_DEADLINE_SCOPE - Static variable in class org.axonframework.deadline.quartz.DeadlineJob.DeadlineJobDataBinder
Key pointing to the serialized deadline ScopeDescriptor in the JobDataMap
SERIALIZED_DEADLINE_SCOPE_CLASS_NAME - Static variable in class org.axonframework.deadline.quartz.DeadlineJob.DeadlineJobDataBinder
Key pointing to the class name of the deadline ScopeDescriptor in the JobDataMap
SERIALIZED_MESSAGE_PAYLOAD - Static variable in class org.axonframework.messaging.Headers
Key pointing to the serialized payload of a message.
serializedException - Variable in class org.axonframework.commandhandling.distributed.ReplyMessage
 
SerializedMessage<T> - Class in org.axonframework.serialization
A message containing serialized payload data and metadata.
SerializedMessage(String, SerializedObject<?>, SerializedObject<?>, Serializer) - Constructor for class org.axonframework.serialization.SerializedMessage
Initializes a SerializedMessage with given identifier from the given serialized payload and metadata.
SerializedMessage(String, LazyDeserializingObject<T>, LazyDeserializingObject<MetaData>) - Constructor for class org.axonframework.serialization.SerializedMessage
Initializes a SerializedMessage with given identifier from the given lazily deserializing payload and metadata.
serializedMetaData - Variable in class org.axonframework.commandhandling.distributed.DispatchMessage
 
serializedMetaData - Variable in class org.axonframework.commandhandling.distributed.ReplyMessage
 
SerializedMetaData<T> - Class in org.axonframework.serialization
Represents the serialized form of a MetaData instance.
SerializedMetaData(T, Class<T>) - Constructor for class org.axonframework.serialization.SerializedMetaData
Construct an instance with given bytes representing the serialized form of a MetaData instance.
SerializedObject<T> - Interface in org.axonframework.serialization
Interface describing the structure of a serialized object.
SerializedObjectHolder - Class in org.axonframework.serialization
Holder that keeps references to serialized representations of a payload and meta data of a specific message.
SerializedObjectHolder(Message) - Constructor for class org.axonframework.serialization.SerializedObjectHolder
Initialize the holder for the serialized representations of the payload and meta data of given message
serializedPayload - Variable in class org.axonframework.commandhandling.distributed.DispatchMessage
 
serializedPayload - Variable in class org.axonframework.commandhandling.distributed.ReplyMessage
 
SerializedType - Interface in org.axonframework.serialization
Describes the type of a serialized object.
serializedType() - Method in class org.axonframework.serialization.UnknownSerializedType
Returns the type of the serialized object, for which no class could be resolved.
serializeExceptionResult(Serializer, Class<T>) - Method in class org.axonframework.messaging.responsetypes.ConvertingResponseMessage
 
serializeExceptionResult(Serializer, Class<T>) - Method in interface org.axonframework.messaging.ResultMessage
Serializes the exception result.
serializeMetaData(Serializer, Class<R>) - Method in class org.axonframework.messaging.GenericMessage
 
serializeMetaData(Serializer, Class<R>) - Method in interface org.axonframework.messaging.Message
Serialize the meta data of this message to the expectedRepresentation using given serializer.
serializeMetaData(Serializer, Class<S>) - Method in class org.axonframework.messaging.MessageDecorator
 
serializeMetaData(Serializer, Class<R1>) - Method in class org.axonframework.messaging.responsetypes.ConvertingResponseMessage
 
serializeMetaData(Serializer, Class<R>) - Method in class org.axonframework.serialization.SerializedMessage
 
serializeMetaData(Serializer, Class<T>) - Method in class org.axonframework.serialization.SerializedObjectHolder
 
serializePayload(Serializer, Class<R>) - Method in class org.axonframework.messaging.GenericMessage
 
serializePayload(Serializer, Class<S>) - Method in class org.axonframework.messaging.GenericResultMessage
 
serializePayload(Serializer, Class<R>) - Method in interface org.axonframework.messaging.Message
Serialize the payload of this message to the expectedRepresentation using given serializer.
serializePayload(Serializer, Class<S>) - Method in class org.axonframework.messaging.MessageDecorator
 
serializePayload(Serializer, Class<S>) - Method in class org.axonframework.messaging.responsetypes.ConvertingResponseMessage
 
serializePayload(Serializer, Class<S>) - Method in interface org.axonframework.messaging.ResultMessage
 
serializePayload(Serializer, Class<R>) - Method in class org.axonframework.serialization.SerializedMessage
 
serializePayload(Serializer, Class<T>) - Method in class org.axonframework.serialization.SerializedObjectHolder
 
serializer(Serializer) - Method in class org.axonframework.deadline.quartz.QuartzDeadlineManager.Builder
Sets the Serializer used to de-/serialize the DeadlineMessage and the ScopeDescriptor into the JobDataMap.
serializer(Serializer) - Method in class org.axonframework.eventhandling.scheduling.quartz.QuartzEventScheduler.Builder
Sets the Serializer used by the EventJobDataBinder.
serializer(Serializer) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore.Builder
Sets the Serializer used to de-/serialize TrackingTokens with.
serializer() - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
Returns the serializer used by the Token Store to serialize tokens.
serializer(Serializer) - Method in class org.axonframework.eventhandling.tokenstore.jpa.JpaTokenStore.Builder
Sets the Serializer used to de-/serialize TrackingTokens with.
serializer() - Method in class org.axonframework.eventhandling.tokenstore.jpa.JpaTokenStore
Returns the serializer used by the Token Store to serialize tokens.
Serializer - Interface in org.axonframework.serialization
Interface describing a serialization mechanism.
SerialVersionUIDRevisionResolver - Class in org.axonframework.serialization
RevisionResolver implementation that returns the (String representation of the) serialVersionUID of a class.
SerialVersionUIDRevisionResolver() - Constructor for class org.axonframework.serialization.SerialVersionUIDRevisionResolver
 
ServiceRegistryException - Exception in org.axonframework.commandhandling.distributed
Exception that is triggered when an error occurs that is related to the registration or deregistration of a member to the distributed command bus service registry.
ServiceRegistryException(String) - Constructor for exception org.axonframework.commandhandling.distributed.ServiceRegistryException
Initializes the exception using the given message.
ServiceRegistryException(String, Throwable) - Constructor for exception org.axonframework.commandhandling.distributed.ServiceRegistryException
Initializes the exception using the given message and cause.
set(UnitOfWork<?>) - Static method in class org.axonframework.messaging.unitofwork.CurrentUnitOfWork
Binds the given unitOfWork to the current thread.
setAdditionalConverters(List<ContentTypeConverter>) - Method in class org.axonframework.serialization.ChainingConverter
Setter for dependency injection frameworks that require property methods.
setExecutionResult(ExecutionResult) - Method in class org.axonframework.messaging.unitofwork.AbstractUnitOfWork
Set the execution result of processing the current Message.
setExecutionResult(ExecutionResult) - Method in class org.axonframework.messaging.unitofwork.BatchingUnitOfWork
 
setExecutionResult(ExecutionResult) - Method in class org.axonframework.messaging.unitofwork.DefaultUnitOfWork
 
setExecutionResult(ExecutionResult) - Method in class org.axonframework.messaging.unitofwork.MessageProcessingContext
Set the execution result of processing the current Message.
setFieldValue(Field, Object, T) - Static method in class org.axonframework.common.ReflectionUtils
Set the field of object to a certain value.
setGroupIdentifier(String) - Method in class org.axonframework.eventhandling.scheduling.quartz.QuartzEventScheduler
Sets the group identifier to use when scheduling jobs with Quartz.
setOnAvailableCallback(Runnable) - Method in interface org.axonframework.common.stream.BlockingStream
Set a callback to be invoked once new messages are available on this stream.
setOwnerColum(String) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.TokenSchema.Builder
setOwnerColumn(String) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.TokenSchema.Builder
Sets the name of the owner column.
setPhase(UnitOfWork.Phase) - Method in class org.axonframework.messaging.unitofwork.AbstractUnitOfWork
Overwrite the current phase with the given phase.
setProcessorNameColumn(String) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.TokenSchema.Builder
Sets the name of the processor name column.
setRollbackCause(Throwable) - Method in class org.axonframework.messaging.unitofwork.AbstractUnitOfWork
Sets the cause for rolling back this Unit of Work.
setRollbackCause(Throwable) - Method in class org.axonframework.messaging.unitofwork.BatchingUnitOfWork
 
setRollbackCause(Throwable) - Method in class org.axonframework.messaging.unitofwork.DefaultUnitOfWork
 
setRollbackConfiguration(RollbackConfiguration) - Method in class org.axonframework.commandhandling.SimpleCommandBus
Sets the RollbackConfiguration that allows you to change when the UnitOfWork is rolled back.
setSegmentColumn(String) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.TokenSchema.Builder
Sets the name of the processor segment column.
setTimestampColumn(String) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.TokenSchema.Builder
Sets the name of the timestamp column.
setTokenColumn(String) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.TokenSchema.Builder
Sets the name of the serialized token column.
setTokenTable(String) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.TokenSchema.Builder
Sets the name of the token entry table.
setTokenTypeColumn(String) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.TokenSchema.Builder
Sets the name of the token type column.
shutdown() - Method in class org.axonframework.commandhandling.AsynchronousCommandBus
Shuts down the Executor used to asynchronously dispatch incoming commands.
shutdown() - Method in interface org.axonframework.deadline.DeadlineManager
Shuts down this deadline manager.
shutdown() - Method in class org.axonframework.deadline.quartz.QuartzDeadlineManager
Shuts down this deadline manager.
shutdown() - Method in class org.axonframework.deadline.SimpleDeadlineManager
Shuts down this deadline manager.
shutDown() - Method in interface org.axonframework.eventhandling.EventProcessor
Stops processing events.
shutDown() - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor
 
shutdown() - Method in interface org.axonframework.eventhandling.scheduling.EventScheduler
Shuts down this event scheduler.
shutdown() - Method in class org.axonframework.eventhandling.scheduling.java.SimpleEventScheduler
Shuts down this event scheduler.
shutdown() - Method in class org.axonframework.eventhandling.scheduling.quartz.QuartzEventScheduler
Shuts down this event scheduler.
shutDown() - Method in class org.axonframework.eventhandling.SubscribingEventProcessor
Shut down this processor.
shutDown() - Method in class org.axonframework.eventhandling.TrackingEventProcessor
Shuts down the processor.
SHUTDOWN_PHASE - Static variable in interface org.axonframework.messaging.HandlerAttributes
Attribute key referencing the Phase to invoke a shutdown handler in.
shutdownAsync() - Method in interface org.axonframework.eventhandling.EventProcessor
Initiates a shutdown, providing a CompletableFuture that completes when the shutdown process is finished.
shutdownAsync() - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor
 
shutdownAsync() - Method in class org.axonframework.eventhandling.TrackingEventProcessor
Initiates a shutdown, providing a CompletableFuture that completes when the shutdown process is finished.
shutdownDispatching() - Method in class org.axonframework.commandhandling.distributed.DistributedCommandBus
Shutdown the command bus asynchronously for dispatching commands to other instances.
ShutdownHandler - Annotation Type in org.axonframework.lifecycle
Annotation indicating that a member method should be a part of the shutdown cycle of an Axon application.
ShutdownInProgressException - Exception in org.axonframework.lifecycle
Exception indicating a process tried to register an activity whilst the application is shutting down.
ShutdownInProgressException() - Constructor for exception org.axonframework.lifecycle.ShutdownInProgressException
Construct this exception with the default message "Cannot start the activity, shutdown in progress".
ShutdownInProgressException(String) - Constructor for exception org.axonframework.lifecycle.ShutdownInProgressException
Constructs this exception with given message explaining the cause.
ShutdownLatch - Class in org.axonframework.lifecycle
A latch implementation to be used in shutdown scenarios.
ShutdownLatch() - Constructor for class org.axonframework.lifecycle.ShutdownLatch
 
ShutdownLatch.ActivityHandle - Class in org.axonframework.lifecycle
A handle for an activity registered to a ShutdownLatch.
signature() - Method in interface org.axonframework.messaging.annotation.MessageHandlingMember
Returns the signature of the member.
silentOverride() - Static method in class org.axonframework.commandhandling.DuplicateCommandHandlerResolution
A DuplicateCommandHandlerResolver implementation that allows handlers to silently override previous registered handlers for the same command.
SimpleCommandBus - Class in org.axonframework.commandhandling
Implementation of the CommandBus that dispatches commands to the handlers subscribed to that specific command's name.
SimpleCommandBus(SimpleCommandBus.Builder) - Constructor for class org.axonframework.commandhandling.SimpleCommandBus
Instantiate a SimpleCommandBus based on the fields contained in the SimpleCommandBus.Builder.
SimpleCommandBus.Builder - Class in org.axonframework.commandhandling
Builder class to instantiate a SimpleCommandBus.
SimpleCorrelationDataProvider - Class in org.axonframework.messaging.correlation
CorrelationDataProvider implementation defines correlation headers by the header names.
SimpleCorrelationDataProvider(String...) - Constructor for class org.axonframework.messaging.correlation.SimpleCorrelationDataProvider
Initializes the CorrelationDataProvider to return the meta data of messages with given metaDataKeys as correlation data.
SimpleDeadlineManager - Class in org.axonframework.deadline
Implementation of DeadlineManager which uses Java's ScheduledExecutorService as scheduling and triggering mechanism.
SimpleDeadlineManager(SimpleDeadlineManager.Builder) - Constructor for class org.axonframework.deadline.SimpleDeadlineManager
Instantiate a SimpleDeadlineManager based on the fields contained in the SimpleDeadlineManager.Builder to handle the process around scheduling and triggering a DeadlineMessage.
SimpleDeadlineManager.Builder - Class in org.axonframework.deadline
Builder class to instantiate a SimpleDeadlineManager.
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.
SimpleEventBus - Class in org.axonframework.eventhandling
Implementation of the EventBus that dispatches events in the thread the publishes them.
SimpleEventBus(SimpleEventBus.Builder) - Constructor for class org.axonframework.eventhandling.SimpleEventBus
Instantiate a SimpleEventBus based on the fields contained in the SimpleEventBus.Builder.
SimpleEventBus.Builder - Class in org.axonframework.eventhandling
Builder class to instantiate a SimpleEventBus.
SimpleEventHandlerInvoker - Class in org.axonframework.eventhandling
Implementation of an EventHandlerInvoker that forwards events to a list of registered EventMessageHandler.
SimpleEventHandlerInvoker(SimpleEventHandlerInvoker.Builder) - Constructor for class org.axonframework.eventhandling.SimpleEventHandlerInvoker
Instantiate a SimpleEventHandlerInvoker based on the fields contained in the SimpleEventHandlerInvoker.Builder.
SimpleEventHandlerInvoker.Builder - Class in org.axonframework.eventhandling
Builder class to instantiate a SimpleEventHandlerInvoker.
SimpleEventScheduler - Class in org.axonframework.eventhandling.scheduling.java
An EventScheduler implementation that uses Java's ScheduledExecutorService as scheduling and triggering mechanism.
SimpleEventScheduler(SimpleEventScheduler.Builder) - Constructor for class org.axonframework.eventhandling.scheduling.java.SimpleEventScheduler
Instantiate a SimpleEventScheduler based on the fields contained in the SimpleEventScheduler.Builder.
SimpleEventScheduler.Builder - Class in org.axonframework.eventhandling.scheduling.java
Builder class to instantiate a SimpleEventScheduler.
SimpleHandlerAttributes - Class in org.axonframework.messaging
Simple implementation of the HandlerAttributes which is given the attributes in the constructor.
SimpleHandlerAttributes(Map<String, Object>) - Constructor for class org.axonframework.messaging.SimpleHandlerAttributes
Constructs a SimpleHandlerAttributes using the given attributes.
SimpleMember<E> - Class in org.axonframework.commandhandling.distributed
An endpoint in the network for a command handling service.
SimpleMember(String, E, boolean, Consumer<SimpleMember<E>>) - Constructor for class org.axonframework.commandhandling.distributed.SimpleMember
Create the service member
SimpleQueryBus - Class in org.axonframework.queryhandling
Implementation of the QueryBus that dispatches queries to the handlers within the JVM.
SimpleQueryBus(SimpleQueryBus.Builder) - Constructor for class org.axonframework.queryhandling.SimpleQueryBus
Instantiate a SimpleQueryBus based on the fields contained in the SimpleQueryBus.Builder.
SimpleQueryBus.Builder - Class in org.axonframework.queryhandling
Builder class to instantiate a SimpleQueryBus.
SimpleQueryUpdateEmitter - Class in org.axonframework.queryhandling
Implementation of QueryUpdateEmitter that uses Project Reactor to implement Update Handlers.
SimpleQueryUpdateEmitter(SimpleQueryUpdateEmitter.Builder) - Constructor for class org.axonframework.queryhandling.SimpleQueryUpdateEmitter
Instantiate a SimpleQueryUpdateEmitter based on the fields contained in the SimpleQueryUpdateEmitter.Builder.
SimpleQueryUpdateEmitter.Builder - Class in org.axonframework.queryhandling
Builder class to instantiate a SimpleQueryUpdateEmitter.
SimpleResourceParameterResolverFactory - Class in org.axonframework.messaging.annotation
A ParameterResolverFactory implementation for simple resource injections.
SimpleResourceParameterResolverFactory(Iterable<?>) - Constructor for class org.axonframework.messaging.annotation.SimpleResourceParameterResolverFactory
Initialize the ParameterResolverFactory to inject the given resource in applicable parameters.
SimpleScheduleToken - Class in org.axonframework.eventhandling.scheduling.java
ScheduleToken for tasks event scheduled using the SimpleEventScheduler.
SimpleScheduleToken(String) - Constructor for class org.axonframework.eventhandling.scheduling.java.SimpleScheduleToken
Creates a SimpleScheduleToken with the given tokenId.
SimpleSerializedObject<T> - Class in org.axonframework.serialization
SerializedObject implementation that takes all properties as constructor parameters.
SimpleSerializedObject(T, Class<T>, SerializedType) - Constructor for class org.axonframework.serialization.SimpleSerializedObject
Initializes a SimpleSerializedObject using given data and serializedType.
SimpleSerializedObject(T, Class<T>, String, String) - Constructor for class org.axonframework.serialization.SimpleSerializedObject
Initializes a SimpleSerializedObject using given data and a serialized type identified by given type and revision.
SimpleSerializedType - Class in org.axonframework.serialization
SerializedType implementation that takes its properties as constructor parameters.
SimpleSerializedType(String, String) - Constructor for class org.axonframework.serialization.SimpleSerializedType
Initialize with given objectType and revisionNumber
simulateAutoIncrement(Connection, String, String) - Static method in class org.axonframework.common.jdbc.Oracle11Utils
Oracle11 does not have auto incremented values.
SingleEntryMultiUpcaster<T> - Class in org.axonframework.serialization.upcasting
Abstract implementation of an Upcaster that eases the common process of upcasting one intermediate representation to several other representations by applying a simple flat mapping function to the input stream of intermediate representations.
SingleEntryMultiUpcaster() - Constructor for class org.axonframework.serialization.upcasting.SingleEntryMultiUpcaster
 
SingleEntryUpcaster<T> - Class in org.axonframework.serialization.upcasting
Abstract implementation of an Upcaster that eases the common process of upcasting one intermediate representation to another representation by applying a simple mapping function to the input stream of intermediate representations.
SingleEntryUpcaster() - Constructor for class org.axonframework.serialization.upcasting.SingleEntryUpcaster
 
SingleEventUpcaster - Class in org.axonframework.serialization.upcasting.event
Abstract implementation of an event Upcaster that eases the common process of upcasting one intermediate event representation to another representation by applying a simple mapping function to the input stream of intermediate representations.
SingleEventUpcaster() - Constructor for class org.axonframework.serialization.upcasting.event.SingleEventUpcaster
 
SinkWrapper<T> - Interface in org.axonframework.queryhandling
Abstraction interface to bridge old FluxSink and Sinks.Many API with a common API.
size() - Method in class org.axonframework.messaging.MetaData
 
skipMessagesWithPayloadTypeOf(M) - Method in interface org.axonframework.common.stream.BlockingStream
Report the stream that a specific message was ignored by the consumer.
SourceId - Annotation Type in org.axonframework.messaging.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.annotation
An extension of the AbstractAnnotatedParameterResolverFactory that accepts parameters of a String type that are annotated with the SourceId annotation and assigns the aggregate identifier of the DomainEventMessage.
SourceIdParameterResolverFactory() - Constructor for class org.axonframework.messaging.annotation.SourceIdParameterResolverFactory
Initialize a ParameterResolverFactory for SourceId annotated parameters
split() - Method in class org.axonframework.eventhandling.Segment
Returns an array with two segments with a corresponding mask.

The first entry contains the original segmentId, with the newly calculated mask.
split() - Method in class org.axonframework.eventhandling.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.eventhandling.TrackerStatus
Split the given segment and trackingToken in two.
splitBalanced(Segment, int) - Static method in class org.axonframework.eventhandling.Segment
Split a given Segment n-times in round robin fashion.
splitSegment(int) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor
 
splitSegment(int) - Method in interface org.axonframework.eventhandling.StreamingEventProcessor
Instruct the processor to split the segment with given segmentId into two segments, allowing an additional process to start processing events from it.
splitSegment(int) - Method in class org.axonframework.eventhandling.TrackingEventProcessor
 
splitSegmentId() - Method in class org.axonframework.eventhandling.Segment
Returns the segmentId of the counterpart of this segment, if this segment were to be split.
start() - Method in interface org.axonframework.eventhandling.EventProcessor
Start processing events.
start() - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor
 
start() - Method in class org.axonframework.eventhandling.SubscribingEventProcessor
Start this processor.
start() - Method in class org.axonframework.eventhandling.TrackingEventProcessor
Start this processor.
start() - Method in class org.axonframework.messaging.unitofwork.AbstractUnitOfWork
 
start() - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
Starts the current unit of work.
START_PHASE - Static variable in interface org.axonframework.messaging.HandlerAttributes
Attribute key referencing the Phase to invoke a start handler in.
startAndGet(T) - Static method in class org.axonframework.messaging.unitofwork.DefaultUnitOfWork
Starts a new DefaultUnitOfWork instance, registering it a CurrentUnitOfWork.
StartHandler - Annotation Type in org.axonframework.lifecycle
Annotation indicating that a member method should be a part of the start cycle of an Axon application.
startScope() - Method in class org.axonframework.messaging.Scope
Start a Scope by adding this to a Deque contained in a ThreadLocal.
startSegmentWorkers() - Method in class org.axonframework.eventhandling.TrackingEventProcessor
Starts workers for a number of segments.
startTransaction() - Method in enum org.axonframework.common.transaction.NoTransactionManager
 
startTransaction() - Method in interface org.axonframework.common.transaction.TransactionManager
Starts a transaction.
state(boolean, Supplier<String>) - Static method in class org.axonframework.common.Assert
Asserts that the value of state is true.
store(String, CommandCallbackWrapper<E, C, R>) - Method in class org.axonframework.commandhandling.distributed.CommandCallbackRepository
Stores a callback
storeToken(TrackingToken, String, int) - Method in class org.axonframework.eventhandling.tokenstore.inmemory.InMemoryTokenStore
 
storeToken(TrackingToken, String, int) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
 
storeToken(TrackingToken, String, int) - Method in class org.axonframework.eventhandling.tokenstore.jpa.JpaTokenStore
 
storeToken(TrackingToken, String, int) - Method in interface org.axonframework.eventhandling.tokenstore.TokenStore
Stores the given token in the store.
storeUpdate(Connection, TrackingToken, String, int) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
Returns a PreparedStatement which updates the given token for the given processorName and segment combination.
storingTokensAfterProcessing() - Method in class org.axonframework.eventhandling.TrackingEventProcessor.Builder
Set this processor to store Tracking Tokens only at the end of processing.
StreamableMessageSource<M extends Message<?>> - Interface in org.axonframework.messaging
Interface for a source of messages that processors can track.
StreamingEventProcessor - Interface in org.axonframework.eventhandling
An EventProcessor which processes an event stream in segments.
StreamUtils - Class in org.axonframework.common.stream
Utility class for working with Streams.
StringToByteArrayConverter - Class in org.axonframework.serialization.converters
ContentTypeConverter that converts String into byte arrays.
StringToByteArrayConverter() - Constructor for class org.axonframework.serialization.converters.StringToByteArrayConverter
 
StringUtils - Class in org.axonframework.common
Utility methods for when dealing with Strings.
SubscribableMessageSource<M extends Message<?>> - Interface in org.axonframework.messaging
Interface for a source of messages to which message processors can subscribe.
subscribe(CommandBus) - Method in class org.axonframework.commandhandling.AnnotationCommandHandlerAdapter
Subscribe this command handler to the given commandBus.
subscribe(String, MessageHandler<? super CommandMessage<?>>) - Method in interface org.axonframework.commandhandling.CommandBus
Subscribe the given handler to commands with the given commandName.
subscribe(String, MessageHandler<? super CommandMessage<?>>) - Method in interface org.axonframework.commandhandling.distributed.CommandBusConnector
Subscribes a command message handler for commands with given commandName.
subscribe(String, MessageHandler<? super CommandMessage<?>>) - Method in class org.axonframework.commandhandling.distributed.DistributedCommandBus
Subscribe the given handler to commands with the given commandName.
subscribe(String, MessageHandler<? super CommandMessage<?>>) - Method in class org.axonframework.commandhandling.SimpleCommandBus
Subscribe the given handler to commands with given commandName.
subscribe(Consumer<List<? extends EventMessage<?>>>) - Method in class org.axonframework.eventhandling.AbstractEventBus
 
subscribe(Consumer<List<? extends M>>) - Method in interface org.axonframework.messaging.SubscribableMessageSource
Subscribe the given messageProcessor to this message source.
subscribe(QueryBus) - Method in class org.axonframework.queryhandling.annotation.AnnotationQueryHandlerAdapter
 
subscribe(String, Type, MessageHandler<? super QueryMessage<?, R>>) - Method in interface org.axonframework.queryhandling.QueryBus
Subscribe the given handler to queries with the given queryName and responseType.
subscribe(QueryBus) - Method in interface org.axonframework.queryhandling.QueryHandlerAdapter
Subscribes the query handlers of this QueryHandlerAdapter to the given QueryBus.
subscribe(String, Type, MessageHandler<? super QueryMessage<?, R>>) - Method in class org.axonframework.queryhandling.SimpleQueryBus
 
SubscribingEventProcessor - Class in org.axonframework.eventhandling
Event processor implementation that subscribes to the EventBus for events.
SubscribingEventProcessor(SubscribingEventProcessor.Builder) - Constructor for class org.axonframework.eventhandling.SubscribingEventProcessor
Instantiate a SubscribingEventProcessor based on the fields contained in the SubscribingEventProcessor.Builder.
SubscribingEventProcessor.Builder - Class in org.axonframework.eventhandling
Builder class to instantiate a SubscribingEventProcessor.
subscriptionQuery(String, Q, ResponseType<I>, ResponseType<U>, SubscriptionQueryBackpressure, int) - Method in class org.axonframework.queryhandling.DefaultQueryGateway
subscriptionQuery(String, Q, ResponseType<I>, ResponseType<U>, int) - Method in class org.axonframework.queryhandling.DefaultQueryGateway
 
subscriptionQuery(SubscriptionQueryMessage<Q, I, U>) - Method in interface org.axonframework.queryhandling.QueryBus
Dispatch the given query to a single QueryHandler subscribed to the given query's queryName/initialResponseType/updateResponseType.
subscriptionQuery(SubscriptionQueryMessage<Q, I, U>, SubscriptionQueryBackpressure, int) - Method in interface org.axonframework.queryhandling.QueryBus
subscriptionQuery(SubscriptionQueryMessage<Q, I, U>, int) - Method in interface org.axonframework.queryhandling.QueryBus
Dispatch the given query to a single QueryHandler subscribed to the given query's queryName/initialResponseType/updateResponseType.
subscriptionQuery(Q, Class<I>, Class<U>) - Method in interface org.axonframework.queryhandling.QueryGateway
Sends given query over the QueryBus and returns result containing initial response and incremental updates (received at the moment the query is sent, until it is cancelled by the caller or closed by the emitting side).
subscriptionQuery(String, Q, Class<I>, Class<U>) - Method in interface org.axonframework.queryhandling.QueryGateway
Sends given query over the QueryBus and returns result containing initial response and incremental updates (received at the moment the query is sent, until it is cancelled by the caller or closed by the emitting side).
subscriptionQuery(Q, ResponseType<I>, ResponseType<U>) - Method in interface org.axonframework.queryhandling.QueryGateway
Sends given query over the QueryBus and returns result containing initial response and incremental updates (received at the moment the query is sent, until it is cancelled by the caller or closed by the emitting side).
subscriptionQuery(String, Q, ResponseType<I>, ResponseType<U>, SubscriptionQueryBackpressure) - Method in interface org.axonframework.queryhandling.QueryGateway
Deprecated.
in favour of using {QueryGateway.subscriptionQuery(String, Object, ResponseType, ResponseType)}. To set a backpressure strategy, use one of the onBackpressure.. operators on the updates flux directly. Example: result.updates().onBackpressureBuffer(100)
subscriptionQuery(String, Q, ResponseType<I>, ResponseType<U>) - Method in interface org.axonframework.queryhandling.QueryGateway
Sends given query over the QueryBus and returns result containing initial response and incremental updates (received at the moment the query is sent, until it is cancelled by the caller or closed by the emitting side).
subscriptionQuery(String, Q, ResponseType<I>, ResponseType<U>, SubscriptionQueryBackpressure, int) - Method in interface org.axonframework.queryhandling.QueryGateway
Deprecated.
in favour of using {QueryGateway.subscriptionQuery(String, Object, ResponseType, ResponseType, int)}. To set a backpressure strategy, use one of the onBackpressure.. operators on the updates flux directly. Example: result.updates().onBackpressureBuffer(100)
subscriptionQuery(String, Q, ResponseType<I>, ResponseType<U>, int) - Method in interface org.axonframework.queryhandling.QueryGateway
Sends given query over the QueryBus and returns result containing initial response and incremental updates (received at the moment the query is sent, until it is cancelled by the caller or closed by the emitting side).
subscriptionQuery(SubscriptionQueryMessage<Q, I, U>, SubscriptionQueryBackpressure, int) - Method in class org.axonframework.queryhandling.SimpleQueryBus
subscriptionQuery(SubscriptionQueryMessage<Q, I, U>, int) - Method in class org.axonframework.queryhandling.SimpleQueryBus
 
SubscriptionQueryBackpressure - Class in org.axonframework.queryhandling
Deprecated.
since 3.4.0 Reactor version, Sinks API does not use FluxSink.OverflowStrategy
SubscriptionQueryBackpressure(FluxSink.OverflowStrategy) - Constructor for class org.axonframework.queryhandling.SubscriptionQueryBackpressure
Deprecated.
Initializes backpressure with reactor's overflow strategy.
SubscriptionQueryMessage<Q,I,U> - Interface in org.axonframework.queryhandling
Message type that carries a Subscription Query: a request for information.
SubscriptionQueryResult<I,U> - Interface in org.axonframework.queryhandling
Result of the subscription query.
SubscriptionQueryUpdateMessage<U> - Interface in org.axonframework.queryhandling
Message which holds incremental update of an subscription query.
subset(String...) - Method in class org.axonframework.messaging.MetaData
Returns a MetaData instance containing a subset of the keys in this instance.
supportedCommandNames() - Method in class org.axonframework.commandhandling.AnnotationCommandHandlerAdapter
 
supportedCommandNames() - Method in interface org.axonframework.commandhandling.CommandMessageHandler
Returns the set of command names this handler supports.
supportedPayloadType() - Method in interface org.axonframework.messaging.annotation.ParameterResolver
Returns the class of the payload that is supported by this resolver.
supportedPayloadType() - Method in class org.axonframework.messaging.annotation.PayloadParameterResolver
 
supportsFormat(Class<T>) - Method in class org.axonframework.serialization.UnknownSerializedType
Indicates whether the given desiredFormat is supported as a representation for this type.
supportsReset() - Method in class org.axonframework.eventhandling.AnnotationEventHandlerAdapter
 
supportsReset() - Method in interface org.axonframework.eventhandling.EventHandlerInvoker
Indicates whether the handlers managed by this invoker support a reset.
supportsReset() - Method in interface org.axonframework.eventhandling.EventMessageHandler
Indicates whether the handlers managed by this invoker support a reset.
supportsReset() - Method in class org.axonframework.eventhandling.MultiEventHandlerInvoker
 
supportsReset() - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor
 
supportsReset() - Method in class org.axonframework.eventhandling.SimpleEventHandlerInvoker
 
supportsReset() - Method in interface org.axonframework.eventhandling.StreamingEventProcessor
Indicates whether this StreamingEventProcessor supports a "reset".
supportsReset() - Method in class org.axonframework.eventhandling.TrackingEventProcessor
 
suspect() - Method in class org.axonframework.commandhandling.distributed.ConsistentHash.ConsistentHashMember
 
suspect() - Method in interface org.axonframework.commandhandling.distributed.Member
Mark this member as suspect, i.e.
suspect() - Method in class org.axonframework.commandhandling.distributed.SimpleMember
 

T

targetType() - Method in class org.axonframework.serialization.ChainedConverter
 
targetType() - Method in interface org.axonframework.serialization.ContentTypeConverter
The returned type of IntermediateRepresentation
targetType() - Method in class org.axonframework.serialization.converters.BlobToInputStreamConverter
 
targetType() - Method in class org.axonframework.serialization.converters.ByteArrayToInputStreamConverter
 
targetType() - Method in class org.axonframework.serialization.converters.ByteArrayToStringConverter
 
targetType() - Method in class org.axonframework.serialization.converters.InputStreamToByteArrayConverter
 
targetType() - Method in class org.axonframework.serialization.converters.StringToByteArrayConverter
 
targetType() - Method in class org.axonframework.serialization.json.ByteArrayToJsonNodeConverter
 
targetType() - Method in class org.axonframework.serialization.json.JsonNodeToByteArrayConverter
 
targetType() - Method in class org.axonframework.serialization.xml.Dom4JToByteArrayConverter
 
targetType() - Method in class org.axonframework.serialization.xml.InputStreamToDom4jConverter
 
targetType() - Method in class org.axonframework.serialization.xml.InputStreamToXomConverter
 
targetType() - Method in class org.axonframework.serialization.xml.XomToStringConverter
 
Timeout - Annotation Type in org.axonframework.commandhandling.gateway
Class or method level annotation that indicates the calling thread should not wait longer than the provided timeout for the results of a command.
Timestamp - Annotation Type in org.axonframework.eventhandling
Annotation indication that a parameter on an Event Handler method should be injected with the Timestamp of an Event Message.
timestamp() - Method in class org.axonframework.eventhandling.tokenstore.AbstractTokenEntry
Returns the storage timestamp of this token entry.
timestampAsString() - Method in class org.axonframework.eventhandling.tokenstore.AbstractTokenEntry
Returns the storage timestamp of this token entry as a String.
timestampColumn() - Method in class org.axonframework.eventhandling.tokenstore.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.eventhandling
AbstractAnnotatedParameterResolverFactory that accepts parameters with type Instant that are annotated with the Timestamp annotation and assigns the timestamp of the EventMessage.
TimestampParameterResolverFactory() - Constructor for class org.axonframework.eventhandling.TimestampParameterResolverFactory
Initializes a ParameterResolverFactory for Timestamp annotated parameters
to(Class<?>, String) - Method in class org.axonframework.serialization.upcasting.event.EventTypeUpcaster.Builder
Create an EventTypeUpcaster which upcasts "to" the given payloadType and revision.
to(String, String) - Method in class org.axonframework.serialization.upcasting.event.EventTypeUpcaster.Builder
Create an EventTypeUpcaster which upcasts "to" the given payloadType and revision.
toJobData(Serializer, DeadlineMessage, ScopeDescriptor) - Static method in class org.axonframework.deadline.quartz.DeadlineJob.DeadlineJobDataBinder
Serializes the provided deadlineMessage and deadlineScope and puts them in a JobDataMap.
toJobData(Object) - Method in interface org.axonframework.eventhandling.scheduling.quartz.EventJobDataBinder
Write an eventMessage (or its payload) to a JobDataMap.
toJobData(Object) - Method in class org.axonframework.eventhandling.scheduling.quartz.QuartzEventScheduler.DirectEventJobDataBinder
 
tokenClaimInterval(long) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
Specifies the time in milliseconds the processor's coordinator should wait after a failed attempt to claim any segments for processing.
tokenColumn() - Method in class org.axonframework.eventhandling.tokenstore.jdbc.TokenSchema
Returns the name of the column containing the serialized token.
TokenEntry - Class in org.axonframework.eventhandling.tokenstore.jpa
Implementation of a token entry compatible with JPA that stores its serialized token as a byte array.
TokenEntry(String, int, TrackingToken, Serializer) - Constructor for class org.axonframework.eventhandling.tokenstore.jpa.TokenEntry
Initializes a new token entry for given token, processorName and segment.
TokenEntry() - Constructor for class org.axonframework.eventhandling.tokenstore.jpa.TokenEntry
Default constructor for JPA
TokenEntry.PK - Class in org.axonframework.eventhandling.tokenstore.jpa
Primary key for token entries used by JPA
TokenSchema - Class in org.axonframework.eventhandling.tokenstore.jdbc
Schema of an token entry to be stored using Jdbc.
TokenSchema() - Constructor for class org.axonframework.eventhandling.tokenstore.jdbc.TokenSchema
Initializes the default TokenSchema
TokenSchema.Builder - Class in org.axonframework.eventhandling.tokenstore.jdbc
Builder for an TokenSchema that gets initialized with default values.
tokenStore(TokenStore) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
Sets the TokenStore used to store and fetch event tokens that enable this EventProcessor to track its progress.
TokenStore - Interface in org.axonframework.eventhandling.tokenstore
Describes a component capable of storing and retrieving event tracking tokens.
tokenStore(TokenStore) - Method in class org.axonframework.eventhandling.TrackingEventProcessor.Builder
Sets the TokenStore used to store and fetch event tokens that enable this EventProcessor to track its progress.
tokenTable() - Method in class org.axonframework.eventhandling.tokenstore.jdbc.TokenSchema
Returns the name of the token entry table.
TokenTableFactory - Interface in org.axonframework.eventhandling.tokenstore.jdbc
Interface describing a factory for JDBC to create the table containing tracking token entries.
tokenType() - Method in class org.axonframework.eventhandling.tokenstore.jdbc.GenericTokenTableFactory
Returns the sql to describe the type of token column.
tokenType() - Method in class org.axonframework.eventhandling.tokenstore.jdbc.PostgresTokenTableFactory
 
tokenTypeColumn() - Method in class org.axonframework.eventhandling.tokenstore.jdbc.TokenSchema
Returns the name of the column containing the name of the type to which the token should be deserialized.
toString() - Method in enum org.axonframework.commandhandling.distributed.commandfilter.AcceptAll
 
toString() - Method in class org.axonframework.commandhandling.distributed.commandfilter.AndCommandMessageFilter
 
toString() - Method in class org.axonframework.commandhandling.distributed.commandfilter.CommandNameFilter
 
toString() - Method in enum org.axonframework.commandhandling.distributed.commandfilter.DenyAll
 
toString() - Method in class org.axonframework.commandhandling.distributed.commandfilter.DenyCommandNameFilter
 
toString() - Method in class org.axonframework.commandhandling.distributed.commandfilter.NegateCommandMessageFilter
 
toString() - Method in class org.axonframework.commandhandling.distributed.commandfilter.OrCommandMessageFilter
 
toString() - Method in class org.axonframework.commandhandling.distributed.ConsistentHash.ConsistentHashMember
 
toString() - Method in class org.axonframework.commandhandling.distributed.ConsistentHash
 
toString() - Method in class org.axonframework.commandhandling.distributed.DispatchMessage
 
toString() - Method in class org.axonframework.commandhandling.distributed.ReplyMessage
 
toString() - Method in class org.axonframework.commandhandling.distributed.SimpleMember
 
toString() - Method in class org.axonframework.eventhandling.AbstractEventProcessor
 
toString() - Method in class org.axonframework.eventhandling.AddedTrackerStatus
 
toString() - Method in class org.axonframework.eventhandling.GapAwareTrackingToken
 
toString() - Method in class org.axonframework.eventhandling.GlobalSequenceTrackingToken
 
toString() - Method in class org.axonframework.eventhandling.MergedTrackingToken
 
toString() - Method in class org.axonframework.eventhandling.MultiSourceTrackingToken
 
toString() - Method in class org.axonframework.eventhandling.RemovedTrackerStatus
 
toString() - Method in class org.axonframework.eventhandling.ReplayToken
 
toString() - Method in class org.axonframework.eventhandling.scheduling.java.SimpleScheduleToken
 
toString() - Method in class org.axonframework.eventhandling.scheduling.quartz.QuartzScheduleToken
 
toString() - Method in class org.axonframework.eventhandling.Segment
 
toString() - Method in class org.axonframework.eventhandling.tokenstore.ConfigToken
 
toString() - Method in class org.axonframework.eventhandling.TrackerStatus
 
toString() - Method in class org.axonframework.messaging.annotation.AnnotatedHandlerAttributes
 
toString() - Method in class org.axonframework.messaging.annotation.AnnotatedMessageHandlingMember
 
toString() - Method in class org.axonframework.messaging.Headers
 
toString() - Method in class org.axonframework.messaging.MessageDecorator
 
toString() - Method in class org.axonframework.messaging.MetaData
 
toString() - Method in class org.axonframework.messaging.RemoteExceptionDescription
 
toString() - Method in class org.axonframework.messaging.responsetypes.InstanceResponseType
 
toString() - Method in class org.axonframework.messaging.responsetypes.MultipleInstancesResponseType
 
toString() - Method in class org.axonframework.messaging.responsetypes.OptionalResponseType
 
toString() - Method in class org.axonframework.messaging.SimpleHandlerAttributes
 
toString() - Method in class org.axonframework.messaging.unitofwork.ExecutionResult
 
toString() - Method in class org.axonframework.serialization.SimpleSerializedObject
 
toString() - Method in class org.axonframework.serialization.SimpleSerializedType
 
TrackedDomainEventData<T> - Class in org.axonframework.eventhandling
Specialization of the DomainEventData class that includes the Token representing the position of this event in a stream.
TrackedDomainEventData(TrackingToken, DomainEventData<T>) - Constructor for class org.axonframework.eventhandling.TrackedDomainEventData
Initialize the TrackingDomainEventData with given trackingToken and domainEventEntry.
TrackedEventData<T> - Interface in org.axonframework.eventhandling
Interface describing the properties of serialized Event Messages containing a TrackingToken.
TrackedEventMessage<T> - Interface in org.axonframework.eventhandling
Represents an EventMessage containing a TrackingToken.
trackerAdded() - Method in class org.axonframework.eventhandling.AddedTrackerStatus
 
trackerAdded() - Method in interface org.axonframework.eventhandling.EventTrackerStatus
Returns a boolean describing whether this EventTrackerStatus is starting it's progress for the first time.
trackerAdded() - Method in class org.axonframework.eventhandling.WrappedTrackerStatus
 
trackerRemoved() - Method in interface org.axonframework.eventhandling.EventTrackerStatus
Returns a boolean describing whether this EventTrackerStatus has just stopped it's progress.
trackerRemoved() - Method in class org.axonframework.eventhandling.RemovedTrackerStatus
 
trackerRemoved() - Method in class org.axonframework.eventhandling.WrappedTrackerStatus
 
TrackerStatus - Class in org.axonframework.eventhandling
Implementation of the EventTrackerStatus, providing simply modification methods to switch from one EventTrackerStatus value object to another.
TrackerStatus(Segment, TrackingToken) - Constructor for class org.axonframework.eventhandling.TrackerStatus
Construct a EventTrackerStatus to portray the status of the given segment and trackingToken.
TrackerStatus(Segment, boolean, TrackingToken, Throwable) - Constructor for class org.axonframework.eventhandling.TrackerStatus
Construct a EventTrackerStatus to portray the status of the given segment and trackingToken.
TrackingEventProcessor - Class in org.axonframework.eventhandling
EventProcessor implementation that tracks events from a StreamableMessageSource.
TrackingEventProcessor(TrackingEventProcessor.Builder) - Constructor for class org.axonframework.eventhandling.TrackingEventProcessor
Instantiate a TrackingEventProcessor based on the fields contained in the TrackingEventProcessor.Builder.
TrackingEventProcessor.Builder - Class in org.axonframework.eventhandling
Builder class to instantiate a TrackingEventProcessor.
TrackingEventProcessor.State - Enum in org.axonframework.eventhandling
Enum representing the possible states of the Processor
trackingEventProcessorConfiguration(TrackingEventProcessorConfiguration) - Method in class org.axonframework.eventhandling.TrackingEventProcessor.Builder
Sets the TrackingEventProcessorConfiguration containing the fine grained configuration options for a TrackingEventProcessor.
TrackingEventProcessorConfiguration - Class in org.axonframework.eventhandling
Configuration object for the TrackingEventProcessor.
TrackingEventStream - Interface in org.axonframework.eventhandling
Describes a stream of TrackedEventMessages.
trackingToken() - Method in class org.axonframework.eventhandling.GenericTrackedDomainEventMessage
 
trackingToken() - Method in class org.axonframework.eventhandling.GenericTrackedEventMessage
 
trackingToken() - Method in class org.axonframework.eventhandling.TrackedDomainEventData
 
trackingToken() - Method in interface org.axonframework.eventhandling.TrackedEventData
Returns the TrackingToken of the serialized event.
trackingToken() - Method in interface org.axonframework.eventhandling.TrackedEventMessage
Returns the TrackingToken of the event message.
TrackingToken - Interface in org.axonframework.eventhandling
Tag interface identifying a token that is used to identify the position of an event in an event stream.
TrackingTokenParameterResolverFactory - Class in org.axonframework.eventhandling
Implementation of a ParameterResolverFactory that resolves the TrackingToken of an event message if that message is a TrackedEventMessage.
TrackingTokenParameterResolverFactory() - Constructor for class org.axonframework.eventhandling.TrackingTokenParameterResolverFactory
 
Transaction - Interface in org.axonframework.common.transaction
Interface of an object that represents a started transaction that can be committed or rolled back.
TRANSACTION_MANAGER_KEY - Static variable in class org.axonframework.deadline.quartz.DeadlineJob
The key under which the TransactionManager is stored within the SchedulerContext.
TRANSACTION_MANAGER_KEY - Static variable in class org.axonframework.eventhandling.scheduling.quartz.FireEventJob
The key used to locate the optional TransactionManager in the scheduler context.
transactionManager(TransactionManager) - Method in class org.axonframework.commandhandling.AsynchronousCommandBus.Builder
 
transactionManager(TransactionManager) - Method in class org.axonframework.commandhandling.SimpleCommandBus.Builder
Sets the TransactionManager used to manage transactions.
TransactionManager - Interface in org.axonframework.common.transaction
Interface towards a mechanism that manages transactions

Typically, this will involve opening database transactions or connecting to external systems.

transactionManager(TransactionManager) - Method in class org.axonframework.deadline.quartz.QuartzDeadlineManager.Builder
Sets the TransactionManager used to build transactions and ties them to deadline.
transactionManager(TransactionManager) - Method in class org.axonframework.deadline.SimpleDeadlineManager.Builder
Sets the TransactionManager used to build transactions and ties them to deadline.
transactionManager(TransactionManager) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
Sets the TransactionManager used when processing EventMessages.
transactionManager(TransactionManager) - Method in class org.axonframework.eventhandling.scheduling.java.SimpleEventScheduler.Builder
Sets the TransactionManager used to build transactions and ties them on event publication.
transactionManager(TransactionManager) - Method in class org.axonframework.eventhandling.scheduling.quartz.QuartzEventScheduler.Builder
Sets the TransactionManager used to build transactions and ties them on event publication.
transactionManager(TransactionManager) - Method in class org.axonframework.eventhandling.SubscribingEventProcessor.Builder
Sets the TransactionManager used when processing EventMessages.
transactionManager(TransactionManager) - Method in class org.axonframework.eventhandling.TrackingEventProcessor.Builder
Sets the TransactionManager used when processing EventMessages.
transactionManager(TransactionManager) - Method in class org.axonframework.queryhandling.SimpleQueryBus.Builder
Sets the TransactionManager used to manage the query handling transactions.
TransactionManagingInterceptor<T extends Message<?>> - Class in org.axonframework.messaging.interceptors
Interceptor that uses a TransactionManager to start a new transaction before a Message is handled.
TransactionManagingInterceptor(TransactionManager) - Constructor for class org.axonframework.messaging.interceptors.TransactionManagingInterceptor
Initializes a TransactionManagingInterceptor that uses the given transactionManager.
TransactionMethodExecutionException - Exception in org.axonframework.eventhandling
Wrapper for exceptions that occurred while calling an @BeforeTransaction or @AfterTransaction annotated method.
TransactionMethodExecutionException(String, Throwable) - Constructor for exception org.axonframework.eventhandling.TransactionMethodExecutionException
Initialize the exception with given message and cause.
transformMessage(Function<T, ? extends Message<?>>) - Method in class org.axonframework.messaging.unitofwork.BatchingUnitOfWork
 
transformMessage(Function<T, ? extends Message<?>>) - Method in class org.axonframework.messaging.unitofwork.DefaultUnitOfWork
 
transformMessage(Function<T, ? extends Message<?>>) - Method in class org.axonframework.messaging.unitofwork.MessageProcessingContext
Transform the Message being processed using the given operator.
transformMessage(Function<T, ? extends Message<?>>) - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
Transform the Message being processed using the given operator and stores the result.
typeForClass(Class) - Method in class org.axonframework.serialization.AbstractXStreamSerializer
 
typeForClass(Class) - Method in class org.axonframework.serialization.JavaSerializer
Deprecated.
 
typeForClass(Class) - Method in class org.axonframework.serialization.json.JacksonSerializer
 
typeForClass(Class) - Method in interface org.axonframework.serialization.Serializer
Returns the type identifier for the given class.
typeMatches(Message<?>) - Method in class org.axonframework.messaging.annotation.AnnotatedMessageHandlingMember
Checks if this member can handle the type of the given message.
TypeReflectionUtils - Class in org.axonframework.common
Utility class for doing reflection on types.

U

UnableToClaimTokenException - Exception in org.axonframework.eventhandling.tokenstore
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 org.axonframework.eventhandling.tokenstore.UnableToClaimTokenException
Initialize the exception with given message.
UnableToClaimTokenException(String, Throwable) - Constructor for exception org.axonframework.eventhandling.tokenstore.UnableToClaimTokenException
Initialize the exception with given message and cause.
UnableToInitializeTokenException - Exception in org.axonframework.eventhandling.tokenstore
Exception indicating that the TokenStore was unable to initialize a Token for a tracking processor and Segment.
UnableToInitializeTokenException(String) - Constructor for exception org.axonframework.eventhandling.tokenstore.UnableToInitializeTokenException
Initialize the exception with given message
UnableToInitializeTokenException(String, Throwable) - Constructor for exception org.axonframework.eventhandling.tokenstore.UnableToInitializeTokenException
Initialize the exception with given message and underlying cause.
UnableToRetrieveIdentifierException - Exception in org.axonframework.eventhandling.tokenstore
Exception indicating that a TokenStore implementation was unable determine its identifier based on the underlying storage.
UnableToRetrieveIdentifierException(String, Throwable) - Constructor for exception org.axonframework.eventhandling.tokenstore.UnableToRetrieveIdentifierException
Initialize the exception using given message and cause.
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<T extends Message<?>> - Interface in org.axonframework.messaging.unitofwork
This class represents a Unit of Work that monitors the processing of a Message.
UnitOfWork.Phase - Enum in org.axonframework.messaging.unitofwork
Enum indicating possible phases of the Unit of Work.
UnitOfWorkAwareConnectionProviderWrapper - Class in org.axonframework.common.jdbc
Wrapper for a ConnectionProvider that checks if a connection is already attached to the Unit of Work, favoring that connection over creating a new one.
UnitOfWorkAwareConnectionProviderWrapper(ConnectionProvider) - Constructor for class org.axonframework.common.jdbc.UnitOfWorkAwareConnectionProviderWrapper
Initializes a ConnectionProvider, using given delegate to create a new instance, when on is not already attached to the Unit of Work.
UnknownSerializedType - Class in org.axonframework.serialization
Class representing a serialized object of which there is no class available in the current class loader.
UnknownSerializedType(Serializer, SerializedObject<?>) - Constructor for class org.axonframework.serialization.UnknownSerializedType
Initialize the unknown type, using given serializer and serializedObject.
unmarkError() - Method in class org.axonframework.eventhandling.TrackerStatus
Return a new TrackerStatus based on this status, removing the errorState.
unregister(PropertyAccessStrategy) - Static method in class org.axonframework.common.property.PropertyAccessStrategy
Removes all strategies registered using the PropertyAccessStrategy.register(PropertyAccessStrategy) method.
UnresolvedRoutingKeyPolicy - Enum in org.axonframework.commandhandling.distributed
Set of simple RoutingStrategy implementations.
UnsupportedHandlerException - Exception in org.axonframework.messaging.annotation
Thrown when an @...Handler annotated method was found that does not conform to the rules that apply to those methods.
UnsupportedHandlerException(String, Member) - Constructor for exception org.axonframework.messaging.annotation.UnsupportedHandlerException
Initialize the exception with a message and the violatingMethod.
unwrap(Class<R>) - Method in class org.axonframework.eventhandling.MergedTrackingToken
 
unwrap(Class<R>) - Method in class org.axonframework.eventhandling.ReplayToken
 
unwrap(TrackingToken, Class<R>) - Static method in interface org.axonframework.eventhandling.WrappedToken
Unwrap the given token until a token of given tokenType is exposed.
unwrap(Class<R>) - Method in interface org.axonframework.eventhandling.WrappedToken
Retrieve a token of given tokenType if it is wrapped by this token.
unwrap(Class<H>) - Method in class org.axonframework.messaging.annotation.AnnotatedMessageHandlingMember
 
unwrap(Class<HT>) - Method in interface org.axonframework.messaging.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.annotation.WrappedMessageHandlingMember
 
unwrapIfType(Type, Class<?>...) - Static method in class org.axonframework.common.ReflectionUtils
Unwrap the given type if is wrapped by any of the given wrapperTypes.
unwrapIfTypeFuture(Type) - Method in class org.axonframework.messaging.responsetypes.AbstractResponseType
unwrapLowerBound(TrackingToken) - Static method in interface org.axonframework.eventhandling.WrappedToken
Extracts a raw token describing the current processing position of the given token.
unwrapUpperBound(TrackingToken) - Static method in interface org.axonframework.eventhandling.WrappedToken
Extracts a raw token describing the current processing position of the given token.
upcast(Stream<T>) - Method in class org.axonframework.serialization.upcasting.ContextAwareSingleEntryMultiUpcaster
 
upcast(Stream<T>) - Method in class org.axonframework.serialization.upcasting.ContextAwareSingleEntryUpcaster
 
upcast(SerializedType, Class<T>, Function<T, T>, Function<MetaData, MetaData>) - Method in class org.axonframework.serialization.upcasting.event.InitialEventRepresentation
 
upcast(SerializedType, Class<T>, Function<T, T>, Function<MetaData, MetaData>) - Method in interface org.axonframework.serialization.upcasting.event.IntermediateEventRepresentation
Upcast the serialized payload of the event (leaving other aspects of the event the same).
upcast(Stream<IntermediateEventRepresentation>) - Method in enum org.axonframework.serialization.upcasting.event.NoOpEventUpcaster
 
upcast(SerializedType, Class<S>, Function<S, S>, Function<MetaData, MetaData>) - Method in class org.axonframework.serialization.upcasting.event.UpcastedEventRepresentation
 
upcast(Stream<T>) - Method in class org.axonframework.serialization.upcasting.GenericUpcasterChain
 
upcast(Stream<T>) - Method in class org.axonframework.serialization.upcasting.SingleEntryMultiUpcaster
 
upcast(Stream<T>) - Method in class org.axonframework.serialization.upcasting.SingleEntryUpcaster
 
upcast(Stream<T>) - Method in interface org.axonframework.serialization.upcasting.Upcaster
Apply this upcaster to a stream of intermediateRepresentations and return the altered stream.
upcastAndDeserializeTrackedEvents(Stream<? extends TrackedEventData<?>>, Serializer, EventUpcaster) - Static method in class org.axonframework.eventhandling.EventUtils
Upcasts and deserializes the given eventEntryStream using the given serializer and upcasterChain.
UpcastedEventRepresentation<T> - Class in org.axonframework.serialization.upcasting.event
Implementation of an IntermediateEventRepresentation that contains upcast functions for the payload and metadata of a previous representation.
UpcastedEventRepresentation(SerializedType, IntermediateEventRepresentation, Function<T, T>, Function<MetaData, MetaData>, Class<T>, Converter) - Constructor for class org.axonframework.serialization.upcasting.event.UpcastedEventRepresentation
Initializes an UpcastedEventRepresentation from source data and given upcast functions for payload and metadata.
upcastedType() - Method in class org.axonframework.serialization.upcasting.event.EventTypeUpcaster
Retrieve the upcasted event SerializedType.
Upcaster<T> - Interface in org.axonframework.serialization.upcasting
Interface for Upcasters.
upcastPayload(SerializedType, Class<T>, Function<T, T>) - Method in interface org.axonframework.serialization.upcasting.event.IntermediateEventRepresentation
Upcast the serialized payload of the event (leaving other aspects of the event the same).
update(byte[]) - Method in class org.axonframework.common.digest.Digester
Update the Digester with given additionalData.
UpdateHandlerRegistration<U> - Class in org.axonframework.queryhandling
Result of registering an Update Handler.
UpdateHandlerRegistration(Registration, Flux<SubscriptionQueryUpdateMessage<U>>, Runnable) - Constructor for class org.axonframework.queryhandling.UpdateHandlerRegistration
Constructs a UpdateHandlerRegistration with given registration and updates.
updateLoadFactor(int) - Method in class org.axonframework.commandhandling.distributed.DistributedCommandBus
Updates the load factor of this node compared to other nodes registered with the CommandRouter.
updateMembership(int, CommandMessageFilter) - Method in interface org.axonframework.commandhandling.distributed.CommandRouter
Updates the load factor and capabilities of this member representing the current endpoint if the implementation allows memberships to be updated dynamically.
updateMessageMonitor(MessageMonitor<? super SubscriptionQueryUpdateMessage<?>>) - Method in class org.axonframework.queryhandling.SimpleQueryUpdateEmitter.Builder
Sets the MessageMonitor used to monitor SubscriptionQueryUpdateMessages being processed.
updates() - Method in class org.axonframework.queryhandling.DefaultSubscriptionQueryResult
 
updates() - Method in interface org.axonframework.queryhandling.SubscriptionQueryResult
When there is an update to the subscription query, it will be emitted to this flux.
updateToken(TrackingToken, Serializer) - Method in class org.axonframework.eventhandling.tokenstore.AbstractTokenEntry
Update this entry with the given token, serializing it using given serializer.
updateToken(TrackingToken, Serializer, Class<T>) - Method in class org.axonframework.eventhandling.tokenstore.AbstractTokenEntry
Update the token data to the given token, using given serializer to serialize it to the given contentType.
updateToken(TrackingToken, Serializer) - Method in class org.axonframework.eventhandling.tokenstore.GenericTokenEntry
 
updateToken(Connection, ResultSet, TrackingToken, String, int) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
If the given resultSet has an entry, attempts to replace the token in the entry with the given token and claim ownership.
updateToken(TrackingToken, Serializer) - Method in class org.axonframework.eventhandling.tokenstore.jpa.TokenEntry
 
upperBound(TrackingToken) - Method in class org.axonframework.eventhandling.GapAwareTrackingToken
 
upperBound(TrackingToken) - Method in class org.axonframework.eventhandling.GlobalSequenceTrackingToken
 
upperBound(TrackingToken) - Method in class org.axonframework.eventhandling.MergedTrackingToken
 
upperBound() - Method in class org.axonframework.eventhandling.MergedTrackingToken
 
upperBound(TrackingToken) - Method in class org.axonframework.eventhandling.MultiSourceTrackingToken
Compares this token to other by comparing each member token with its counterpart in the other token.
upperBound(TrackingToken) - Method in class org.axonframework.eventhandling.ReplayToken
 
upperBound() - Method in class org.axonframework.eventhandling.ReplayToken
 
upperBound(TrackingToken) - Method in class org.axonframework.eventhandling.tokenstore.ConfigToken
 
upperBound(TrackingToken) - Method in interface org.axonframework.eventhandling.TrackingToken
Returns the token that represents the furthest possible position in a stream that either this token or the given other represents.
upperBound() - Method in interface org.axonframework.eventhandling.WrappedToken
Returns the token representing the furthest position in the stream described by this token.
upperSegmentToken() - Method in class org.axonframework.eventhandling.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
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.commandhandling.distributed.AnnotationRoutingStrategy.Builder
Validate whether the fields contained in this Builder as set accordingly.
validate() - Method in class org.axonframework.commandhandling.distributed.DistributedCommandBus.Builder
Validate whether the fields contained in this Builder as set accordingly.
validate() - Method in class org.axonframework.commandhandling.distributed.MetaDataRoutingStrategy.Builder
Validate whether the fields contained in this Builder as set accordingly.
validate() - Method in class org.axonframework.commandhandling.gateway.AbstractCommandGateway.Builder
Validate whether the fields contained in this Builder as set accordingly.
validate() - Method in class org.axonframework.commandhandling.gateway.AbstractRetryScheduler.Builder
Validate the fields.
validate() - Method in class org.axonframework.commandhandling.gateway.CommandGatewayFactory.Builder
Validates whether the fields contained in this Builder are set accordingly.
validate() - Method in class org.axonframework.commandhandling.SimpleCommandBus.Builder
Validate whether the fields contained in this Builder as set accordingly.
validate() - Method in class org.axonframework.deadline.quartz.QuartzDeadlineManager.Builder
Validates whether the fields contained in this Builder are set accordingly.
validate() - Method in class org.axonframework.deadline.SimpleDeadlineManager.Builder
Validates whether the fields contained in this Builder are set accordingly.
validate() - Method in class org.axonframework.eventhandling.AbstractEventBus.Builder
Validates whether the fields contained in this Builder are set accordingly.
validate() - Method in class org.axonframework.eventhandling.AbstractEventProcessor.Builder
Validates whether the fields contained in this Builder are set accordingly.
validate() - Method in class org.axonframework.eventhandling.gateway.AbstractEventGateway.Builder
Validate whether the fields contained in this Builder as set accordingly.
validate() - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
 
validate() - Method in class org.axonframework.eventhandling.scheduling.java.SimpleEventScheduler.Builder
Validates whether the fields contained in this Builder are set accordingly.
validate() - Method in class org.axonframework.eventhandling.scheduling.quartz.QuartzEventScheduler.Builder
Validates whether the fields contained in this Builder are set accordingly.
validate() - Method in class org.axonframework.eventhandling.SimpleEventBus.Builder
Validates whether the fields contained in this Builder are set accordingly.
validate() - Method in class org.axonframework.eventhandling.SimpleEventHandlerInvoker.Builder
Validates whether the fields contained in this Builder are set accordingly.
validate() - Method in class org.axonframework.eventhandling.SubscribingEventProcessor.Builder
Validates whether the fields contained in this Builder are set accordingly.
validate() - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore.Builder
Validates whether the fields contained in this Builder are set accordingly.
validate() - Method in class org.axonframework.eventhandling.tokenstore.jpa.JpaTokenStore.Builder
Validates whether the fields contained in this Builder are set accordingly.
validate() - Method in class org.axonframework.eventhandling.TrackingEventProcessor.Builder
Validates whether the fields contained in this Builder are set accordingly.
validate() - Method in class org.axonframework.queryhandling.DefaultQueryGateway.Builder
Validates whether the fields contained in this Builder are set accordingly.
validate() - Method in class org.axonframework.queryhandling.LoggingQueryInvocationErrorHandler.Builder
Validates whether the fields contained in this Builder are set accordingly.
validate() - Method in class org.axonframework.queryhandling.SimpleQueryBus.Builder
Validate whether the fields contained in this Builder are set accordingly.
validate() - Method in class org.axonframework.queryhandling.SimpleQueryUpdateEmitter.Builder
Validates whether the fields contained in this Builder are set accordingly.
validate() - Method in class org.axonframework.serialization.AbstractXStreamSerializer.Builder
Validates whether the fields contained in this Builder are set accordingly.
validate() - Method in class org.axonframework.serialization.JavaSerializer.Builder
Deprecated.
Validates whether the fields contained in this Builder are set accordingly.
validate() - Method in class org.axonframework.serialization.json.JacksonSerializer.Builder
Validates whether the fields contained in this Builder are set accordingly.
validateMessage(Object, Validator) - Method in class org.axonframework.messaging.interceptors.BeanValidationInterceptor
Validate the given message using the given validator.
validatePositions() - Method in interface org.axonframework.eventhandling.EventTrackerStatusChangeListener
Flag dictating whether an EventTrackerStatus's positions (e.g.
valueOf(String) - Static method in enum org.axonframework.commandhandling.distributed.commandfilter.AcceptAll
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axonframework.commandhandling.distributed.commandfilter.DenyAll
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axonframework.commandhandling.distributed.UnresolvedRoutingKeyPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axonframework.common.lock.NullLockFactory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axonframework.common.transaction.NoTransactionManager
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axonframework.eventhandling.DirectEventProcessingStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axonframework.eventhandling.PropagatingErrorHandler
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axonframework.eventhandling.ReplayStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axonframework.eventhandling.TrackingEventProcessor.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axonframework.messaging.unitofwork.RollbackConfigurationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axonframework.messaging.unitofwork.UnitOfWork.Phase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axonframework.monitoring.NoOpMessageMonitor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axonframework.monitoring.NoOpMessageMonitorCallback
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.axonframework.serialization.upcasting.event.NoOpEventUpcaster
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.axonframework.commandhandling.distributed.commandfilter.AcceptAll
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.axonframework.commandhandling.distributed.commandfilter.DenyAll
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.axonframework.commandhandling.distributed.UnresolvedRoutingKeyPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.axonframework.common.lock.NullLockFactory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.axonframework.common.transaction.NoTransactionManager
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.axonframework.eventhandling.DirectEventProcessingStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.axonframework.eventhandling.PropagatingErrorHandler
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.axonframework.eventhandling.ReplayStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.axonframework.eventhandling.TrackingEventProcessor.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.axonframework.messaging.MetaData
 
values() - Static method in enum org.axonframework.messaging.unitofwork.RollbackConfigurationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.axonframework.messaging.unitofwork.UnitOfWork.Phase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.axonframework.monitoring.NoOpMessageMonitor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.axonframework.monitoring.NoOpMessageMonitorCallback
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.axonframework.serialization.upcasting.event.NoOpEventUpcaster
Returns an array containing the constants of this enum type, in the order they are declared.
version() - Method in class org.axonframework.commandhandling.distributed.ConsistentHash
Returns the version of this consistent hash instance.

W

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
 
with(Member, int, CommandMessageFilter) - Method in class org.axonframework.commandhandling.distributed.ConsistentHash
Registers the given member with given loadFactor and commandFilter if it is not already contained in the ConsistentHash.
with(String, Object) - Static method in class org.axonframework.messaging.MetaData
Creates a MetaData instances with a single entry, with the given key and given value.
withGapsTruncatedAt(long) - Method in class org.axonframework.eventhandling.GapAwareTrackingToken
Returns a copy of the current token, with gaps truncated at the given truncationPoint.
withMetaData(Map<String, ?>) - Method in interface org.axonframework.commandhandling.CommandMessage
Returns a copy of this CommandMessage with the given metaData.
withMetaData(Map<String, ?>) - Method in interface org.axonframework.commandhandling.CommandResultMessage
 
withMetaData(Map<String, ?>) - Method in class org.axonframework.commandhandling.GenericCommandMessage
 
withMetaData(Map<String, ?>) - Method in class org.axonframework.commandhandling.GenericCommandResultMessage
 
withMetaData(Map<String, ?>) - Method in interface org.axonframework.deadline.DeadlineMessage
Returns a copy of this DeadlineMessage with the given metaData.
withMetaData(Map<String, ?>) - Method in class org.axonframework.deadline.GenericDeadlineMessage
 
withMetaData(Map<String, ?>) - Method in interface org.axonframework.eventhandling.DomainEventMessage
Returns a copy of this DomainEventMessage with the given metaData.
withMetaData(Map<String, ?>) - Method in interface org.axonframework.eventhandling.EventMessage
Returns a copy of this EventMessage with the given metaData.
withMetaData(Map<String, ?>) - Method in class org.axonframework.eventhandling.GenericDomainEventMessage
 
withMetaData(Map<String, ?>) - Method in class org.axonframework.eventhandling.GenericEventMessage
 
withMetaData(Map<String, ?>) - Method in class org.axonframework.eventhandling.GenericTrackedDomainEventMessage
 
withMetaData(Map<String, ?>) - Method in class org.axonframework.eventhandling.replay.GenericResetContext
 
withMetaData(Map<String, ?>) - Method in interface org.axonframework.eventhandling.replay.ResetContext
Returns a copy of this ResetContext with the given metaData.
withMetaData(Map<String, ?>) - Method in class org.axonframework.messaging.AbstractMessage
 
withMetaData(MetaData) - Method in class org.axonframework.messaging.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.GenericMessage
 
withMetaData(Map<String, ?>) - Method in class org.axonframework.messaging.GenericResultMessage
 
withMetaData(Map<String, ?>) - Method in interface org.axonframework.messaging.Message
Returns a copy of this Message with the given metaData.
withMetaData(Map<String, ?>) - Method in class org.axonframework.messaging.responsetypes.ConvertingResponseMessage
 
withMetaData(Map<String, ?>) - Method in interface org.axonframework.messaging.ResultMessage
 
withMetaData(Map<String, ?>) - Method in class org.axonframework.queryhandling.GenericQueryMessage
 
withMetaData(Map<String, ?>) - Method in class org.axonframework.queryhandling.GenericQueryResponseMessage
 
withMetaData(Map<String, ?>) - Method in class org.axonframework.queryhandling.GenericSubscriptionQueryMessage
 
withMetaData(Map<String, ?>) - Method in class org.axonframework.queryhandling.GenericSubscriptionQueryUpdateMessage
 
withMetaData(Map<String, ?>) - Method in interface org.axonframework.queryhandling.QueryMessage
Returns a copy of this QueryMessage with the given metaData.
withMetaData(Map<String, ?>) - Method in interface org.axonframework.queryhandling.QueryResponseMessage
Returns a copy of this QueryResponseMessage with the given metaData.
withMetaData(Map<String, ?>) - Method in interface org.axonframework.queryhandling.SubscriptionQueryMessage
Returns a copy of this SubscriptionQueryMessage with the given metaData.
withMetaData(Map<String, ?>) - Method in interface org.axonframework.queryhandling.SubscriptionQueryUpdateMessage
 
withMetaData(MetaData) - Method in class org.axonframework.serialization.SerializedMessage
 
withMetaData(Map<String, ?>) - Method in class org.axonframework.serialization.SerializedMessage
 
without(Member) - Method in class org.axonframework.commandhandling.distributed.ConsistentHash
Deregisters the given member and returns a new ConsistentHash with updated memberships.
withoutKeys(Set<String>) - Method in class org.axonframework.messaging.MetaData
Returns a MetaData instance with the items with given keys removed.
withTrackingToken(TrackingToken) - Method in class org.axonframework.eventhandling.GenericTrackedDomainEventMessage
 
withTrackingToken(TrackingToken) - Method in class org.axonframework.eventhandling.GenericTrackedEventMessage
 
withTrackingToken(TrackingToken) - Method in interface org.axonframework.eventhandling.TrackedEventMessage
Creates a copy of this message with the given trackingToken to replace the one in this message.
workerExecutor(ScheduledExecutorService) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
Specifies the ScheduledExecutorService to be provided to the WorkPackages created by this PooledStreamingEventProcessor.
workerExecutor(Function<String, ScheduledExecutorService>) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
Specifies a builder to construct a ScheduledExecutorService to be provided to the WorkPackages created by this PooledStreamingEventProcessor.
workerExecutorService(ScheduledExecutorService) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
wrap(Connection, Class<I>, I, ConnectionWrapperFactory.ConnectionCloseHandler) - Static method in class org.axonframework.common.jdbc.ConnectionWrapperFactory
Wrap the given connection, creating a Proxy with an additional wrapperInterface (implemented by given wrapperHandler).
wrap(Connection, ConnectionWrapperFactory.ConnectionCloseHandler) - Static method in class org.axonframework.common.jdbc.ConnectionWrapperFactory
Wrap the given connection, creating a Proxy with an additional wrapperInterface (implemented by given wrapperHandler).
wrapEventMessageHandler(Object) - Method in class org.axonframework.eventhandling.SimpleEventHandlerInvoker.Builder
Wrap a given eventHandler in an AnnotationEventHandlerAdapter to allow this EventHandlerInvoker to correctly pass EventMessages to it.
wrapHandler(MessageHandlingMember<T>) - Method in class org.axonframework.commandhandling.MethodCommandHandlerDefinition
 
wrapHandler(MessageHandlingMember<T>) - Method in class org.axonframework.deadline.annotation.DeadlineMethodMessageHandlerDefinition
 
wrapHandler(MessageHandlingMember<T>) - Method in class org.axonframework.eventhandling.replay.ReplayAwareMessageHandlerWrapper
 
wrapHandler(MessageHandlingMember<T>) - Method in interface org.axonframework.messaging.annotation.HandlerEnhancerDefinition
Enhance the given original handler.
wrapHandler(MessageHandlingMember<T>) - Method in class org.axonframework.messaging.annotation.MessageHandlerInterceptorDefinition
 
wrapHandler(MessageHandlingMember<T>) - Method in class org.axonframework.messaging.annotation.MultiHandlerEnhancerDefinition
 
wrapHandler(MessageHandlingMember<T>) - Method in class org.axonframework.queryhandling.annotation.MethodQueryMessageHandlerDefinition
 
WrappedMessageHandlingMember<T> - Class in org.axonframework.messaging.annotation
Abstract implementation of a MessageHandlingMember that delegates to a wrapped MessageHandlingMember.
WrappedMessageHandlingMember(MessageHandlingMember<T>) - Constructor for class org.axonframework.messaging.annotation.WrappedMessageHandlingMember
Initializes the member using the given delegate.
WrappedToken - Interface in org.axonframework.eventhandling
Interface marking a token that wraps another token.
WrappedTrackerStatus - Class in org.axonframework.eventhandling
Wrapper around an EventTrackerStatus, delegating all calls to a delegate.
WrappedTrackerStatus(EventTrackerStatus) - Constructor for class org.axonframework.eventhandling.WrappedTrackerStatus
Initializes the EventTrackerStatus using the given delegate.
wrapToFireAndForget(CommandGatewayFactory.InvocationHandler<CompletableFuture<R>>) - Method in class org.axonframework.commandhandling.gateway.CommandGatewayFactory
Wrap the given delegate in an InvocationHandler that returns immediately after invoking the delegate.
wrapToReturnWithFixedTimeout(CommandGatewayFactory.InvocationHandler<CompletableFuture<R>>, long, TimeUnit) - Method in class org.axonframework.commandhandling.gateway.CommandGatewayFactory
Wraps the given delegate and waits for the result in the Future to become available, with given timeout and timeUnit.
wrapToReturnWithTimeoutInArguments(CommandGatewayFactory.InvocationHandler<CompletableFuture<R>>, int, int) - Method in class org.axonframework.commandhandling.gateway.CommandGatewayFactory
Wraps the given delegate and waits for the result in the Future to become available using given indices to resolve the parameters that provide the timeout to use.
wrapToWaitForResult(CommandGatewayFactory.InvocationHandler<CompletableFuture<R>>) - Method in class org.axonframework.commandhandling.gateway.CommandGatewayFactory
Wraps the given delegate and waits for the result in the Future to become available.
wrapUndeclaredExceptions(CommandGatewayFactory.InvocationHandler<R>, Class<?>[]) - Method in class org.axonframework.commandhandling.gateway.CommandGatewayFactory
Wraps the given delegate in an InvocationHandler that wraps exceptions not declared on the method in a CommandExecutionException.
writeReplace() - Method in class org.axonframework.serialization.SerializedMessage
Java Serialization API Method that provides a replacement to serialize, as the fields contained in this instance are not serializable themselves.

X

XomToStringConverter - Class in org.axonframework.serialization.xml
Converter that converts XOM Document instances to a String.
XomToStringConverter() - Constructor for class org.axonframework.serialization.xml.XomToStringConverter
 
xStream(XStream) - Method in class org.axonframework.serialization.AbstractXStreamSerializer.Builder
Sets the XStream used to perform the serialization of objects to XML, and vice versa.
xStream(XStream) - Method in class org.axonframework.serialization.xml.XStreamSerializer.Builder
Sets the XStream used to perform the serialization of objects to XML, and vice versa.
XStreamSerializer - Class in org.axonframework.serialization.xml
Serializer that uses XStream to serialize and deserialize arbitrary objects.
XStreamSerializer(XStreamSerializer.Builder) - Constructor for class org.axonframework.serialization.xml.XStreamSerializer
Instantiate a XStreamSerializer based on the fields contained in the XStreamSerializer.Builder.
XStreamSerializer.Builder - Class in org.axonframework.serialization.xml
Builder class to instantiate a XStreamSerializer.
A B C D E F G H I J K L M N O P Q R S T U V W X 
Skip navigation links

Copyright © 2010–2022. All rights reserved.