EventHubConverter Class

Inheritance
EventHubConverter
EventHubConverter

Constructor

EventHubConverter()

Methods

check_input_type_annotation
check_output_type_annotation
decode
decode_multiple_events
decode_single_event
encode
has_implicit_output

check_input_type_annotation

check_input_type_annotation(pytype: type) -> bool

Parameters

Name Description
pytype
Required

check_output_type_annotation

check_output_type_annotation(pytype: type) -> bool

Parameters

Name Description
pytype
Required

decode

decode(data: Datum, *, trigger_metadata) -> EventHubEvent | List[EventHubEvent]

Parameters

Name Description
data
Required

Keyword-Only Parameters

Name Description
trigger_metadata
Required

decode_multiple_events

decode_multiple_events(data, trigger_metadata) -> List[EventHubEvent]

Parameters

Name Description
data
Required
trigger_metadata
Required

decode_single_event

decode_single_event(data, trigger_metadata) -> EventHubEvent

Parameters

Name Description
data
Required
trigger_metadata
Required

encode

encode(obj: Any, *, expected_type: type | None) -> Datum

Parameters

Name Description
obj
Required

Keyword-Only Parameters

Name Description
expected_type
Required

has_implicit_output

abstract classmethod has_implicit_output() -> bool