rabbitmq-kotlin
rabbitmq-kotlin copied to clipboard
Wrap RabbitMQ client methods
Write Kotlin-style wrappers for rabbitmq-client methods
@asm0dey what do you think about it?
Generally speaking I like this idea. But also I understand that abstractions should not leak. Design of wrappers should be as transparent as possible and all the methods of underlying RabbitMQ libs/classes should be available to end-user (aka developer).
Also I'm strongly unsure about good-first-issue label: this task needs extensive description, which is absent currently.