grabbit
grabbit copied to clipboard
Cleanup bus builder interface
the gbus.Builder interface has some methods that are not in use nor will be. need to delete them from the interface
We can simplify the developer experience in building a bus if we make the bus use confirms by default and removing the need to call WithConfirms and in addition replace builder fluent interface with a function accepting a settings object.