- 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
-
- AbstractCommandGateway.Builder - Class in org.axonframework.commandhandling.gateway
-
- 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
-
- AbstractEventBus.Builder - Class in org.axonframework.eventhandling
-
- 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
-
- AbstractEventGateway.Builder - Class in org.axonframework.eventhandling.gateway
-
- AbstractEventProcessor - Class in org.axonframework.eventhandling
-
- AbstractEventProcessor(AbstractEventProcessor.Builder) - Constructor for class org.axonframework.eventhandling.AbstractEventProcessor
-
- AbstractEventProcessor.Builder - Class in org.axonframework.eventhandling
-
- 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
-
- AbstractRetryScheduler(AbstractRetryScheduler.Builder) - Constructor for class org.axonframework.commandhandling.gateway.AbstractRetryScheduler
-
- AbstractRetryScheduler.Builder<B extends AbstractRetryScheduler.Builder> - Class in org.axonframework.commandhandling.gateway
-
- 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
-
- AbstractXStreamSerializer.Builder - Class in org.axonframework.serialization
-
- AcceptAll - Enum in org.axonframework.commandhandling.distributed.commandfilter
-
- 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
-
- 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
-
- AddedTrackerStatus(EventTrackerStatus) - Constructor for class org.axonframework.eventhandling.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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- AnnotationRoutingStrategy() - Constructor for class org.axonframework.commandhandling.distributed.AnnotationRoutingStrategy
-
- AnnotationRoutingStrategy(Class<? extends Annotation>) - Constructor for class org.axonframework.commandhandling.distributed.AnnotationRoutingStrategy
-
- AnnotationRoutingStrategy(UnresolvedRoutingKeyPolicy) - Constructor for class org.axonframework.commandhandling.distributed.AnnotationRoutingStrategy
-
- AnnotationRoutingStrategy(Class<? extends Annotation>, UnresolvedRoutingKeyPolicy) - Constructor for class org.axonframework.commandhandling.distributed.AnnotationRoutingStrategy
-
- AnnotationRoutingStrategy.Builder - Class in org.axonframework.commandhandling.distributed
-
- 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
-
- 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
-
- asCommandResultMessage(Object) - Static method in class org.axonframework.commandhandling.GenericCommandResultMessage
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- asUpdateMessage(Object) - Static method in class org.axonframework.queryhandling.GenericSubscriptionQueryUpdateMessage
-
- asUpdateMessage(Class<T>, Throwable) - Static method in class org.axonframework.queryhandling.GenericSubscriptionQueryUpdateMessage
-
- 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
-
- AsynchronousCommandBus.Builder - Class in org.axonframework.commandhandling
-
- AsynchronousEventProcessingStrategy - Class in org.axonframework.eventhandling.async
-
- 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.
- 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
-
- 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
-
- 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
-
- commandBus(CommandBus) - Method in class org.axonframework.commandhandling.gateway.CommandGatewayFactory.Builder
-
- 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
-
- CommandGatewayFactory.Builder - Class in org.axonframework.commandhandling.gateway
-
- 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
-
- CommandNameFilter(String) - Constructor for class org.axonframework.commandhandling.distributed.commandfilter.CommandNameFilter
-
- CommandResultMessage<R> - Interface in org.axonframework.commandhandling
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- coordinatorExecutor(Function<String, ScheduledExecutorService>) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- DeadlineMethodMessageHandlerDefinition - Class in org.axonframework.deadline.annotation
-
- DeadlineMethodMessageHandlerDefinition() - Constructor for class org.axonframework.deadline.annotation.DeadlineMethodMessageHandlerDefinition
-
- deadlineScope(Serializer, JobDataMap) - Static method in class org.axonframework.deadline.quartz.DeadlineJob.DeadlineJobDataBinder
-
- 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
-
- defaultCommandCallback(CommandCallback<Object, Object>) - Method in class org.axonframework.commandhandling.SimpleCommandBus.Builder
-
- DefaultCommandGateway - Class in org.axonframework.commandhandling.gateway
-
Default implementation of the CommandGateway interface.
- DefaultCommandGateway(DefaultCommandGateway.Builder) - Constructor for class org.axonframework.commandhandling.gateway.DefaultCommandGateway
-
- DefaultCommandGateway.Builder - Class in org.axonframework.commandhandling.gateway
-
- DefaultEventGateway - Class in org.axonframework.eventhandling.gateway
-
Default implementation of the EventGateway interface.
- DefaultEventGateway(DefaultEventGateway.Builder) - Constructor for class org.axonframework.eventhandling.gateway.DefaultEventGateway
-
- DefaultEventGateway.Builder - Class in org.axonframework.eventhandling.gateway
-
- 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
-
- DefaultQueryGateway.Builder - Class in org.axonframework.queryhandling
-
- defaultSerializer() - Static method in class org.axonframework.serialization.json.JacksonSerializer
-
- defaultSerializer() - Static method in class org.axonframework.serialization.xml.XStreamSerializer
-
- defaultStrategy() - Static method in class org.axonframework.commandhandling.distributed.AnnotationRoutingStrategy
-
- DefaultSubscriptionQueryResult<I,U> - Class in org.axonframework.queryhandling
-
- 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
-
- DenyCommandNameFilter(Set<String>) - Constructor for class org.axonframework.commandhandling.distributed.commandfilter.DenyCommandNameFilter
-
- DenyCommandNameFilter(String) - Constructor for class org.axonframework.commandhandling.distributed.commandfilter.DenyCommandNameFilter
-
- 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
-
- 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
-
- DirectEventJobDataBinder(Serializer) - Constructor for class org.axonframework.eventhandling.scheduling.quartz.QuartzEventScheduler.DirectEventJobDataBinder
-
- 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
-
- dispatchInterceptors(List<MessageDispatchInterceptor<? super CommandMessage<?>>>) - Method in class org.axonframework.commandhandling.gateway.CommandGatewayFactory.Builder
-
- 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
-
- DistributedCommandBus.Builder - Class in org.axonframework.commandhandling.distributed
-
- 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
-
- 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
-
- 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.
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- EVENT_KEY - Static variable in class org.axonframework.eventhandling.scheduling.quartz.QuartzEventScheduler.DirectEventJobDataBinder
-
- 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
-
- 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
-
- eventHandlers(List<?>) - Method in class org.axonframework.eventhandling.SimpleEventHandlerInvoker.Builder
-
- 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
-
- EventTrackerStatusChangeListener - Interface in org.axonframework.eventhandling
-
- EventTypeUpcaster - Class in org.axonframework.serialization.upcasting.event
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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).
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- GenericResetContext(T) - Constructor for class org.axonframework.eventhandling.replay.GenericResetContext
-
- GenericResetContext(T, Map<String, ?>) - Constructor for class org.axonframework.eventhandling.replay.GenericResetContext
-
- GenericResetContext(Message<T>) - Constructor for class org.axonframework.eventhandling.replay.GenericResetContext
-
- GenericResultMessage<R> - Class in org.axonframework.messaging
-
- 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
-
- 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
-
- GenericSubscriptionQueryUpdateMessage(U) - Constructor for class org.axonframework.queryhandling.GenericSubscriptionQueryUpdateMessage
-
- GenericSubscriptionQueryUpdateMessage(Class<U>, U) - Constructor for class org.axonframework.queryhandling.GenericSubscriptionQueryUpdateMessage
-
- GenericSubscriptionQueryUpdateMessage(Class<U>, U, Map<String, ?>) - Constructor for class org.axonframework.queryhandling.GenericSubscriptionQueryUpdateMessage
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- ifShuttingDown(Supplier<RuntimeException>) - Method in class org.axonframework.lifecycle.ShutdownLatch
-
- 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
-
- InitialEventRepresentation(EventData<?>, Serializer) - Constructor for class org.axonframework.serialization.upcasting.event.InitialEventRepresentation
-
- initialize() - Method in class org.axonframework.lifecycle.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
-
- initiateShutdown() - Method in interface org.axonframework.commandhandling.distributed.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
-
- 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
-
- 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
-
- 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
-
- IntervalRetryScheduler.Builder - Class in org.axonframework.commandhandling.gateway
-
- 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
-
- 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
-
- isDifferent(EventTrackerStatus, boolean) - Method in interface org.axonframework.eventhandling.EventTrackerStatus
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- messageMonitor(MessageMonitor<? super EventMessage<?>>) - Method in class org.axonframework.eventhandling.AbstractEventBus.Builder
-
- messageMonitor(MessageMonitor<? super EventMessage<?>>) - Method in class org.axonframework.eventhandling.AbstractEventProcessor.Builder
-
- 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
-
- 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
-
- MessageOriginProvider(String, String) - Constructor for class org.axonframework.messaging.correlation.MessageOriginProvider
-
- 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
-
- MetaDataRoutingStrategy(String) - Constructor for class org.axonframework.commandhandling.distributed.MetaDataRoutingStrategy
-
- MetaDataRoutingStrategy(String, UnresolvedRoutingKeyPolicy) - Constructor for class org.axonframework.commandhandling.distributed.MetaDataRoutingStrategy
-
- MetaDataRoutingStrategy.Builder - Class in org.axonframework.commandhandling.distributed
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- RemovedTrackerStatus(EventTrackerStatus) - Constructor for class org.axonframework.eventhandling.RemovedTrackerStatus
-
- ReplayAwareMessageHandlerWrapper - Class in org.axonframework.eventhandling.replay
-
- ReplayAwareMessageHandlerWrapper() - Constructor for class org.axonframework.eventhandling.replay.ReplayAwareMessageHandlerWrapper
-
- ReplayParameterResolverFactory - Class in org.axonframework.eventhandling.replay
-
- 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
-
- 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
-
- 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
-
- rollback(Throwable) - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
-
- rollbackConfiguration(RollbackConfiguration) - Method in class org.axonframework.commandhandling.AsynchronousCommandBus.Builder
-
- rollbackConfiguration(RollbackConfiguration) - Method in class org.axonframework.commandhandling.SimpleCommandBus.Builder
-
- rollbackConfiguration(RollbackConfiguration) - Method in class org.axonframework.eventhandling.AbstractEventProcessor.Builder
-
- rollbackConfiguration(RollbackConfiguration) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
-
- rollbackConfiguration(RollbackConfiguration) - Method in class org.axonframework.eventhandling.SubscribingEventProcessor.Builder
-
- rollbackConfiguration(RollbackConfiguration) - Method in class org.axonframework.eventhandling.TrackingEventProcessor.Builder
-
- 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.
- 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
-
- scheduledExecutorService(ScheduledExecutorService) - Method in class org.axonframework.eventhandling.scheduling.java.SimpleEventScheduler.Builder
-
- 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
-
- 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
-
- ScopeAware - Interface in org.axonframework.messaging
-
Interface describing components which are
Scope aware.
- scopeAwareProvider(ScopeAwareProvider) - Method in class org.axonframework.deadline.quartz.QuartzDeadlineManager.Builder
-
- scopeAwareProvider(ScopeAwareProvider) - Method in class org.axonframework.deadline.SimpleDeadlineManager.Builder
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- SERIALIZED_DEADLINE_MESSAGE_CLASS_NAME - Static variable in class org.axonframework.deadline.quartz.DeadlineJob.DeadlineJobDataBinder
-
- SERIALIZED_DEADLINE_SCOPE - Static variable in class org.axonframework.deadline.quartz.DeadlineJob.DeadlineJobDataBinder
-
- 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
-
- serializer(Serializer) - Method in class org.axonframework.eventhandling.scheduling.quartz.QuartzEventScheduler.Builder
-
- serializer(Serializer) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore.Builder
-
- 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
-
- 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
-
- 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
-
- signature() - Method in interface org.axonframework.messaging.annotation.MessageHandlingMember
-
Returns the signature of the member.
- silentOverride() - Static method in class org.axonframework.commandhandling.DuplicateCommandHandlerResolution
-
- 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
-
- SimpleCommandBus.Builder - Class in org.axonframework.commandhandling
-
- 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
-
- SimpleDeadlineManager(SimpleDeadlineManager.Builder) - Constructor for class org.axonframework.deadline.SimpleDeadlineManager
-
- SimpleDeadlineManager.Builder - Class in org.axonframework.deadline
-
- 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
-
- SimpleEventBus.Builder - Class in org.axonframework.eventhandling
-
- SimpleEventHandlerInvoker - Class in org.axonframework.eventhandling
-
- SimpleEventHandlerInvoker(SimpleEventHandlerInvoker.Builder) - Constructor for class org.axonframework.eventhandling.SimpleEventHandlerInvoker
-
- SimpleEventHandlerInvoker.Builder - Class in org.axonframework.eventhandling
-
- 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
-
- SimpleEventScheduler.Builder - Class in org.axonframework.eventhandling.scheduling.java
-
- 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
-
- 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
-
- SimpleQueryBus.Builder - Class in org.axonframework.queryhandling
-
- 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
-
- SimpleQueryUpdateEmitter.Builder - Class in org.axonframework.queryhandling
-
- SimpleResourceParameterResolverFactory - Class in org.axonframework.messaging.annotation
-
- 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
-
- split() - Method in class org.axonframework.eventhandling.Segment
-
- 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
-
- 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
-
- 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
-
- subscribe(String, Type, MessageHandler<? super QueryMessage<?, R>>) - Method in class org.axonframework.queryhandling.SimpleQueryBus
-
- SubscribingEventProcessor - Class in org.axonframework.eventhandling
-
- SubscribingEventProcessor(SubscribingEventProcessor.Builder) - Constructor for class org.axonframework.eventhandling.SubscribingEventProcessor
-
- SubscribingEventProcessor.Builder - Class in org.axonframework.eventhandling
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.