Villemos / hbird-business

The business tier of the Open Ground Segment; Hummingbird
www.hbird.de
Apache License 2.0
2 stars 2 forks source link

Simplify Command constructors #37

Open laurikimmel opened 11 years ago

laurikimmel commented 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.

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.