Uses of Package
org.axonframework.commandhandling.gateway

Packages that use org.axonframework.commandhandling.gateway
org.axonframework.commandhandling.gateway   
org.axonframework.quickstart   
org.axonframework.quickstart.saga   
 

Classes in org.axonframework.commandhandling.gateway used by org.axonframework.commandhandling.gateway
AbstractCommandGateway
          Abstract implementation of a CommandGateway, which handles the dispatch interceptors and retrying on failure.
CommandGateway
          Interface towards the Command Handling components of an application.
GatewayProxyFactory
          Factory that creates Gateway implementations from custom interface definitions.
GatewayProxyFactory.InvocationHandler
          Interface towards the mechanism that handles a method call on a gateway interface method.
RetryScheduler
          Interface towards a mechanism that decides whether to schedule a command for execution when a previous attempts resulted in an exception.
 

Classes in org.axonframework.commandhandling.gateway used by org.axonframework.quickstart
CommandGateway
          Interface towards the Command Handling components of an application.
 

Classes in org.axonframework.commandhandling.gateway used by org.axonframework.quickstart.saga
CommandGateway
          Interface towards the Command Handling components of an application.
 



Copyright © 2010-2016. All Rights Reserved.