Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
coolamqp
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
public
coolamqp
Commits
bc92582a
Unverified
Commit
bc92582a
authored
1 year ago
by
Piotr Maślanka
Browse files
Options
Downloads
Patches
Plain Diff
docs fixed
parent
d57ada0d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.readthedocs.yaml
+10
-0
10 additions, 0 deletions
.readthedocs.yaml
docs/basics.rst
+21
-0
21 additions, 0 deletions
docs/basics.rst
with
31 additions
and
0 deletions
.readthedocs.yaml
0 → 100644
+
10
−
0
View file @
bc92582a
version
:
2
build
:
os
:
ubuntu-22.04
tools
:
python
:
"
3.9"
sphinx
:
configuration
:
docs/conf.py
python
:
install
:
-
requirements
:
docs/requirements.txt
This diff is collapsed.
Click to expand it.
docs/basics.rst
+
21
−
0
View file @
bc92582a
...
@@ -18,3 +18,24 @@ and receive them
...
@@ -18,3 +18,24 @@ and receive them
.. autoclass:: coolamqp.objects.ReceivedMessage
.. autoclass:: coolamqp.objects.ReceivedMessage
:members:
:members:
MessageProperties
-----------------
.. autoclass:: coolamqp.objects.MessageProperties
:members:
.. autoclass:: coolamqp.framing.definitions.BasicContentPropertyList
:members:
:undoc-members:
Take care, as :class:`~coolamqp.objects.MessageProperties` will hash the
entire object (keys and values) and store it within non-GCable memory.
This is done in order to facilitate reuse and speed/memory consumption.
If you're looking forward to shipping each message with different properties,
please wait until #51_ is fixed.
.. _#51: https://github.com/smok-serwis/coolamqp/issues/51
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment