massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / aws-xray-sdk / aws_xray_sdk / core / emitters / udp_emitter.pyi
1 from logging import Logger
2
3 from aws_xray_sdk.core.daemon_config import DaemonConfig as DaemonConfig
4
5 from ..exceptions.exceptions import InvalidDaemonAddressException as InvalidDaemonAddressException
6
7 log: Logger
8 PROTOCOL_HEADER: str
9 PROTOCOL_DELIMITER: str
10 DEFAULT_DAEMON_ADDRESS: str
11
12 class UDPEmitter:
13     def __init__(self, daemon_address=...) -> None: ...
14     def send_entity(self, entity) -> None: ...
15     def set_daemon_address(self, address) -> None: ...
16     @property
17     def ip(self): ...
18     @property
19     def port(self): ...