Closed
Description
There's starting to be a need to set common things for a command registrations so it makes sense to create a supplier bean Supplier<CommandRegistration.Builder>
for instance of a builder which could then get customized via CommandRegistrationCustomizer
beans which takes instance of a builder.