CHANGELOG.md
MANIFEST.in
README.md
migration_guide.md
setup.cfg
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/_constants.py
azure/eventhub/_consumer.py
azure/eventhub/_consumer_client.py
azure/eventhub/_producer.py
azure/eventhub/_producer_client.py
azure/eventhub/_utils.py
azure/eventhub/_version.py
azure/eventhub/exceptions.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/aio/__init__.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/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.exceptions.rst
doc/azure.eventhub.rst
doc/azure.rst
samples/async_samples/client_creation_async.py
samples/async_samples/client_identity_authentication_async.py
samples/async_samples/proxy_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_batch_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_async.py
samples/async_samples/send_stream_async.py
samples/sync_samples/client_creation.py
samples/sync_samples/client_identity_authentication.py
samples/sync_samples/proxy.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_batch.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_stream.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/unittest/test_event_data.py
tests/unittest/asynctests/test_in_memory_checkpointstore.py