1+ <!DOCTYPE html>
2+
3+ < html lang ="en " data-content_root ="../ ">
4+ < head >
5+ < meta charset ="utf-8 " />
6+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " /> < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
7+
8+ < title > obelisk.asynchronous.consumer — Obelisk-Py documentation</ title >
9+ < link rel ="stylesheet " type ="text/css " href ="../_static/pygments.css?v=5ecbeea2 " />
10+ < link rel ="stylesheet " type ="text/css " href ="../_static/basic.css?v=b08954a9 " />
11+ < link rel ="stylesheet " type ="text/css " href ="../_static/alabaster.css?v=27fed22d " />
12+ < script src ="../_static/documentation_options.js?v=5929fcd5 "> </ script >
13+ < script src ="../_static/doctools.js?v=9bcbadda "> </ script >
14+ < script src ="../_static/sphinx_highlight.js?v=dc90522c "> </ script >
15+ < link rel ="index " title ="Index " href ="../genindex.html " />
16+ < link rel ="search " title ="Search " href ="../search.html " />
17+ < link rel ="next " title ="obelisk.asynchronous.consumer.Consumer " href ="obelisk.asynchronous.consumer.Consumer.html " />
18+ < link rel ="prev " title ="obelisk.asynchronous.client.Client " href ="obelisk.asynchronous.client.Client.html " />
19+
20+ < link rel ="stylesheet " href ="../_static/custom.css " type ="text/css " />
21+
22+
23+
24+
25+
26+ </ head > < body >
27+
28+
29+ < div class ="document ">
30+ < div class ="documentwrapper ">
31+ < div class ="bodywrapper ">
32+
33+
34+ < div class ="body " role ="main ">
35+
36+ < section id ="module-obelisk.asynchronous.consumer ">
37+ < span id ="obelisk-asynchronous-consumer "> </ span > < h1 > obelisk.asynchronous.consumer< a class ="headerlink " href ="#module-obelisk.asynchronous.consumer " title ="Link to this heading "> ¶</ a > </ h1 >
38+ < p class ="rubric "> Classes</ p >
39+ < table class ="autosummary longtable docutils align-default ">
40+ < tbody >
41+ < tr class ="row-odd "> < td > < p > < a class ="reference internal " href ="obelisk.asynchronous.consumer.Consumer.html#obelisk.asynchronous.consumer.Consumer " title ="obelisk.asynchronous.consumer.Consumer "> < code class ="xref py py-obj docutils literal notranslate "> < span class ="pre "> Consumer</ span > </ code > </ a > (client, secret, retry_strategy, kind)</ p > </ td >
42+ < td > < p > Component that contains all the logic to consume data from the Obelisk API (e.g. historical data, sse).</ p > </ td >
43+ </ tr >
44+ </ tbody >
45+ </ table >
46+ </ section >
47+
48+
49+ </ div >
50+
51+ </ div >
52+ </ div >
53+ < div class ="sphinxsidebar " role ="navigation " aria-label ="Main ">
54+ < div class ="sphinxsidebarwrapper ">
55+ < h1 class ="logo "> < a href ="../index.html "> Obelisk-Py</ a > </ h1 >
56+
57+
58+
59+
60+
61+
62+
63+
64+
65+ < search id ="searchbox " style ="display: none " role ="search ">
66+ < div class ="searchformwrapper ">
67+ < form class ="search " action ="../search.html " method ="get ">
68+ < input type ="text " name ="q " aria-labelledby ="searchlabel " autocomplete ="off " autocorrect ="off " autocapitalize ="off " spellcheck ="false " placeholder ="Search "/>
69+ < input type ="submit " value ="Go " />
70+ </ form >
71+ </ div >
72+ </ search >
73+ < script > document . getElementById ( 'searchbox' ) . style . display = "block" </ script > < h3 > Navigation</ h3 >
74+ < ul class ="current ">
75+ < li class ="toctree-l1 current "> < a class ="reference internal " href ="obelisk.html "> obelisk</ a > < ul class ="current ">
76+ < li class ="toctree-l2 "> < a class ="reference internal " href ="obelisk.html#error-handling "> Error handling</ a > </ li >
77+ < li class ="toctree-l2 current "> < a class ="reference internal " href ="obelisk.asynchronous.html "> obelisk.asynchronous</ a > < ul class ="current ">
78+ < li class ="toctree-l3 "> < a class ="reference internal " href ="obelisk.asynchronous.client.html "> obelisk.asynchronous.client</ a > </ li >
79+ < li class ="toctree-l3 current "> < a class ="current reference internal " href ="# "> obelisk.asynchronous.consumer</ a > < ul >
80+ < li class ="toctree-l4 "> < a class ="reference internal " href ="obelisk.asynchronous.consumer.Consumer.html "> obelisk.asynchronous.consumer.Consumer</ a > </ li >
81+ </ ul >
82+ </ li >
83+ < li class ="toctree-l3 "> < a class ="reference internal " href ="obelisk.asynchronous.consumer_test.html "> obelisk.asynchronous.consumer_test</ a > </ li >
84+ < li class ="toctree-l3 "> < a class ="reference internal " href ="obelisk.asynchronous.producer.html "> obelisk.asynchronous.producer</ a > </ li >
85+ </ ul >
86+ </ li >
87+ < li class ="toctree-l2 "> < a class ="reference internal " href ="obelisk.exceptions.html "> obelisk.exceptions</ a > </ li >
88+ < li class ="toctree-l2 "> < a class ="reference internal " href ="obelisk.strategies.html "> obelisk.strategies</ a > </ li >
89+ < li class ="toctree-l2 "> < a class ="reference internal " href ="obelisk.sync.html "> obelisk.sync</ a > </ li >
90+ < li class ="toctree-l2 "> < a class ="reference internal " href ="obelisk.types.html "> obelisk.types</ a > </ li >
91+ </ ul >
92+ </ li >
93+ </ ul >
94+
95+ < div class ="relations ">
96+ < h3 > Related Topics</ h3 >
97+ < ul >
98+ < li > < a href ="../index.html "> Documentation overview</ a > < ul >
99+ < li > < a href ="obelisk.html "> obelisk</ a > < ul >
100+ < li > < a href ="obelisk.asynchronous.html "> obelisk.asynchronous</ a > < ul >
101+ < li > Previous: < a href ="obelisk.asynchronous.client.Client.html " title ="previous chapter "> obelisk.asynchronous.client.Client</ a > </ li >
102+ < li > Next: < a href ="obelisk.asynchronous.consumer.Consumer.html " title ="next chapter "> obelisk.asynchronous.consumer.Consumer</ a > </ li >
103+ </ ul > </ li >
104+ </ ul > </ li >
105+ </ ul > </ li >
106+ </ ul >
107+ </ div >
108+
109+
110+
111+
112+
113+
114+
115+
116+ </ div >
117+ </ div >
118+ < div class ="clearer "> </ div >
119+ </ div >
120+ < div class ="footer ">
121+ ©2025-2025, PreDiCT - IDLab.
122+
123+ |
124+ Powered by < a href ="https://www.sphinx-doc.org/ "> Sphinx 8.2.3</ a >
125+ & < a href ="https://alabaster.readthedocs.io "> Alabaster 1.0.0</ a >
126+
127+ |
128+ < a href ="../_sources/_autosummary/obelisk.asynchronous.consumer.rst.txt "
129+ rel ="nofollow "> Page source</ a >
130+ </ div >
131+
132+
133+
134+
135+ </ body >
136+ </ html >
0 commit comments