|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use YieldPolicy | |
|---|---|
| org.axonframework.eventhandling | Classes related to event handling and dispatching, such as Event Listeners and the Event Bus. |
| Uses of YieldPolicy in org.axonframework.eventhandling |
|---|
| Methods in org.axonframework.eventhandling that return YieldPolicy | |
|---|---|
YieldPolicy |
TransactionStatus.getYieldPolicy()
Returns the YieldPolicy applicable to the current transaction. |
static YieldPolicy |
YieldPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static YieldPolicy[] |
YieldPolicy.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.axonframework.eventhandling with parameters of type YieldPolicy | |
|---|---|
void |
TransactionStatus.setYieldPolicy(YieldPolicy yieldPolicy)
Sets the YieldPolicy for the current transaction. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||