WireBridgeProtobuf
WireBridgeProtobuf
Section titled “WireBridgeProtobuf”Kind: class
Source: src/graphrefly/_facade.py:2294
Signature
Section titled “Signature”WireBridgeProtobuf(native: _native._WireBridgeProtobuf, graph: Graph, bridge: WireBridge)Description
Section titled “Description”High-level protobuf byte transport facade for a wire bridge.
Attributes
Section titled “Attributes”| Name | Type | Description |
|---|---|---|
inbound_bytes | Node[bytes] | |
outbound_bytes | Node[bytes] | |
status | Node[WireBridgeProtobufStatus] | |
issues | Node[WireBridgeProtobufIssue] |
Methods
Section titled “Methods”release
Section titled “release”release() -> NoneRelease the protobuf transport facade and owned subscriptions.
Source: src/graphrefly/_facade.py:2347