|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
AggregateIdentifier.EventHandler annotation.#AbstractEventSourcedAggregateRoot(org.axonframework.domain.AggregateIdentifier)
EventHandler annotation.interface that delegates incoming events to @SagaEventHandler annotated methods.AbstractEventSourcedAggregateRoot.AbstractEventSourcedAggregateRoot(org.axonframework.domain.AggregateIdentifier). Will be
removed in next release.
annotationType is used to annotate the Event
Handler methods.
target object that has handler method annotated with
given annotationType.
Repository that takes care of the dispatching of events when an aggregate is
persisted.eventBus and sagaRepository.
Snapshotter that uses a task executor to
creates snapshots.aggregate to the repository.
aggregate to the repository.
associationValue and sagaIdentifier.
AggregateNotFoundException that indicates that historic
information of an aggregate was found, but the aggregate has been deleted.message
message
message and cause
aggregate.
GenericSagaFactory.
GenericSagaFactory.
@CommandHandler annotated bean into a CommandHandler implementation.target which is to be subscribed with the given
commandBus.
CommandHandler annotated methods.target
EventHandler annotated methods into an EventListener.annotatedEventListener.
annotatedEventListener.
EventHandler
annotated methods.bean.
stream to the event store.
stream to the event store.
stream to the event store.
snapshotEvent to the snapshot event log for the given type type.
snapshotEvent to the snapshot event log for the given type type.
source.
key and value.
sagaIdentifier and
associationValue.
eventListener using the given
executor and transactionManager.
eventListener using the given
executor.
command.
message.
message and cause.
message.
message and cause.
message.
message and cause.
message.
message and cause.
EventSourcedAggregateRoot.aggregateType, using the
default locking strategy (optimistic locking).
saga to the registered repository.
context.
message.
message and cause.
message.
message and cause.
message.
message and cause.
key has been associated with a value (which includes
null).
sagaType.
typeIdentifier of which passed events are
available in the given eventStream.
UnitOfWorkFactory implementation that creates instances of the DefaultUnitOfWork.serializedEvents.
serializedEvents.
serializedSaga.
command to the CommandHandler subscribed to that type of command.
command to the CommandHandler subscribed to that type of command.
event, to be serialized using the given
serializer.
LockingRepository.doSaveWithLock(org.axonframework.domain.AggregateRoot)
to perform actual storage.
AuditDataProvider that provides no information (empty map).SagaEventHandler method indicates the end of a
Saga instance's lifecycle.eventBus element from the Axon
namespace.aggregateIdentifier of
given type.
message and cause.
eventListener using the given executor.
eventListener using the given executor.
DomainEventStream.message.
message and cause
message.
identifier of given
type.
message and cause.
command immediately in the current thread.
command immediately in the current thread.
event.
field accessible for reflection.
Iterable of all the fields declared on the given class and its super classes.
EventStore that serializes objects using XStream and
writes them to files to disk.eventStore element form the
Axon namespace.expectedType contained in the given collection.
type that have been associated with the given
associationValue.
instance that are assignable to
the given type.
parameterType.
event needs to be routed to.
associationValue.
aggregateType.
EventSourcedAggregateRoot.aggregateType, using the
default locking strategy (optimistic locking).
aggregateType, using the given
lockingStrategy.
aggregateType.
aggregateType with an additional
lockingStrategy.
charset.
charset and xStream instance.
key.
sagaIdentifier, or null if none was found.
field in the given object.
key.
key.
event.
event.
event.
event.
null if the aggregate is newly created.
null if the aggregate is newly created.
null if the aggregate is newly created.
XStream instance, that does the actual
serialization.
XStream instance, that does the actual
serialization.
command.
command.
EventHandler annotated handler with the
provided event.
EventHandler annotated handler with the
provided event.
true if the stream has more events, meaning that a call to next() will not
result in an exception.
true if the stream has more events, meaning that a call to next() will not
result in an exception.
GenericEventSourcingRepository.message and cause.
message.
bean.
bean.
DomainEventStream.
DomainEventStream.
saga.
DirectExecutor.INSTANCE instead.
event
annotationClass on the target for the given
event.
annotationClass on the target for the given
event and an optional secondHandlerParameter.
exception represents a duplicate key violation.
targetClass should be post processed.
expression is true.
XStreamEventSerializer, which serializes
events as XML.
EventSerializer.
eventStore element form the Axon
namespace.JavaSagaSerializer.
aggregateIdentifier, expecting the version of the aggregate
to be equal to the given expectedVersion.
aggregateIdentifier, expecting the version of the aggregate
to be equal to the given expectedVersion.
aggregateIdentifier, expecting the version of the aggregate
to be equal to the given expectedVersion.
lockingStrategy.
loggerName.
method accessible for reflection.
Iterable of all the methods declared on the given class and its super classes.
EventStore based on a MongoDB instance or replica set.MongoOptions instance.Mongo connection provided by the java driver.
timestamp and eventIdentifier as initial
values.
message.
type and
sagaIdentifier could not be found.
UnitOfWorkListener.afterCommit() notification to all registered listeners.
UnitOfWorkListener.onCleanup() notification to all registered
listeners.
UnitOfWorkListener.onPrepareCommit(java.util.Set, java.util.List)
notification to all registered listeners.
UnitOfWorkListener.onRollback(Throwable) notification to all registered listeners.
value is not null.
AuditLogger that does nothing.aggregateIdentifier and of given type.
aggregateIdentifier and of given type.
aggregateIdentifier and of given type.
aggregateIdentifier and of given type.
Event Listeners and the Event Bus.event on the given eventBus.
saga in this cache, if no saga with the same identifier already exists.
mBean as an MBean with the default MBeanServer.
associationValue and sagaIdentifier.
sagaIdentifier.
repository element from the Axon
namespace.appliedChanges and committedChanges for any conflicting
changes.
appliedChanges and committedChanges for any conflicting
changes.
context.
saga.
message.
message and cause.
event for publication at the given triggerDateTime.
event for publication after the given triggerDuration.
event for publication.
ApplicationEvent that contains the timestamp of the moment the event is
scheduled for publication.duration.
timestamp.
typeIdentifier and
aggregateIdentifier.
message.
message and cause.
message.
message and cause.
events into a byte[].
events into a byte[].
saga to a byte array.
object and write the bytes to the given outputStream.
AsynchronousEventListener annotation.
transactionManager to use to manage transactions.
EntityManager.flush() after each data modifying
operation on the backing storage.
commandBus element from the
Axon namespace.DomainEvents and aggregate
identifier.
EventBus that directly forwards all published events (in the callers' thread) to all
subscribed listeners.baseDir.
EventScheduler implementation that uses Java's ScheduledExecutorService as scheduling and triggering
mechanism.executorService as trigger and execution
mechanism, and publishes events to the given eventBus.
aggregateIdentifier of
given type.
Event Stream Decorators that have the
intent to trigger snapshots.AggregateSnapshotter that eases the configuration when
used within a Spring Application Context.PlatformTransactionManager to manage transactions around command
handling.PlatformTransactionManager as
underlying transaction manager.properties and use the dataSource
to automatically retrieve the database product name.
SagaEventHandler method can trigger the
creation of a new Saga instance.context.
state is true.
associationValue, which has been associated with given sagaIdentifier.
identifier.
handler to commands of type commandType.
handler to commands of type commandType.
eventListener to this bus.
eventListener to this bus.
sagaType.
sagaType.
synchronized
keyword. This class will be removed in the next release.source, and without an explicit cause.
source and cause.
AggregateIdentifier.asString().
CommandHandlerInterceptor that starts a
transaction and binds a UnitOfWork to the current thread.message and cause.
UnitOfWorkFactory interface is used to obtain UnitOfWork instances to manage activity in command
handling processes.UnitOfWorkListener that provides empty implementation of all methods declared
in UnitOfWorkListener.handler to commands of type commandType.
handler to commands of type commandType.
eventListener to this bus.
eventListener to this bus.
EventHandler annotated method was found that does
not conform to the rules that apply to those methods.message and the violatingMethod.
EventSequencingPolicy could not be
initialized.message and cause.
event to make it parsable by the EventSerializer.
AbstractJpaAggregateRoot.getLastEventSequenceNumber() to the sequence number of the
last uncommitted event.
saga instance.
UUID-formatted identifier.
EventVisitor.doWithEvent(org.axonframework.domain.DomainEvent)
for each event found.
xStream instance.
charset and xStream instance.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||