Uses of Interface
io.serialized.client.aggregate.Command
| Package | Description |
|---|---|
| io.serialized.client.aggregate |
-
Uses of Command in io.serialized.client.aggregate
Methods in io.serialized.client.aggregate with parameters of type Command Modifier and Type Method Description AAggregateFactory. fromCommands(Command<A>... commands)Builds an aggregate root instance from a number of commands, useful for scenario testing.Method parameters in io.serialized.client.aggregate with type arguments of type Command Modifier and Type Method Description AAggregateFactory. fromCommands(List<Command<A>> commands)