-
- All Implemented Interfaces:
-
org.enodeframework.infrastructure.MethodInvocation,org.enodeframework.infrastructure.ObjectProxy
public interface CommandHandlerProxy implements ObjectProxy, MethodInvocation
-
-
Method Summary
Modifier and Type Method Description abstract UnithandleAsync(CommandContext context, CommandMessage<?> command)Handle the given application command async. -
-
Method Detail
-
handleAsync
abstract Unit handleAsync(CommandContext context, CommandMessage<?> command)
Handle the given application command async. deal with aggregate in memory
-
-
-
-