Package | Description |
---|---|
org.axonframework.commandhandling |
Classes that implement the concept of command handling using explicit command objects.
|
org.axonframework.commandhandling.disruptor |
Modifier and Type | Class and Description |
---|---|
class |
RollbackOnAllExceptionsConfiguration
The default implementation of the RollbackConfiguration interface.
|
class |
RollbackOnUncheckedExceptionConfiguration
RollbackConfiguration that indicates a rollback should be triggered for all but checked exceptions.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleCommandBus.setRollbackConfiguration(RollbackConfiguration rollbackConfiguration)
Sets the RollbackConfiguration that allows you to change when the UnitOfWork is committed.
|
Modifier and Type | Method and Description |
---|---|
RollbackConfiguration |
DisruptorConfiguration.getRollbackConfiguration()
Returns the RollbackConfiguration indicating for which Exceptions the DisruptorCommandBus should perform a
rollback, and which exceptions should result in a Commit.
|
Modifier and Type | Method and Description |
---|---|
DisruptorConfiguration |
DisruptorConfiguration.setRollbackConfiguration(RollbackConfiguration rollbackConfiguration)
Sets the rollback configuration for the DisruptorCommandBus to use.
|
Constructor and Description |
---|
EventPublisher(EventStore eventStore,
EventBus eventBus,
Executor executor,
TransactionManager transactionManager,
RollbackConfiguration rollbackConfiguration,
int segmentId)
Initializes the EventPublisher to publish Events to the given
eventStore and eventBus
for aggregate of given aggregateType . |
Copyright © 2010-2014. All Rights Reserved.