Channel
서버에 접속하기 위한 GRPC 채널
생성자
Channel(
host: str, port: int,
options: list[tuple[str, int]] | None = None, use_ssl: bool = False
)
인자
인자 | 설명 | 타입 | 필수 |
---|---|---|---|
host | 호스트 주소 | str | True |
port | 포트 번호 | int | True |
options | 옵션 | str | False |
use_ssl | ssl 사용 여부 | bool | False |