Package | Description |
---|---|
org.axonframework.disruptor.commandhandling | |
org.axonframework.messaging.unitofwork |
Modifier and Type | Class and Description |
---|---|
class |
CommandHandlingEntry
DataHolder for the DisruptorCommandBus.
|
class |
DisruptorUnitOfWork<T extends Message<?>>
Specialized UnitOfWork instance for the
DisruptorCommandBus . |
Modifier and Type | Class and Description |
---|---|
class |
BatchingUnitOfWork<T extends Message<?>>
Unit of Work implementation that is able to process a batch of Messages instead of just a single Message.
|
class |
DefaultUnitOfWork<T extends Message<?>>
Implementation of the UnitOfWork that processes a single message.
|
Copyright © 2010–2023. All rights reserved.