CHANGELOG.md
LICENSE
MANIFEST.in
README.md
migration_guide.md
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/_utils.py
azure/eventhub/_version.py
azure/eventhub/exceptions.py
azure/eventhub/py.typed
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/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/_error_async.py
azure/eventhub/aio/_producer_async.py
azure/eventhub/aio/_producer_client_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/amqp/__init__.py
azure/eventhub/amqp/_amqp_message.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
doc/azure.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_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_stream.py
tests/eventhub_preparer.py
tests/livetest/asynctests/test_auth_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_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/receive_event.py
tests/perfstress_tests/receive_event_batch.py
tests/perfstress_tests/send_event_batch.py
tests/perfstress_tests/T1_legacy_tests/__init__.py
tests/perfstress_tests/T1_legacy_tests/_test_base.py
tests/perfstress_tests/T1_legacy_tests/receive_event_batch.py
tests/perfstress_tests/T1_legacy_tests/send_event.py
tests/perfstress_tests/T1_legacy_tests/send_event_batch.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/asynctests/test_client_creation_async.py
tests/unittest/asynctests/test_in_memory_checkpointstore.py