reactor / reactor-rabbitmq

Reactor RabbitMQ
Apache License 2.0
157 stars 55 forks source link

Having OutboundMessage, can we rename Delivery as InboundMessage? #108

Open gregturn opened 5 years ago

gregturn commented 5 years ago

To have a little symmetry, can we rename Delivery to InboundMessage? And then AcknowledgeableDelivery could become AcknowledgeableInboundMessage.

I personally feel this would align better with OutboundMessage on the sending side.

Motivation

Having a consistent nomenclature (inbound/outbound, publisher/subscriber, producer/consumer) will help people pick up the API and run with it.

acogoluegnes commented 5 years ago

Good point. Should go into 2.0, as it is a breaking change.