Open gregturn opened 5 years ago
To have a little symmetry, can we rename Delivery to InboundMessage? And then AcknowledgeableDelivery could become AcknowledgeableInboundMessage.
Delivery
InboundMessage
AcknowledgeableDelivery
AcknowledgeableInboundMessage
I personally feel this would align better with OutboundMessage on the sending side.
OutboundMessage
Having a consistent nomenclature (inbound/outbound, publisher/subscriber, producer/consumer) will help people pick up the API and run with it.
Good point. Should go into 2.0, as it is a breaking change.
To have a little symmetry, can we rename
Delivery
toInboundMessage
? And thenAcknowledgeableDelivery
could becomeAcknowledgeableInboundMessage
.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.