rabbitmq / rabbitmq-objc-client

RabbitMQ client for Objective-C and Swift
https://rabbitmq.com
Other
241 stars 85 forks source link

Customisable consumer hooks #71

Closed camelpunch closed 8 years ago

camelpunch commented 8 years ago

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.