Package | Description |
---|---|
org.axonframework.test.saga | |
org.axonframework.test.utils |
A collection of classes which may prove useful when testing Axon-based classes.
|
Modifier and Type | Method and Description |
---|---|
void |
SagaTestFixture.setCallbackBehavior(CallbackBehavior callbackBehavior) |
void |
FixtureConfiguration.setCallbackBehavior(CallbackBehavior callbackBehavior)
Sets the instance that defines the behavior of the Command Bus when a command is dispatched with a callback.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultCallbackBehavior
Default implementation of the CallbackBehavior interface.
|
Modifier and Type | Method and Description |
---|---|
void |
RecordingCommandBus.setCallbackBehavior(CallbackBehavior callbackBehavior)
Sets the instance that defines the behavior of the Command Bus when a command is dispatched with a callback.
|
Copyright © 2010–2023. All rights reserved.