Show / Hide Table of Contents

Class KafkaConnectionDto

DTO соединения с Кафкой.

Inheritance
EntityDto
EntityCodeDto
InheritedEntityCodeDto<ConnectionBaseDto>
ConnectionBaseDto
KafkaConnectionDto
Inherited Members
EntityCodeDto.Code
EntityDto.Id
EntityDto.Name
Namespace: Trivium.ConnectionsDto.Connections
Assembly: Trivium.ConnectionsDto.dll
Syntax
public class KafkaConnectionDto : ConnectionBaseDto

Properties

KafkaConnectionParametersDto ConnectionParameters
Параметры соединения с Кафкой.
string Host
Набор пар "хост:порт", разделённых запятыми, задающий адреса для установки начального соединения с Кафкой.
Back to top Generated by DocFX