Uses of Interface
org.axonframework.test.utils.CallbackBehavior
Packages that use CallbackBehavior
Package
Description
A collection of classes which may prove useful when testing Axon-based classes.
-
Uses of CallbackBehavior in org.axonframework.test.saga
Methods in org.axonframework.test.saga with parameters of type CallbackBehaviorModifier and TypeMethodDescriptionvoidFixtureConfiguration.setCallbackBehavior(CallbackBehavior callbackBehavior) Sets the instance that defines the behavior of the Command Bus when a command is dispatched with a callback.voidSagaTestFixture.setCallbackBehavior(CallbackBehavior callbackBehavior) -
Uses of CallbackBehavior in org.axonframework.test.utils
Classes in org.axonframework.test.utils that implement CallbackBehaviorModifier and TypeClassDescriptionclassDefault implementation of the CallbackBehavior interface.Methods in org.axonframework.test.utils with parameters of type CallbackBehaviorModifier and TypeMethodDescriptionvoidRecordingCommandBus.setCallbackBehavior(CallbackBehavior callbackBehavior) Sets the instance that defines the behavior of the Command Bus when a command is dispatched with a callback.