AMQP-CPP/include/amqpcpp
Emiel Bruijntjes 1f3500cee8 breaking changes:
channel.publish() now returns a DeferredConsumer object on which callbacks can be installed for handling returned messages,
channel.get().onSize() has a different behavior: it now reports the message size (and no longer the queue size),
channel.get().onCount() has been added: it reports the queue size (this used to be the onSize() method),
channel.consume().onSize() method has been added to find out the size of the upcoming message
2018-03-01 21:12:53 +01:00
..
linux_tcp Reordered public include files so they are now in include/amqpcpp/. 2018-01-24 01:58:18 +01:00
address.h Reordered public include files so they are now in include/amqpcpp/. 2018-01-24 01:58:18 +01:00
addresses.h Reordered public include files so they are now in include/amqpcpp/. 2018-01-24 01:58:18 +01:00
array.h Reordered public include files so they are now in include/amqpcpp/. 2018-01-24 01:58:18 +01:00
booleanset.h Reordered public include files so they are now in include/amqpcpp/. 2018-01-24 01:58:18 +01:00
buffer.h Reordered public include files so they are now in include/amqpcpp/. 2018-01-24 01:58:18 +01:00
bytebuffer.h Reordered public include files so they are now in include/amqpcpp/. 2018-01-24 01:58:18 +01:00
callbacks.h breaking changes: 2018-03-01 21:12:53 +01:00
channel.h breaking changes: 2018-03-01 21:12:53 +01:00
channelimpl.h breaking changes: 2018-03-01 21:12:53 +01:00
classes.h Reordered public include files so they are now in include/amqpcpp/. 2018-01-24 01:58:18 +01:00
connection.h Reordered public include files so they are now in include/amqpcpp/. 2018-01-24 01:58:18 +01:00
connectionhandler.h Reordered public include files so they are now in include/amqpcpp/. 2018-01-24 01:58:18 +01:00
connectionimpl.h Reordered public include files so they are now in include/amqpcpp/. 2018-01-24 01:58:18 +01:00
copiedbuffer.h Reordered public include files so they are now in include/amqpcpp/. 2018-01-24 01:58:18 +01:00
decimalfield.h Reordered public include files so they are now in include/amqpcpp/. 2018-01-24 01:58:18 +01:00
deferred.h Reordered public include files so they are now in include/amqpcpp/. 2018-01-24 01:58:18 +01:00
deferredcancel.h Reordered public include files so they are now in include/amqpcpp/. 2018-01-24 01:58:18 +01:00
deferredconsumer.h breaking changes: 2018-03-01 21:12:53 +01:00
deferreddelete.h Reordered public include files so they are now in include/amqpcpp/. 2018-01-24 01:58:18 +01:00
deferredextreceiver.h breaking changes: 2018-03-01 21:12:53 +01:00
deferredget.h breaking changes: 2018-03-01 21:12:53 +01:00
deferredpublisher.h breaking changes: 2018-03-01 21:12:53 +01:00
deferredqueue.h Reordered public include files so they are now in include/amqpcpp/. 2018-01-24 01:58:18 +01:00
deferredreceiver.h breaking changes: 2018-03-01 21:12:53 +01:00
endian.h fixed htonll compile error on windows. 2018-01-29 17:12:06 +01:00
entityimpl.h Reordered public include files so they are now in include/amqpcpp/. 2018-01-24 01:58:18 +01:00
envelope.h Reordered public include files so they are now in include/amqpcpp/. 2018-01-24 01:58:18 +01:00
exception.h Reordered public include files so they are now in include/amqpcpp/. 2018-01-24 01:58:18 +01:00
exchangetype.h Reordered public include files so they are now in include/amqpcpp/. 2018-01-24 01:58:18 +01:00
field.h Reordered public include files so they are now in include/amqpcpp/. 2018-01-24 01:58:18 +01:00
fieldproxy.h Reordered public include files so they are now in include/amqpcpp/. 2018-01-24 01:58:18 +01:00
flags.h fixed autodelete flag for declaring an exchange and added support for internal exchange. this fixes #183 2018-02-06 21:54:56 +01:00
frame.h Reordered public include files so they are now in include/amqpcpp/. 2018-01-24 01:58:18 +01:00
libboostasio.h remove timer interval from ctor init list 2018-02-01 15:31:19 +01:00
libev.h Build examples now with travis-ci to ensure new changes don't break existing code. Fixed warnings as a result of lambda captures. 2018-01-30 10:07:27 +00:00
libevent.h Reordered public include files so they are now in include/amqpcpp/. 2018-01-24 01:58:18 +01:00
libuv.h Build examples now with travis-ci to ensure new changes don't break existing code. Fixed warnings as a result of lambda captures. 2018-01-30 10:07:27 +00:00
linux_tcp.h forgot file 2018-01-26 22:42:56 +01:00
login.h Reordered public include files so they are now in include/amqpcpp/. 2018-01-24 01:58:18 +01:00
message.h renamed deferredconsumerbase into deferredreceiver, because it is not only a base class for the consumer, but also for other receiving operations: get requests and in the future also for returned messages 2018-02-27 05:08:21 +01:00
metadata.h Reordered public include files so they are now in include/amqpcpp/. 2018-01-24 01:58:18 +01:00
monitor.h Reordered public include files so they are now in include/amqpcpp/. 2018-01-24 01:58:18 +01:00
numericfield.h Reordered public include files so they are now in include/amqpcpp/. 2018-01-24 01:58:18 +01:00
outbuffer.h Reordered public include files so they are now in include/amqpcpp/. 2018-01-24 01:58:18 +01:00
protocolexception.h Reordered public include files so they are now in include/amqpcpp/. 2018-01-24 01:58:18 +01:00
receivedframe.h Reordered public include files so they are now in include/amqpcpp/. 2018-01-24 01:58:18 +01:00
stack_ptr.h Reordered public include files so they are now in include/amqpcpp/. 2018-01-24 01:58:18 +01:00
stringfield.h Reordered public include files so they are now in include/amqpcpp/. 2018-01-24 01:58:18 +01:00
table.h Reordered public include files so they are now in include/amqpcpp/. 2018-01-24 01:58:18 +01:00
watchable.h Reordered public include files so they are now in include/amqpcpp/. 2018-01-24 01:58:18 +01:00