Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.azure_event_hub.client.AzureEventHubClient Class Reference
Inheritance diagram for homeassistant.components.azure_event_hub.client.AzureEventHubClient:
[legend]
Collaboration diagram for homeassistant.components.azure_event_hub.client.AzureEventHubClient:
[legend]

Public Member Functions

EventHubProducerClient client (self)
 
AzureEventHubClient from_input (cls, **kwargs)
 
None test_connection (self)
 

Detailed Description

Class for the Azure Event Hub client. Use from_input to initialize.

Definition at line 17 of file client.py.

Member Function Documentation

◆ client()

EventHubProducerClient homeassistant.components.azure_event_hub.client.AzureEventHubClient.client (   self)

◆ from_input()

AzureEventHubClient homeassistant.components.azure_event_hub.client.AzureEventHubClient.from_input (   cls,
**  kwargs 
)
Create the right class.

Definition at line 33 of file client.py.

◆ test_connection()

None homeassistant.components.azure_event_hub.client.AzureEventHubClient.test_connection (   self)
Test connection, will throw EventHubError when it cannot connect.

Definition at line 27 of file client.py.


The documentation for this class was generated from the following file: