Package org.axonframework.messaging.commandhandling.gateway
package org.axonframework.messaging.commandhandling.gateway
-
ClassDescriptionComponent that dispatches commands to a
CommandGatewayin a predefinedcontext.Interface towards the Command Handling components of an application.Interface describing the result from command handling.ACommandGatewayimplementation that wraps theCommandResultof the delegate into a result that can convert the payload of the result using a providedMessageConverter.Default implementation of theCommandGatewayinterface.ACommandResultthat wraps a completable future providing theMessagethat represents the result.