rabbitmq-kotlin icon indicating copy to clipboard operation
rabbitmq-kotlin copied to clipboard

Wrap RabbitMQ client methods

Open viartemev opened this issue 6 years ago • 3 comments

Write Kotlin-style wrappers for rabbitmq-client methods

viartemev avatar Mar 12 '19 18:03 viartemev

@asm0dey what do you think about it?

viartemev avatar Mar 19 '19 08:03 viartemev

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).

asm0dey avatar Mar 19 '19 11:03 asm0dey

Also I'm strongly unsure about good-first-issue label: this task needs extensive description, which is absent currently.

asm0dey avatar Mar 19 '19 11:03 asm0dey