Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.axonframework.commandhandling.gateway Classes and Interfaces - 10 results found.
NameDescriptionTypePackageFramework
AbstractCommandGatewayAbstract implementation of a CommandGateway, which handles the dispatch interceptors and retrying on failure.Classorg.axonframework.commandhandling.gatewayAxon
CommandGatewayInterface towards the Command Handling components of an application.Interfaceorg.axonframework.commandhandling.gatewayAxon
CommandGatewayFactoryBeanFactoryBean that creates a gateway instance for any given (compatible) interface.Classorg.axonframework.commandhandling.gatewayAxon
DefaultCommandGatewayDefault implementation of the CommandGateway interface.Classorg.axonframework.commandhandling.gatewayAxon
GatewayProxyFactoryFactory that creates Gateway implementations from custom interface definitions.Classorg.axonframework.commandhandling.gatewayAxon
GatewayProxyFactory .InvocationHandlerInterfaceorg.axonframework.commandhandling.gateway.GatewayProxyFactoryAxon
IntervalRetrySchedulerRetryScheduler implementation that retries commands at regular intervals when they fail because of an exception that is not explicitly non-transient.Classorg.axonframework.commandhandling.gatewayAxon
RetryingCallbackCallback implementation that will invoke a retry scheduler if a command results in a runtime exception.Classorg.axonframework.commandhandling.gatewayAxon
RetrySchedulerInterface towards a mechanism that decides whether to schedule a command for execution when a previous attempts resulted in an exception.Interfaceorg.axonframework.commandhandling.gatewayAxon
TimeoutClass or method level annotation that indicates the calling thread should not wait longer than the provided timeout for the results of a command.Classorg.axonframework.commandhandling.gatewayAxon