File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 33This is an extra module with some optional functionality dependent on [ Cactus] ( https://github.com/avast/cactus ) (library for converting
44between GPBs and Scala case classes).
55``` groovy
6- compile 'com.avast.clients:rabbitmq-client-extras-cactus_$scalaVersion:x.x.x'
6+ compile 'com.avast.clients.rabbitmq :rabbitmq-client-extras-cactus_$scalaVersion:x.x.x'
77```
88
99## GpbDeliveryConverter
@@ -15,4 +15,4 @@ The suitability of the converter for concrete message is decided based on Conten
1515` application/x-protobuf ` are supported.
1616
1717See [ Providing converters] ( ../README.md#providing-converters-for-producer/consumer ) and [ MultiFormatConsumer] ( ../README.md#multiformatconsumer )
18- description for usage.
18+ description for usage.
Original file line number Diff line number Diff line change 33This is an extra module with some optional functionality dependent on [ Circe] ( https://github.com/circe/circe ) (library for decoding JSON into
44Scala case classes).
55``` groovy
6- compile 'com.avast.clients:rabbitmq-client-extras-circe_$scalaVersion:x.x.x'
6+ compile 'com.avast.clients.rabbitmq :rabbitmq-client-extras-circe_$scalaVersion:x.x.x'
77```
88
99## JsonDeliveryConverter
@@ -14,4 +14,4 @@ for JSON decoding done by [Circe](https://github.com/circe/circe).
1414The suitability of the converter for concrete message is decided based on Content-Type property - ` application/json ` is supported.
1515
1616See [ Providing converters] ( ../README.md#providing-converters-for-producer/consumer ) and [ MultiFormatConsumer] ( ../README.md#multiformatconsumer )
17- description for usage.
17+ description for usage.
Original file line number Diff line number Diff line change 22
33This is an extra module with some optional functionality.
44``` groovy
5- compile 'com.avast.clients:rabbitmq-client-extras_$scalaVersion:x.x.x'
5+ compile 'com.avast.clients.rabbitmq :rabbitmq-client-extras_$scalaVersion:x.x.x'
66```
77
88## HealthCheck
You can’t perform that action at this time.
0 commit comments