C# Class Serilog.Sinks.RabbitMQ.Sinks.RabbitMQ.RabbitMQConfiguration

Configuration class for RabbitMqClient
Mostrar archivo Open project: sonicjolt/serilog-sinks-rabbitmq Class Usage Examples

Public Properties

Property Type Description
BatchPostingLimit int
DeliveryMode RabbitMQDeliveryMode
Exchange string
ExchangeType string
Heartbeat ushort
Hostname string
Password string
Period TimeSpan
Port int
Protocol IProtocol
RouteKey string
Username string
VHost string

Property Details

BatchPostingLimit public_oe property

public int BatchPostingLimit
return int

DeliveryMode public_oe property

public RabbitMQDeliveryMode DeliveryMode
return RabbitMQDeliveryMode

Exchange public_oe property

public string Exchange
return string

ExchangeType public_oe property

public string ExchangeType
return string

Heartbeat public_oe property

public ushort Heartbeat
return ushort

Hostname public_oe property

public string Hostname
return string

Password public_oe property

public string Password
return string

Period public_oe property

public TimeSpan Period
return TimeSpan

Port public_oe property

public int Port
return int

Protocol public_oe property

public IProtocol Protocol
return IProtocol

RouteKey public_oe property

public string RouteKey
return string

Username public_oe property

public string Username
return string

VHost public_oe property

public string VHost
return string