Uses of Interface
org.axonframework.test.util.CallbackBehavior
Packages that use CallbackBehavior
-
Uses of CallbackBehavior in org.axonframework.test.util
Classes in org.axonframework.test.util that implement CallbackBehaviorModifier and TypeClassDescriptionclassDefault implementation of the CallbackBehavior interface.Methods in org.axonframework.test.util 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.