rabbitmq/rabbitmq-objc-client

Customisable consumer hooks

camelpunch opened this issue · 0 comments

Like Bunny et al, a developer should be able to add hooks around a consumer's lifecycle. This could be via inheritance, by passing an object that conforms to a protocol, or through multiple blocks etc.