Partilhar via


EventHubConverter Classe

Herança
EventHubConverter
EventHubConverter

Construtor

EventHubConverter()

Métodos

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

Parâmetros

Name Description
pytype
Necessário

check_output_type_annotation

check_output_type_annotation(pytype: type) -> bool

Parâmetros

Name Description
pytype
Necessário

decode

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

Parâmetros

Name Description
data
Necessário

Parâmetros Só de Palavra-Chave

Name Description
trigger_metadata
Necessário

decode_multiple_events

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

Parâmetros

Name Description
data
Necessário
trigger_metadata
Necessário

decode_single_event

decode_single_event(data, trigger_metadata) -> EventHubEvent

Parâmetros

Name Description
data
Necessário
trigger_metadata
Necessário

encode

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

Parâmetros

Name Description
obj
Necessário

Parâmetros Só de Palavra-Chave

Name Description
expected_type
Necessário

has_implicit_output

abstract classmethod has_implicit_output() -> bool