| Package | Description | 
|---|---|
| org.axonframework.disruptor.commandhandling | |
| org.axonframework.messaging.unitofwork | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | DisruptorUnitOfWork. addHandler(UnitOfWork.Phase phase,
          Consumer<UnitOfWork<T>> handler) | 
| protected void | DisruptorUnitOfWork. notifyHandlers(UnitOfWork.Phase phase) | 
| Modifier and Type | Method and Description | 
|---|---|
| UnitOfWork.Phase | AbstractUnitOfWork. phase() | 
| UnitOfWork.Phase | UnitOfWork. phase()Returns the current phase of the Unit of Work. | 
| static UnitOfWork.Phase | UnitOfWork.Phase. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static UnitOfWork.Phase[] | UnitOfWork.Phase. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract void | AbstractUnitOfWork. addHandler(UnitOfWork.Phase phase,
          Consumer<UnitOfWork<T>> handler)Register the given  handlerwith the Unit of Work. | 
| protected void | DefaultUnitOfWork. addHandler(UnitOfWork.Phase phase,
          Consumer<UnitOfWork<T>> handler) | 
| void | MessageProcessingContext. addHandler(UnitOfWork.Phase phase,
          Consumer<UnitOfWork<T>> handler)Adds a handler to the collection. | 
| protected void | BatchingUnitOfWork. addHandler(UnitOfWork.Phase phase,
          Consumer<UnitOfWork<T>> handler) | 
| protected void | AbstractUnitOfWork. changePhase(UnitOfWork.Phase... phases)Ask the unit of work to transition to the given  phasessequentially. | 
| boolean | UnitOfWork.Phase. isAfter(UnitOfWork.Phase phase)Check if this Phase comes after given other  phase. | 
| boolean | UnitOfWork.Phase. isBefore(UnitOfWork.Phase phase)Check if this Phase comes before given other  phase. | 
| protected abstract void | AbstractUnitOfWork. notifyHandlers(UnitOfWork.Phase phase)Notify the handlers attached to the given  phase. | 
| protected void | DefaultUnitOfWork. notifyHandlers(UnitOfWork.Phase phase) | 
| protected void | BatchingUnitOfWork. notifyHandlers(UnitOfWork.Phase phase) | 
| void | MessageProcessingContext. notifyHandlers(UnitOfWork<T> unitOfWork,
              UnitOfWork.Phase phase)Invoke the handlers in this collection attached to the given  phase. | 
| protected void | AbstractUnitOfWork. setPhase(UnitOfWork.Phase phase)Overwrite the current phase with the given  phase. | 
Copyright © 2010–2020. All rights reserved.