CHANGELOG.md
LICENSE
MANIFEST.in
README.md
TROUBLESHOOTING.md
migration_guide.md
pyproject.toml
setup.py
azure/__init__.py
azure/eventhub/__init__.py
azure/eventhub/_client_base.py
azure/eventhub/_common.py
azure/eventhub/_configuration.py
azure/eventhub/_connection_manager.py
azure/eventhub/_connection_string_parser.py
azure/eventhub/_constants.py
azure/eventhub/_consumer.py
azure/eventhub/_consumer_client.py
azure/eventhub/_mixin.py
azure/eventhub/_producer.py
azure/eventhub/_producer_client.py
azure/eventhub/_tracing.py
azure/eventhub/_utils.py
azure/eventhub/_version.py
azure/eventhub/exceptions.py
azure/eventhub/py.typed
azure/eventhub/_buffered_producer/__init__.py
azure/eventhub/_buffered_producer/_buffered_producer.py
azure/eventhub/_buffered_producer/_buffered_producer_dispatcher.py
azure/eventhub/_buffered_producer/_partition_resolver.py
azure/eventhub/_eventprocessor/__init__.py
azure/eventhub/_eventprocessor/_eventprocessor_mixin.py
azure/eventhub/_eventprocessor/checkpoint_store.py
azure/eventhub/_eventprocessor/common.py
azure/eventhub/_eventprocessor/event_processor.py
azure/eventhub/_eventprocessor/in_memory_checkpoint_store.py
azure/eventhub/_eventprocessor/ownership_manager.py
azure/eventhub/_eventprocessor/partition_context.py
azure/eventhub/_pyamqp/__init__.py
azure/eventhub/_pyamqp/_connection.py
azure/eventhub/_pyamqp/_decode.py
azure/eventhub/_pyamqp/_encode.py
azure/eventhub/_pyamqp/_message_backcompat.py
azure/eventhub/_pyamqp/_platform.py
azure/eventhub/_pyamqp/_transport.py
azure/eventhub/_pyamqp/authentication.py
azure/eventhub/_pyamqp/cbs.py
azure/eventhub/_pyamqp/client.py
azure/eventhub/_pyamqp/constants.py
azure/eventhub/_pyamqp/endpoints.py
azure/eventhub/_pyamqp/error.py
azure/eventhub/_pyamqp/link.py
azure/eventhub/_pyamqp/management_link.py
azure/eventhub/_pyamqp/management_operation.py
azure/eventhub/_pyamqp/message.py
azure/eventhub/_pyamqp/outcomes.py
azure/eventhub/_pyamqp/performatives.py
azure/eventhub/_pyamqp/receiver.py
azure/eventhub/_pyamqp/sasl.py
azure/eventhub/_pyamqp/sender.py
azure/eventhub/_pyamqp/session.py
azure/eventhub/_pyamqp/types.py
azure/eventhub/_pyamqp/utils.py
azure/eventhub/_pyamqp/aio/__init__.py
azure/eventhub/_pyamqp/aio/_authentication_async.py
azure/eventhub/_pyamqp/aio/_cbs_async.py
azure/eventhub/_pyamqp/aio/_client_async.py
azure/eventhub/_pyamqp/aio/_connection_async.py
azure/eventhub/_pyamqp/aio/_link_async.py
azure/eventhub/_pyamqp/aio/_management_link_async.py
azure/eventhub/_pyamqp/aio/_management_operation_async.py
azure/eventhub/_pyamqp/aio/_receiver_async.py
azure/eventhub/_pyamqp/aio/_sasl_async.py
azure/eventhub/_pyamqp/aio/_sender_async.py
azure/eventhub/_pyamqp/aio/_session_async.py
azure/eventhub/_pyamqp/aio/_transport_async.py
azure/eventhub/_transport/__init__.py
azure/eventhub/_transport/_base.py
azure/eventhub/_transport/_pyamqp_transport.py
azure/eventhub/_transport/_uamqp_transport.py
azure/eventhub/aio/__init__.py
azure/eventhub/aio/_async_utils.py
azure/eventhub/aio/_client_base_async.py
azure/eventhub/aio/_connection_manager_async.py
azure/eventhub/aio/_consumer_async.py
azure/eventhub/aio/_consumer_client_async.py
azure/eventhub/aio/_producer_async.py
azure/eventhub/aio/_producer_client_async.py
azure/eventhub/aio/_buffered_producer/__init__.py
azure/eventhub/aio/_buffered_producer/_buffered_producer_async.py
azure/eventhub/aio/_buffered_producer/_buffered_producer_dispatcher_async.py
azure/eventhub/aio/_buffered_producer/_partition_resolver_async.py
azure/eventhub/aio/_eventprocessor/__init__.py
azure/eventhub/aio/_eventprocessor/_ownership_manager.py
azure/eventhub/aio/_eventprocessor/checkpoint_store.py
azure/eventhub/aio/_eventprocessor/event_processor.py
azure/eventhub/aio/_eventprocessor/in_memory_checkpoint_store.py
azure/eventhub/aio/_eventprocessor/partition_context.py
azure/eventhub/aio/_eventprocessor/utils.py
azure/eventhub/aio/_transport/__init__.py
azure/eventhub/aio/_transport/_base_async.py
azure/eventhub/aio/_transport/_pyamqp_transport_async.py
azure/eventhub/aio/_transport/_uamqp_transport_async.py
azure/eventhub/amqp/__init__.py
azure/eventhub/amqp/_amqp_message.py
azure/eventhub/amqp/_amqp_utils.py
azure/eventhub/amqp/_constants.py
azure/eventhub/extensions/__init__.py
azure_eventhub.egg-info/PKG-INFO
azure_eventhub.egg-info/SOURCES.txt
azure_eventhub.egg-info/dependency_links.txt
azure_eventhub.egg-info/not-zip-safe
azure_eventhub.egg-info/requires.txt
azure_eventhub.egg-info/top_level.txt
doc/azure.eventhub.aio.rst
doc/azure.eventhub.amqp.rst
doc/azure.eventhub.exceptions.rst
doc/azure.eventhub.rst
samples/async_samples/authenticate_with_azure_named_key_credential_async.py
samples/async_samples/authenticate_with_azure_sas_credential_async.py
samples/async_samples/authenticate_with_sas_token_async.py
samples/async_samples/client_creation_async.py
samples/async_samples/client_identity_authentication_async.py
samples/async_samples/connection_string_authentication_async.py
samples/async_samples/connection_to_custom_endpoint_address_async.py
samples/async_samples/iot_hub_connection_string_receive_async.py
samples/async_samples/proxy_async.py
samples/async_samples/receive_batch_with_checkpoint_async.py
samples/async_samples/recv_async.py
samples/async_samples/recv_for_period_async.py
samples/async_samples/recv_track_last_enqueued_event_prop_async.py
samples/async_samples/recv_with_checkpoint_by_event_count_async.py
samples/async_samples/recv_with_checkpoint_by_time_interval_async.py
samples/async_samples/recv_with_checkpoint_store_async.py
samples/async_samples/recv_with_custom_starting_position_async.py
samples/async_samples/sample_code_eventhub_async.py
samples/async_samples/send_and_receive_amqp_annotated_message_async.py
samples/async_samples/send_async.py
samples/async_samples/send_buffered_mode_async.py
samples/async_samples/send_stream_async.py
samples/sync_samples/authenticate_with_azure_named_key_credential.py
samples/sync_samples/authenticate_with_azure_sas_credential.py
samples/sync_samples/authenticate_with_sas_token.py
samples/sync_samples/client_creation.py
samples/sync_samples/client_identity_authentication.py
samples/sync_samples/connection_string_authentication.py
samples/sync_samples/connection_to_custom_endpoint_address.py
samples/sync_samples/proxy.py
samples/sync_samples/receive_batch_with_checkpoint.py
samples/sync_samples/recv.py
samples/sync_samples/recv_for_period.py
samples/sync_samples/recv_track_last_enqueued_event_prop.py
samples/sync_samples/recv_with_checkpoint_by_event_count.py
samples/sync_samples/recv_with_checkpoint_by_time_interval.py
samples/sync_samples/recv_with_checkpoint_store.py
samples/sync_samples/recv_with_custom_starting_position.py
samples/sync_samples/sample_code_eventhub.py
samples/sync_samples/send.py
samples/sync_samples/send_and_receive_amqp_annotated_message.py
samples/sync_samples/send_buffered_mode.py
samples/sync_samples/send_stream.py
tests/conftest.py
tests/eventhub_preparer.py
tests/tracing_common.py
tests/livetest/asynctests/test_auth_async.py
tests/livetest/asynctests/test_buffered_producer_async.py
tests/livetest/asynctests/test_consumer_client_async.py
tests/livetest/asynctests/test_eventprocessor_async.py
tests/livetest/asynctests/test_negative_async.py
tests/livetest/asynctests/test_properties_async.py
tests/livetest/asynctests/test_receive_async.py
tests/livetest/asynctests/test_reconnect_async.py
tests/livetest/asynctests/test_send_async.py
tests/livetest/synctests/test_auth.py
tests/livetest/synctests/test_buffered_producer.py
tests/livetest/synctests/test_consumer_client.py
tests/livetest/synctests/test_eventprocessor.py
tests/livetest/synctests/test_negative.py
tests/livetest/synctests/test_properties.py
tests/livetest/synctests/test_receive.py
tests/livetest/synctests/test_reconnect.py
tests/livetest/synctests/test_send.py
tests/perfstress_tests/__init__.py
tests/perfstress_tests/_test_base.py
tests/perfstress_tests/process_events.py
tests/perfstress_tests/process_events_batch.py
tests/perfstress_tests/send_event_batch.py
tests/perfstress_tests/send_events.py
tests/perfstress_tests/uamqp_event.py
tests/pyamqp_tests/asynctests/test_send_receive_pyamqp_async.py
tests/pyamqp_tests/asynctests/test_websocket_async.py
tests/pyamqp_tests/synctests/test_mgmt_pyamqp.py
tests/pyamqp_tests/synctests/test_send_receive_pyamqp.py
tests/pyamqp_tests/synctests/test_websocket.py
tests/pyamqp_tests/unittest/test_amqp_value.py
tests/pyamqp_tests/unittest/test_authentication_pyamqp.py
tests/pyamqp_tests/unittest/test_client_creation_pyamqp.py
tests/pyamqp_tests/unittest/test_connection.py
tests/pyamqp_tests/unittest/test_encode.py
tests/pyamqp_tests/unittest/test_exceptions_pyamqp.py
tests/pyamqp_tests/unittest/test_link.py
tests/pyamqp_tests/unittest/test_message.py
tests/pyamqp_tests/unittest/test_message_components.py
tests/pyamqp_tests/unittest/asynctests/test_connection_async.py
tests/pyamqp_tests/unittest/asynctests/test_link_async.py
tests/pyamqp_tests/unittest/asynctests/test_websocket_exception_async.py
tests/scripts/pyamqp/preload_eventhub_script_for_receiving.py
tests/scripts/pyamqp/sync_receive.py
tests/scripts/pyamqp/sync_send.py
tests/scripts/pyamqp/async/async_receive.py
tests/scripts/pyamqp/async/async_send.py
tests/unittest/test_client_creation.py
tests/unittest/test_connection_string_parser.py
tests/unittest/test_dict_mixin.py
tests/unittest/test_event_data.py
tests/unittest/test_partition_resolver.py
tests/unittest/asynctests/test_client_creation_async.py
tests/unittest/asynctests/test_in_memory_checkpointstore.py
tests/unittest/asynctests/test_partition_resolver_async.py