-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into wconversion-warns
- Loading branch information
Showing
7 changed files
with
47 additions
and
191 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,31 @@ | ||
BMQA | ||
==== | ||
> The `BMQA` (BlazingMQ API) package provides applications public API for the | ||
> The `BMQA` (BlazingMQ API) package provides applications a public API for the | ||
> BlazingMQ SDK. | ||
|
||
Description | ||
----------- | ||
The 'bmqa' package provides the public API of the BlazingMQ SDK for | ||
The `bmqa` package provides the public API of the BlazingMQ SDK for | ||
applications to use. | ||
|
||
Component Synopsis | ||
------------------ | ||
Component | Provides ... | ||
---------------------------|----------------------------------------------------------- | ||
`bmqa_event` | a generic variant encompassing all types of events. | ||
`bmqa_message` | the application with a message data object. | ||
`bmqa_messageevent` | the application with data event notifications. | ||
`bmqa_messageeventbuilder` | a builder for 'MessageEvent' objects. | ||
`bmqa_messageiterator` | a mechanism to iterate over the messages of a MessageEvent. | ||
`bmqa_queueid` | a value-semantic efficient identifier for a queue. | ||
`bmqa_session` | access to the BlazingMQ broker. | ||
`bmqa_sessionevent` | value-semantic type for system event session notifications. | ||
Component | Provides ... | ||
-------------------------------|----------------------------------------------------------- | ||
`bmqa_abstractsession` | a pure protocol for a BlazingMQ session. | ||
`bmqa_closequeuestatus` | a value-semantic type for a close queue operation status. | ||
`bmqa_configurequeuestatus` | a value-semantic type for a configure queue operation status. | ||
`bmqa_confirmeventbuilder` | a builder for batching confirmation messages. | ||
`bmqa_event` | a generic variant encompassing all types of events. | ||
`bmqa_manualhosthealthmonitor` | a minimal implementation of `bmqpi::HostHealthMonitor`. | ||
`bmqa_message` | the application with a message data object. | ||
`bmqa_messageevent` | the application with data event notifications. | ||
`bmqa_messageeventbuilder` | a builder for `MessageEvent` objects. | ||
`bmqa_messageiterator` | a mechanism to iterate over the messages of a `MessageEvent`. | ||
`bmqa_messageproperties` | a value-semantic type representing message properties. | ||
`bmqa_mocksession` | a mock session, implementing `bmqa::AbstractSession`. | ||
`bmqa_openqueuestatus` | a value-semantic type for an open queue operation status. | ||
`bmqa_queueid` | a value-semantic efficient identifier for a queue. | ||
`bmqa_session` | access to the BlazingMQ broker. | ||
`bmqa_sessionevent` | a value-semantic type for system event session notifications. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
bmqa_abstractsession | ||
bmqa_closequeuestatus | ||
bmqa_configurequeuestatus | ||
bmqa_confirmeventbuilder | ||
bmqa_event | ||
bmqa_manualhosthealthmonitor | ||
bmqa_message | ||
bmqa_messageevent | ||
bmqa_messageeventbuilder | ||
bmqa_confirmeventbuilder | ||
bmqa_manualhosthealthmonitor | ||
bmqa_messageiterator | ||
bmqa_messageproperties | ||
bmqa_mocksession | ||
bmqa_openqueuestatus | ||
bmqa_closequeuestatus | ||
bmqa_configurequeuestatus | ||
bmqa_queueid | ||
bmqa_session | ||
bmqa_sessionevent | ||
bmqa_queueid |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.