Open laurikimmel opened 11 years ago
Commands have short lifetime in the system. There is ID argument in some (possible in all) Command subclass constructors. It's not convinient to use.
Command
Create default constructor for Command class which automatically generates random UUID as Command ID.
Keep the possibility to set the ID in case random UUID is not good enough.
Commands have short lifetime in the system. There is ID argument in some (possible in all)
Command
subclass constructors. It's not convinient to use.Create default constructor for
Command
class which automatically generates random UUID asCommand
ID.Keep the possibility to set the ID in case random UUID is not good enough.