qena-shared-lib 0.1.11__py3-none-any.whl → 0.1.12__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -22,6 +22,7 @@ from ._listener import (
|
|
22
22
|
execute,
|
23
23
|
rpc_worker,
|
24
24
|
)
|
25
|
+
from ._pool import ChannelPool
|
25
26
|
from ._publisher import Publisher
|
26
27
|
from ._rpc_client import RpcClient
|
27
28
|
|
@@ -29,6 +30,7 @@ __all__ = [
|
|
29
30
|
"AbstractRabbitMQService",
|
30
31
|
"BackoffRetryDelay",
|
31
32
|
"BaseChannel",
|
33
|
+
"ChannelPool",
|
32
34
|
"consume",
|
33
35
|
"CONSUMER_ATTRIBUTE",
|
34
36
|
"consumer",
|
@@ -16,7 +16,7 @@ qena_shared_lib/logstash/__init__.py,sha256=KlWFXqwPGwKM3yWnz0lTmeZymkobxFPPNeOg
|
|
16
16
|
qena_shared_lib/logstash/_base.py,sha256=bp6rPjEFvNzhjxVc6qwAZ7hi2DnTpcAw-TnIONEVQ2M,16073
|
17
17
|
qena_shared_lib/logstash/_http_sender.py,sha256=2LgVW17sicQ-oaFeKUwZhmQQQq8s1EQXd2ztpRu4UQc,1773
|
18
18
|
qena_shared_lib/logstash/_tcp_sender.py,sha256=CMPCycMq3Ts0vr2r5JvP3bmGMFJFl2un9HbpUWhyAyA,2397
|
19
|
-
qena_shared_lib/rabbitmq/__init__.py,sha256=
|
19
|
+
qena_shared_lib/rabbitmq/__init__.py,sha256=lCP2qiXwdEBI81eeLQA5x54AizY0pTBk-1RYvP_Nqzs,1201
|
20
20
|
qena_shared_lib/rabbitmq/_base.py,sha256=Ab3CdbjT6WGngDzg-N6-8nraTbBslQXmtAECEC6aDY8,23424
|
21
21
|
qena_shared_lib/rabbitmq/_channel.py,sha256=amQH5vavNEYRBgqA7Hb76qA7fkj7Nfn-EX0Jfx3IH2Y,5812
|
22
22
|
qena_shared_lib/rabbitmq/_exception_handlers.py,sha256=2vAkJB-yJIWzDJWoZS-giAPtFtIamiyg_YUCnwowcxc,4553
|
@@ -24,6 +24,6 @@ qena_shared_lib/rabbitmq/_listener.py,sha256=f3OuJCoU5-_tZ8PDiO2dLqUdyVZLr99pD5z
|
|
24
24
|
qena_shared_lib/rabbitmq/_pool.py,sha256=GZcJJygMfXEo5LLxaPB_qCDtgEElPCovHWTvY1VYfIM,1968
|
25
25
|
qena_shared_lib/rabbitmq/_publisher.py,sha256=vAWLrR4rS6aL2C4iHEk2jG69imoNuzbtzIW4zydqO2U,2468
|
26
26
|
qena_shared_lib/rabbitmq/_rpc_client.py,sha256=7eTs8svTuFFHqZrf2aHbHzWZoPHMicArEgtw0mSS_Ik,9231
|
27
|
-
qena_shared_lib-0.1.
|
28
|
-
qena_shared_lib-0.1.
|
29
|
-
qena_shared_lib-0.1.
|
27
|
+
qena_shared_lib-0.1.12.dist-info/METADATA,sha256=M4wZ3GtI_eqxIcabl_pahhhHH1phI0svnCDcJS2f4sA,11237
|
28
|
+
qena_shared_lib-0.1.12.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
29
|
+
qena_shared_lib-0.1.12.dist-info/RECORD,,
|
File without changes
|