Uses of Interface
org.axonframework.test.utils.CallbackBehavior

Packages that use CallbackBehavior
org.axonframework.test.saga   
org.axonframework.test.utils 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 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.
 void AnnotatedSagaTestFixture.setCallbackBehavior(CallbackBehavior callbackBehavior)
           
 

Uses of CallbackBehavior in org.axonframework.test.utils
 

Classes in org.axonframework.test.utils that implement CallbackBehavior
 class DefaultCallbackBehavior
          Default implementation of the CallbackBehavior interface.
 

Methods in org.axonframework.test.utils with parameters of type CallbackBehavior
 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-2016. All Rights Reserved.