Skip to content
PACKAGES

WireBridgeProtobuf

Kind: class

Source: src/graphrefly/_facade.py:2294

WireBridgeProtobuf(native: _native._WireBridgeProtobuf, graph: Graph, bridge: WireBridge)

High-level protobuf byte transport facade for a wire bridge.

NameTypeDescription
inbound_bytesNode[bytes]
outbound_bytesNode[bytes]
statusNode[WireBridgeProtobufStatus]
issuesNode[WireBridgeProtobufIssue]
release() -> None

Release the protobuf transport facade and owned subscriptions.

Source: src/graphrefly/_facade.py:2347